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.
Hello,
The website credentials you provided above is not valid, please check it, make sure it is valid, thanks
Private message box enabled.
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/
Thanks for the details, I am downloading the files, will update here if find anything.
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/