Tagged: image titles
-
AuthorPosts
-
February 17, 2014 at 11:22 am #224891
Hi,
I would like to know how to delete the image title for all inserted pictures which are in the website. The ones which appear inside a yellow boxe.
I would like also to know, how to make the image description appears at the bottom center of the picture instead of the top center.
If you have an email contact, please feel free to send it to me in order for me to send you a screenshot to illustrate what I exactly need… in case my english is too bad!!!
Thanks a lot for your help,
Alexandra
February 18, 2014 at 5:14 pm #225581Hi alexoua!
If you mean the alt titles that show when hovering on images its advisable to keep them since its an SEO boost. Otherwise you can edit your media information on each photo in your WordPress media manager by editing each image.
If you can post a screenshot to somewhere like imgur or dropbox and then paste the URL to it here it will help give a better idea of what you mean for the image description location.
Best regards,
DevinFebruary 18, 2014 at 7:16 pm #225670This reply has been marked as private.February 19, 2014 at 5:28 am #225943Hey!
If you want to remove the title attribute for all images, you can edit js > avia.js. Find this code on line 5:
$(document).ready(function() {
Below, add this code:
$('img').removeAttr('title');
Please post the link to the actual website so that we can inspect it. Please try this on Quick CSS:
.avia-tooltip { top: 400px !important; }
Regards,
IsmaelFebruary 19, 2014 at 10:17 am #226075Hi,
I add the following lines on the quick CSS as you said.
.avia-tooltip {
top: 400px !important;
}
Unfortunately, it looks great for the first line of my images, but it goes worst for the lines 2, 3 and so on.You can have a look at it here : http://www.gstarevents.com/references/
Waiting for your reply,
Thanks a lot,My best regards,
ALexandraFebruary 20, 2014 at 10:29 am #226664Hey!
Please try this code instead:
.avia-tooltip { margin-top: 160px; }
Regards,
PeterFebruary 20, 2014 at 10:45 am #226671Hey!
Thanks
It’s better but now when you go over the image, the description appears and disappears??? It’s weird!
The description location is perfect but the display looks bad??
Can you have a look at it please?
Thanks a lot
Alexandra
http://www.gstarevents.com/references/February 21, 2014 at 4:56 am #227261Hey!
Your website is not loading on my end :/
http://www.downforeveryoneorjustme.com/http://www.gstarevents.com/references/
Cheers!
JosueFebruary 21, 2014 at 10:29 am #227340hey
what do you mean??? that the page is not loading ??alexandra
February 21, 2014 at 6:54 pm #227610February 21, 2014 at 7:02 pm #227614Hi,
Here, my website is working.
I’m all day on it and everything is loading perfectly.
On your last screen shot, I’ve just noticed that you have written the wrong url. Indeed there is no “-” before the “.com” !
The correct url is : http://www.gstarevents.com
Waiting for your reply
thanks
alexandraFebruary 21, 2014 at 7:53 pm #227636Hi!
I’m not having any issues with the alt tags showing now. There will be a delay on when they get removed with the javascript because that file has to be loaded for them to then get removed. You could load it directly into the header but that will most likely cause other more serious issues.
Regards,
Devin -
AuthorPosts
- You must be logged in to reply to this topic.