Forum Replies Created

Viewing 8 replies - 1 through 8 (of 8 total)
  • Thread Starter shortCakeSlayer

    (@shortcakeslayer)

    Hi there, thanks for responding. The page is here:

    http://nairakai.com/?page_id=6

    I’ve asked her to update her firefox and flash player and then let me know if the issue doesn’t resolve itself. More information to come, thanks!

    Thread Starter shortCakeSlayer

    (@shortcakeslayer)

    Soooo I got it working, although the solution was weird, but thanks for your comments cause it led me here πŸ˜‰ The template page was called page-HOME.php which is totally fine, but the template name was Home, which apparently is what caused problems; as soon as I changed the template name to something else it worked beautifully. Perhaps there’s a server side issue with that specific name for a template page, I’m not really sure. But I renamed both the php file (to page-MAIN.php) and the template name (Main) and it now works fine.

    Thanks for taking the time to bounce back and forth with me a bit, you definitely helped! πŸ˜€ Appreciate it!

    Thread Starter shortCakeSlayer

    (@shortcakeslayer)

    Right; so I linked a shot of the home page Page under wp-admin – > Pages; I’ll show it here again:

    http://i48.tinypic.com/5xtli9.jpg

    It seems to be linked properly to the correct template page.

    Also, the reading settings are perfectly fine; exactly the same as the local version.

    I really do appreciate you taking the time to look into this with me; do you have any other idea on what might cause the template to simply not load only on the live version?

    Thread Starter shortCakeSlayer

    (@shortcakeslayer)

    Yes, it’s the code for the home page πŸ˜‰ That’s the problem. I build this template on my local machine, where the code loads perfectly. I move the same code onto my live site and for some reason it no longer loads the way it’s supposed to. It looks the way you see it in inspector now. You’re absolutely right in that there’s no contentMain or contentLayoutMain. There should be; and there is, on my local site. On my live site, there isn’t.

    Here’s a screenshot of the code that’s currently in the home page php on my live site;
    http://i47.tinypic.com/2mrftq0.png

    For some reason, that code is being replaced with what looks like the default page template when someone loads http://www.trysthaircompany.com/home, instead of the home page template. (which is why you see content instead of contentMain).

    So you’ve definitely made me aware that the entire page is being screwed up somehow, not just these two divs, although I have no idea what’s breaking it. Templates are correctly labelled and assigned, as you can see here:

    http://i48.tinypic.com/5xtli9.jpg

    So I’m not sure why it’s not pulling in the correct template, especially since this is only in the live version, whereas the local site works just fine and is coded exactly the same.

    Thread Starter shortCakeSlayer

    (@shortcakeslayer)

    Here’s a pastebin link for you to the home page template php that’s broken

    http://pastebin.com/DHqY6fuw

    I don’t think it’s swfobject; I tried using swf object when this problem first came up and it didn’t solve it, so I went back to how I was embedding the swf in the first place, before realizing that the other div with no flash in it wasn’t loading either.

    I’m not sure it’s broken code, as the page works perfectly as is in my localhost version on my computer, but let me know if you notice anything, regardless πŸ™‚ I’ve removed the reference to the swfobject.js just in case, although it didn’t fix anything.

    Thread Starter shortCakeSlayer

    (@shortcakeslayer)

    And also, other flash elements load fine on this page:

    http://www.trysthaircompany.com/about-us/

    Thread Starter shortCakeSlayer

    (@shortcakeslayer)

    Hi thanks for responding. It does NOT load. I look at the live page in google element inspector (and you can do this too if you’ve got Chrome) and two divs, the top and the bottom, are NOT THERE. It’s as if they’re not even written in the code, even though they are.
    So this is what my written code looks like:

    <div id="flashContent">
    	<object width="920" height="321" classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0"><param name="src" value="http://www.trysthaircompany.com/wp-content/themes/tryst/banners.swf" /><param name="wmode" value="transparent" /><embed width="920" height="321" type="application/x-shockwave-flash" src="http://www.trysthaircompany.com/wp-content/themes/tryst/banners.swf" wmode="transparent" /></object>
    </div>
    
    <div class="contentLayoutMain">

    etc etc. So there’s a div called “flashContent” between the “nav” div and the “content” div in my code. It’s simply not there in the live version. The same goes for the image footer at the end, which looks like this:

    <div class="cleared"></div>
    <div id="footerImages">
    	<a href="http://www.trysthaircompany.com/?page_id=11"><img src="<?php bloginfo('template_directory'); ?>/images/aboutUs.png" class="homeImg"/></a><a href="http://www.trysthaircompany.com/?page_id=15"><img src="<?php bloginfo('template_directory'); ?>/images/services.png" class="homeImg"/></a><a href="http://www.trysthaircompany.com/?page_id=13"><img src="<?php bloginfo('template_directory'); ?>/images/products.png" class="homeImg"/></a>
    </div>

    Again, it’s a div called “footerImages” below the “cleared” div. If you look at the page in element Inspector it shows the “cleared” div and no “footerImages.” These divs both show up in my local version of the site just fine.

    Any thoughts? I would assume something is keeping them from loading. I’m not using swfobject, just a good old fashioned object embed for the flash banner, as you can see.

    I’m having this same problem; I’ve attempted trawling my theme code for any reference to google API but there is none, so that’s not my problem. Still have the never-ending spinning AJAX wheel of death every time I try to load a calender. The funny thing is the calender worked on the local copy of my machine while I was developing the site, and only has started misbehaving in this manner when it went live online. I’ve uninstalled and reinstalled countless times.

    Any help would be appreciated

    Part of the site that uses the calender

    http://www.devidancestudio.com/class-schedule/

Viewing 8 replies - 1 through 8 (of 8 total)