Tagged: 

Viewing 12 posts - 1 through 12 (of 12 total)
  • Author
    Posts
  • #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

    #225581

    Hi 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,
    Devin

    #225670
    This reply has been marked as private.
    #225943

    Hey!

    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,
    Ismael

    #226075

    Hi,
    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,
    ALexandra

    #226664

    Hey!

    Please try this code instead:

    
    .avia-tooltip {
    margin-top: 160px;
    }
    

    Regards,
    Peter

    #226671

    Hey!
    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/

    #227261

    Hey!

    Your website is not loading on my end :/

    http://www.downforeveryoneorjustme.com/http://www.gstarevents.com/references/

    Cheers!
    Josue

    #227340

    hey
    what do you mean??? that the page is not loading ??

    alexandra

    #227610

    Hi!

    I meant your website is not loading. I checked with this website to discard if it was only me but apparently it’s not.

    This is not something related with the theme, but a server misconfiguration or something else

    Best regards,
    Josue

    #227614

    Hi,
    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
    alexandra

    #227636

    Hi!

    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

Viewing 12 posts - 1 through 12 (of 12 total)
  • You must be logged in to reply to this topic.