Skip Navigation

[Resolved] Possible to make an entire Content Template clickable in a Toolset WP Archive?

This is the technical support forum for Toolset - a suite of plugins for developing WordPress sites without writing PHP.

Everyone can read this forum, but only Toolset clients can post in it. Toolset support works 6 days per week, 19 hours per day.

Sun Mon Tue Wed Thu Fri Sat
- 9:00 – 12:00 9:00 – 12:00 9:00 – 12:00 9:00 – 12:00 9:00 – 12:00 -
- 13:00 – 18:00 13:00 – 18:00 13:00 – 18:00 13:00 – 18:00 13:00 – 18:00 -

Supporter timezone: America/Sao_Paulo (GMT-03:00)

This topic contains 4 replies, has 3 voices.

Last updated by Mateus Getulio 5 months ago.

Assisted by: Mateus Getulio.

Author
Posts
#2697597
Screenshot 2024-05-14 at 12.53.35.png
Screenshot 2024-05-14 at 12.50.03.png
Screenshot 2024-05-14 at 12.49.26.png

Hi Support

I'm trying make an entire box clickable, namely the contents of the Content Template, on a WordPress archive.

I have tried wrapping the entire <div> in <a> tags (screenshot), but it gets rendered outside the <a> tags (screenshot)

Also tried wrapping the contents of the <wpv-loop> tag and in <a> tags unsuccessfully (screenshot).

I've seen a few similar posts on forum https://toolset.com/forums/topic/want-to-make-the-view-loop-output-clickable/, https://toolset.com/forums/topic/how-to-hyperlink-an-entire-container-block/

But haven't been able to get it to work. Is it possible without the use of JavaScript?

Thanks and regards
Simon

#2697637

Nigel
Supporter

Languages: English (English ) Spanish (Español )

Timezone: Europe/London (GMT+01:00)

Hi Simon

It is invalid HTML to next links, so it won't work if the section of content you want to wrap in a link includes any links.

Looking at the markup in your screenshot it clearly does, so cannot work.

You could remove the inner links, making them plain text, for example, and just have a single link on the container.

#2697667
Screenshot 2024-05-14 at 17.55.42.png
Screenshot 2024-05-14 at 17.49.33.png

HI Nigel

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...

Kind regards
Simon

#2697699

Mateus Getulio
Supporter

Languages: English (English )

Timezone: America/Sao_Paulo (GMT-03:00)

Hello Simon,

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.

Privacy and Security Policy

We have strict policies regarding privacy and access to your information. Please see:
https://toolset.com/purchase/support-policy/privacy-and-security-when-providing-debug-information-for-support/

**IMPORTANT**

- 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.

#2697962

Mateus Getulio
Supporter

Languages: English (English )

Timezone: America/Sao_Paulo (GMT-03:00)

css1.png
css2.png

Hello Simon,

I added a custom class to that anchor:

<a href="[wpv-post-url]" class='nanny-link'>

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.

Thank you for your understanding.
Mateus

#2698126

Hi Mateus

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. 🙂

Thanks and regards
Simon

simonM-5 confirmed that the issue was resolved on 2024-05-16 10:17:51.
This ticket is now closed. If you're a Toolset client and need related help, please open a new support ticket.