Viewing 13 replies - 1 through 13 (of 13 total)
  • Thread Starter digiRich

    (@digirich)

    looking at the source code, something really is awry :

    <a  target="_self"></p>
    <h2>vans</h2>
    </p>
    <p>								</a>
    							</div>
    <p>							<a  target="_self"><br />
    								<img<br />
    									src=”https://www.....site......co.uk/wp-content/uploads/2012/12/vans.png”<br />
    									alt=”vans”<br />
    								/><br />
    							</a>
    						</div>
    </p></div>
    </p></div>
    Thread Starter digiRich

    (@digirich)

    A few more things…
    It seems to be a problem with the shortcode since the update (other site has not updated: )
    You will see that it works ok as a widget, but when shortcode is inserted, it fails.

    Hope this helps get to the bottom of it.

    Thanks

    Rich

    Thread Starter digiRich

    (@digirich)

    Sorry for repeat posting.
    Found the problem.
    line 97 of /views/slideshow.php is where the bad breaks are…

    Removed breaks, uploaded, refreshed… sorted!

    Plugin Author Stefan Boonstra

    (@stefanboonstra)

    No problem at all, I’m really glad you described this process this thoroughly while solving it for yourself. I’ve fixed the issue for upcoming versions.

    Thanks!

    I have been having the same problem. I looked at line 97 and I think I see the problem (however,I’m not a programmer so I’m not sure). How do I resolve this? Help will be appreciated. Here is what I saw at line 97-102

    <img
    									src="<?php echo htmlspecialchars($imageSrc); ?>"
    									alt="<?php echo htmlspecialchars($attachment->post_title); ?>"
    								/>

    Plugin Author Stefan Boonstra

    (@stefanboonstra)

    Simply putting line 97 through line 102 on the same line, so that no ‘enters’ are between the ‘<img‘ and ‘/>‘ tags. Then save the file.

    If that doesn’t work, could you please provide me with your website’s address?

    Thanks. My wordpress site is on a local server. I’m in the process of building it. I’ll try the approach above and if I have any more problems I’ll post here again.

    I made the change to the slideshow.php file and my slide show still isn’t showing up on the page I have it set up on. Here is what i ended up with. Does this look correct?

    <imgsrc="<?php echo htmlspecialchars($imageSrc); ?>"
    									alt="<?php echo htmlspecialchars($attachment->post_title); ?>"/>

    Plugin Author Stefan Boonstra

    (@stefanboonstra)

    Almost, I should’ve mentioned that the spaces need to remain in between.

    <img src="<?php echo htmlspecialchars($imageSrc); ?>" alt="<?php echo htmlspecialchars($attachment->post_title); ?>" />

    The last approach didn’t work. I thought I might not have done this right so I tried this:

    <imgsrc="<?php echo htmlspecialchars($imageSrc); ?alt="<?php echo htmlspecialchars($attachment->post_title); ?>"/>

    Still no slideshow.

    OK I’ll try that –ignore my last post

    Still having the same problem –no slideshow.
    The brackets and nav buttons (play and pause) are showing up but no images.
    After I fixed the code on line 97 here is what I have:
    <img src="<?php echo htmlspecialchars($imageSrc); ?>" alt="<?php echo htmlspecialchars($attachment->post_title); ?>" />

    I carefully reviewed the permissions on the photos I.m using for this sideshow and they are all 754 or looser.
    Could my problem be theme specific? If so, is there a theme that is KNOWN to work with this plugin? If so what is it? I’ll install it and try it.
    I’m currently using theme 2011.
    Also, firebug console isn’t reporting any errors.
    What else to try??

    Plugin Author Stefan Boonstra

    (@stefanboonstra)

    The slideshow should be able to work on any theme, it’s even built and tested on the WordPress TwentyEleven theme.

    I may be able to find the issue if you could provide me with the link to your website.

Viewing 13 replies - 1 through 13 (of 13 total)
  • The topic ‘No images,’ is closed to new replies.