-
Search Results
-
Topic: Page search on tags
Hi,
I want to create a single search page on woocommerce tags – the result page should show the products items as I have made it from the standard search in the header.
The search was created via the code below:
[avia_sc_search placeholder='Drue...' label_text='Find' icon_display='' icon='ue800' font='entypo-fontello' post_types='custom' post_types_custom='product' numberposts='40' display='ajax' ajax_location='form_absolute' ajax_container='#my_container' custom_input_size='' custom_button_size='' custom_height='' radius='' radius_sync='true' border_width='' border_color='' custom_border_color='' input_color='' custom_input_color='' input_bg='' custom_input_bg='' button_color='' custom_button_color='' button_bg='' custom_button_bg='' results_padding='' results_padding_sync='true' results_margin='' results_margin_sync='true' results_color='' custom_results_color='' custom_results_content='' custom_results_icon='' results_bg='' custom_results_bg='' id='' custom_class='' template_class='' av_uid='av-ky8o7bzm' sc_version='1.0' admin_preview_bg='']See demo page under private content
Hope you can help
Best Regards, Pete
With the last update in Enfold, 4.8.8.1, all the code for social icons in the burger menu no longer works. I found these new items which make it show, but it is non functional and partially hidden: https://kriesi.at/support/topic/adding-social-icons-to-enfold-burger-menu/
I added both the new php and the css.
I cannot get my old CSS to work no matter what I do. The icons sort of show up, but are cut off and I cannot style them with CSS — plus the Linkedin icon does not show.
Can you help me get this working again?
Here is what worked before, both the php and the css:
ORIGINAL FUNCTIONS.PHP _______________________________________________
function custom_burger_social_bookmarks_script() { ?>
<script>
(function($){
$(‘#avia-menu’).one(‘click’, function(){
jQuery(‘ul.social_bookmarks’).clone().wrapInner(‘<div class=”burger_social_bookmarks”/>’).children(0).unwrap().appendTo(‘#av-burger-menu-ul’);
});
})(jQuery);
</script>
<?php
}
add_action(‘wp_footer’, ‘custom_burger_social_bookmarks_script’);ORIGINAL CSS ___________________________________________________________
/*—-BURGER MENU—-*/
/* Responsive flyout width */
@media only screen and (max-width:767px) {
.html_av-overlay-side .av-burger-overlay-scroll {
width: 82% !important;
}
}/* Social bookmarks */
#av-burger-menu-ul > .burger_social_bookmarks li a {
}
/* Menu overlay */
#top #header .av-burger-overlay-bg {
background: #ffffff;
}
#top #header .av-burger-overlay-bg {
opacity: .2;
}/* END Menu overlay */
/* Menu items background color */
.html_av-overlay-side #top .av-burger-overlay-scroll {
background: #f838fa;
}/* END Menu items background color */
/* Menu items background font size */
#top #wrap_all #av-burger-menu-ul li {
font-size: 30px;
}/*END Menu items background font size */
/* Burger Menu size */
.av-hamburger-inner, .av-hamburger-inner::before, .av-hamburger-inner::after {
width: 40px !important;
height: 4px !important;
}/* END Burger Menu size */
/* Burger menu links */
#top #wrap_all #header .av-burger-overlay #av-burger-menu-ul li a {
color:#ffffff;
}/* Overlay menu links */
#top #wrap_all #header .av-burger-overlay #av-burger-menu-ul li a:hover {
color:#444444;
}/* Active menu links */
#top #wrap_all #header .av-burger-overlay #av-burger-menu-ul li.current-menu-item a {
color:#444444;;
}/* Burger menu icon color on transparent header */
#header.av_header_transparency .av-burger-menu-main a .av-hamburger-inner,
#header.av_header_transparency .av-burger-menu-main a .av-hamburger-inner:before,
#header.av_header_transparency .av-burger-menu-main a .av-hamburger-inner:after {
background-color: #444444;
}/* END Burger menu icon color on transparent header */
/*—-END BURGER MENU—-*/
Hello,
i would like to change the font style and size in a formular that i made. Can you tell me how i can do that?
That yould be great :)Many greetings rixi
Topic: Wocommerce widget fonts
Hi. What css should I use to increase the size of all fonts used in woocommerce widgets or should I do it for each type of widget?
I try to explain myself better: in the single product page, with css I managed to increase the font size of the “PRODUCT CATEGORY” widget from 12 to 18px
https://trikego.com/it/prodotto/trikego-solo-telaio/
/***/
.widget_product_categories li a {
font-size: 18px;
font-style: normal;
}
/***/but I can’t figure out how to change the size of the widget fonts in the product summary page to 18px
Is there a method to standardize with a single css class all the widget fonr that I will use in the sidebar of the wocommerce pages (summary and single product)?
Or do I have to make specific classes for each widget? In this case, would you please tell me how to increase the widget fonts in the store product summary to 18px?
As always thanks for your support. Kind regards. Bruno






