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 '

Home / Forums / Search / Search Results for 'page '

Viewing 20 results - 5,881 through 5,900 (of 53,646 total)
  • Author
    Search Results
  • #260403
    This reply has been marked as private.
    In forum: Kadence Blocks

    In reply to: Product carousel issue

    #260400

    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.

    img0001 img0002 img0003

    #260396

    Hello 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 358

    I 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,
    Nick

    #260392

    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.
    #260391

    Hi everyone,
    Is there a way to limit the latest posts on home page to just one post ?
    Pascal

    In forum: Kadence Theme
    #260390

    Thanks 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.

    #260374

    Hey 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,
    Hannah

    In forum: Kadence Theme

    In reply to: Taxonomy page layout

    #260372
    This reply has been marked as private.
    #260369

    Hey,
    there is a little trick to do this:

    Replace Privacy Policy with {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 Theme
    #260368

    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!

    #260367

    Hey,
    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

    #260362

    Hi, 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,
    Pam

    #260360

    Hi, 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.
    Pam

    #260357

    Worked 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 Theme

    In reply to: Slider disappears

    #260352

    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,
    Karla

    #260346

    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.

    Screenshot-10

    #260341

    Hey,
    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 Theme

    In reply to: Easy Digital Downloads

    #260334

    Hey,

    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

    #260327
    This reply has been marked as private.
    #260325

    Hi,

    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 useful

    thanks

Viewing 20 results - 5,881 through 5,900 (of 53,646 total)