Title: Bonn's Replies | WordPress.org

---

# Bonn

  [  ](https://wordpress.org/support/users/bonnlevelup/)

 *   [Profile](https://wordpress.org/support/users/bonnlevelup/)
 *   [Topics Started](https://wordpress.org/support/users/bonnlevelup/topics/)
 *   [Replies Created](https://wordpress.org/support/users/bonnlevelup/replies/)
 *   [Reviews Written](https://wordpress.org/support/users/bonnlevelup/reviews/)
 *   [Topics Replied To](https://wordpress.org/support/users/bonnlevelup/replied-to/)
 *   [Engagements](https://wordpress.org/support/users/bonnlevelup/engagements/)
 *   [Favorites](https://wordpress.org/support/users/bonnlevelup/favorites/)

 Search replies:

## Forum Replies Created

Viewing 15 replies - 1 through 15 (of 21 total)

1 [2](https://wordpress.org/support/users/bonnlevelup/replies/page/2/?output_format=md)
[→](https://wordpress.org/support/users/bonnlevelup/replies/page/2/?output_format=md)

 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [[Kadence] single product image on hover with gallery first image](https://wordpress.org/support/topic/single-product-image-on-hover-with-gallery-first-image/)
 *  [Bonn](https://wordpress.org/support/users/bonnlevelup/)
 * (@bonnlevelup)
 * [6 months, 3 weeks ago](https://wordpress.org/support/topic/single-product-image-on-hover-with-gallery-first-image/#post-18790495)
 * Hi there,
 * Try adding this code snippet:
 *     ```wp-block-code
       if ( ! function_exists( 'woocommerce_show_product_images' ) ) {function woocommerce_show_product_images() {global $product;    if ( ! $product ) {        return;    }    $post_thumbnail_id = $product->get_image_id();    $main_image = wp_get_attachment_image(         $post_thumbnail_id,         'woocommerce_single',         false,         array( 'class' => 'wp-post-image main-image' )     );    $attachment_ids = $product->get_gallery_image_ids();    $secondary_image = '';    $has_second_image = false;    if ( $attachment_ids && isset( $attachment_ids[0] ) ) {        $secondary_image = wp_get_attachment_image(             $attachment_ids[0],             'woocommerce_single',             false,             array( 'class' => 'secondary-image' )         );        $has_second_image = true;    }    $container_class = 'woocommerce-product-gallery images custom-product-slider ' . ( $has_second_image ? 'has-hover-slide' : '' );    echo '<div class="' . esc_attr( $container_class ) . '">';        echo $main_image;        if ( $has_second_image ) {            echo $secondary_image;        }    echo '</div>';    ?>    <style>        .custom-product-slider {            position: relative;            overflow: hidden;            display: block;        }        .custom-product-slider img {            display: block;            width: 100%;            height: auto;            transition: transform 0.4s ease-in-out;            backface-visibility: hidden;        }        .custom-product-slider .secondary-image {            position: absolute;            top: 0;            left: 0;            transform: translate3d(100%, 0, 0);            z-index: 2;        }        .custom-product-slider.has-hover-slide:hover .main-image {            transform: translate3d(-100%, 0, 0);        }        .custom-product-slider.has-hover-slide:hover .secondary-image {            transform: translate3d(0, 0, 0);        }    </style>    <?php}}
       ```
   
 * ​I hope this helps, and let us know if that works.
 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [[Kadence] Menu isn’t showing on the header](https://wordpress.org/support/topic/menu-isnt-showing-on-the-header/)
 *  [Bonn](https://wordpress.org/support/users/bonnlevelup/)
 * (@bonnlevelup)
 * [1 year ago](https://wordpress.org/support/topic/menu-isnt-showing-on-the-header/#post-18559876)
 * Hi [@humzii1123](https://wordpress.org/support/users/humzii1123/) 
   Thanks for
   sharing your experience. It sounds like the issue is related to LiteSpeed’s caching
   settings.
 * You may need to adjust some of the LiteSpeed options, especially those related
   to JavaScript optimization, as they can sometimes interfere with how the mobile
   menu functions.
 * Try disabling **JS Combine** or **JS Deferred** one at a time, and be sure to
   clear the cache after each change to test.
 * If the issue continues, we recommend contacting LiteSpeed support for further
   assistance with the best settings for your setup.
 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [[Kadence] Update Failed error message](https://wordpress.org/support/topic/update-failed-error-message-2/)
 *  [Bonn](https://wordpress.org/support/users/bonnlevelup/)
 * (@bonnlevelup)
 * [1 year ago](https://wordpress.org/support/topic/update-failed-error-message-2/#post-18559817)
 * Hi [@chrilles](https://wordpress.org/support/users/chrilles/) 
   Just checking 
   in on this topic. Do you still need assistance here?
 * Please note that you can also submit a support ticket via these channels.
    - FREE Users: [https://www.kadencewp.com/help-center/free-support/](https://www.kadencewp.com/help-center/free-support/)
    - Premium Users: [https://www.kadencewp.com/help-center/premium-support/](https://www.kadencewp.com/help-center/premium-support/)
 * Thank you for your understanding!
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Kadence Blocks — Page Builder Toolkit for Gutenberg Editor] Problem with captions in Advanced Gallery Block](https://wordpress.org/support/topic/problem-with-captions-in-advanced-gallery-block/)
 *  Plugin Support [Bonn](https://wordpress.org/support/users/bonnlevelup/)
 * (@bonnlevelup)
 * [1 year, 9 months ago](https://wordpress.org/support/topic/problem-with-captions-in-advanced-gallery-block/#post-18093170)
 * Hi there,
 * Thanks for the request.
 * I will forward this to our development team.
 * Let me know if there’s anything else we can help you with.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Kadence WooCommerce Email Designer] How to add custom checkout filed](https://wordpress.org/support/topic/how-to-add-custom-checkout-filed/)
 *  Plugin Support [Bonn](https://wordpress.org/support/users/bonnlevelup/)
 * (@bonnlevelup)
 * [1 year, 11 months ago](https://wordpress.org/support/topic/how-to-add-custom-checkout-filed/#post-18012754)
 * Hi there,
 * The Kadence WooCommerce Email Designer plugin modifies the appearance of WooCommerce
   emails but doesn’t alter their core content; all the content still originates
   from WooCommerce.
 * To determine if the Kadence plugin is causing your checkout editor issue, try
   disabling the Kadence WooCommerce Email Designer plugin and then check if the
   custom fields appear in the email. This will help us identify if the plugin is
   contributing to the issue.
 * Please let us know the results. We’re here to assist you further!
 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [[Kadence] How could I have a hover pictures carousel in the catalog items? Kadence?](https://wordpress.org/support/topic/how-could-i-have-a-hover-pictures-carousel-in-the-catalog-items-kadence/)
 *  [Bonn](https://wordpress.org/support/users/bonnlevelup/)
 * (@bonnlevelup)
 * [2 years, 1 month ago](https://wordpress.org/support/topic/how-could-i-have-a-hover-pictures-carousel-in-the-catalog-items-kadence/#post-17834883)
 * Hi Bastian,
 * Thanks for the link.
 * Currently, the layout of Post Grid/Carousel block is not designed to work like
   this.
 * If you would like to submit a feature request for this, you can submit it here:
   [https://www.kadencewp.com/kadence-blocks/feature-requests/](https://www.kadencewp.com/kadence-blocks/feature-requests/)
 * Keep in mind though that we can’t give you a timeline for when it will be added,
   since the development team has to consider a lot of different factors before 
   implementing new features.
 * Let us know if we can help you further.
 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [[Kadence] How could I have a hover pictures carousel in the catalog items? Kadence?](https://wordpress.org/support/topic/how-could-i-have-a-hover-pictures-carousel-in-the-catalog-items-kadence/)
 *  [Bonn](https://wordpress.org/support/users/bonnlevelup/)
 * (@bonnlevelup)
 * [2 years, 2 months ago](https://wordpress.org/support/topic/how-could-i-have-a-hover-pictures-carousel-in-the-catalog-items-kadence/#post-17806310)
 * Hi Bastian,
 * The Kadence theme or blocks do not have a carousel or gallery that will show 
   all the pictures just by hovering.
 * Could you share a link or an example of the type of carousel you’re referring
   to? This will help me understand exactly what you’re looking for.
 * Thanks!
 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [[Ascend] Page Header Title](https://wordpress.org/support/topic/page-header-title-2/)
 *  [Bonn](https://wordpress.org/support/users/bonnlevelup/)
 * (@bonnlevelup)
 * [2 years, 5 months ago](https://wordpress.org/support/topic/page-header-title-2/#post-17464926)
 * Hi Murray,
 * Thanks for the update, and apologies for the delayed response.
 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [[Ascend] Sticky header not working](https://wordpress.org/support/topic/sticky-header-not-working-13/)
 *  [Bonn](https://wordpress.org/support/users/bonnlevelup/)
 * (@bonnlevelup)
 * [2 years, 5 months ago](https://wordpress.org/support/topic/sticky-header-not-working-13/#post-17464925)
 * Hi Muhammad,
 * Apologies for the delayed response and thank you for your patience.
 * It maybe a caching issue.
 * Can you try clearing your website cache? [https://www.kadencewp.com/help-center/docs/kadence-theme/clearing-your-website-cache/](https://www.kadencewp.com/help-center/docs/kadence-theme/clearing-your-website-cache/)
 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [[Ascend] Ascend Theme – portfolio pages coming up as “Page not found”](https://wordpress.org/support/topic/ascend-theme-portfolio-pages-coming-up-as-page-not-found/)
 *  [Bonn](https://wordpress.org/support/users/bonnlevelup/)
 * (@bonnlevelup)
 * [2 years, 5 months ago](https://wordpress.org/support/topic/ascend-theme-portfolio-pages-coming-up-as-page-not-found/#post-17464911)
 * Hi there,
 * I checked the page you mentioned, and I was unable to replicate the issue.
 * Checking on the painting will redirect me to the portfolio page.
 * Here’s a video: [https://share.zight.com/kpueA50g](https://share.zight.com/kpueA50g)
 * Have you sorted this out already?
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Kadence Blocks — Page Builder Toolkit for Gutenberg Editor] Post block Custom Excerpt Length Ellipsis](https://wordpress.org/support/topic/post-block-custom-excerpt-length-ellipsis/)
 *  Plugin Support [Bonn](https://wordpress.org/support/users/bonnlevelup/)
 * (@bonnlevelup)
 * [3 years ago](https://wordpress.org/support/topic/post-block-custom-excerpt-length-ellipsis/#post-16902884)
 * Hi,
 * There is no built-in option for this, but you can do this by adding custom CSS.
 * `.kb-posts .entry-summary p:after { `
   `content: '…'; ``}`
 * ​I hope this helps, and let us know if we can assist you further.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Kadence Blocks — Page Builder Toolkit for Gutenberg Editor] Changing “Submit” Button](https://wordpress.org/support/topic/changing-submit-button-2/)
 *  Plugin Support [Bonn](https://wordpress.org/support/users/bonnlevelup/)
 * (@bonnlevelup)
 * [3 years, 3 months ago](https://wordpress.org/support/topic/changing-submit-button-2/#post-16665063)
 * Hi,
 * Do you want to change the Submit Button label? If yes, you can change it directly.
   Here’s a video: [https://share.getcloudapp.com/6qubJJEO](https://share.getcloudapp.com/6qubJJEO)
 * ​I hope this helps, and let us know if we can assist you further.
 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [[Kadence] Author Link on Post Meta and Archive Pages](https://wordpress.org/support/topic/author-link-on-post-meta-and-archive-pages/)
 *  [Bonn](https://wordpress.org/support/users/bonnlevelup/)
 * (@bonnlevelup)
 * [3 years, 8 months ago](https://wordpress.org/support/topic/author-link-on-post-meta-and-archive-pages/#post-16222419)
 * Hi there,
 * Try adding this custom code snippet:
 * `add_filter('kadence_author_use_profile_link', '__return_false');`
 * You can add this using the Code Snippets plugin: [https://www.kadencewp.com/kadence-theme/knowledge-base/advanced/how-to-add-a-custom-filter-or-function-with-code-snippets/](https://www.kadencewp.com/kadence-theme/knowledge-base/advanced/how-to-add-a-custom-filter-or-function-with-code-snippets/)
 * Hope this helps.
 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [[Virtue] Latest WordPress version – outdated theme notice](https://wordpress.org/support/topic/latest-wordpress-version-outdated-theme-notice/)
 *  [Bonn](https://wordpress.org/support/users/bonnlevelup/)
 * (@bonnlevelup)
 * [3 years, 9 months ago](https://wordpress.org/support/topic/latest-wordpress-version-outdated-theme-notice/#post-16164018)
 * Hi Sam,
 * The template notice is just a notice, it’s not an issue, and nothing in the templates
   would affect your site.
 * Other than that, the theme templates for WooCommerce should still work correctly.
   Our Development team is already aware of this issue and is working on fixing 
   it.
 * ​Hope this helps and let us know if we can assists you further.
 * Regards,
    Bonn
 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [[Kadence] How to add Quote button to Footer?](https://wordpress.org/support/topic/how-to-add-quote-button-to-footer/)
 *  [Bonn](https://wordpress.org/support/users/bonnlevelup/)
 * (@bonnlevelup)
 * [3 years, 9 months ago](https://wordpress.org/support/topic/how-to-add-quote-button-to-footer/#post-16163990)
 * Hi Mike,
 * Apologies for the late response.
 * I checked your site and the screenshots you provided, and they look different.
 * Have you sorted this out already?

Viewing 15 replies - 1 through 15 (of 21 total)

1 [2](https://wordpress.org/support/users/bonnlevelup/replies/page/2/?output_format=md)
[→](https://wordpress.org/support/users/bonnlevelup/replies/page/2/?output_format=md)