Skip Navigation

[Resolved] Dynamic Button does not appear on the page

This support ticket is created 4 years, 7 months ago. There's a good chance that you are reading advice that it now obsolete.

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 – 13:00 9:00 – 13:00 9:00 – 13:00 9:00 – 13:00 9:00 – 13:00 -
- 14:00 – 18:00 14:00 – 18:00 14:00 – 18:00 14:00 – 18:00 14:00 – 18:00 -

Supporter timezone: Asia/Hong_Kong (GMT+08:00)

This topic contains 4 replies, has 2 voices.

Last updated by Luo Yang 4 years, 7 months ago.

Assisted by: Luo Yang.

Author
Posts
#1812727

I am trying to:
Use the dynamic bottom on a page

Link to a page where the issue can be seen:
hidden link

I expected to see:
There should be a "Home" button on top and I also tried to use it in the accordion under the "Home" tab

Instead, I got:
It doesn't show. BUT it does show on the "preview" page.

I did the following (so you can figure it out)
1. Created an "Element" in Kadence theme (Appearance--Kadence--Elements--Icon Sidebar).
2. "Icon Sidebar" is where I'm trying to use the button.
3. When I create it and click "preview" it seems to work. BUT, it does not work on any of the pages
hidden link
4. I only have one custom post type (Client Portals) and one field group (Field Group for Client Portals) created

I hope that explains it properly! Thank you.

#1813497

Hello,

The website credentials you provided above is not valid, please check it, make sure it is valid, thanks

Private message box enabled.

#1813721
#1815777

Thanks for the details, I can login your website and see the problem, and I have tried the same button setting in the same page content:
hidden link

It works fine in front-end:
hidden link

So it should be a compatibility issue with your "Element" in Kadence theme, can you confirm it?
If you need more assistance for it, please provide a full copy of your website in below private message box, I need to test it in my localhost.
https://toolset.com/faq/provide-supporters-copy-site/

#1817639
#1818599

Thanks for the details, I am downloading the files, will update here if find anything.

#1818639

The "Element" in Kadence theme element is not compatible with Toolset button block, and there is a easy workaround, you can try these:
Edit the Kadence theme element "icon sidebar", add a shortcode block, with below codes:

<div class="tb-button" data-toolset-blocks-button="242ddb2d0f52fc2833b8cfbb206a9439"><a class="tb-button__link" href='[wpv-post-url item="397"]' target="_blank" rel="noopener noreferrer"><i class="tb-button__icon"></i><span class="tb-button__content">HOME</span></a></div>

In above codes, the URL is setup by shortcode [wpv-post-url item="397"]

More help:
https://toolset.com/documentation/programmer-reference/views/views-shortcodes/item-attribute/