so it works, but do not want remove the pointer-events, but only "href" from the image.
For example it is now so:
<a href="http://www.alfasecur.it/alfacoming/staff/carlo-de-luca/" target="_self">
<img ... >
</a>
I want to becaome so:
<a href="#">
<img ... >
</a>
Hello Alfasecur, thanks for purchasing Thefox!
Can you please tell us which staff type you are using, or have you a link to the page that use the staff module?
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, this is the page with staff module
http://www.alfasecur.it/alfacoming/organigramma/
And one other thing, how do I change the size of images ?
Thanks
Hello,
Please try to add this custom css ( thefox > styling options ) :
.rstaff_01 a { pointer-events: none; cursor: default; }
If you want to change the image size ( the thumbnail size ) then you need to edit the functions.php and change the line 562 :
add_image_size ('staff_tn', 570 , 570 , true);
Do not hesitate to contact us if you have more questions.
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
Hello,
so it works, but do not want remove the pointer-events, but only "href" from the image.
Hello,
If you want to do this you will need to modify the rd_staff_posts.php file.
Thefox/functions/rd_shortcodes folder.
If you are using the load more navigation then you need to edit the ajax-handlers.php file
Thefox/functions folder.
Do not hesitate to contact us if you have more questions.
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
Perfect, solved ;)
Glad to hear that !
Do not hesitate to contact us if you have more questions.
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