-
AuthorPosts
-
February 28, 2019 at 3:19 pm #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.
March 2, 2019 at 7:05 pm #1073685Hey 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,
VictoriaMarch 5, 2019 at 12:24 pm #1074835The 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.
March 6, 2019 at 10:05 pm #1075665Hi ratoli,
Best regards,
VictoriaMarch 18, 2019 at 11:30 am #1079831The icon has a link to a search-page. You can see, it works on all pages except on woocommerce-pages.
woo: https://botigo.de/damen-mode/damen-jeans/
Regards,
RamonMarch 18, 2019 at 10:00 pm #1080085Hi 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,
VictoriaMarch 19, 2019 at 2:52 pm #1080348This reply has been marked as private.March 21, 2019 at 2:03 pm #1081393Did you change something? Or is it due to the update, that it suddenly works again?
March 21, 2019 at 6:49 pm #1081523Hi,
Yes the update seems to have helped :)
Best regards,
Basilis -
AuthorPosts
- You must be logged in to reply to this topic.