-
Search Results
-
For some reason, my WooCommerce product pages are suddenly showing a smaller Font Size than my current setup for the rest of the website. On my Enfold General Style section, I have as my default content font-size 19px, which is what my pages are correctly showing, but for some reason, my products are down to 12px and a different font as well. Any advice?
I searched google and forums here, solutions mentioned to remove fonts from enfol’s ,Iconfont Manager did not work. Every time I run DEMO IMPORT for MEDICAL it does not import images, upload file size is 8MB, tried php 7.3, php 7.2, same issues, I have my own server, login details in private, could you please take a look
error from the log
Warning: include(/wp-content/uploads/avia_fonts/medical/charmap.php): failed to open stream: No such file or directory in /wp-content/themes/enfold/config-templatebuilder/avia-template-builder/php/font-manager.class.php on line 477Warning: include(): Failed opening ‘/wp-content/uploads/avia_fonts/medical/charmap.php’ for inclusion (include_path=’.:/usr/share/php’) in /wp-content/themes/enfold/config-templatebuilder/avia-template-builder/php/font-manager.class.php on line 477
Hello
I need to display something link in the link below
but I have different problems1) I added 4 layout element but I need them to be of the same size / height, now they are not. How can I do that? Maybe I should use something different?
2) I need to add social icons inside the last box with image + link to the relative social network. Is that possibile?
I tried to use font awesom shortcode <i class=”fab fa-instagram-square”></i> but it doesn’t work
3) I don’t want to have the sidebar in portfolio pages, how can I hide it in all portfolio pages by default? I’ve just find out how to hide it in a single page
4) I noticed that when I use bold the color of the font changes and it is the one of the linked words (anchor text) … but I don’t want that. Is it possibile to have bold words on different color?
5) I am using boxes with icons but I can see only few fontello icons … it’s not possibile to have the free set of font awesome??Please let me know
Thank you very much
I have this in child functions.php, I modified form action of default search.
add_filter('avf_frontend_search_form_param', my_frontend_search_form_param, 10, 1 ); function my_frontend_search_form_param( array $params ) { global $wp; $params['form_action'] = home_url( $wp->request . '/' ); return $params; }I have another function for another search:
add_action( 'ava_after_main_title', 'add_my_custom_code' ); function add_my_custom_code() { if ( is_front_page() || is_archive() || is_tag() ) { echo '<div id="av_section_112" class="avia-section main_color avia-section-default avia-no-border-styling avia-bg-style-scroll avia-builder-el-0 el_before_av_button avia-builder-el-first container_wrap fullsize" style=" "><div class="container"> <div class="flex_column av_one_half flex_column_div av-zero-column-padding first avia-builder-el-1 el_before_av_one_half avia-builder-el-first " style="border-radius:0px; ">'; echo do_shortcode("[avia_sc_search placeholder='Search...' label_text='SEARCH' icon_display='input' icon='ue803' font='entypo-fontello' post_types='' post_types_custom='post' numberposts='5' display='classic' ajax_location='form_absolute' ajax_container='#my_container' results_hide_titles='aviaTBresults_hide_titles' results_hide_meta='aviaTBresults_hide_meta' custom_input_size='16' custom_button_size='' custom_height='44' radius='10px' radius_sync='true' border_width='' results_padding='0px' results_padding_sync='true' results_margin='0px' results_margin_sync='true' 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_color='' custom_results_color='' results_bg='' custom_results_bg='' id='' custom_class='' av_uid='av-kajngbb8' admin_preview_bg='']"); echo '</div><div class="flex_column av_one_half flex_column_div av-zero-column-padding avia-builder-el-3 el_after_av_one_half avia-builder-el-last " style="border-radius:0px; "></div></div></div>'; } }How can I set $params[‘form_action’] = home_url( $wp->request . ‘/’ ); for second search (shortcode search) ?
I want the two search inputs to get the same result.
Also another question,
$params[‘form_action’] = home_url( $wp->request . ‘/’ ); is set when click search. But, how can I modify this for ajax result, before search is clicked?Hi,
with the plugin WP accessibility you can enlarge font sizes by switching.
All works fine with normal h1, h2, …. But I can’t manage to get it work for special headings:
.fontsize, .fontsize h1, .fontsize h2, .fontsize h3, .fontsize h4, .fontsize h5, .fontsize h6, .fontsize p, .fontsize li:not(.a11y-toolbar-list-item), .fontsize label, .fontsize input, .fontsize select, .fontsize textarea, .fontsize legend, .fontsize code, .fontsize pre, .fontsize dd, .fontsize dt, .fontsize blockquote, .fontsize #top .av-special-heading-tag { font-size: 140% !important; line-height: 1.4; }.fontsize #top .av-special-heading-tag
is a wrong selector.
I tried also
.fontsize h2.av-special-heading-tagOn the page-link below I have both – a normal h2 and special heading h2
Regards, Susanne
Hello support, Im unable to change timeline Font size for both timelines on my page. Can you help me out?
Hi,
tried to add following code to custom css, but it doesn`t the resize the icon on smaller screens.
@media only screen and (max-width: 989px) {
.av_font_icon .av-icon-char {
font-size:30px!important;
line-height:30px!important;
width:30px;!important;
}
}
defualt size is 60px every where.
any ideas what to do/change?
http://www.radparken.at on the home screen.Thx
MatthiasTopic: custom cookie consent bar
Hello, I want to customize my cookie consent message bar. I want to change the position of the “OK”-button. It should be on the right side, there should be no black text background color – and how can I change the color of the link”Datenschutzerklärung”?
mockupNow it looks like this:
cookie bar nowI tried some styling with quick css:
.avia-cookie-consent a.avia-button{
font-size:11px!important;
}
.avia-cookie-consent {
background-color: rgba(190, 0, 0, 0.95)!important;
text-align: left!important;
}
div.avia-cookie-consent p {
font-size:12px!important;
background-color: none!important;
}Thanks a lot in advance!
