Viewing 12 posts - 1 through 12 (of 12 total)
  • Author
    Posts
  • #1068594

    I saw a response in this post #222666 but I can’t seem to find the code in the loop-index.php file. As this was back in 2014, I wonder if things have changed?

    Any thoughts anyone…..I located the loop-index.php file in wp-content > themes > enfold > config_layerslider >…

    Am I looking in the correct place?

    Or does the code offered in the previous email no longer work?

    Thanks

    #1068653

    Hey tapintoit,

    What exactly are you trying to accomplish?

    Best regards,
    Jordan Shannon

    #1068874

    Hi Jordan

    When you click on the sunset image on this page – https://tapintoit.org.uk/this-is-a-test/ it allows you to open the image up … I don’t want to do this I just want an image and no clickability.

    Quite simple request hopefully.

    I hope that explains things ….

    Please respond in simple terms as I am not a developer merely a volunteer….

    Thanks

    #1068940

    Hi tapintoit,

    Here is the code you can put in Enfold > General Styling > Quick Css,  if it does not work, put into themes/enfold/css/custom.css

    
    .single.single-post .big-preview.single-big a {
        pointer-events: none;
    }
    

    If you need further assistance please let us know.

    Best regards,
    Victoria

    #1069005

    Perfect that works a treat. Many thanks Victoria could I also trouble you to show me how to resist the image displayed.

    The image is enormous and I tried adding width: 55%; to the code above and the image is not now centred…..how can I have it centered and smaller?

    See the same page as detailed in the above trail for an understanding of what I have done….

    Thanks

    • This reply was modified 5 years, 9 months ago by tapintoit.
    #1069322

    Hi,

    Thanks for the update, please try to remove the 55% code and add this instead:

    #top .fullsize .template-blog .big-preview img {
        margin: 0 auto;
        display: table;
        max-width: 700px;
    }

    Best regards,
    Rikard

    #1069354

    Ideal – many thanks Rikard – all good now. 👍🏻 You can close this ticket.

    #1069508

    Actually, I spoke too soon.

    I am not getting any alt tags showing on the image on the post page when you mouse over – why not?

    Is it perhaps due to the code that you suggested above?

    See this post for explanation – https://tapintoit.org.uk/mothers-day-gift-vouchers/ – it has alt tags, description, caption etc but on mouse over of the image nothing shows…? Quite an important accessibility issue at present…..

    Also this image is still giant despite the above code – do I need to have a specific image size to get the reductions required….the sunset image is 1000 x 650 px – seems excessive in terms of bytes when I want the image to be 600 (w) x ?? (height).

    Thanks

    #1070640

    Any thoughts re alt tags not being displayed?

    #1071353

    Hi tapintoit,

    That page goes to a 404, can you give us the link to the page where we can see the issue.
    Image 2019-02-25 at 17.10.14.png

    Best regards,
    Victoria

    #1071386

    Sorry, we are about to soft launch the website so that post has been removed and re-scheduled to launch in March….
    Sorry, it was live for about 4 or 5 days but I had to remove it…I’ll let you know when it is live and you can perhaps take a look then.

    Thanks

    #1072542

    Hi,

    Alright. Please feel don’t hesitate to update us once the site is live. We’ll keep this thread open.

    Best regards,
    Ismael

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