-
Search Results
-
On the home page of johngalligan.com my CSS classes are now being ignored after updating Enfold to 4.6.2 (5.2.3 wp)
Three buttons in the yellow header
“Order on Amazon” “Order on Indie Bound” “About the Book”Two Buttons below have share a custom class
“more book reviews” and “interviews and media mentions”“more books” area = Partner/logo element has a custom class that keep the images the same height.
CSS file merging and compression is and has been disabled
These actions did not help:
- There is no cache plugin, I used the “Delete old CSS and JS files”
- Changed the three new LayoutBuilder settings
- Custom css classes input field, id attribute input fields, and heading styling to “show and allow to edit”
Please advise. thanks.
Topic: Changelog 4.6.1 and 4.6.2
2019 September 10th – Version 4.6.2
– added: theme support “avia_privacy_show_cookie_info” – adds a tab to default modal popup window that show currently active and by js script accessable cookies (useful for developers to check)
– added: theme color for reCaptchaV2 checkbox is light in backend
– added: theme support “avia_recaptcha_show_legal_information” – shows Google reCaptcha Legal Information theme option select box to change Enfolds default behaviour (= show filterable standard text below submit button, hide badge on all pages
– added: admin notice for GDPR update– fixed: Cookie consent “Link to page” not working after 4.6 update
– fixed: E-Mail validation contact form on mobiles– removed: theme option “Select Theme Style For Verification In Backend” – reCaptcha V2
– removed: deprecated framework code– improved: GDPR/DSGVO implementation to support implementation prior 4.6:
– all cookies and services accepted by default, visitor can opt out
– Visitor must opt in if option requires this– improved: Documentation https://kriesi.at/documentation/enfold/privacy-cookies/
– updated: layerslider to the latest version2019 September 5th – Version 4.6.1
– added: heading tags selection to sliders:
– fullscreen slider
– fullwidth easy slider
– added: backwards comp. support for theme support:
– avia_template_builder_custom_css
– avia_template_builder_custom_tab_toogle_id
– added filter: avf_alb_tinymce_ignore_indent_fix – allows to supress fix for individual pages
– added filter: avf_avia_backend_truncate_string – modify string before it is truncated e.g. for excerpt– fixed: DSGVO/GDPR problem with new cookies: fallback solution if not in custom modal popup
– fixed: checkboxes of privacy policy messages not working
– fixed: a compatibility issue with Multilang Plugins and Enfold Version 4.6
– fixed: ALB tinyMCE tab indent/dedent not working for lists in visual mode– improved: moved audio player after videos in ALB menu
– updated: German language file DE_formal
– updated: Italien language fileHello,
I’ve had a recurring issue across multiple versions of Enfold on a particular site and now on the latest version as well.
It is difficult to replicate every time, but basically, after creating a new button element in the Avia Layout builder and editing it a couple of times, it no longer displays any settings/options for the button when you edit the section and is completely blank. At this point, the button seems unretrievable and a new button needs to be created.
This is incredibly frustrating after styling the button and adding links etc.
Any assistance would be greatly appreciated.
Hello,
I have a homepage with fullscreen image slider and I also want background music playing while the slide show is going on.
I want to use Audio Player element for this but I have some questions :1- I want audio player element to start playing when the page loads with Full Screen Slider working. but I know that I can not place it inside fullscreen slider. So is it possible to modify the css to place the audio player on the bottom (or top) edge of the browser viewport with fullscreen slider on the background so it can start playing when the page loads ?
2- Currently I just place Audio Player below Full Screen Slider in ALB but then when the page loads the player does not start since its stays below the full screen slider.
3- How can I only leave one single play/mute icons only (Or use ON/ OFF icon instead to stop/play the music ? I do not want anything else than the ON/OFF button. Please see example example
I know they are using video here but is it possible to achieve a look like that with Enfold Audio Player Element.4- Is there an easier way to achieve this if Audio Player is not the correct solution…
Thank you,
EnisHi there, I love the Enfold theme and used it for this project: http://www.peter-meier-gitarre.de. When you go to the playlist https://www.peter-meier-gitarre.de/cds/ for some reason I have a black linke showing on all playlists and no “play” button.
I searched the forum but couldn’t find an answer. Do you have a tipp for me? Thanks a lot.
I have an Enfold Child Theme setup and in the Enfold Child Theme Options/ Theme Update it indicates an update is available. I have my Envato Private Token Activated so if I click update now will this update the Enfold Theme and not the Enfold Child Theme?
Sorry if this is a silly question as the whole point of using a Child Theme suggests it will be the Enfold Theme that updates. I just want to make sure before I hit the button.
Thanks
AndrewTopic: Plugin conflict:
we are having a conflict with this plugin https://www.wordpress-estimation-payment-forms.com on this page: https://hhomepage.com/kreditagentur/dev/
as soon as we put in the shortcode to display the form of the plugin on the page, the whole page crashes. I contacted the plugin support then, they replied that the conflict comes from the enfold script. we are not having any custom script in use, so I don’t know what to do here. can you help out how to fix it?——————PLUGIN SUPPORT———————
the conflict sound to come from this theme script :<script type='text/javascript'> jQuery(document).ready(function(){ jQuery(".avia_datepicker").datepicker({ beforeShow: function(input, inst) { jQuery("#ui-datepicker-div").addClass(this.id); inst.dpDiv.addClass("avia-datepicker-div"); }, showButtonPanel: true, closeText: AviaDatepickerTranslation.closeText, currentText: AviaDatepickerTranslation.currentText, nextText: AviaDatepickerTranslation.nextText, prevText: AviaDatepickerTranslation.prevText, monthNames: AviaDatepickerTranslation.monthNames, monthNamesShort: AviaDatepickerTranslation.monthNamesShort, dayName: AviaDatepickerTranslation.dayNames, dayNamesShort: AviaDatepickerTranslation.dayNamesShort, dayNamesMin: AviaDatepickerTranslation.dayNamesMin, dayNames: AviaDatepickerTranslation.dayNames, dateFormat: AviaDatepickerTranslation.dateFormat, firstDay: AviaDatepickerTranslation.firstDay, isRTL: AviaDatepickerTranslation.isRTL, changeMonth: true, changeYear: true, yearRange: "c-80:c+10" }); }); </script>It is visible at line 603 of the source code of the page : view-source:https://hhomepage.com/kreditagentur/dev/
But I can’t find it in the theme files .
It should be improved to avoid such conflicts, by replacing it by:<script type='text/javascript'> if(typeof(AviaDatepickerTranslation) != 'undefined'){ jQuery(document).ready(function(){ jQuery(".avia_datepicker").datepicker({ beforeShow: function(input, inst) { jQuery("#ui-datepicker-div").addClass(this.id); inst.dpDiv.addClass("avia-datepicker-div"); }, showButtonPanel: true, closeText: AviaDatepickerTranslation.closeText, currentText: AviaDatepickerTranslation.currentText, nextText: AviaDatepickerTranslation.nextText, prevText: AviaDatepickerTranslation.prevText, monthNames: AviaDatepickerTranslation.monthNames, monthNamesShort: AviaDatepickerTranslation.monthNamesShort, dayName: AviaDatepickerTranslation.dayNames, dayNamesShort: AviaDatepickerTranslation.dayNamesShort, dayNamesMin: AviaDatepickerTranslation.dayNamesMin, dayNames: AviaDatepickerTranslation.dayNames, dateFormat: AviaDatepickerTranslation.dateFormat, firstDay: AviaDatepickerTranslation.firstDay, isRTL: AviaDatepickerTranslation.isRTL, changeMonth: true, changeYear: true, yearRange: "c-80:c+10" }); }); } </script>Hi,
I am getting “Failed to initialize plugin: avia_builder_button” errors when editing the pages of my website.
I already selected to “always load all elements” in the “Disabling of template builder elements” option under Enfold->Performance.Example for error reproduction -> e.g. editing the text-blocks within the “home”-frontpage immediately generates this error.
Many thanks in advance!
Regards,
ChristineHello,
since the update to 4.6.1, the complete settings for data protection and cookies no longer work.
In detail:
The Cookie Consent Link and Info Button (link to data protection page)
The customized CSS for the Cookieconsent Buttons
The descriptions and functions of the checkboxes in the contact formsSince I still have to update many other enfold pages I would be very interested how I can downgrade to version 4.5.7 again ?
Thxs for your help
Topic: Update error 4.6 -> 4.6.1
Hi,
4 out of 5 enfold based websites have been successfully upgraded from 4.6 to 4.6.1.
Only one (new) website is not updating from 4.6 to 4.6.1.1. For this website, the Envato private token is still showing 4.6 as the most recent version – even when hitting the “check manually” button.
2. I installed the “Update Theme and Plugins from Zip File” plugin, but it did not help. I also deleted the .htaccess file and saved the permalinks.
I still get the following error after hitting the button “install now” (via upload theme):Nothing Found
Sorry, the post you are looking for is not available. Maybe you want to perform a search?Regards,
Christine





