Title: biskitwheels's Replies | WordPress.org

---

# biskitwheels

  [  ](https://wordpress.org/support/users/biskitwheels/)

 *   [Profile](https://wordpress.org/support/users/biskitwheels/)
 *   [Topics Started](https://wordpress.org/support/users/biskitwheels/topics/)
 *   [Replies Created](https://wordpress.org/support/users/biskitwheels/replies/)
 *   [Reviews Written](https://wordpress.org/support/users/biskitwheels/reviews/)
 *   [Topics Replied To](https://wordpress.org/support/users/biskitwheels/replied-to/)
 *   [Engagements](https://wordpress.org/support/users/biskitwheels/engagements/)
 *   [Favorites](https://wordpress.org/support/users/biskitwheels/favorites/)

 Search replies:

## Forum Replies Created

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

 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Portfolio Slideshow] [Plugin: Portfolio Slideshow] multiple slideshows on one page?](https://wordpress.org/support/topic/plugin-portfolio-slideshow-multiple-slideshows-on-one-page/)
 *  [biskitwheels](https://wordpress.org/support/users/biskitwheels/)
 * (@biskitwheels)
 * [15 years, 5 months ago](https://wordpress.org/support/topic/plugin-portfolio-slideshow-multiple-slideshows-on-one-page/page/2/#post-1672042)
 * To contribute a bit more here – you can copy the media library with a mouse drag
   and it copies the image, file name and the attachment ID. Paste it into a text
   editor and your workflow is much easier.
 * One additional thing to add to the readme – clearly state in the beginning that
   there is a settings page in the admin! I did not read this, and I spent a short
   while snooping around the php to control the catpions/autoplay et al. Once I 
   saw the code for the admin in the php I realized where to go. Maybe this mistake,
   and the media library issue I had are fundamental things I should know about 
   WP, but the way I use it, I Don’t always look at the left toolbar and usually
   dive straight into the code after I check the readme.
 * Keep at it, simplicity and elegance are not easily achieved.
 * Great plugin.
    Thanks again!
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Portfolio Slideshow] [Plugin: Portfolio Slideshow] multiple slideshows on one page?](https://wordpress.org/support/topic/plugin-portfolio-slideshow-multiple-slideshows-on-one-page/)
 *  [biskitwheels](https://wordpress.org/support/users/biskitwheels/)
 * (@biskitwheels)
 * [15 years, 5 months ago](https://wordpress.org/support/topic/plugin-portfolio-slideshow-multiple-slideshows-on-one-page/page/2/#post-1672037)
 * There it is!
 * I was accessing the media library via the the “Upload/Insert” lightwindow that
   is page/post specific, the icons to the left of the visual/html toggle and just
   above the html markup and text field. From here I could not find the attachment
   id.
 * Since I’ve never used the Media Library feature on the left sidebar, it did not
   occur to me to look elsewhere.
 * Thanks for going over the top on this. Donation on its way.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Portfolio Slideshow] [Plugin: Portfolio Slideshow] multiple slideshows on one page?](https://wordpress.org/support/topic/plugin-portfolio-slideshow-multiple-slideshows-on-one-page/)
 *  [biskitwheels](https://wordpress.org/support/users/biskitwheels/)
 * (@biskitwheels)
 * [15 years, 5 months ago](https://wordpress.org/support/topic/plugin-portfolio-slideshow-multiple-slideshows-on-one-page/#post-1672035)
 * Thank you for the prompt reply.
 * I am positive the files are uploaded to that page. However, I am not clear on
   Attachment IDs. A thumbnail rollover (ff or safari) does not show attachment 
   id. A search for attachment id tells me the same thing, that a rollover of the
   thumb in the add media popoup interface will reveal it, but i do not see an ID
   in the status as you do when you determine a post id. I cannot find it in the
   resulting html either.
 * I used “1,2,3” in the shortcode, but I think that is referring to the sort order.
   They are the only numbers I could find that are associated with the images I’ve
   uploaded.
 * I have checked the rollover status of the thumbnails in 5 locations – 2 each 
   in page specific gallery and the “media library”, both with the “show” on and“
   hide” on. I even tried it with the thumbnail found in the image editor. I copied
   the image location from the editor and saw a number that looked interesting, 
   but it is indeed random.
 * `postid=2085&rand=37397`
 * I believe this is the issue.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Portfolio Slideshow] [Plugin: Portfolio Slideshow] multiple slideshows on one page?](https://wordpress.org/support/topic/plugin-portfolio-slideshow-multiple-slideshows-on-one-page/)
 *  [biskitwheels](https://wordpress.org/support/users/biskitwheels/)
 * (@biskitwheels)
 * [15 years, 5 months ago](https://wordpress.org/support/topic/plugin-portfolio-slideshow-multiple-slideshows-on-one-page/#post-1672033)
 * According to the readme
 * “Multiple slideshows per post/page
 * As of 0.5.9, you can insert multiple slideshows per post/page, by including different
   attachment ids in your shortcode. Example:
 * [portfolio_slideshow include=”1,2,3″]
 * [portfolio_slideshow include=”4,5,6″]
 * This example will create two slideshows on the page with two sets of images.”
 * I’ve installed the plugin, configured the slideshow features and styled it successfully,
   the sideshow works and is beautiful! Now I am trying to add a 2nd slideshow to
   a page and can’t seem to get past the “include=”1,2,3” addition to the shortcode.
 * the code for the single slideshow (the one that works)
    `<div class="sensesSlide"
   >[portfolio_slideshow]</div>`
 * Of course, I started by adding all attachment IDs, instead of testing it with
   a few.
 *     ```
       <div class="sensesSlide">[portfolio_slideshow include="1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18"]</div>
       <div class="sensesSlide">[portfolio_slideshow include="19,20,21,22,23,24,25,26,27"]</div>
       ```
   
 * That didn’t work, so I went with something simple, like this:
    `<div class="sensesSlide"
   >[portfolio_slideshow include="1,2,3"]</div>`
 * And the slideshow is still no longer visible. Thoughts?
 * using WP3.0.2
    Portfolio Slideshow v0.5.9.2
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Yoast SEO - Advanced SEO with real-time guidance and built-in AI] [Plugin: WordPress SEO by Yoast] Remove Breadcrumbs from Home page](https://wordpress.org/support/topic/plugin-wordpress-seo-by-yoast-remove-breadcrumbs-from-home-page/)
 *  Thread Starter [biskitwheels](https://wordpress.org/support/users/biskitwheels/)
 * (@biskitwheels)
 * [15 years, 5 months ago](https://wordpress.org/support/topic/plugin-wordpress-seo-by-yoast-remove-breadcrumbs-from-home-page/#post-1802277)
 * what a gift to wake up to. thank you!
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Yoast SEO - Advanced SEO with real-time guidance and built-in AI] [Plugin: WordPress SEO] Different breadcrumb details](https://wordpress.org/support/topic/plugin-wordpress-seo-different-breadcrumb-details/)
 *  [biskitwheels](https://wordpress.org/support/users/biskitwheels/)
 * (@biskitwheels)
 * [15 years, 5 months ago](https://wordpress.org/support/topic/plugin-wordpress-seo-different-breadcrumb-details/#post-1791015)
 * How else does one visit Amsterdam than by wandering around it for days?
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [Thumbnails not showing for SmoothGallery Plugin](https://wordpress.org/support/topic/thumbnails-not-showing-for-smoothgallery-plugin/)
 *  [biskitwheels](https://wordpress.org/support/users/biskitwheels/)
 * (@biskitwheels)
 * [16 years, 9 months ago](https://wordpress.org/support/topic/thumbnails-not-showing-for-smoothgallery-plugin/#post-1169621)
 * I checked out the xml export from WP that I used to rescue my pages and post 
   content, and found the problem urls.
 * I tried to do a find/replace to correct the urls, but it didn’t seem to do the
   trick. I wasn’t persistent about it, perhaps this is a proper work around?
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [Thumbnails not showing for SmoothGallery Plugin](https://wordpress.org/support/topic/thumbnails-not-showing-for-smoothgallery-plugin/)
 *  [biskitwheels](https://wordpress.org/support/users/biskitwheels/)
 * (@biskitwheels)
 * [16 years, 9 months ago](https://wordpress.org/support/topic/thumbnails-not-showing-for-smoothgallery-plugin/#post-1169620)
 * I think I may have found the reason this is happening. Perhaps this can lead 
   to a solution. I was testing the WP install in a sub-folder, and the thumbnails
   worked (they stopped working when I switched between servers the first time).
   When I moved the WP install to the root folder to launch the site, none of my
   photos would load. A quick look at the code shows that the images are still being
   referenced from the sub folder.
 * To resolve this issue, I duplicated the wp-content folder and placed it back 
   in the sub folder it came from, and the images load fine.
 * I think it would be a good idea to make this clear in the instructions, that 
   you want to install smoothgallery in the final destination of the WP install.
   Or, perhaps there is a developer-side fix that can allow movement of smooth gallery
   between servers and folders within the server. THanks Christian!
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [Thumbnails not showing for SmoothGallery Plugin](https://wordpress.org/support/topic/thumbnails-not-showing-for-smoothgallery-plugin/)
 *  [biskitwheels](https://wordpress.org/support/users/biskitwheels/)
 * (@biskitwheels)
 * [16 years, 9 months ago](https://wordpress.org/support/topic/thumbnails-not-showing-for-smoothgallery-plugin/#post-1169618)
 * Problem solved! I installed a new version of wordpress and the thumbs returned.
   My first attempt at reinstalling did not work because I used the same databases.
   Instead I exported wordpress as an xml and imported into a clean install, all
   i had to “redo” were the captions, now we are ready to go live!
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [Thumbnails not showing for SmoothGallery Plugin](https://wordpress.org/support/topic/thumbnails-not-showing-for-smoothgallery-plugin/)
 *  [biskitwheels](https://wordpress.org/support/users/biskitwheels/)
 * (@biskitwheels)
 * [16 years, 9 months ago](https://wordpress.org/support/topic/thumbnails-not-showing-for-smoothgallery-plugin/#post-1169611)
 * Edit: I have completely reinstalled the plugin and all its files since installing
   WP on the new server. I believe this issue will be solved within WP or my server/
   htaccess, but searching has not returned anything remotely related to my issue.
   Thanks in advance! Jay
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [Thumbnails not showing for SmoothGallery Plugin](https://wordpress.org/support/topic/thumbnails-not-showing-for-smoothgallery-plugin/)
 *  [biskitwheels](https://wordpress.org/support/users/biskitwheels/)
 * (@biskitwheels)
 * [16 years, 9 months ago](https://wordpress.org/support/topic/thumbnails-not-showing-for-smoothgallery-plugin/#post-1169610)
 * I am having a similar problem, if not the same. I am in communication with the
   smoothgallery plugin author about this. I moved a working version of the site
   from a test server to the live server, and my thumbnails no longer work. They
   are clickable, but greyed out. Here is [a link to the site](http://albertdicruttalo.com/wp)
   as it is now.
 * According to Christian, “The script returns a “file not found” error which means
   that it can’t access the image given in the “src” parameter.”
 * He then says “I already had this problem and it had to do with an “anti-hotlinking”
   feature that was turned on for a particular domain. Deactivating this feature–
   thus allowing hotlinking – resolved this problem. Maybe that’s the case here 
   too?!`”
 * I don’t have any anti-hotlinking plugins, is there another place for this to 
   be ticked on/off in the wp admin or php files?
 * My thumbnails are being called from my old server, here is an example of a URL
   it is expecting to find the thumbs at: [http://albertdicruttalo.com/wp/wp-content/plugins/smoothgallery/extra/resizer.php?src=http://springmountaindesigns.com/ad2009/wp-content/uploads/Symmetry-Study.jpg&w=100&h=75](http://albertdicruttalo.com/wp/wp-content/plugins/smoothgallery/extra/resizer.php?src=http://springmountaindesigns.com/ad2009/wp-content/uploads/Symmetry-Study.jpg&w=100&h=75).
   I would love to reset this, or provide a static link to call the thumbnails.
 * How do I do this?

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