logo
Ask your WordPress questions! Pay money and get answers fast! (more info)

Warning: Please do not give out any FTP or ssh credentials to anyone, unless you trust them completely. Giving out login details is dangerous.

If the asker does not get an answer then they have 10 days to request a refund.

$20
WP Garnish Theme: Magic Door not opening in Safari and IE

Magic door feature doesn't open to reveal portfolio sample when thumbnail is clicked.

Is this a code fix in the home-magicdoor.php file?

This theme and site is pointless if this feature doesn't work, please help.


Thanks,
Donny

This question has been answered.

dwells001 | 12/22/11 at 12:52pm Edit


(2) Possible Answers Submitted...

See a chronological view of answers?

Warning: Please do not give out any FTP or ssh credentials to anyone, unless you trust them completely. Giving out login details is dangerous.

  • avatar
    Last edited:
    12/22/11
    1:01pm
    Christianto says:

    Hi,

    What is the site?
    maybe is same like this question that I solve..

    • 12/22/11 1:13pm

      dwells001 says:

      Site is www.donnywells.com

      I tried updating the magic door php file linked to the IE issue by deleting the <div> etc.
      Still not working for me. Firefox works most of the time. It's not working for me at the moment.

      Marko- looked on the forum, can't find the answer there either.

    • 12/22/11 1:22pm

      Christianto says:

      It xml Access-Control-Allow-Origin error, the url of requested data should same..
      on your site it requested to

      http://donnywells.com/blog/wp-content/themes/garnish/includes/home-magicdoor.php


      so if you visit the site with www. prefix it won't work
      http://www.donnywells.com

      but if without it, it works
      http://donnywells.com

    • 12/22/11 1:33pm

      dwells001 says:

      I see, makes sense. I would like to have this work with www.donnywells.com rather than donnywells.com. Can and where do I modify this? Or am I needing to use donnywells.com from now on?

    • 12/22/11 1:38pm

      Christianto says:

      There are div with id 'magic-door', it contain attribute 'data-url' which will supply the url
      <div id="magic-door" data-url="this-is-data-url">

      you can check it to see if you can add www to it.

    • 12/22/11 1:44pm

      Christianto says:

      On IE if you can visit it at http://donnywells.com
      The ajax can run but it didn't show, I think it css problem, since content is changing if we click other thumbnail..

      I need to check it further.

    • 12/22/11 2:30pm

      Christianto says:

      Donny, on IE its add height=1 to image element inside div.slides_control


      <div class="slides_control">
      <div>
      <img alt=Dell src="http://donnywells.com/blog/wp-content/uploads/2011/12/dell_brandbook.jpg" height=1 jQuery17106561794481825582="99">
      </div>
      </div>


      I check on both on Iron(chrome-safari like webkit based) and IE the ajax url
      http://donnywells.com/blog/wp-content/themes/garnish/includes/home-magicdoor.php
      On Iron it return only height without any value but on IE return the image with height:1

      maybe if we don't supply any value for height, IE will set it to 1

      you can check home-magicdoor.php for this on line 142
      and it connected with line 36
      $height = get_post_meta(get_the_ID(), 'tz_portfolio_image_height', TRUE);


      maybe you forgot to define portfolio image height on theme admin panel..

    • 12/22/11 3:00pm

      dwells001 says:

      About your note:
      (There are div with id 'magic-door', it contain attribute 'data-url' which will supply the url
      <div id="magic-door" data-url="this-is-data-url">

      you can check it to see if you can add www to it.)


      Which file do I change this in? The home-magicdoor.php?

      I'm also going to define all the heights. It should default to what ever height the image is if you leave it blank, but I'm thinking IE and other browsers will need a height established.

    • 12/22/11 6:23pm

      Christianto says:

      Sorry for late reply, I've to rest for a while..

      About <div> id="magic-door", I don't know if I can add it unless you can send me the theme file to be check, I only know what inside home-magicdoor.php from previous question that I said above.

      you can zip index.php/home.php/homepage.php so I can check it.

  • avatar
    Last edited:
    12/22/11
    1:04pm
    Marko Nikolic says:

    Have you tried to ask in support forum, since this is premium theme?

    Previous versions of this answer: 12/22/11 at 1:04pm

    • 12/22/11 1:22pm

      Marko Nikolic says:

      Hey, check this topic.

      I am checking your site now.

    • 12/22/11 1:27pm

      Marko Nikolic says:

      I have a problem with Chrome, Firefox, too. So, try to go step by step setup, follow documentation, should be working. If you have any plugin or some other additional code, try removing it.

      Or, if someone else don't find solution, give me site details, and I will check.

This question has expired.



Gabriel Reguly, Julio Potier, dwells001 voted on this question.



Current status of this question: Completed



Warning: Please do not give out any FTP or ssh credentials to anyone, unless you trust them completely. Giving out login details is dangerous.

If the asker does not get an answer then they have 10 days to request a refund.