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 - 581 through 600 (of 53,646 total)
  • Author
    Search Results
  • #292952

    Hi @tsscbinformazioni,

    Happy to help!

    Whether you are using the Kadence Form Block or the Kadence Form (Adv) Block:
    1. Edit the page with the form
    2. Go to the Email Settings
    3. In the “Email To Address” field, add the admin email and/or another email separated with a comma

    Here is a screencast for your reference:
    https://share.zight.com/mXuNGrqk

    I hope this helps! Please let me know if you need any more help on this.

    Cheers,
    Eze

    #292951

    Hi Jeremy,

    Happy to help!

    The margin on the Investigative Services page is due to its BOXED Content Style in the page settings:
    https://www.kadencewp.com/help-center/docs/kadence-theme/how-to-setup-page-post-settings/

    To remove the spacing, edit the page > navigate to the page settings and set Content Style to UNBOXED. Here is a screencast for your reference:
    https://share.zight.com/QwuywAxQ

    I hope this helps! Please let me know if you need any more help on this.

    Cheers,
    Eze

    #292945

    Hello, for some reason I cannot figure out why one page has a gap between the header the first block and another page doesn’t.

    (Doesn’t have the gap)

    (Has the gap)

    Anyone know where I should be looking to fix this and remove that gap?

    #292943

    PS: I just tried the links on the 3rd page in Chrome, same result as Firefox and Safari. 🫤

    #292926

    Thank you for your help! It solved the first issue “start with all panes closed”.

    The second issue, I added the anchor links to a PDF and clicked them. They opened the webpage and appeared to rapidly open-close the pane in question (tried in both Safari and Firefox). Is there another setting that I need to adjust?

    This is the URL to the PDF so you can test the links (on page 3): https://kyiakhalid.com/wp-content/uploads/2025/02/KRUIZ-Scrabble.pdf

    #292923

    Hi There,

    I’d be happy to help.

    I reviewed this page: https://kyiakhalid.com/resume/ there are two accordions and both accordions have different pane opened on load. Check the screencast for reference: https://share.zight.com/9Zu6zZ2B

    You can select the Start with all panes collapsed option from the accordion block settings. Check the screencast for reference: https://share.zight.com/jkujObnm

    To choose which pane you’d like to open by default, go to the Accordion block settings and select the desired option under Initial Open Accordion.https://share.zight.com/Wnu5Zjrj

    Check the documentation here: https://www.kadencewp.com/help-center/docs/kadence-blocks/accordion-block/

    I tried the accordion anchor at my end, and it is working for me. Check the screencast here: https://share.zight.com/GGubJG4v

    Please try clearing your browser cache or check in incognito window.

    I hope this helps. Let us know if we can assist you further.

    Best Regards,
    Archita

    #292920

    Hi There,

    I’m glad you reached out. I’d be happy to help.

    Here are a few things you can try to address the issue:

    • Check for Existing Pages with the Same Slug: Sometimes WordPress automatically appends a number to the slug (like “about-2/”) if there’s already a page with that name. Go to your Pages section and ensure there are no other pages using the “about/” slug.
    • Flush Permalinks: Go to Settings > Permalinks in your WordPress dashboard and click Save Changes without making any changes. This will refresh your permalink structure and might fix the issue.
    • Check for Redirects or Caching: Ensure that there’s no redirect rule in your .htaccess file or a caching issue that’s interfering with the page updates. Try disabling any caching plugin temporarily to see if that helps.

    If the issue persists, feel free to let me know, and we’ll dive deeper into troubleshooting it.

    Let me know how it goes!

    Regards,
    Archita

    #292919

    Hi,

    I have created an “About” page for my website with the slug “about/” but when I updated and published the page, it automatically changes to “about-2/. I tried to redirect it to “about/” again but the redirection also not working. I changed the permalink and also set the canonical URL but nothing working.

    In forum: Virtue Theme

    In reply to: Linking Header to Tab

    Anonymous
    #292917

    Hi there,

    You would need to use a 3rd party plugin like WP Code instead: https://wordpress.org/plugins/insert-headers-and-footers

    You can refer to the FAQs section on that page on how you can add custom scripts.

    Let us know if we can assist you further.

    Kind Regards,
    Michael Taro

    #292914

    Hi, I just came here looking for the same answer, I’m trying to populate a hidden field on the form with a value that indicates which button they clicked on my services page. I’m seeing the same three fields as depicted in behruzwuclick’s screenshot.

    It looks like it should be part of this bit but as far as I can tell there is no “Extra Settings” menu.

    “The Populate With Parameter setting allows you to enter a parameter that can be used in the page URL to dynamically populate the field.”
    https://www.kadencewp.com/help-center/docs/kadence-blocks/advanced-form-block/

    In forum: Virtue Theme

    In reply to: Modify logo link?

    #292912

    Hi, Adrian.

    This topic is for our classic “Virtue” theme. Could you give us a page URL so we can double-check what theme you’re using?

    If you are using the “Kadence” theme, use the code snippet from this topic instead: Change the Logo URL in Kadence Theme

    Let me know if I can assist you further.

    #292905

    I’ve read the prior posts re: how to link to specific panes in an accordion. I’m trying to do the same, but I’m not having luck.

    1) The page in question is Kyiakhalid.com/resume and has 2 accordions on it. When the page opens, the same pane on each accordion is already opened. How do I make it so the accordions start off in the closed position? Or if a pane must be opened, make it the topmost pane of each accordion?

    2) I set an anchor for each pane, but it doesn’t seem to work. (Ex. Kyiakhalid.com/resume/#experience-Inclusiv only takes me to the resume page Kyiakhalid.com and doesn’t open the “Inclusiv” pane of the “Experience” accordion.) How can I make it so the specific URLs for the different panes opens their respective panes.

    I tried the solutions I saw in previous posts, but it’s just not working for me. Thanks in advance!

    #292901

    Hi,

    You can use the following CSS to make the dots smaller:

    @media (max-width: 768px) {
      .kb-splide .splide__pagination__page {
    	  height: 5px!important;
    	  margin: 1px!important;
    	  width: 5px!important;
    }
    }

    You can use this CSS to remove the dots completely.

    @media (max-width: 768px) {
      .kb-splide .splide__pagination__page {
             display: none!important;
    }
    }

    Both are targeting mobile only.

    Thanks and I hope this helps.

    In forum: Virtue Theme
    #292886

    Yes, you can customize the homepage for mobile using conditional logic. Use a plugin or custom code to detect mobile devices and display a different version of your shortcode. For example, reduce the “products per page” on mobile. Check “watumishi port” for more insights!

    #292879

    Hi there,

    Happy to help.

    You can use this custom code to construct the single product page breadcrumb structure to this: My Brand / Parent Category / Product Name

    function custom_woocommerce_breadcrumbs() {
        if (is_product()) {
            global $post;
    
            // Get the product categories
            $terms = get_the_terms($post->ID, 'product_cat');
            $main_category = '';
    
            if ($terms && !is_wp_error($terms)) {
                // Get the first category (main category)
                $main_category = $terms[0]->name;
                $main_category_link = get_term_link($terms[0]->term_id, 'product_cat');
            }
    
            if (!empty($main_category)) {
                echo '<nav class="woocommerce-breadcrumb">';
                echo '<a href="' . home_url('/') . '">My Brand</a> / ';
                echo '<a href="' . esc_url($main_category_link) . '">' . esc_html($main_category) . '</a> / ';
                echo get_the_title();
                echo '</nav>';
            } else {
                // Fallback to default breadcrumbs if no category is found
                woocommerce_breadcrumb();
            }
        } else {
            // Use default breadcrumbs for non-product pages
            woocommerce_breadcrumb();
        }
    }
    remove_action('woocommerce_before_main_content', 'woocommerce_breadcrumb', 20);
    add_action('woocommerce_before_main_content', 'custom_woocommerce_breadcrumbs', 20);

    Here is how to add the custom code to your website using the Code Snippets plugin:
    https://www.kadencewp.com/help-center/docs/kadence-theme/how-to-add-a-custom-filter-or-function-with-code-snippets/

    Watch this demo screencast of what happens when the custom filter code is added to your website:

    Navigate to the theme Customizer > WooCommerce > Single Product Layout and set Above Content Layout to NOTHING.
    https://share.zight.com/jkujO2OW

    You can use this custom CSS to further style the breadcrumb:

    .woocommerce-breadcrumb a {
        color: red !important;
        text-decoration: none;
    }

    Here is how to add the custom CSS to your website:
    https://www.kadencewp.com/help-center/docs/kadence-theme/how-do-i-add-custom-css/

    Cheers,
    Eze

    In forum: Kadence Theme

    In reply to: Custom hook

    #292873

    This is not very good, Kadence Elements has a Placement area called Custom Hook, I have tried that. Given the hook a name and set it in a shortcode block on a page and nothing has happened. There is no clear ‘teaching’ that I can see on the Kadence site that shows you how to do it easily.

    #292863

    Hi there:

    I’ve been trying to do this, but my understanding on programming is limited. I’m working on a Woocomerce with the Jewelry Kadence theme and I would like to add a customized engine for my breadcrumbs to the default product page. I do really like the product as it is but Kadence breadcrumbs don’t meet what I need. I only want to change the ones in the product page, because I’m customizing the categories already.

    At the minute, the breadcrumbs are: Home / Shop / Parent Category / Any other subcategory / Product name

    I would like them to be: My brand / Parent Category (main one) / Product name. I just need to have the main category for my products.

    Could you help me on how can I change this?

    Thanks

    #292860

    Hi there,

    I need a carousel to have both images and videos in it, so I can’t use the Advanced Gallery, I decided to use the Advanced Slider. Since I need the photo captions to appear on top of the photo on hover (as opposed to underneath the photo), I can’t use Advanced Image and instead have to put Advanced Galleries within the Advanced Slider. Sometimes I am putting Video Popups inside the Advanced Slider.

    It achieves what I need except that there’s lots of random white padding on all sides, even though I have padding set to zero. By putting a negative number for the top margin I was able to get the top of the block to line up with the other blocks, but trying the same thing for the bottom margin doesn’t work. There is a lot of space in between the photo and the dots that represent the carousel scroll. And, on mobile the entire Advanced Slider is tiny, you can’t even see what’s in it. See screenshots. The screenshots show an example where I put video popup blocks inside the Advanced Slider, but there are plenty of other examples where it’s photos instead of videos and it’s doing the same thing.

    This can be seen on multiple pages but here’s one example of a page where it’s happening:

    Do I need custom CSS to make the padding go away?

    Thanks!
    Claire

    In forum: Reply To:

    In reply to:

    #292856

    I am seeing this fatal error in kadence Pro v 113. I have had to disable the plugin.

    [02-Feb-2025 04:49:32 UTC] PHP Fatal error: Uncaught TypeError: Cannot access offset of type string on string in /home/mysite/public_html/wp-content/plugins/kadence-pro/dist/header-addons/hooks.php:622
    Stack trace:
    #0 /home/mysite/public_html/wp-includes/class-wp-hook.php(324): Kadence_Pro\header_account('')
    #1 /home/mysite/public_html/wp-includes/class-wp-hook.php(348): WP_Hook->apply_filters('', Array)
    #2 /home/mysite/public_html/wp-includes/plugin.php(517): WP_Hook->do_action(Array)
    #3 /home/mysite/public_html/wp-content/plugins/kadence-pro/dist/header-addons/templates/account.php(18): do_action('kadence_header_...')
    #4 /home/mysite/public_html/wp-content/plugins/kadence-pro/dist/header-addons.php(1105): include('/home/mysite/...')
    #5 /home/mysite/public_html/wp-content/plugins/kadence-pro/dist/header-addons.php(1065): Kadence_Pro\Header_Addons->locate_header_template('account.php')
    #6 /home/mysite/public_html/wp-includes/class-wp-hook.php(326): Kadence_Pro\Header_Addons->header_account_output('template-parts/...')
    #7 /home/mysite/public_html/wp-includes/class-wp-hook.php(348): WP_Hook->apply_filters('', Array)
    #8 /home/mysite/public_html/wp-includes/plugin.php(517): WP_Hook->do_action(Array)
    #9 /home/mysite/public_html/wp-includes/general-template.php(182): do_action('get_template_pa...', 'template-parts/...', NULL, Array)
    #10 /home/mysite/public_html/wp-content/themes/kadence/inc/components/custom_header/component.php(212): get_template_part('template-parts/...')
    #11 [internal function]: Kadence\Custom_Header\Component->render_header('main', 'right')
    #12 /home/mysite/public_html/wp-content/themes/kadence/inc/components/template_tags.php(87): call_user_func_array(Array, Array)
    #13 /home/mysite/public_html/wp-content/themes/kadence/inc/template-functions/header-functions.php(69): Kadence\Template_Tags->__call('render_header', Array)
    #14 /home/mysite/public_html/wp-includes/class-wp-hook.php(324): Kadence\header_column('main', 'right')
    #15 /home/mysite/public_html/wp-includes/class-wp-hook.php(348): WP_Hook->apply_filters('', Array)
    #16 /home/mysite/public_html/wp-includes/plugin.php(517): WP_Hook->do_action(Array)
    #17 /home/mysite/public_html/wp-content/themes/kadence/template-parts/header/header-row.php(86): do_action('kadence_render_...', 'main', 'right')
    #18 /home/mysite/public_html/wp-includes/template.php(812): require('/home/mysite/...')
    #19 /home/mysite/public_html/wp-includes/template.php(745): load_template('/home/mysite/...', false, Array)
    #20 /home/mysite/public_html/wp-includes/general-template.php(206): locate_template(Array, true, false, Array)
    #21 /home/mysite/public_html/wp-content/themes/kadence/inc/components/template_parts/component.php(71): get_template_part('template-parts/...', 'row')
    #22 [internal function]: Kadence\Template_Parts\Component::get_template('template-parts/...', 'row', Array)
    #23 /home/mysite/public_html/wp-content/themes/kadence/inc/components/template_tags.php(87): call_user_func_array(Array, Array)
    #24 /home/mysite/public_html/wp-content/themes/kadence/inc/template-functions/header-functions.php(49): Kadence\Template_Tags->__call('get_template', Array)
    #25 /home/mysite/public_html/wp-includes/class-wp-hook.php(324): Kadence\main_header('')
    #26 /home/mysite/public_html/wp-includes/class-wp-hook.php(348): WP_Hook->apply_filters('', Array)
    #27 /home/mysite/public_html/wp-includes/plugin.php(517): WP_Hook->do_action(Array)
    #28 /home/mysite/public_html/wp-content/themes/kadence/template-parts/header/base.php(45): do_action('kadence_main_he...')
    #29 /home/mysite/public_html/wp-includes/template.php(812): require('/home/mysite/...')
    #30 /home/mysite/public_html/wp-includes/template.php(745): load_template('/home/mysite/...', false, Array)
    #31 /home/mysite/public_html/wp-includes/general-template.php(206): locate_template(Array, true, false, Array)
    #32 /home/mysite/public_html/wp-content/themes/kadence/inc/template-functions/header-functions.php(30): get_template_part('template-parts/...')
    #33 /home/mysite/public_html/wp-includes/class-wp-hook.php(324): Kadence\header_markup('')
    #34 /home/mysite/public_html/wp-includes/class-wp-hook.php(348): WP_Hook->apply_filters('', Array)
    #35 /home/mysite/public_html/wp-includes/plugin.php(517): WP_Hook->do_action(Array)
    #36 /home/mysite/public_html/wp-content/themes/kadence/header.php(49): do_action('kadence_header')
    #37 /home/mysite/public_html/wp-includes/template.php(810): require_once('/home/mysite/...')
    #38 /home/mysite/public_html/wp-includes/template.php(745): load_template('/home/mysite/...', true, Array)
    #39 /home/mysite/public_html/wp-includes/general-template.php(48): locate_template(Array, true, true, Array)
    #40 /home/mysite/public_html/wp-content/themes/kadence/page.php(14): get_header()
    #41 /home/mysite/public_html/wp-includes/template-loader.php(106): include('/home/mysite/...')
    #42 /home/mysite/public_html/wp-blog-header.php(19): require_once('/home/mysite/...')
    #43 /home/mysite/public_html/index.php(17): require('/home/mysite/...')
    #44 {main}
    thrown in /home/mysite/public_html/wp-content/plugins/kadence-pro/dist/header-addons/hooks.php on line 622
    • This reply was modified 1 year, 3 months ago by Solace.
    #292853

    Hi,
    When using the accordion, doesn’t matter which style, there is an odd box-shadow type thing appearing when you click on an accordion pane title, and pull your mouse away from the pane.

    This happens when you close a pane as well.

    I can’t figure it out, you can see it in the FAQ section midway on this page:

    Please help fix this.
    Thanks
    Tom

Viewing 20 results - 581 through 600 (of 53,646 total)