-
Search Results
-
Hi,
there is a bug with the youtube background for mobile – it display the youtube play button behind the overlay, you simply can see that problem on one of the Enfold demos:As I know the latest versions of mobile browsers allows autoplay for youtube embed. I will make a solution and will put it there, hope it will be fixed in the next versions.
Thanks.
Topic: Can't update to 4.5
Hi guys,
i tried to update enfold to new version with personal token but nothing happens.
I Also installed the plugin for zip file installation but there is only showing after pushing installation button “diese seite kann nicht angezeigt werden”i can give you temporary login if it helps
Topic: Footer like in the Demo
Hello,
how can i insert the footer like in the Demo:
With the “Button to go to TOP” and in full width?
Thank you
I have installed and activated Enfold 4.5.7 on WordPress 5.1.1.
I have also selected “Use WP Classic Editor” in the Enfold Theme Options.When I’m in page editor, I see the button “Advanced Layout Editor”, but when I click on it, nothing happens.
Please help, thank you!
I have a bug with Enfold, latest version, and WordPress (always in the latest version).
Both in articles, pages and in products, I first see the cover image of the content and then the whole right side menu and then the content title appears and any buttons to add to the cart.
So with the option “Sidebar on the Smartphone” in Enfold (Child), the menu goes to fit between the cover image and the title of Articles, Pages, Products and WordPress contents.
Hi there,
I’m using the “App Demo” version of the Enfold theme and on the home page the “Color Section” with the ‘header.png’ image (computers/phones/watches image) has negative margin-top by default. When the negative margin-top is increased and the Color Section overlaps the button above it the button is not clickable.
I tried to give different z-indexes to the color sections with id’s but it didn’t make a difference. Would you be able to help with making the button clickable while keeping the positioning with the negative margin-top?Thanks!
Hey Enfold! Have I mentioned how much I love you?
I have just a couple of questions:
1) Change Transparent & Glassy Header (set as sticky) behavior so that it is has:
– no borders/lines below
– no animation when you scroll down (menu indicator is fine)
– 0.9 transparency of header when you scroll down (to match what it is when you’re at the top)2) Underlines! In order to be WCAG compliant I need EVERY single hyperlink underlined. Headers, footer links, socket, text boxes, widgets – all of that. I don’t want buttons or icons to underline (all the code I’ve found so far seems to conflict with that part). I know I’ve brought this up before but I just seem to run into this issue consistently.
Thank you thank you thank you!
multiline menu with shrinking header
(The values refer to two lines – more than two lines work, but there we have to make some compromises. because the size of the shrunken header limits the number of lines – so for 3 lines it would be an alternative to have the menu-items centered horizontaly)
How to give a custom-class to a menu-item:
On dashboard – appearance – menus we had on the very top a slide-out button “Screen Options” with options to set for menu-dashboardso press this “Screen Options” slide-out settings dialog and mark the things you like to have for menu-styling
we need for it the “CSS Classes” – each menu-item has that little arrow on the right side
(see my comment in the image: here you can open the menu items to adjust the settings)you will see for one menu-item the following:

on that “Navigation Label” input field you can put in what you like to have (even image links – you know that)
for multiline you can use the br-tag ( <br> ).
Put in the CSS Classes input field : multilinerthese are all menu-settings to have
__________
We now had to bind the shrink calculation to the padding-top for menu-items and set the line-height to a different amount then the default one for oneliners
So upload a copy of the avia-snippet-sticky-header.js Script to your enfold-child/js folder (on default there is no js folder – create one ) – this one will be used for your enfold installation now.
and we need this snippet to have a child-theme shrinking script:
add_action( 'wp_enqueue_scripts', 'wp_change_sticky_header_script', 100 ); function wp_change_sticky_header_script() { wp_deregister_script( 'avia-sticky-header' ); wp_enqueue_script( 'avia-sticky-header-child', get_stylesheet_directory_uri().'/js/avia-snippet-sticky-header.js', array('avia-default'), $vn, true); }Goto Dashboard – Appearance – Editor
here you have your child-theme files – and now on the js subfolder the new script.
Under “Theme Files” you can click on this script because we had to insert some new code:Find the line (on default Enfold 4.5.7 it is line 54) :
topbar_height = header.find('#header_meta').outerHeight(),under that line insert:
multiliner_padding = header.find('#avia-menu .multiliner > a'), multiliner_lh = 20, // set the desired line-height for the multilinesnow find (on default Enfold 4.5.7 it is line 92) :
logo.css({'maxHeight': newH + 'px'});insert after :
multiliner_padding.css({'padding-top': newH/2 - multiliner_lh/2 + 'px', 'line-height': multiliner_lh + 'px'});save that file by click on “update file”
thats it___________
in order for the new changes to take effect, you may need to refresh the merged files
Enfold (Child) – Performance – check that “Delete old CSS and JS files?” and “Save all changes”
refresh your browser chache too please.See a working example on : https://webers-testseite.de/cynthia/
Topic: "reset all options"-tab
By mistake I pressed the button “reset all options” at the Enfold theme options.
This is totally my mistake, but:
can’t you put this button is a less prominent place ? I mistook it for a save button.
Before executing the reset, could you show a warning popup asking us if we are sure this can be reset ?
The button is pushed in a blink of an eye and the consequenses are big !Hi,
I am using a child-theme, but there is some css I which I cannot override, which is the “display:block;” in this section in the table.css in
/wp-content/themes/enfold/config-templatebuilder/avia-shortcodes/table
@media only screen and (max-width: 767px)
{
.responsive div .avia_responsive_table .avia-data-table table,
.responsive div .avia_responsive_table .avia-data-table tbody,
.responsive div .avia_responsive_table .avia-data-table tr,
.responsive div .avia_responsive_table .avia-data-table td,
.responsive div .avia_responsive_table .avia-data-table th{display:block;border-top:none; border-right:none; border-left:none; text-align: center;}
.responsive .avia_responsive_table .avia-data-table{border-style:solid; border-width: 1px;}
.responsive .avia_responsive_table .avia-data-table .avia-pricing-row .avia-desc-col{text-align: center;}
.responsive .avia_responsive_table .avia-data-table .avia-button-row, .responsive .avia_responsive_table .avia-data-table tr:first-child th{display:none;}
.responsive .avia_responsive_table .avia-data-table td:before {
display:block;
font-style: italic; font-size: 11px;
}How can I change this without actually editing /wp-content/themes/enfold/config-templatebuilder/avia-shortcodes/table/table.css?
Thanks,
KarinDear Support team,
I use the child theme control panel to modify the content page stile:
– font type
– font size
– font colorBut unfortunately the changes dosen’t show online.
It seems the changes I do in backend doesn’t affect the frontend.Even the “Go UP” button dosen’t appear on mobile view of the website.
Could you help me?
Best Regards






