wonky1
Forum Replies Created
-
I know what you mean, they clearly state that NO support will be given AT ALL for free versions.. ouch!
But either way good luck, this was the only way I could get it to work on gallery pages for myself.
Hopefully it will help others who have this situations with their galleries.
I don’t know if anyone else can try to help you, but as it’s Woocommerce I wouldn’t know what to suggest.
Good luck with it anyway!
As you’re using Woocommerce, I’ve found this, don’t know if it will help you but perhaps take a look at the reviews?
What I’ve read so far is that it does help…Hi Ricardo,
In this case then I don’t think this fix will work for you sorry.
Have you tried the HTML side of it? Can you add the tags that way?Hi Ricardo,
A lot would depend on what theme you’re using, what lightbox/gallery plugin you;re using IF any…
If you do have one, read up on the plugins instructions and it’ll give you an idea on how to make a lightbox gallery and you can then take it form there.
if you’re NOT using a gallery, are you saying the SEO plgin doesn’t recognise your images anyway?If you’re using a shortcode for a gallery, you can add the HTML text for the plugin to associate the images, after the last image link in the shortcode but BEFORE the end of the string.
Here’s an image to help aide you.. ??
Remembering guys, this dirty fix worked for me because I am using a gallery..
Wordpress SEO by Yeost would NOT work on a gallery but did on other imagesI hope this helps those who have the same issue.
Hi Ricardo,
Ok in your shortcode string for your gallery you will have something similar to;
[lightbox group="photos1"info="true" link="https://mysite/pic.jpg"][/image][/lightbox]
Correct?
Well you place the <img alt=”your alt tags”>
In between the end of the string[..../pic.jpg"]HERE <img alt="your alt tags">BEFORE the closing tags [/image]/lightbox]
This will be using the HTML view of your gallery page and NOT the text view, very important as you’re using HTML
Hi Ricardo,
No problem;please see this post for a workaround I’ve come up with.
It IS a dirty workaround but it does work.
CLICKYOr you could do as so;
Eventually I found a very simple fix, it’s dirty ok but works.
Insert your IMG ALT text AFTER the shortcode but BEFORE the closing tags, like so;[lightbox group="photos1" info="true" link="https://mysite/piccy1.jpg"][image src="https://mysite/piccy1.jpg"]<img alt="piccy1.jpg">[/image][/lightbox]
Note the img alt before the closing tags
Again it’s a dirty workaround but works!I can’t say for the featured image.. You could view the HTML side of it and add the tags this way, that’s the best bet.
Unfortunately I can’t think of a quicker/easier way to do so besides manually pasting the ALT tags by the images.