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: Virtue Theme
In reply to: Slider Revolution on starting page – 5 languages
Hi Hannah,
it is Polylang Version 3.3.1.
In know that I can place a slider within a widget above the content.
I am using Page Builder by SiteOrigin & SiteOrigin Widgets Bundle.When using Slider Revolution (versions later than 6.4.11) the sliders will not display full width within a widget:
https://hicketrans.de/When using Slider Revolution together with “Template: Feature” and embeded slider (see screenshot) without widget, it works:
https://hicketrans.de/schraeglader-transporte/
But this isn’t possible für the starting pages / Home in different languages.I cannot see how to adjust the theme options for each language separately.
Thank you
AndreasHannah wrote:
Hi Andreas,
Can you tell me which multilingual plugin you’re using? You should be able to adjust the theme options for each language and there you can select a specific slider for each one. Though it doesn’t sound like this is the case for you?Kindly,
HannahIn forum: Kadence BlocksIn reply to: Better Query Builder – Kadence Blocks/Theme
March 3, 2023 at 2:03 am #282539Hi Daniel,
Can you confirm if you are using Kadence Pro or the free version?
[The portfolio block has filtering, but the gallery and post grid block doesn’t and your post block is lacking features.]
Post Grid/Carousel block provides query, filter and pagination options, they are available in the pro version. Check the screencast: https://share.getcloudapp.com/Apuv8zYOGallery filter: Advanced Gallery block provides the option to select gallery layout, numbers, conditional display and many more. Check screenshot: https://share.getcloudapp.com/v1uPRYE1
Kadence also have Gallery plugin. Please check: https://www.kadencewp.com/product/kadence-galleries/Product Filter: Kadence blocks provides the option to add product filters in your page.
Check the screenshot:
https://share.getcloudapp.com/rRugPjgl
https://share.getcloudapp.com/rRugPjz5[Recently I have been using the default WordPress query loop block and just adding blocks into it to create a custom layout.]
As I mentioned in previous reply, the advanced query loop is already in the development phase, will be out soon.
However, we still cannot give an estimated date for when it will be available.[Replacing an archive loop has to follow your guidelines, and there isn’t an easy way to override. The lack of pagination seems an oversight too. I guess there just needs to be some refinement.]
The loop template is for the “Post Item Layout” override, it will not override the whole archive layout. If the theme is using a pagination on the archive pages, even with the loop template is used, the pagination will still show. But that is not possible right now.We have a playlist for the template options we have –
https://www.youtube.com/watch?v=JbgkT2qXdDU&list=PLz7FUcdXQ3YCuWHt-kKQfReWdf1_r5bwPYou can create your own template using the hooked element functionality available in Kadence PRO. https://www.kadencewp.com/kadence-theme/knowledge-base/pro-addon/how-to-use-element-hooks/
https://www.kadencewp.com/kadence-theme/premium/Note:You can always add request for more features on this page https://www.kadencewp.com/kadence-theme/feature-requests/, so other users can vote on it. However, please note that we cannot give an ETA of when this will be added. The development team considers certain factors before implementing new ones.
I hope this helps. If you have further questions, please let us know, and we’ll be happy to help out.
Best Regards,
ArchitaIn forum: Kadence ThemeIn reply to: Create Additional Header Items
March 2, 2023 at 11:02 pm #282534Hi Chandler,
Currently, we don’t have such a feature available for user to add additional items in header.
I have submitted a feature request for this. You may add your vote or comment on additional information on this page – https://www.kadencewp.com/kadence-theme/feature-requests/additional-header-items-through-customize/
Please note that we cannot give an estimated date for when this will be added.
[Alternate Solution]
You can add custom code in functions.php as per your requirement. If you are trying to show header menus on basis of different pages.
For example:
On YX team page, you want to show the YX Menu, and so on and so forth.
You can also change the navigation menu of the page by adding a custom code.Try adding this code:
add_filter( 'wp_nav_menu_args', 'bb_wp_nav_menu_args' ); function bb_wp_nav_menu_args( $args = '' ) { // change the menu in the Header menu position if( $args['theme_location'] == 'primary' && is_page('about') ) { $args['menu'] = '21'; } if( $args['theme_location'] == 'primary' && is_page('contact') ) { $args['menu'] = '26'; } return $args; }Note: Just edit the code and add your correct menu ID. If you want to display on basis of another condition, do let us know with more details, we will send you code accordingly.
Let us know if this is what you would like to accomplish.
Best Regards,
ArchitaIn forum: Kadence ThemeMarch 2, 2023 at 8:56 pm #282532Hi Chris,
The link you have sent is a draft post/page, we can’t preview it without logging in.
Can you try the following CSS code to change the color of the content wrapper:
.page-id-4208 .content-bg { background: #f3f3f3; }If you are still experiencing issues, can you send me a temp login using https://wordpress.org/plugins/temporary-login-without-password/
You can post using “set as private reply”.
You can also send a support ticket to look closer at this issue.
- Premium Support: https://www.kadencewp.com/premium-support-tickets/
- Free Support: https://www.kadencewp.com/free-support-tickets/
Best Regards,
ArchitaIn forum: Kadence ThemeIn reply to: Text transform option desappeared ?
March 2, 2023 at 8:42 pm #282530Hi There,
The text transform can be changed from customize and block settings.
[customize]
From customize you can set the transform options globally according to Posts/pages. Check the screencast:https://share.getcloudapp.com/RBurw4Lw[Block Settings]
Open the page in edit, select the block you want to transform. In right side block setting, you will find Advanced Typography settings option —> Text Transform option.
Check the screencast: https://share.getcloudapp.com/OAuozg4JI hope this helps. If you have further questions, please let us know, and we’ll be happy to help out.
Best regards,
ArchitaIn forum: Kadence ThemeMarch 2, 2023 at 2:50 pm #282523Can anyone help?
I’m wanting to create some child theme custom templates, is there any documentation or help regarding markup and classes to build the layouts.
I’m used to using Foundation & Tailwind, I don’t want to add extra bloat.
Is there a guide or cheat sheet of best practice the Kadence way?Maybe I could build a page with blocks then export the HTML?
Any advice would be helpful.
Thanks
In forum: Kadence ThemeMarch 2, 2023 at 10:08 am #282504Thank you for the quick response.
To update the code was actually working. What I didn’t realize was that “Content Style” was having an effect on the background view. If “Default” or “Boxed” view is selected then there is some kind of content wrapper with an opaque white background that sits over the page background. If I select “Unboxed” as the content view then the background color shows through for the whole page.
So my question then is how do I target the content wrapper that contains the page content, and change its color, in “boxed” view?
I’ve attached a photo to show the problem.
Thanks in advance
In forum: Pinnacle ThemeIn reply to: avanced buttons
It has not happened with all buttons as I see now.
For example on this page the buttons have become very small: https://kloekkefotografie.nl/
And on this page they are just like they always are: https://kloekkefotografie.nl/portretfotograaf-zwolle/In forum: Kadence BlocksIn reply to: Modal pop-up over a fixed element
March 2, 2023 at 3:16 am #282497Hi Archita,
Thanks for your help. I have tried both options, but have not had success yet.
My website is https://www.andysiddersphotography.co.uk/before-and-after/
When I disable ‘Load Content After Footer’ the modal appears in the incorrect position at the bottom of the page and the modal background does not display.
Thanks again for your help.
Andy
In forum: Kadence BlocksIn reply to: Better Query Builder – Kadence Blocks/Theme
March 2, 2023 at 2:26 am #282495Thanks for responding Archita.
I guess in summary, it just feels like with Kadence blocks, you are restricted sometimes by the block limitations, especially when it comes to doing custom loops and filtering.
The portfolio block has filtering, but the gallery and post grid block doesn’t and your post block is lacking features.
Recently I have been using the default WordPress query loop block and just adding blocks into it to create a custom layout.
However, I would prefer it if Kadence had it’s own.Also the way Kadence does element templates is a little clunky and lacking features.
Replacing an archive loop has to follow your guidelines and there isn’t an easy way to override. The lack of pagination seems an oversight too. I guess there just needs to be some refinement.Look I’m not knocking Kadence, I just want to be able to create without limitations and it would be great if Kadence was my only solution.
The reason I posted this is because I created a meet the team page and the client asked if I could do a specific layout with filtering and having tried I couldn’t with Kadence.
I then looked at Toolset and then stumbled on Cwicly, of which does most of the things I’m needing.Here you can see Cwicly Filtering
Query builder in Cwicly Click hereIn forum: Kadence BlocksIn reply to: Better Query Builder – Kadence Blocks/Theme
March 1, 2023 at 9:23 pm #282491Hi Daniel,
Thanks for using Kadence and trusting us. We appreciate your advice and assure you that we are doing our best to improve our products.
Some of the features, like advanced query loop to process repeaters fields, are already in development phase will be out soon.
However, we still cannot give an estimated date for when it will be available.It would be greatly appreciated if you could elaborate on some of the features you are mentioning, such as filtering options, templates, and pagination, so we can pass your message to our development team or log as a feature request.
Note: You can always add request for more features on this page https://www.kadencewp.com/kadence-theme/feature-requests/, so other users can vote on it. However, please note that we cannot give an ETA of when this will be added. The development team considers certain factors before implementing new ones.
Best Regards,
ArchitaIn forum: Kadence ThemeIn reply to: Facing issue in installing kadence theme
March 1, 2023 at 8:13 pm #282489Hi There,
I have the latest version (v1.2.18) on my website and it works fine.
Please check the following points:
- Click on Sync with Cloud option and then try to install the template. Check the screenshot: https://share.getcloudapp.com/d5ugxXYN
- While you’re on the starter template import page, please check your browser console log to see if there are any errors (texts that are in the color red). Here’s our guide to doing this – https://www.kadencewp.com/kadence-theme/knowledge-base/troubleshooting/how-to-view-console-log-errors/.
If you see error texts, take a screenshot and send it to us, so we’ll have more information about the issue.
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/
[Does it have anything to do with the plugin being closed on WordPress.org?]
The plugin is available on wordpress.org without any issues.
I hope this helps. Please let us know if we can assist you further.
Best Regards,
ArchitaIn forum: Kadence ThemeIn reply to: Problem with local Google Font
March 1, 2023 at 7:58 pm #282487Hi There,
I have tried to replicate the issue on my test website using Anton font and then enabled the load fonts locally option. It is working as expected.
Check the screencast: https://share.getcloudapp.com/qGuqwBxLCould you please double-check the following:
- Some of the blocks have their own typography settings. Check the page in edit and blocks settings Check the screencast: https://share.getcloudapp.com/qGuqwBbb
- If you have a cache plugin or CDN enabled. Clear the plugin or CDN cache. You can test it using the incognito window.
If you are still experiencing issues, please share the website URL, so we can have a closer look at the issue. You can share the website URL by setting your response as a private reply.
I hope this helps. Please let us know if we can assist you further.
Best Regards,
ArchitaHi, I recently updated my PHP settings for my website to PHP 8.1. I am now getting this text line showing up at the top of my webiste: “Warning: Constant DISALLOW_FILE_EDIT already defined in /homepages/37/d854208869/htdocs/ozarkdronesfiles/MyCMS2/wp-config.php on line 86”
I jumped into the wp-config file and with my limited knowledge, it looked like it might be related to the iThemes Security plugin I have installed. When I disable it, it seems to solve the issue.
Would you have any recommendations on how I can fix this issue, so that I don’t have to disable the iThemes Security plugin?
Here is my website: http://www.ozarkdrones.com
Thanks!
In forum: Kadence BlocksTopic: Kadence Blocks Update Issues
March 1, 2023 at 10:03 am #282482I am using Kadence products including theme and Kadence blocks.
I just updated the newest version of Kadence blocks today and now when I go to edit a page certain blocks say:
“This block contains unexpected or invalid content.”
then it shows a button that says:
Attempt block recovery and when I do that, some of the block comes back but the titles are missing and formatting lost.
Please fix this issue as it’s causing issues on my site.
In forum: Kadence ThemeIn reply to: No srcset on featured image
In forum: Pinnacle ThemeIn reply to: No H1 tag was found on your homepage
March 1, 2023 at 2:36 am #282475Hi There,
As your homepage is blog posts page, which is an archive page. You can enable the post’s title of the page, which will come in H1 tag.
Check the screenshot to enable blog title: https://share.getcloudapp.com/NQuWqOjBIf you are using Kadence Pro, then you can create your own layout using hooked element pro add-on. https://www.kadencewp.com/kadence-theme/knowledge-base/pro-addon/how-to-use-element-hooks/
I hope this helps. Please let us know if we can assist you further.
Best Regards,
ArchitaIn forum: Virtue ThemeHello,
as you can see we have this page *Login to see link in 5 languages. I would like to have an individual slider for each language on those 5 different “Home” starting-pages.
Sadly I can choose only one Home Slider for all startpages home in theme options.
Right now there is a widget on top of each language Home. In this widget is a Slider Revolution slider with the right language. But it only works with an old version of Slider Revolution (6.4.11) and Page Builder by SiteOrigin.
All other pages use template “feature” and the slider can be implemented there.How can I switch off being forced to choose one Home Slder for the start page?
Thank You,
AndreasIn forum: Kadence BlocksMarch 1, 2023 at 1:51 am #282468I have been playing around with blocks 3 and have been using Kadence for a few years and now that we have dynamic blocks and templates, things are now becoming interesting and we are close to a complete solution for advanced dynamic sites.
However, the way Kadence elements currently works with templates is very clunky when creating archive pages and loops. There are no pagination options or advanced query options.
Also, not having a repeater block is annoying, as this is used so much when creating dynamic ACF content.I have recently been testing Cwicly (A newish block builder) and I must say they have full templating, conditions, advanced query builder, filtering and more.
With Cwicly there is a learning curve though, even if you are a seasoned developer.With Kadence Blocks Pro you have lots of blocks that do many things, but they all seem to be missing things you would like to use from other blocks.
Why do we have filtering on one block, but not in another?We really need an advanced query builder and repeater block and we also need filtering.
There needs to be more options for creating templates and pagination too.Just feels like Kadence is falling behind a bit after looking at Spectra & Cwicly.
Kadence has a great workflow, but new features are needed if if is going to compete.
-
This topic was modified 3 years, 1 month ago by
Daniel Wincott. Reason: Typo
-
This topic was modified 3 years, 1 month ago by
Daniel Wincott.
In forum: Ascend ThemeMarch 1, 2023 at 12:56 am #282467Hi John,
You can create your own templates for WooCommerce with Kadence Shop Kit. There is an option to use a prebuilt design or create from blank.
Please follow the following steps:
– From your Dashboard, navigate to Shop Kit > Product Templates and toggle on “Enable Product Templates.” Check the screenshot: https://share.getcloudapp.com/ApueZ8jL
– Save and refresh your screen, then navigate to Products > Woo Templates. Add a new template and Select Single Product template.
– Now you can select pre-built design or blank.
– You will find all the Kadence WooCommerce blocks in your Blocks list. Add any block in layout as per your requirement. Check the screencast: https://share.getcloudapp.com/z8uGvA6XCheck the article for same:
https://www.kadencewp.com/help-center/docs/kadence-shop-kit/shop-kit-2-0-building-a-product-template/If you are not using Kadence Shop kit plugin, you can also override the woo-commerce template and move the product description content under image.
Check the article to override the WooCommerce template: https://woocommerce.com/document/template-structure/You can also use hooks to add description under product image: https://www.businessbloomer.com/woocommerce-visual-hook-guide-single-product-page/
I hope this helps. Please let us know if we can assist you further.
Best Regards,
Archita -
AuthorSearch Results






