Can my main page be an index link instead of an exhibit?

ameliaaah / 2014-05-11 03:12:29   

Hello,

Apologies if this is in a previous question, I wasn't able to find it.

I am trying to set the main page of my website (ameliaehrhardt.com, under serious construction) to have my tumblr embedded. currently I am using an iframe code:

< iframe src= "http:// succubustime.tumblr .com" width="1200" height="800" frameborder="0" scrolling="auto" > < / iframe >

But this makes a funny scrolling bar thing happens and means it doesn't autofit to the page. When I embed it on another page by creating it as an index link it works perfectly.

However I can't seem to find the "page options" button in an index link to set it as home, and can't make my existing home page into and index link.

Is this impossible for a reason?

Apologies again if this is self-evident.

Amelia

Vaska A / 2014-05-11 04:20:59   

There is another way. Put this in your text space...

  1. <plugin:ndxz_iframed ' succubustime.tumblr .com' /…;

And see how things work. This is basically a manual way to making an index link.

Index links can't be section top or main pages or set as home pages because it creates a slough of potential problems with settings. But, this doesn't stop you from doing this manually (above).

Vaska A / 2014-05-11 04:21:34   

Full url in the quotes above...I really need to fix the auto url mechanism on this site.

ameliaaah / 2014-05-12 12:25:32   

HI Vaska,

Thanks for the help! I've put that line in the text space but it is coming up empty (nothing on my main page). Any ideas?

  1. <plugin:ndxz_iframed 'ameliaaaah.tumblr.com'/…;

Amelia

ameliaaah / 2014-05-12 12:25:58   

(I popped it in as a ful URL, btw.)

Vaska A / 2014-05-12 12:42:21   

Our stupid auto url thing is messing that up. After the last single quote you should have (not the above):

  1. />

To close the plugin tag.

ameliaaah / 2014-05-12 12:45:22   

Aha - yes I included the > but forgot the backslash. Sorry for luddite-ness. Thanks!

This thread has been closed, thank you.