Need help with Wordpress Blog problem

3 replies
  • WEB DESIGN
  • |
I just noticed my blog below, the slide show does not load?? Not sure where to begin to troubleshoot this issue..?

Best Diabetes Remedies
#blog #problem #wordpress
  • Profile picture of the author lightswitch
    Hi NoFearMan,
    I can help you with this issue if you want.
    I should take a look at the configuration of your blog and the slider you are using, etc. in order to be able to troubleshoot this issue properly.

    I'm a graphic designer from Argentina BTW.

    Thanks
    {{ DiscussionBoard.errors[4150800].message }}
    • Profile picture of the author erbuc
      I just did a quick look but you may want to move those JavaScript lines of code just above the line:

      HTML Code:
      <div id="myGallery">
      Move all of the JavaScript above that div:

      Code:
      <script type="text/javascript"> 
              function startGallery() {
                  var myGallery = new gallery($('myGallery'), {
                      timed: true
                  });
              }
              window.addEvent('domready',startGallery);
          </script> 
       
          <style type="text/css"> 
      	
      	.jdGallery .slideInfoZone
      	{
      		height: 60px;
      	}
      	</style>
      ... to the end of the file just before the </body> tag and see if that works.
      {{ DiscussionBoard.errors[4152857].message }}
    • Profile picture of the author nofearman
      I PM'd you but never heard back?

      Originally Posted by lightswitch View Post

      Hi NoFearMan,
      I can help you with this issue if you want.
      I should take a look at the configuration of your blog and the slider you are using, etc. in order to be able to troubleshoot this issue properly.

      I'm a graphic designer from Argentina BTW.

      Thanks
      {{ DiscussionBoard.errors[4162386].message }}

Trending Topics