-
AuthorPosts
-
February 18, 2019 at 9:12 pm #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
February 19, 2019 at 12:05 am #1068653Hey tapintoit,
What exactly are you trying to accomplish?
Best regards,
Jordan ShannonFebruary 19, 2019 at 11:17 am #1068874Hi 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
February 19, 2019 at 1:23 pm #1068940Hi 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,
VictoriaFebruary 19, 2019 at 4:10 pm #1069005Perfect 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.
February 20, 2019 at 9:13 am #1069322Hi,
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,
RikardFebruary 20, 2019 at 10:08 am #1069354Ideal – many thanks Rikard – all good now. 👍🏻 You can close this ticket.
February 20, 2019 at 4:04 pm #1069508Actually, 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
February 23, 2019 at 10:36 am #1070640Any thoughts re alt tags not being displayed?
February 25, 2019 at 5:10 pm #1071353February 25, 2019 at 6:09 pm #1071386Sorry, 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
February 28, 2019 at 8:42 am #1072542 -
AuthorPosts
- You must be logged in to reply to this topic.