Sprutt
Forum Replies Created
-
You’re welcome, I’m happy it helped someone!
Forum: Plugins
In reply to: [jQuery Colorbox] [Plugin: jQuery Colorbox] Inline content not showingThanks alot Arne, that did the trick!
I was also looking for a way to have a different thumb as a preview image for my galleries from the thumbs inside the gallery.
My solution is to add the image I want to use as the gallery preview image to the gallery, and create a new thumbnail for that image in the size/dimensions I want. Then exclude that image from showing in the gallery.
Finally, to be able to select that excluded image in the “Preview image” dropdown, just go into manage-images.php and comment out line 275, which is holding the conditional statement for this. It looks like so:if ($picture->exclude) continue;
Figured it out if someone’s in need of this functionality.
To show the excluded images of a gallery in the “Preview image” dropdown, just go into manage-images.php and comment out line 275, which is holding the conditional statement for this. It looks like so:
if ($picture->exclude) continue;
Hi,
I’m wondering if there is a somewhat simple way for me to revert this change?
What I’m aiming at doing is having separate size thumbnails in my album from what I have in my galleries. The only way I can see to achieve this is to have one image with a differently sized thumbnail, which I use for the album, and that I hide from showing up in my gallery.
Or is there another way around this?
Thanks for a great plugin and for any help on this!
Forum: Fixing WordPress
In reply to: Adding special character in url for seoI have just run into an issue that might have the same source as yours.
I’m developing a site which has the swedish character “?” in it. When surfing the site everything works fine, as does the admin interface EXCEPT for when I save any setting or post/page etc. It successfully saves what I want to the database but when the page is refreshed WP has stripped the “?” from the URL, hence I get a “Not found” error.
Navigating the admin part also takes ages…Anyone know how to resolve this?
Thanks in advance!