Viewing 9 posts - 1 through 9 (of 9 total)
  • Author
    Posts
  • #1072650

    Hi,

    i have a new problem with my header widget. The search-icon don’t works on the woocommerce-sites. Take a look to botigo.de

    Here my modifications:

    functions.php

    add_action( 'ava_after_main_menu', 'enfold_customization_header_widget_area' );
    
    function enfold_customization_header_widget_area() {
    	dynamic_sidebar( 'header' );
    }

    widget header (HTML)
    <a href="https://botigo.de/suche/">[av_font_icon icon='ue803' font='entypo-fontello' size='20px'][/av_font_icon]</a>

    I can’t find the problem.

    #1073685

    Hey Ramon,

    It works as you coded, it just takes to that link you specified in the widget. How do you expect it to work?

    Best regards,
    Victoria

    #1074835

    The widget includes the following code into the header:

    <div id="custom_html-3" class="widget_text widget clearfix widget_custom_html">
    <div class="textwidget custom-html-widget">
    <a href="https://botigo.de/suche/"><span class="av_font_icon avia_animate_when_visible avia-icon-animate  av-icon-style-  av-no-color avia-icon-pos-left  avia_start_animation avia_start_delayed_animation" style=""><span class="av-icon-char" style="font-size:20px;line-height:20px;" aria-hidden="true" data-av_icon="" data-av_iconfont="entypo-fontello"></span></span></a>
    </div>
    </div>

    on woocommerce-site it includes just:

    <div id="custom_html-3" class="widget_text widget clearfix widget_custom_html">
    <div class="textwidget custom-html-widget">
    <a href="https://botigo.de/suche/"></a>
    </div>
    </div>
    • This reply was modified 5 years, 8 months ago by ratoli.
    #1075665

    Hi ratoli,

    Best regards,
    Victoria

    #1079831

    The icon has a link to a search-page. You can see, it works on all pages except on woocommerce-pages.

    AGB

    woo: https://botigo.de/damen-mode/damen-jeans/

    Regards,
    Ramon

    #1080085

    Hi Ramon,

    Ok, is that now, thank you for clarifying.

    Can you give us temporary admin access to your website in the private content box below, so that we can have a closer look?

    Best regards,
    Victoria

    #1080348
    This reply has been marked as private.
    #1081393

    Did you change something? Or is it due to the update, that it suddenly works again?

    #1081523

    Hi,

    Yes the update seems to have helped :)

    Best regards,
    Basilis

Viewing 9 posts - 1 through 9 (of 9 total)
  • You must be logged in to reply to this topic.