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: Membership Forums
Hi there!
If you want to execute a shortcode within a PHP file, you will need to use this syntax:
do_shortcode('[kadence_element id="1679"]');Please refer to this page for more reference – https://blog.hubspot.com/website/wordpress-do-shortcode.
I hope this helps, and let us know if we can help you further.
Kind regards,
KarlaIn forum: Kadence ThemeTopic: Link Author to about us page
In forum: Kadence ThemeIn reply to: Header and footer problem
July 30, 2023 at 10:19 pm #284789Hey there,
Thanks for the video.
I see you are using the default template for the Home, Shop, and other pages. They also use the built-in header.
Can you please check for conditional headers and make sure you use only one header? More info about Kadence Conditional Headers:
https://www.kadencewp.com/blog/conditional-headers/If the issue persists, please clear any cache you might have on your website.
Let us know how it goes!
Best,
ChitoIn forum: Kadence ThemeIn reply to: Header and footer problem
In forum: Kadence ThemeIn reply to: Fullscreen background
In forum: Kadence ThemeTopic: Slideshow Format Problem
July 29, 2023 at 1:22 pm #284776Using a free Kadence theme at marcuassociates.com to display mls home listings. When viewing the imported listing slideshow images are not displaying correctly. The top and bottom of each image is cut off. Each listing is displayed on a search page created by the MLS plugin. Can not find any setting to control the size of the slideshow in the plugin or theme.
It looks the image is reduced from a larger format to a 16:9 format, thus cutting off a lot of image detail.Hi KTeam,
We noticed an issue with this site *Login to see link last night. All of the entry animations of Elementor are not loading. If I go to a section of a page and turn off the animation the the content will load.
Here is what I did in testing.
I deactivated all plugins except Elementor and left Ascend running, I still had the issue.
I then changed themes to WP2023 and Kandence and left Elementor activated and the issue went away. All content loaded.There seems to be a conflict between Ascend and Elementor that is not allowing Elementor elements that have animation turned on to load, it is almost like Ascend is blocking it.
Any ideas?
Thanks Chad.
July 29, 2023 at 6:17 am #284774So far using elementor short code, I was able to modify my account page in the php file created in the child theme: woocommerce / myaccount / dashboard.php
This works perfectly fine with the elementor shortcode, but the shortcode in Kadence Elements doesn’t work no matter what I try (the “Entire site” option is enabled in Elements).
It only puts the short code on the page instead of the Elements content – i.e. the short code is not executed.
How can you display an element like this?
Here is the code that works with Elementor:
if ( ! defined( ‘ABSPATH’ ) ) {
exit; // Exit if accessed directly.
}$allowed_html = array(
‘a’ => array(
‘href’ => array(),
),
);
?><div>
[kadence_element id="1679"]
</div><?php
/**
* My Account dashboard.
*
* @since 2.6.0
*/
do_action( ‘woocommerce_account_dashboard’ );/**
* Deprecated woocommerce_before_my_account action.
*
* @deprecated 2.6.0
*/
do_action( ‘woocommerce_before_my_account’ );/**
* Deprecated woocommerce_after_my_account action.
*
* @deprecated 2.6.0
*/
do_action( ‘woocommerce_after_my_account’ );In forum: Kadence ThemeTopic: Header and footer problem
Hi:)
Can someone tell me why in the Kadence (Print Shop) + Woo + Gutenberg, when customizing the page, the changes made to the header and footer (mobile devices) are shown on all subpages except the home page and the sales page (shop)? On the desktop everything is visible and ok.
I’ve been fighting with this all day and I don’t know what’s going on. Is this a bug on my side or is it global and temporary?I will be grateful for your help:)
Sorry for my English 🙂
In forum: Kadence ThemeIn reply to: Fullscreen background
July 27, 2023 at 8:21 pm #284766Hi there,
You should be able to set the Row Layout block to go Full Width with the Align setting.
Here’s a screen recording for reference: https://share.getcloudapp.com/7KuWWK7p
However, from your screenshot, it looks like the Row Layout block with the red background has a Normal Align setting.
Here’s a screenshot for reference: https://share.getcloudapp.com/OAull50O
Can we also see the page settings of this specific page? Perhaps this page is set to have a full-width layout setting.
Here’s a screenshot for reference: https://share.getcloudapp.com/jkuRR52B
Please let us know, and we’ll be more than happy to continue helping until you get your desired result.
Best regards,
Teejay.In forum: Kadence ThemeTopic: Fullscreen background
Hi,
A couple of weeks ago I was working on a site (localhost), but now I can’t figure out how I did one moment.“Content Max Width” for the site is 1290 px. One of the “Row Layouts” has a background that is always stretched to the full width of the screen, regardless of the width. And I can’t figure out how I did it.
I understand that I can achieve this if I set the “Posts/Pages Layout > Page Layout” option “Default Page Layout” to “FULLWIDTH”. But I have it set to “NORMAL”.
So there is another way to make the background full width? I am attaching some screenshots. There, the red background is set for “Row Layout”, the rest of the backgrounds are for “Section”.
In forum: Virtue ThemeIn reply to: Custom CSS for box shadow on header
Hi, @haatkhizer08!
The website you gave uses the Kadence Theme, while the CSS code and this forum topic are for the Virtue theme. These themes are different from each other. You can go to this page for our theme comparison.
For the Kadence theme, there are options to add a border-bottom to each row. Watch this screen recording – https://share.getcloudapp.com/NQuppKZr.
If you want to add a box shadow, you will need to add custom CSS code to Customizer > Additional CSS. Try this:
#masthead, #masthead .item-is-stuck { -webkit-box-shadow: 0px 0px 5px #888888; -moz-box-shadow: 0px 0px 5px #888888; box-shadow: 0px 0px 5px #888888; }The box-shadow will be applied to the main header and sticky header.
I hope this helps, and let us know if we can help you further.
Regards,
KarlaIn forum: Kadence ThemeIn reply to: Enabling share icons
Hi there!
You can add icons to the menu items if you have the Kadence Theme Pro add-on. You’ll need to enable the Ultimate Menu feature after installing and activating the add-on (plugin).
Here’s how you will add the icons for each menu item – https://share.getcloudapp.com/z8ubbYOd. The settings can be found by going to Appearance > Menus > Menu item settings.
The social share icons are coming from our Kadence Simple Share plugin – https://www.kadencewp.com/product/kadence-simple-share/.
If you don’t have this plugin but you’re using WordPress Gutenberg, you can add social icons/links on pages by adding their block – https://wordpress.com/support/wordpress-editor/blocks/social-icons-block/.
I hope this helps, and let us know if we can help you further.
Regards,
KarlaIn forum: Kadence ThemeIn reply to: Kadence Conversions
July 26, 2023 at 7:48 pm #284747Hi Arek,
Can you give us more information about the setting of the Banner Conversion Item that you created?
Kindly check these 3 settings:
1. Trigger lets you select the action that you would like this popup conversion to be shown.
2. Repeat Control, I would recommend disabling repeat control for now. If this is enabled, it will limit the conversion from showing on your website.
3. Show On, you can select the entire website for now. So that the popup will be available anywhere on your website. However, you can customize this to show the conversion item only on specific pages.Here’s a reference to that feature: https://ithemes.com/blog/introducing-kadence-conversions
I hope this helps. If you have further questions, please let us know, and we’ll be happy to help out.
Best regards,
Teejay.In forum: Kadence ThemeTopic: Change image file names
July 26, 2023 at 8:35 am #284742How to change the file name of images in the media library after they’ve already been uploaded (and alt tags written) but before they’ve been used on any pages?
In forum: Virtue ThemeIn reply to: Virtue Javascript Errors
Hi there!
I’m sorry for the delay in getting back to you.
Could you specify on which page you’re seeing these errors? I checked the browser logs on actual pages and my admin pages but I wasn’t able to see the “`Uncaught TypeError: e.indexOf is not a function
at S.fn.load (jquery.min.js?ver=3.6.4:2:85207)`” message.Watch this screen recording – https://share.getcloudapp.com/o0uJY1nE.
Here is my WordPress website information:
- WordPress version – 6.2.2
- Virtue Premium – 4.10.8
- Server info – https://share.getcloudapp.com/P8uX2KBk
If you ar using an outdated WordPress version, please create a website backup and update it to the latest one. See if that will remove the errors you’re seeing.
For website backup, you can ask for help from your hosting provider. This is important before doing any update to make sure you’ll have something to revert to in case something goes wrong after updates.
I hope this helps, and let us know if we can help you further.
Regards,
KarlaIn forum: Kadence BlocksIn reply to: Post Grid Carousel is Stuck
July 24, 2023 at 3:39 pm #284723Hi Claire,
Thanks for sharing website access. I logged into your website and checked the post grid carousel on the homepage.
In the block settings for the USA national parks, the Offset Starting Post was set to 1.
Offset allows you to skip a certain number of WordPress posts before starting output.
Now the Yellowstone post is showing in the carousel. Check the screen recording: https://share.getcloudapp.com/JruepjR9
Check the screenshot: https://share.getcloudapp.com/jkuRAg9x
I hope this helps, and let us know if we can assist you further.
Best Regards,
ArchitaIn forum: Kadence BlocksIn reply to: Post Grid Carousel is Stuck
This reply has been marked as private.July 24, 2023 at 3:12 pm #284721In forum: Kadence ThemeIn reply to: The footer menu is inoperable
July 24, 2023 at 2:38 pm #284719Hi There,
Apologies for the delay in getting back to you, as we do not have support over the weekends.
I have checked the webpage, and there are no horizontal lines beneath the link in the footer. Check the screenshot: https://share.getcloudapp.com/lluX7jJp
Can you confirm if you were able to resolve the issue?
If I misunderstood what you’re trying to do, please let us know, and we’ll be more than happy to help.
Best Regards,
ArchitaIn forum: Membership ForumsJuly 24, 2023 at 10:42 am #284717How do I show all products under a category with the lazy loading using Woo Product by Category Block on page?
Seems limited to set number of rows and columns?
See: *Login to see link ud/blinds-for-bifold-doors page
There are 100+ products in the category
I stress I am inserted a product category block into a page not showing a Product Category Archive Page.
Also how I reduce the space between the get a price and get a sample buttons on the page?
THanks
Ian
-
AuthorSearch Results


