Home Forums WoodMart support forum Menu suggestions for the Catalog (section/category)!

Menu suggestions for the Catalog (section/category)!

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #691713

    reznikov82
    Participant

    The menu has a section for adding “Categories/Catalog”. With a drop-down directory.
    In the main settings there is an item “opening with the mouse”.
    If the Hover option is used, add the assign link function.
    For example, so that it redirects to the store.
    Below I give an example of the code that I used to solve this problem in my project.

    <div class=”wd-header-cats<?php echo esc_attr( $extra_class ); ?>” role=”navigation” aria-label=”<?php esc_attr_e( ‘Header categories navigation’, ‘woodmart’ ); ?>”>

    <span class=”menu-opener <?php echo esc_attr( $class ); ?>”>
    <span class=”menu-open-label”>
    <?php echo esc_html( $categories_title ); ?>
    </span>
    </span>

    #691753

    Artem Temos
    Keymaster

    Hello,

    It is not quite clear what the problem is and what you are trying to solve. Could you please provide us with some details so we can better understand what you mean?

    Kind Regards

Viewing 2 posts - 1 through 2 (of 2 total)