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
In reply to: Critical error issue
June 15, 2020 at 10:20 am #251295Hey,
Thanks for posting, hard to tell, likely there is some query conflict happening on the page which would cause WordPress to want to load twice and create an error where something is already defined.Can you send me an admin login so I can check a few things and see if I can figure it out by seeing it?
You can post here using Set as private reply.
also do you have access to the PHP error logs on your server?
Ben
In forum: Virtue ThemeHello!
I have some strange thing happening with image overlay blocks when I use them in columns. The position of next element is not adjusted and elements get merged together. It happens on some pages, but not everywhere (not sure what is the reason).
I will send a message with images and links.
Thank you!
In forum: Membership ForumsIn reply to: Slide 2 ID – Kadence Themes
Hey Daniel,
This is the best place as of now for your Kadence Theme questions! We should have a separate forum for it soon.
You can create anchor links in Kadence Theme without the Slide 2 ID plugin. Are you using the Gutenberg editor and Kadence Blocks? Several of our blocks, such as the Tabs block and the Accordion block, have an option to add an HTML Anchor tab. You can add that anchor onto the end of your homepage link and it will take you to that specific spot on the page. You can use a custom links menu item to add this anchor. Does this make sense? Let me know if this will work for you!Hannah
In forum: Membership ForumsIn reply to: Row full width and corrupted layout
In forum: Membership ForumsIn reply to: Slide 2 ID – Kadence Themes
June 15, 2020 at 9:53 am #251285Hey,
I’m planning to add this through a class, should be part of the next version. That way you can add it to menu items in the custom class area or to buttons or inpage links.Ben
In forum: Virtue ThemeHey,
You can create coupons from your WooCommerce Settings. This post explains: https://pagely.com/blog/effective-ecommerce-promotions-create-coupon-codes-woocommerce/
Hope that’s helpful!Best,
HannahIn forum: Ascend ThemeTopic: future image not showing
June 15, 2020 at 5:57 am #251264Hey Hannah,
I can’t figure out what the problem is that the future image (of Post Ngala Lodge: *Login to see link ) is not showing on the list of Posts on Destinations.
Link to destinations page: *Login to see link
Link to Ngala lodge post: *Login to see link
there is an image in the Future image box
NOT TO WORRY i’VE SORTED IT OUT
-
This topic was modified 5 years, 10 months ago by
adventuretravelcoach.
In forum: Membership ForumsTopic: Critical error issue
June 14, 2020 at 10:47 pm #251256Hello Ben and Co. – Loving Ascend theme and blocks pro. For some reason tonight when I went to add a post grid block to the homepage of planetprinceton.com by clicking “edit page” I received a critical error. I can access the site, plugins, posts, etc. but can’t try to change the home page or the critical error message appears. I deactivated every plugin and it was fine, I could edit the homepage. I then activated the Kadence and Kadence Pro plugins and the error returned. I’ve run site health check, reviewed themes, plugins and other settings, cleared cache, rebooted php, reloaded versions of the plugins and nothing fixes this. I’m attaching the message I received when I ran the debugger. I have no idea what it means! Otherwise, the plugins and theme have been great thanks.
In forum: Virtue ThemeHI,
I have added the related products in my single product page, but eg. Mens shirt show mens and womans shirts in related products.
How do I fix this or work around so i can only cross sell from the same category?
Thanks
In forum: Ascend ThemeTopic: Hi
June 14, 2020 at 4:30 pm #251251I need some help.
I had to reinstall but when i did the layout for editing disapeared.
Now i can’t do anything with row backgrounds or footer shapes etc.
casing point i brought over the template wanderlust and I can’t change the ‘V’ shaping as all i can do is edit the body not the background.
there used to be options for it but now they are all gone.
PLease help i am losing my mind.
I have set you up a temp user identity if you want to see but i am not posting it on a forum.
I have stripped back plugins to essentials, site origin, woo, pro kadence and maintanence page but still can’t page edit as I should be able to.
thanks
tobias
In forum: Virtue ThemeIn reply to: Breadcrumb background color width
In forum: Membership ForumsIn reply to: Row full width and corrupted layout
In the info box block, under the Media Type, can we have an option to add a text instead of an icon or a number?
I know this is may seem weird, but my scenario is to add a number 1, 2, 3, 4, 5, and use the info box to create a list blog post or a page.
The infobox with a number will make is great.
Or there is a workaround in the blocks?
In forum: Membership ForumsTopic: Slide 2 ID – Kadence Themes
June 14, 2020 at 5:24 am #251236I know there is not a specific forum for the Kadence theme, so if this is in the wrong place feel free to move.
I’m using the plugin Slide 2 ID on a lot of one page sites that I build.
As a newbie to Kadence after moving from GenPress.
Is there anything available in the theme to activate slide to anchor without using Slide 2 ID?In forum: Membership ForumsHi Ben,
One of the blocks templates can override the width of the theme, but when I create one I can not make it full width.
Please check the Hero section and the last CTA of this page:
In another page, home page, the layout inside the editor is Okay, but in the live page it is not looking fine. Please check the below images.
Thaks
In forum: Virtue ThemeI have been unable to figure out how to change the item titles from left to center alignment on the Home page of a Virtue Premium development site we are using at *Login to see link
I expected I could achieve it by adding “text-align: center;” in the Custom CSS area for .home-message h4 but this didn’t work for me.
Your advice would be appreciated.
Stu
In forum: Ascend ThemeIn reply to: Beaver Themer intagration
June 12, 2020 at 4:53 pm #251208My plan is early next week to release a new version of ascend that will include this.
Here is the code if you need to work with it this weekend:
/** * Declare explicit theme support for beaver themer. * * @return void */ function ascend_beaver_themer_support() { if ( class_exists( 'FLThemeBuilderLayoutData' ) ) { add_action( 'after_setup_theme', 'ascend_add_beaver_themer_support' ); add_filter( 'fl_theme_builder_part_hooks', 'ascend_beaver_themer_register_part_hooks' ); add_action( 'wp', 'ascend_beaver_themer_header_footer_render' ); } } add_action( 'after_setup_theme', 'ascend_beaver_themer_support' ); /** * Adds theme support for the Beaver builder plugin. */ function ascend_add_beaver_themer_support() { add_theme_support( 'fl-theme-builder-headers' ); add_theme_support( 'fl-theme-builder-footers' ); add_theme_support( 'fl-theme-builder-parts' ); } /** * Adds theme support for the Beaver hooks. */ function ascend_beaver_themer_register_part_hooks() { return array( array( 'label' => 'Header', 'hooks' => array( 'ascend_beforeheader' => 'Before Header', 'ascend_header_after' => 'After Header', ), ), array( 'label' => 'Content', 'hooks' => array( 'kadence_page_content' => 'Before Page Content', 'kadence_page_footer' => 'After Page Content', ), ), array( 'label' => 'Footer', 'hooks' => array( 'ascend_before_footer' => 'Before Footer', ), ), ); } /** * Adds theme support for the Beaver builder plugin. */ function ascend_beaver_themer_header_footer_render() { // Get the header ID. $header_ids = FLThemeBuilderLayoutData::get_current_page_header_ids(); // If we have a header, remove the theme header and hook in Theme Builder's. if ( ! empty( $header_ids ) ) { remove_action( 'ascend_header', 'ascend_header_markup' ); add_action( 'ascend_header', 'FLThemeBuilderLayoutRenderer::render_header' ); } // Get the footer ID. $footer_ids = FLThemeBuilderLayoutData::get_current_page_footer_ids(); // If we have a footer, remove the theme footer and hook in Theme Builder's. if ( ! empty( $footer_ids ) ) { remove_action( 'ascend_footer', 'ascend_footer_markup' ); add_action( 'ascend_footer', 'FLThemeBuilderLayoutRenderer::render_footer' ); } }In forum: Membership ForumsIn reply to: Kadence Theme – Blog title spacing
June 12, 2020 at 4:29 pm #251206In your customizer > blog settings > archive layout, under page title what is your “Container Min Height” set to?
A link would be super helpful.
Ben
In forum: Virtue ThemeIn reply to: Putting between product title and excerpt
June 12, 2020 at 4:18 pm #251204Can you add my css and then link to the page where you are seeing the issue so I can see what is happening?
Ben
June 12, 2020 at 1:07 pm #251197First this web design is not mine (and it’s not done) if anyone should look 🙂
So normal pages have site background and content background set to the same blueish color. That’s fine. But in Woocommerce product layout I set site background to blueish color and content background to white and the result is reversed. Maybe a bug?
Regards
Øystein -
This topic was modified 5 years, 10 months ago by
-
AuthorSearch Results


