Links not working on gallery thumbnails

General questions pertaining to how certain issues can be resolved
Forum rules
1. No offensive language and no mocking
2. Please do a thorough search before you post something. Trust us, there is a high probability that the question you are asking has been asked previously.
3. No soliciting. You cannot post here soliciting bids for people offer you quotes, or even offer money to people for some work. You will be moderated if you do so. If you are looking for help, please post your request on http://jobs.wordpress.net or http://codepoet.com
4. Please be reasonable. You are getting software and support. For free. Complicated requests from a general purpose theme are not welcome and some volunteers might lose patience with you.
5. Please do your due diligence. If you posted a query and we answered with a link, take the trouble to go through the link contents.
6. Please post with complete information. Requests for help MUST be accompanied with your URL, particularly if you are asking something like "Why am I seeing a blank space?"

Links not working on gallery thumbnails

Postby ThaiAnimalSanctuary » 20 Jun 2012, 02:19

I would like to add a link to each of the photos on a certain page but it hasn't worked when I've tried to put a link in the image info. I save it but then when I go back into it, the photo URL is there instead. I recently installed fancybox so that the photos would enlarge in the middle of the screen when clicked so I'm not sure if that could be blocking it.

http://www.thaianimalsanctuary.com/adop ... opt-a-dog/

Also, while I'm here, how do I remove the grey dotted line under the title of a page and under the title of the archive on the left sidebar? And can anyone tell me the code to get rid of the cream border around the border button in the header?

Thanks!
ThaiAnimalSanctuary
 
Posts: 30
Joined: 25 May 2012, 16:57

Re: Links not working on gallery thumbnails

Postby Colin » 20 Jun 2012, 03:58

For your second question put this in your custom styles

Code: Select all
h1.posttitle, h2.posttitle {border:none;}


For your first question you can only have one click state on an image and Fancy box is it at the moment. If you want something else you will have to disable fancy box on the image.
Colin
 
Posts: 2792
Joined: 27 Oct 2009, 10:46

Re: Links not working on gallery thumbnails

Postby drake » 20 Jun 2012, 04:34

And for border of image in header add also at Custom Styles:
Code: Select all
#image-10 img {border:none;}
drake
 
Posts: 3783
Joined: 26 Jul 2011, 07:56
Location: Constanta, Romania

Re: Links not working on gallery thumbnails

Postby sayontan » 20 Jun 2012, 06:30

Sorry, but I wasn't able to understand the problem description. What is the link you added, and to which photo? What are you expecting to see and what is happening instead?
Sayontan Sinha | http://mynethome.net/blog | http://www.aquoid.com/news
I don't do freelance work (for Suffusion or otherwise), so please don't contact me for quotes or offers.
sayontan
Site Admin
 
Posts: 10159
Joined: 15 Sep 2009, 16:39
Location: Houston, Texas

Re: Links not working on gallery thumbnails

Postby drake » 20 Jun 2012, 06:53

As I understand, he wish that then click on the thumbnail of a dog in gallery will be opened a page about that dog.
I don't think that is possible from the gallery. For that is intended the WP Gallery - to show more images as thumbnails, then on click to enlarge the images to see the details.

For what you wish the easy way is to make a table and in each cell put a picture linked to the intended page. Will look like a gallery but will be more like a menu. See at http://www.lustre-covoare.ro/produse/covoare/lana/ such a menu and when you click on any of the image from there will be opened pages with real galeries on them.
drake
 
Posts: 3783
Joined: 26 Jul 2011, 07:56
Location: Constanta, Romania

Re: Links not working on gallery thumbnails

Postby ThaiAnimalSanctuary » 20 Jun 2012, 21:54

Yes, that's exactly what I would like to do. Is there any option to make a table in wordpress? It does seem rather limited... at the moment I can't even change the font size or underline anything... is there anything I can do to add more functions? If not, what is the easiest program to make a table with?

And thanks for the codes, they worked perfectly!
ThaiAnimalSanctuary
 
Posts: 30
Joined: 25 May 2012, 16:57

Re: Links not working on gallery thumbnails

Postby drake » 20 Jun 2012, 23:06

Instal TinyMCE Advanced plugin. It have more advanced formatting buttons, includind those for tables.
drake
 
Posts: 3783
Joined: 26 Jul 2011, 07:56
Location: Constanta, Romania

Re: Links not working on gallery thumbnails

Postby Colin » 20 Jun 2012, 23:11

You can add the tinymce plugin to give you more fully featured editing including tables and much more. But you can code them yourself in HTML view, learn some HTML and then using this option could then become all you need.
Colin
 
Posts: 2792
Joined: 27 Oct 2009, 10:46

Re: Links not working on gallery thumbnails

Postby ThaiAnimalSanctuary » 23 Jun 2012, 00:47

Perfect, wish I'd found that sooner! I have a lot more customizing to do!

I've made a table and everything's working fine but now I have another problem...

I've put an adoption enquiry button on the page of each dog but it's also showing up in the gallery... how do I keep it on the page but not in the gallery?

Also, can anyone tell me the code to remove the border around the button on each dog page? for example here...

http://www.thaianimalsanctuary.com/adop ... og/beanie/

Thanks!
ThaiAnimalSanctuary
 
Posts: 30
Joined: 25 May 2012, 16:57

Re: Links not working on gallery thumbnails

Postby drake » 23 Jun 2012, 01:58

For the first question I'm afraid that you have to install another plugin. The native WP gallery show all images attached to a post and the gallery shortcode don't provide a selector to change that. But you can install a plugin like NextGen Gallery which works with Suffusion and then create your galleries with the plugin by including only the needed pictures. Then in the page you will use the shortcode for the particular nggallery and can use any other single image/images without appearing in the gallery.

For the second question add at Custom Styles:
Code: Select all
.entry img[title="adoptformlogo"] {border:none;}
drake
 
Posts: 3783
Joined: 26 Jul 2011, 07:56
Location: Constanta, Romania

Next

Return to Support Requests

Who is online

Users browsing this forum: FubboksArouri, Google [Bot] and 7 guests

cron