-
Search Results
-
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
Hi,
I would like to change the size for the Titles and Excerpts on the portfolio grid to make them more visible compared to the size of the images..
Is that possible ?
Please take a look at my website on the address belowRegards
KimTopic: General and Advanced Styling
Good morning
I have been using Enfold for quite a while and have built a number of websites, but I seem to be experiencing a problem with one particular website (see details below),Problem No 1
———————
Custom CSS and Advanced Styling are being ignored.I changed the font on the website several times (using the available theme fonts) and each time I made the change the font showed up ok. Then suddenly none of the changes I made were being reflected.
I checked the website on several browsers and monitors and even my mobile phone and still no change.
I then upgraded the theme to the latest version and changes still did not show up.
I decided to install Google Fonts and whilst this is now showing the new fonts, other formatting still did not show up. For example all H1 headings are coming up in ALL CAPS and even though I have quick CSS code within the theme:
h1, h2, h3, h4, h5, h6{text-transform: none !important;}
span.image-overlay {display: none !important;}
#header .social_bookmarks li a { font-size: 30px;}and I have specified Text Transform “none” within Google settings, it seems to be getting ignored.
I contacted the hosting company, thinking that maybe something is being blocked and they said:
Enfold theme has weird caching system that sometimes takes a while to take into effect.
To add custom CSS, it’s better to add it to Appearance > Customize > Additional CSSSo I did that and that fixed the problem, but I have a number of websites to build and I am hoping to get to the bottom of the issue.
Problem 2
——————
I have also noticed that even though I have selected a Stretched Layout, it seems to be a lot narrower than other website with Stretched Layout. I have checked and the dimensions are the same as other websites, ie 1310px.Problem 3
—————-
I am unable to make any changes to the menu, which I tried through Advanced Styling – the client has requested a different font, but no matter what I do, the changes do not happen.I can’t figure out what could be causing these problems. This website is hosted with all my other client websites and none of them are experiencing these problems.
Is there a setting I may have missed that could be preventing the updates?
Your help would be greatly appreciated.
On the Fullscreen Slider Element, I’m able to add text and place it within a framed border. How can I achieve this same effect with the Text Block & Special Heading Elements?
Here is an example of what I’m trying to achieve: https://ibb.co/7pq8Dm4
I found a previous topic from 2015, however, these options don’t appear to currently exist.
If there is now workaround with Enfold, are there WordPress Plugins that anyone is aware of the would allow me to override the Text Font Size limitation (i.e. add font sizes greater than 40px) and add an overlay behind the text to help it standout – similar to “Fullscreen Slider Element” – – for example: Advanced Editor Tools (previously TinyMCE Advanced); plugin site says it’s: “Untested with your version of WordPress”?
TIA for your help.



