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 ThemeIn forum: Kadence Blocks
In reply to: Product carousel issue
I must have been very tired when I wrote those. It is actually the Advanced gallery block.
Thanks for number 1. Although it also applies to the Advanced gallery block.
As for 2 and 3…
img0001 is in the editor
img0002 is in the customizer on the product catalog page with custom shop page off
img0003 is the same page with custom shop page on (to get rid of the product loop)
Also note that the Advanced gallery on the shop page on the front end looks like img0003 as well.In forum: Kadence ThemeIn reply to: Problems moving from Ascend to Kadence theme
November 10, 2020 at 6:50 pm #260396Hello Ben,
Thanks for the reply.
1) When do you expect to release the Kadence theme with this hook ?
In the meantime I created a Kadence-child theme, copied over template-parts/content/single-entry.php and added ‘in_same_term’ => true, at line 47. This works and gives me a temporary workaround.2) I see what you mean, and added the search bar. Thanks.
3) The contact widget is the right idea but doesn’t have the icons I am looking for so I will probably go back to some raw HTML code.
4) While setting up the kadence-child theme I tried to use the Import/Export function, but the import failed with this error:
Fatal error: Uncaught Error: Call to undefined method Kadence_Starter_Templates\Customizer_Import_Export::sideload_image() in /homepages/.../wp-content/plugins/kadence-starter-templates/inc/class-import-export-option.php:358 Stack trace: #0 /homepages/.../wp-content/plugins/kadence-starter-templates/inc/class-import-export-option.php(307): Kadence_Starter_Templates\Customizer_Import_Export::import_images(Array) #1 /homepages/.../wp-content/plugins/kadence-starter-templates/inc/class-import-export-option.php(176): Kadence_Starter_Templates\Customizer_Import_Export::import_data(Object(WP_Customize_Manager)) #2 /homepages/.../wp-includes/class-wp-hook.php(287): Kadence_Starter_Templates\Customizer_Import_Export::import_export_requests(Object(WP_Customize_Manager)) #3 /homepages/.../wp-includes/class-wp-hook.php(311): WP_Hook->apply_filters(NUL in /homepages/.../wp-content/plugins/kadence-starter-templates/inc/class-import-export-option.php on line 358I used the https://wordpress.org/plugins/customizer-export-import/ plugin and it worked. Both export functions (Kadence & the plugin) produce exactly the same file, so the problem seems to be with the Kadence Import. I would upload the 26KB dat file, but the forum uploaded won’t let me (even if I change the file name suffix). I can give you more information if you need it.
Regards,
NickIn forum: Virtue ThemeIn reply to: Set background for all content blocks
Found it. The background has appeared only for single service posts e.g. https://naturescapes.web2.amweb.nz/services/garden-design/
I have tried the following but it is getting away from my “all in one” solution:
div.kt-blocks-post-grid-item-inner, .col-md-5.pcside, article .kt-inside-inner-col, .page.contact-us .kadence-column_a59094-a2, footer > .container { background: rgba(255,255,255,0.5); padding: 10px; }-
This reply was modified 5 years, 5 months ago by
phil2.
In forum: Virtue ThemeTopic: latest posts in home page
Hi everyone,
Is there a way to limit the latest posts on home page to just one post ? *Login to see link
PascalIn forum: Kadence ThemeIn reply to: Theme hooks and filters
November 10, 2020 at 3:03 pm #260390Thanks Ben! I was under the impression that setting a display rule for the entire site might mean that snippet would be visible on every page of the site vs. running on every page of the site. Glad to know that would work.
In forum: Virtue ThemeHey James,
Unfortunately, there isn’t a built-in function for changing the default page template. You could use css to stretch your content fullwidth, but that would then apply to all your pages.
Let me know how I can best help moving forward!Regards,
HannahIn forum: Kadence ThemeIn reply to: Taxonomy page layout
In forum: Kadence BlocksIn reply to: Form Block – using inline HTML in a label
November 10, 2020 at 11:41 am #260369Hey,
there is a little trick to do this:Replace
Privacy Policywith{privacy_policy}Make sure you are using the “accept” field.
Also make sure you’ve assigned a page as your Privacy Policy page in your wordpress settings.
Ben
In forum: Virtue ThemeIn reply to: Homepage Sidebar Issue?
Hi Ben,
I took another look and realized the key for the sidebar was for _kad_post_sidebar so I swapped it for _kad_page_sidebar and now yes/no works as expected. Thank you very much! This is great and will save me a lot of support down the road. I really appreciate the fix! Have a great day!
In forum: Kadence BlocksNovember 10, 2020 at 11:39 am #260367Hey,
I suggest you turn off the excerpt in the block.Then hook in your own custom control for the excerpt.
/** * Get Post Loop Excerpt. * * @param array $attributes Block Attributes. */ function custom_kt_blocks_pro_get_post_excerpt( $attributes ) { if ( is_frontpage() ) { // output export with custom fixed max length. } else { // output the normal excerpt. echo get_the_excerpt(); } } add_action( 'kadence_blocks_post_loop_content', 'custom_kt_blocks_pro_get_post_excerpt', 20 );Ben
In forum: Ascend ThemeHi, Gang!
Using Text Widget on homepage with Slider Pro shortcode to produce a full widith image with Parellex for a “Call to Action” or “hero” type image.
Works fine except for the life of me the image will not expand to full width as set.
Image is 1800 x 1200
Site Width is 1140
Any suggestions?
Thank you,
PamIn forum: Ascend ThemeHi, Hannah,
Well, I gave up and went back to PageBuilder. I an going to get a refund on the Elementor. Honestly, I have a system that works, so why change. I was feeling adventurous and it wasn’t a good adventure. <laughing>
So I’m back to what I know so I can be productive.
Also sharing that I purchased Elegant Theme DIVI for another project. <deep sigh> After one day, I returned it. It’s okay, but it’s not a Kadence Theme. I just get more versatility out of Kadence Themes. So sharing here for others. <cheesy grin>
I have another question, but will post in another thread.
Thank you again, as always.
PamIn forum: Kadence ThemeIn reply to: Breadcrumb hierarchy top level BLOG
November 10, 2020 at 10:44 am #260357Worked Great! Thanks Ben.
If anyone else wants to do this, just note that in the snippet, you have to change the blog ID (In Ben’s example 703). I just went to my page listing in the wordpress dashboard and when you hover over the page you want the ID for (in my case – BLOG), it shows the ID at the bottom of the page in the status bar.
From there, I just updated my page ID into that code snippet and everything worked like a charm.
In forum: Ascend ThemeIn reply to: Slider disappears
Hello Razia,
Thank you for reaching out to us.
Do you really intend to use different sliders for desktop and mobile views? If yes, you can follow the steps on this page. If you’ll use the same slider on the homepage for both views, you’ll just have to set it once on the Theme Options > Home Header, just like Step 3 on this page.
After saving changes, please make sure you clear any website/server cache you have to make sure you’re viewing the latest version of your pages.
Hope this helps and let us know if we can assist you further.
Best Regards,
KarlaIn forum: Kadence ThemeIn reply to: transparent and sticky headers
Thanks Ben, thanks for this. thats what I thought I was doing. It works on the main page, but not on other pages – on the other pages the greenbackgound is transparent so muddles up with the writing on the page – see this as example
https://www.houndsconnect.co.uk/counselling-for-people-with-dogs/how-the-owner-feels/I have only enable transparent header, and haven’t disblaed on posts or pages. I can’t see what set-up is causing the problem.
In forum: Kadence ThemeNovember 10, 2020 at 7:56 am #260341Hey,
This is how woocommerce works, filters only show where items can be filtered. There isn’t any way to make the filters a link to a custom archive page outside of the woocommerce archive where they filter the current query and show based on the current query.I think you would need to create custom menus that you add to your single product sidebar if you want filter links there.
Ben
In forum: Kadence ThemeIn reply to: Easy Digital Downloads
November 10, 2020 at 7:33 am #260334Hey,
1. Woocommerce does this automatically when you set your products as “virtual” : https://docs.woocommerce.com/document/managing-products/#section-14
2. Woocmmerce already does this by default for downloadable products: https://docs.woocommerce.com/document/managing-products/#section-15
There is a “downloads” tab on the account page.
Let me know if I can help further.
Ben
In forum: Kadence ThemeIn forum: Kadence ThemeHi,
When featured Image is set to in-content, is there a way to control the following
1. image overlay colour gradient that appears on top of it
2. its left-margin? Currently it displays with a left margin that I’d like to control separate to the content area.
3. How far up the content displays over it – currently the page title (set to display in content) so controlling that so the title sits in it would be usefulthanks
-
This reply was modified 5 years, 5 months ago by
-
AuthorSearch Results






