We use featured images so when someone shares a link of a page it shows a specific image. However when we set a featured image in this theme it creates a giant photo if at the top of the page. We don't want this showing up there at all. Please help.
Also when images are opened in a light box for viewing there is a download option, how do we get rid of this.
Hi, it seems to be working now, thank you so much for the help!
I did have one other question. When viewing images in the gallery the top right corner has a button to download the image, is there a way to disable this across the entire site?
We use featured images so when someone shares a link of a page it shows a specific image. However when we set a featured image in this theme it creates a giant photo if at the top of the page. We don't want this showing up there at all. Please help.
Also when images are opened in a light box for viewing there is a download option, how do we get rid of this.
Thank you!
Here is a page showing what it is doing.
http://tours.visutour.com/test/
I have also tried putting these two lines in the custom CSS in the theme options but it doesn't seem to change it.
.page-thumb { display:none; }
.post .post-attachement { display: none; }
Thank you,
Joe
Hello Joseph, thanks for purchasing Cesis!
Try to clear the cache, if that doesn't work use :
.page-thumb { display: none !IMPORTANT; }
What you can do is use Yoast SEO plugin and set a image from the share options.
Do not hesitate to contact us if you have more questions.
Have a nice day!
Regards.
---------------------
Hosting we recommend ( Free SSL and CDN included in all plan ).
Speed up your site with Autoptimize
Test your site with GTmetrix and fix the issue to make it faster
How to Update your Theme
Hi, it seems to be working now, thank you so much for the help!
I did have one other question. When viewing images in the gallery the top right corner has a button to download the image, is there a way to disable this across the entire site?
Hello Joseph,
Glad to have been able to help!
For the Download icon, try to add this custom css ( Cesis > General settings ) :
#lg-download { display:none !important; }
This should do the trick!
Do not hesitate to contact us if you have more questions.
Have a nice day!
Regards.
---------------------
Hosting we recommend ( Free SSL and CDN included in all plan ).
Speed up your site with Autoptimize
Test your site with GTmetrix and fix the issue to make it faster
How to Update your Theme