Notice: These forums are now retired and closed. For active support, please Submit a Ticket or visit our official WordPress.org community pages.
Kadence Theme | Kadence Blocks | Starter Templates | WooCommerce Email Designer | Ascend | Virtue | Pinnacle
Search Results for 'page+'
-
AuthorSearch Results
-
In forum: Kadence Theme
Topic: create icon link dynamically
April 17, 2024 at 6:06 am #288361I have some ACF fields for author pages which contain links to academic profiles. I’ve built an element which displays at the top of posts. I’m trying to insert an icon into the element (custom font awesome icons) which uses the custom field as a link. I tried using the dynamic html block to retrieve the link but this gives me the following code which only pulls in the link as plain text.
<div class=”wp-block-group article-author-socials”><!– wp:kadence/dynamichtml {“uniqueID”:”2089_5ed95c-05″,”field”:”author|author_custom_field”,”metaField”:”acf_meta|orchid_id”} /–></div>
I tried various ways of wrapping that with a link but I can’t get the syntax right. Is there a better way of achieving what I’m trying to do?
In forum: Kadence ThemeIn reply to: Duplicate HOME link in Breadcrumbs
Hi Keith,
Thank you for the additional information.
While Home remains the default Shop Page, there isn’t a built-in setting to exclude it from the breadcrumb trail.
However, you can remove the extra “Home” link and its preceding “/” using this custom CSS:
.single-product .kadence-breadcrumb-container > span:nth-child(1), .single-product .kadence-breadcrumb-container > span:nth-child(2) { display: none; }Here is how to add the custom CSS to your website:
https://www.kadencewp.com/help-center/docs/kadence-theme/how-do-i-add-custom-css/Watch this demo screencast of what happens when the CSS code is added to your website:
https://share.zight.com/Wnu82BXLI hope this helps. Please let us know how we can help further.
Cheers,
EzeIn forum: Kadence ThemeIn reply to: Duplicate HOME link in Breadcrumbs
April 16, 2024 at 11:22 am #288344Chito,
One last thing, we don’t like the default behaviour with SHOP, that’s why we designed the HOME as the base page… is there a way via CSS (if not by settings) to get rid of the extra HOME and / ? Maybe display none. The difficult one is the “/” to hide it without hidding all of the /’s
Thanks
In forum: Kadence ThemeIn reply to: Duplicate HOME link in Breadcrumbs
April 16, 2024 at 10:15 am #288343PS: if I change the woocommerce page to SHOP it now works as your video, but the thing is we don’t have a SHOP landing page… is there a way to work around this? any idea?
In forum: Kadence ThemeApril 16, 2024 at 1:51 am #288325Currently you can only set a single, generic image to be the background of the title area. This means you have to show the same image for each product category. This can cause issues. The generic image might be fine for one category – but inappropriate for another.
What people are suggesting is that we should be able to use the product category image as the title background. Each product archive page would then display an appropriate image for each different group of products.
In the example below, the fire pit background is great for the charcoal range or products – but wrong for water softening salt!
In forum: Kadence ThemeIn forum: Kadence ThemeHello, I’m ranking math in the Medical Pdf Books (*Login to see link using the Kadence theme. By clicking on the author URL, users can reach the homepage from the specific article and category sites. Even though I’ve enabled the author link in the preferences, when I click on an author in the sitemap, the homepage appears. Your kind response would be greatly appreciated.
In forum: Kadence BlocksIn reply to: Can’t remove bottom shadow on section block
April 12, 2024 at 4:46 am #288307Thanks so much Karla,
It was the page layout shadow box opacity not quite set all the way to clear!
In forum: Kadence BlocksIn reply to: Sort Items Based on Selected Data
April 12, 2024 at 1:41 am #288302Hi there,
Currently, only the Kadence Query Loop (Adv) block has the capability to sort post types (e.g., posts, pages, products, etc.) like in the site you’ve referenced.
These are the available sortable items at the moment: https://share.zight.com/mXuzk4y7
If you’d like to submit a feature request for sortable custom post meta, you can do so at this link:
https://www.kadencewp.com/kadence-blocks/feature-requests/Please let us know if we can assist further.
Best,
ChitoIn forum: Kadence BlocksIn reply to: Can’t remove bottom shadow on section block
Hi, Kate!
The box-shadow will be applied to the content area if you’re using the “Boxed” content style. You can check that in these settings:
1. Customize > Posts/Pages Layout > Page Layout
2. Customize > Posts/Pages Layout > Single Post Layout
3. Specific Page/Post Settings (https://www.kadencewp.com/help-center/docs/kadence-theme/how-to-setup-page-post-settings/)If you don’t want the shadow, choose “Unboxed”.
I hope this helps, and let us know if we can assist you further.
Regards,
KarlaIn forum: Kadence BlocksApril 11, 2024 at 4:21 pm #288292Hey,
Mark with the Kadence Dev team.
Prefill does work for those fields, but they must have values https://monosnap.com/file/hlnsWb0ONhyhE3NU2rTiFWDknd7uBs. That is what Teejay was seeing in his video.
There’s an update in the next Kadence blocks version to support option preselect based on their labels. That update will also have support for multiselect field preselect.In the mean time, if you do have values on your options…
The format iswww.testsite.com/page?{populate_with_parameter}={option_value}.
So something likewww.testsite.com/page?checkboxfill=option_2would preselect a checkbox field withcheckboxfillas the “populate with parameter” value andoption_2as the value set for one of the options.You can also preselect multiple options for checkboxes with
www.testsite.com/page?checkboxfill=option_2,option_3,option_4Again this should work currently, you just have to have a value set for the options you want to preselect.
Mark
-
This reply was modified 2 years ago by
markwoodard. Reason: formatting
In forum: Kadence BlocksApril 11, 2024 at 4:28 am #288288Hi there,
we want to user the Advanced Slider with dots in Learndash Focus Mode in Topics. Unfortunately, your css from Kadence Blocks for unordered list to correctly display the dot positions gets overriden by the Learndash CSS for unordered list (see Screenshots with bug and temporary fix).
We want to have both the advanced slider and learndash’s unordered lists in one topic page.
A) Since we’re sitting on a time critical task right now: Is there a global way to fix this for now (e.g. with a Code Snippet)
B) Is there a bugfix planned in the near future?Best regards,
AdrianBug:
Temporary Fix:
In forum: Kadence BlocksIn reply to: Kadence Blocks vs PHP8.x
Hi there!
I apologize for the delay in getting back to you.
The latest version of the Kadence Blocks plugin includes a fix for the Kadence > Home page. However, this only happens if the AI is deactivated.
I’m using PHP 8.2.17 on my website but I’m not having errors on the page. Here’s a screen recording – https://share.zight.com/eDuem9K8
Could we have the full error details?
Regards,
KarlaIn forum: Kadence BlocksHi, Chris!
Could you give us more information?
- Are you editing a page?
- What is your WordPress version?
- If you inspect the page to see console errors, are you seeing texts in the color red? If you did, kindly take a screenshot here.
Please let us know how we can help you further.
Regards,
KarlaIn forum: Kadence ThemeIn reply to: Custom Fonts plugin not working with Kadence theme?
Hi there!
The last concern from garyjay is regarding the “Home” title. I cannot see it now on their website.
However, for anyone who has the same issue, the page/post title will show if you’re showing the “title section”. To check this, go to Customizer > Posts/Page Layout.
– Page Layout
– Single Post LayoutHere’s a screenshot – https://share.zight.com/wbuBRkvm.
I hope this helps, and let us know if we can help you further.
Regards,
KarlaIn forum: Kadence BlocksApril 10, 2024 at 9:53 pm #288281I have a bottom shadow on a section block (at least I think it is the section blow, might be the row block?) that I just can’t seem to turn off.
You can see it on the homepage of test site here *Login to see link
You can see a slight bottom shadow on the bottom of each of the post carousel grids, and also on the bottom of the empty section below that. Box shadow is turned off on everything (row block, section blog, carousel block) and I just can’t work out where it is coming from! <Maybe a plugin? Or a theme setting somewhere?
Using kadence pro with shop kit if that matters.
Any ideas?
Thanks
Kate
In forum: Kadence BlocksHello,
I spent a great deal of time designing a page yesterday. Today when I came back to it, all the Kadence plugins says “Not supported” in the list view. On the page, where all the blocks visible, each of them says:
“Your site does not include support for the “cadence/rowlayout” block. You can leave this block as is, convert its content to a block with custom HTML, or remove it entirely.”When I try to add new Kadence blocks, they are not shown at all. As if Kadence blocks isn’t even installed.
I created a new page – and there Kadence blocks works. It’s just on this page.
– No update has been performed since yesterday.
– Kadence blocks and theme is licensed.
– All themes and plugins are up-to-date. (Kadence Blocks is running version 3.2.33, even though the latest one seem to be 3.2.32 on the website)
– Everything worked fine yesterday. I saved the work, and today no blocks are working on this specific page. When I press “Preview in new tab”, all blocks I created are visible. So on the frontend it works, but in the backend I get these errors. I.e my work gets loaded in preview, but in Gutenberg they are showing error.
– I’ve tried deactivating and activating Kadence blocks/pro.
– I’ve cleared cache.Anyone know what’s going on?
Thank in advance.
In forum: Kadence ThemeHi, Kashi!
The category page that you sent doesn’t use a sidebar layout. For using sidebar layouts on archive pages, go to Customize > Posts/Pages Laayout > Archive Layout. This is where you should select the right sidebar layout.
After doing this, all archive pages will show a right sidebar layout.
If I misunderstood your issue, please let us know and we’ll be happy to help you further.
Regards,
KarlaIn forum: Kadence ThemeIn reply to: Footer isn’t showing on homgepage
Hi!
The Kadence theme has “Page/Post Settings” where you can change the layout for specific pages/posts. Please double-check if you have disabled the footer for the homepage.
Here’s a link to our tutorial – https://www.kadencewp.com/help-center/docs/kadence-theme/how-to-setup-page-post-settings/
Let us know if we can help you further.
Regards,
KarlaIn forum: Kadence ThemeIn reply to: Migrating to Kadence
April 8, 2024 at 3:26 pm #288259Hi @thaheemking121,
I would suggest setting up a staging website first and recreating your current website.
We suggest that if you have any new builds or are looking at a redesign/rebuild, really give the Kadence Theme and Kadence Blocks a look and try.
Kadence Starter templates provide you with pre-built free and premium designs. You can select a design as per your requirement. You can build any kind of site with the Kadence Theme and starter templates, and they are easily adaptable. Once you import the design, it will look and function the same as the demo pages. You can replace the content as per your requirement.
Note: It is recommended to begin with a fresh installation of WordPress before you import a starter template. The importer is designed for new/empty sites with no content. https://www.kadencewp.com/kadence-theme/knowledge-base/getting-started/getting-started-with-a-starter-template/
Kadence Blocks is your toolkit that makes the WordPress block editor capable of creating beautiful content that’s usually only possible through page builder plugins. Each block is crafted with care with regard to performance, accessibility, and extensibility.
Steps to Create Effective Sites:
- Quickly launch your site by importing a starter template.
- Craft powerful content with Kadence Blocks.
- Extend your site’s superpowers with our plugins.
- Get premium support any time you need it.
Here are resources that can help you get started:
- https://kadence-theme.com/knowledge-base/getting-started/
- https://www.kadenceblocks.com/docs/
- https://www.youtube.com/watch?v=GqEecMF7WtE&t=151s
- https://www.youtube.com/watch?v=46P3kMrpFkQ
I hope this helps, please let us know if we can assist you further.
Best Regards,
Archita -
This reply was modified 2 years ago by
-
AuthorSearch Results




