[Resolved] Possible to make an entire Content Template clickable in a Toolset WP Archive?
This thread is resolved. Here is a description of the problem and solution.
Problem:
The customer wants to make an entire box clickable, specifically the contents of the Content Template, on a WordPress archive. They tried wrapping the entire
Hmm, I thought it could've been a potential problem too. I removed all the links and replaced them with text, but even after removing them, clearing the WP Rocket Cache and WP Used CSS, it is not working. Looking at the Inspector, the / characters in the URL do not seem to be being passed correctly (screenshot); the / character seems to be being replaced with a Space character...
Can you make a slight modification to the code to see if it helps?
Please change
<a href"[wpv-post-url]">
with:
<a href="[wpv-post-url]">
It looks like from your first reply to the last one the '=' sign has been removed.
If it still doesn't work, I would like to request temporary access (wp-admin and FTP) to your site to take better look at the issue. You will find the needed fields for this below the comment area when you log in to leave your next reply. The information you will enter is private which means only you and I can see and have access to it.
Our Debugging Procedures
I will be checking various settings in the backend to see if the issue can be resolved. Although I won't be making changes that affect the live site, it is still good practice to backup the site before providing us access. In the event that we do need to debug the site further, I will duplicate the site and work in a separate, local development environment to avoid affecting the live site.
- Please make a backup of site files and database before providing us access.
- If you do not see the wp-admin/FTP fields this means your post & website login details will be made PUBLIC. DO NOT post your website details unless you see the required wp-admin/FTP fields. If you do not, please ask me to enable the private box. The private box looks like this: hidden link
Please, let me know if you need any additional details. Have a nice day.
Then I used the following CSS code to change the font text from green to black:
.nanny-link{
color: black!important;
}
Please check the screenshots for further reference.
You can customize the color and the css rules in general.
Regarding the hover in the menu, I'm afraid that it is not Toolset-related and it'd fall beyond the scope of our support, I'd recommend getting in touch with the theme support to seek for help regarding such customization.
Thanks, that's a big help. Understand regarding the other customisation. Just thought one of you geniuses might know the answer off the top of your heads. 🙂