-
Search Results
-
Enfold 4.8.4 on WordPress 5.8
I need to create some templates that are totally different to the normal site/theme style.
Creating body text blocks which use [developer setting] [custom css class] defined in enfold-child/style.css works totally fine.
Trying to apply similar [custom css class] to Special Headings <H1> & etc does not work:
Case(1) works fine SPECIAL HEADING: <h1 style=”font-family:courier; font-size:small; color:#00b0f0; text-align:left;”>SKK Workshop Utilities – Workshop Resource Test (why resources are reported wrong)</h1>
Case(2) works fine SPECIAL HEADING: <h1 class=”skk-article-title”>SKK Workshop Utilities – Workshop Resource Test (why resources are reported wrong)</h1>
Case(3) plain text using [developer setting] [custom css class] set to skk-article-title does not work and simply renders the default H1 style.
I am trying to get Case(3) working so it is easier to edit and publish template articles, rather than digging around for text in html wrappers.
You can see the three cases live online here
thanks !
Hi, I have recently performed and update for wordpress and the enfold theme and have noticed a fault / bug with the accordion element. The layout, color and style all changed.
I am unable to change the colours, instead there is a permanent cream background color for the accordion element on all pages that feature this element. I used to have the plus icon sitting to the right of the of the toggle, but this has also moved.
The snippets of code that I have in the general styling I have added below. Could you please have a look and see if there is a possible bug with the update.
.togglecontainer .single_toggle p.toggler {
font-size: 21px;
}.toggle_content {
font-size: 19px!important;
}.toggle_content {
line-height: 1.6em !important;
}.toggle_icon {
border:none;
}Thank you
AndrewTopic: Change font in text box
For some reason, the Icon Box in the Avia Builder in Enfold.no longer works on my site
I replaced the Icon Box with a text box, but the font size is too big.
How can I change the font size to 11 point?
I access my site, please see below. The text box in question is on the DEFAULT page in the text box entitle REFERENCE DESK.
Thanks,
kfranckTopic: Buttons gone..
Since the update (of both Enfold & WordPress) the buttons have disappeared..
Sample code..
[av_button label='Learn More' icon_select='no' icon='ue800' font='entypo-fontello' size='small' position='center' label_display='' title_attr='' color='dark' custom_bg='#444444' custom_font='#ffffff' link='page,9886' link_target='' id='' custom_class='' av_uid='av-1izt17f' admin_preview_bg='']
Also we are having the same problem as everyone else with the icons.
Best Regards..
Recently I used the code from this thread https://kriesi.at/support/topic/centered-logo-shopping-cart-in-menu/ to put the shopping cart in the menu. The cart adds but the social media icons are not displaying in the right menu once I add this code. The social icons instead go to the left of the logo but I have already added a left header widget there so it just overlaps. I noticed several people are having issues with the shopping cart and the center logo with the menu underneath. Any help would be great on how to troubleshoot this!
Here is the code i added to the child theme.
<?php
/*
* Add your own functions here. You can also copy some of the theme functions into this file.
* WordPress will use those functions instead of the original functions then.
*/// Header Widget
add_action( ‘ava_main_header’, ‘enfold_customization_header_widget_area’ );
function enfold_customization_header_widget_area() {
dynamic_sidebar( ‘header’ );
}function cart_in_nav(){
?>
<script>
(function($){
$(document).ready(function(){
var width = $(window).width(), height = $(window).height();
if ((width >= 768)) {
$( “#menu-item-shop” ).appendTo( “#avia-menu.av-main-nav” );
};
});
})(jQuery);
</script>
<?php
}
add_action(‘wp_footer’, ‘cart_in_nav’);and here is my css
/* cart_in_nav */
@media only screen and (min-width: 767px) {
#top #header_main ul#avia-menu ul#menu-item-shop,#top #header_main ul#avia-menu ul#menu-item-shop a.cart_dropdown_link {
display: block !important;
height: 50px !important;
line-height: 50px !important;
padding: 1px 10px !important;
border: none !important;
box-shadow: none !important;
}
#top #header_main ul#avia-menu ul#menu-item-shop ul.woocommerce-mini-cart.cart_list.product_list_widget {
width: 100% !important;
height: 100% !important;
}
#top #header_main ul#avia-menu ul#menu-item-shop .woocommerce-mini-cart-item.mini_cart_item a {
border: none !important;
}
#top #header_main ul#avia-menu ul#menu-item-shop .woocommerce-mini-cart__buttons.buttons a {
border: none !important;
}
}
/* end cart_in_nav */.special_amp { color: inherit!important; font-family: inherit; font-size: inherit; }
@media screen and (max-width: 900px) {
#header .widget { display: none !important; }
}#header .widget {
left: 50px;
right: auto;
padding-top: 70px;
position: absolute;
top: 0;
transform: translate(-0%);
z-index: 999999;
}#top .inner_product,
#top .inner_product .inner_product_header {
border: none;
}#top .inner_product .inner_product_header .avia-arrow {
display: none;
}Hello
I’m using an easy slider and actually want to make all the dots really small – I’ve looked at other posts and tried width: 9px, height: 9px but it didn’t work. Here’s what I have at the moment (below). They don’t seem to get really small, eg, 4 or 5 px round. Thanks :)
/* Easy slider navigation dots ******************/ #top .avia-slideshow-dots a { border-style: none !important; font-size: 6px !important; /* not working */ height: 9px !important; /* not working */ width: 9px !important; /* not working */ border-radius: 50% !important; border: 0px solid blue !important; margin: 0 5px !important; } /* Easyslider navigation active dots */ #top .avia-slideshow-dots a.active { /*Your style here */ font-size: 6px!important; /* not working */ } #top .avia-slideshow-dots a.goto-slide.active { border-style: none !important; border-radius: 50% !important; border: 3px solid #7e7e7e !important; background: #fff !important; opacity: 100% !important; } #top .avia-slideshow-dots a.goto-slide { background: #000 !important; opacity: 65% !important; } #top .avia-slideshow-dots.avia-slideshow-controls a { vertical-align: middle!important; /* default baseline - use if you want larger active dot */ }Hey,
On my website http://www.forestmountain.nl I use submenus under the main menu. In this example, the Foto’s submenu under the Fotografie menu.
I am unable to make the Foto’s submenu button smaller, have the same font size and colour as the main menu.
I would also like to remove the line below the submenu text. This line becomes visible when you hover the mouse over the text Foto’s.
Hopefully you can help me further.
Hans
Hi
I am looking at using a Masonry gallery on the page linked below.
Is it possible to change the size of the boxes?
I would also possibly want to edit the font size.
Thanks for your help
Stephen
EDIT: I found the option to set the number of columns in the gallery, which has solved this problem. Also fixed the font size with css.
Hello,
I would like to only adjust the headline size on a certain page, as far as I know it is the h2. It is a page automatically generated by woocommerce under: My Account / Orders / Order Details. How can I adjust the font size for this page only, or can you give me a CSS code?
Thank you very much
Greetings Jürgen

