Title: Slideshow breaks 2014 Theme
Last modified: August 21, 2016

---

# Slideshow breaks 2014 Theme

 *  Resolved [Sheriziya](https://wordpress.org/support/users/sheriziya/)
 * (@sheriziya)
 * [11 years, 12 months ago](https://wordpress.org/support/topic/slideshow-breaks-2014-theme/)
 * Hi,
 * I’ve made a clean install of WP (single site) with the default theme (2014) and
   the slideshow plugin (no other plugins activated). It seems the plugin breaks
   the theme. When I’ve got the plugin activated the following happens:
    My 10th
   post (Gallery test 9) shows for next post it’s own post, while there are three
   more (Gallery test 10, gallery test 11 and then another more recent post). For
   previous post it shows Gallery test 7, while it should show Gallery test 8.
 * Gallery test 11, (is post number 12 or so?) shows the very first post as previous
   post and the third post (gallery test 2) as the next post.
 * When I deactivate the slideshow plugin, the next/previous returns to normal.
 * It seems the plugin itself breaks the theme/system. What’s going on? Is this 
   a bug or something else?
 * [https://wordpress.org/plugins/slideshow-gallery/](https://wordpress.org/plugins/slideshow-gallery/)

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

 *  Thread Starter [Sheriziya](https://wordpress.org/support/users/sheriziya/)
 * (@sheriziya)
 * [11 years, 12 months ago](https://wordpress.org/support/topic/slideshow-breaks-2014-theme/#post-5002768)
 * Okay, I can’t edit the subject anymore, but I’ve tested it with another default
   theme (2013) and I had exactly the same problem. So…… Apparently it’s a plugin
   problem.
 * The subject should be:
    The Pluging breaks the link rel=prev & link rel=next 
   in the actual page.
 * I’ve been looking into it a little bit more and here’s what I find:
    In the head
   of the page the link rel are perfect:
 *     ```
       <link rel='prev' title='Gallery test 10' href='http://fantasygamecreations.com/2014/06/11/gallery-test-10/' />
       <link rel='next' title='test om te zien hoe de permalink uitvalt.' href='http://fantasygamecreations.com/2014/06/11/test-om-te-zien-hoe-de-permalink-uitvalt/' />
       ```
   
 * They’re exactly what they should be. However, when they’re displayed on the page
   they give:
    Previous Post Hello world! Next Post Gallery test 2 And I find the
   following code in the debug screen of Firebug debugger:
 *     ```
       <nav class="navigation post-navigation" role="navigation">
       		<h1 class="screen-reader-text">Post navigation</h1>
       		<div class="nav-links">
       			<a href="http://fantasygamecreations.com/2014/06/09/hello-world/" rel="prev"><span class="meta-nav">Previous Post</span>Hello world!</a><a href="http://fantasygamecreations.com/2014/06/11/gallery-test-2/" rel="next"><span class="meta-nav">Next Post</span>Gallery test 2</a>		</div><!-- .nav-links -->
       	</nav><!-- .navigation -->
       ```
   
 * So… It appears somehow Slideshow Gallery messes with the post navigation once
   the header.php has been loaded.
 *  Thread Starter [Sheriziya](https://wordpress.org/support/users/sheriziya/)
 * (@sheriziya)
 * [11 years, 11 months ago](https://wordpress.org/support/topic/slideshow-breaks-2014-theme/#post-5002842)
 * Okay, apparently the people from Tribulant are **NOT** (or maybe hardly?) paying
   ANY attention to their OWN forums, cause I’ve posted about this problem there
   too and gotten no response and I’ve seen other people’s post didn’t get any responses
   either for at least the last two weeks.
 * And since they’ve not been responding here either in I think about two weeks,
   I thought I’d better dig a little deeper.
 * As it turns out, there’s one particular problem:
    If you use pictures from another
   post, the previous/next links break!!!
 * So…. Here’s a clear warning:
    Do NOT use pictures from another post. That screws
   up your post navigation.
 * I figured this out when I decided to directly add images to my default WP library
   instead of through the post. When I tried to do this through my post the plugin
   says there are no slides available (the post actually shows the pictures I included
   in the post, go figure!).
    So… how do you get this thing to work? Like this: 
   1. Make a post and save it as a draft. 2. Add your images directly to your WP
   library 3. Attach your images to your saved draft 4. Use the code: `[tribulant_slideshow
   post_id="x"]` Where x is the id of your saved draft (NOT another post!!!!). 5.
   Now publish your post.
 * So…. for me this is resolved now, but of course this is not how it should function.
   It’s rediculous! I hope someone else with a similar problem finds this solution
   helpful.

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

The topic ‘Slideshow breaks 2014 Theme’ is closed to new replies.

 * ![](https://ps.w.org/slideshow-gallery/assets/icon-256x256.png?rev=1187457)
 * [Slideshow Gallery LITE](https://wordpress.org/plugins/slideshow-gallery/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/slideshow-gallery/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/slideshow-gallery/)
 * [Active Topics](https://wordpress.org/support/plugin/slideshow-gallery/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/slideshow-gallery/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/slideshow-gallery/reviews/)

## Tags

 * [next](https://wordpress.org/support/topic-tag/next/)
 * [previous](https://wordpress.org/support/topic-tag/previous/)
 * [slideshow](https://wordpress.org/support/topic-tag/slideshow/)

 * 2 replies
 * 1 participant
 * Last reply from: [Sheriziya](https://wordpress.org/support/users/sheriziya/)
 * Last activity: [11 years, 11 months ago](https://wordpress.org/support/topic/slideshow-breaks-2014-theme/#post-5002842)
 * Status: resolved