-
Search Results
-
Hello,
Enfold is behaving weirdly lately.
When I try to add a page, the block editor shows up. This in of itself isnt a problem. However, once I scroll down to the advanced layout editor and type the title, my page “jumps” back to the editor and I am only able to write one letter in.
Also, I tried to use a pre-made page from the template. It shows up normally at first, but when I scroll down it has been duplicated several times. Also, there are blocks with this text inside “[/av_layout_row]“,”[/av_contact][/av_cell_one_half]” that I can not even remove. The X buttons do not work.
I provided my login credentials so you can see it yourself. Try to add a pape, and try to go to “Kontakt Oss” and scroll down, you will see the page has been duplicated several times without a lot of weird blocks.
I hope you can help me with this.
Thank youHi Kriesi Support Team,
CURRENT INSTALLATION
WP version: 5.4.1 (es_ES)
PHP version: 7.2.29
Enfold version: 4.7.4
Plugins: ALL deactivated, except the “Classic Editor”BRIEF HISTORY
WordPress + Enfold was working fine with this configuration:
WP version: 4.5.3 (es_ES)
PHP version: 5.6.40
Enfold version: 3.7.1But my customer’s hosting company (Siteground) forced WP to make an upgrade, even when we had installed a plugin for this not happening !! And from that moment started all the problems.
First, the Advanced Layout Editor was not loading contents at all with an eternal spinning wheel. So I had to upgrade the Enfold theme, and that fixed that problem.
But since that update, editing the content for any page is being HELL. The point is that when you update one block of content, another one dissapears, with no logic at all. This makes the web unmanageable!!
STEPS TO REPRODUCE THE PROBLEM
You can test it in our production web if you want (we have a backup) or downloading the Web+Database backup I have prepared for you.You can go to “Cumpleaños – Prueba” page. You’ll see that there are 4 main blocks:
GREY (slider)
PURPLE
BLUE
YELLOW1) Change text in first block of PURPLE. Add a letter, for example.
“¿Buscas el mejor cumpleaños?” to “¿Buscas el mejor cumpleañoss?”
2) Click on update the page (“Actualizar”).
You’ll see that YELLOW main block has dissapeared.
3) On BLUE block, move “Acordeón” from 3/5 to any of the 1/5.
4) Click on update the page (“Actualizar”).
You’ll see that BLUE block now is empty.
5) On PURPLE block, move “Easy Slider Comentarios”, from 2/3 to 1/2.
6) Click on update the page (“Actualizar”).
You’ll see that BLUE block has dissapeared and there is only one block at PURPLE block.This is just an example, but this hell is happening in every other page our customer edits. So the only way that he has made its way is by saving content in templates, before everything converts in a mess.
OTHER CONSIDERATIONS
1. Recover the content of the page
If you want to recover the content of the example page:
1) Remove all blocks.
2) Add the next Templates (“Plantillas” button) in this order:
Cumple1
cumple2
cumple3
xxxfantasma
3) Update the page and you’ll have it as when you started.2. Debug mode
I have turned on the Debug mode, editing the functions.php, as it’s explained here:
http://kriesi.at/documentation/enfold/enable-advanced-layout-builder-debug/
So you can have more information when analyzing the problem.3. No plugins and last versions on everything
To avoid guesses about a 3rd party element impacting here, I have:
– Upgraded WP to the last version.
– Installed the last version of Enfold (with no modifications except for the functions.php of previous point).
– Deactivated ALL the plugins except for “Classic Editor”.4. Installed in my local setup
I have tested everything in my own machine (IIS + PHP 7.3) and everythings works as bad as in production site (Apache + PHP 7.2). So I have deduced that it must be a WP + Theme thing.Hope you can help as I don’t know what else to do. Thank you!!
fyi, i have disabled the Gutenberg editor & am only using the Classic editor.
when you click from the Visual to the Text tab at the top right of the editor, i can see all the html except the P tags.
these P tags are actually there tho, as i can see them in the rendered webpage’s source code. so why can’t i see them there?
i did search a lot about this and it seems like everything i could find is about whether or not WP should insert P tags at all. but that’s not what i’m talking about. regardless, i did try all the removing then re-adding of the “wpautop” filter in the functions file. but that made no difference.
and i did see the suggestions to add a dummy class to the P tags i want to see, but that’s not a good solution (imo).
and i even found a suggestion to edit an Enfold source file, but that makes me nervous, despite that it would probably be written over at a future update.
next i found the TinyMCE Advanced plugin, which has a setting specifically for this reason – only, it doesn’t work! i have sent the author a message but not heard back yet.
i’ve also tried all the various code/syntax highlighting/styling plugins, but i couldn’t get ANY of them to provide anything to this Text tab.
so i’m wondering if it’s because the Classic Editor is being used INSIDE the Enfold Advanced Layer Builder editor(?).ideally, i would love to see this Text tab be a full functioning html editor, complete with appropriate coloring & spacing & line numbers etc. and, yeah, to show ALL the used html from the Visual tab – and that we can go back’n’forth between the two tabs without any code or styling disappearing!!!
i did discover the “source code” button in TinyMCE Advanced settings and activated it. but the code it shows is a jumbled mess with no spacing or coloring. not an ideal solution either.
SO, any hints, ideas, suggestions, hacks, plugins, etc etc about this?
thanks.Hi,
We are using Enfold version 4.7.4 with WordPress version 5.4.1.
Although the Advanced Layout Builder (ALB) button is successfully shown to users with Administrator privileges and working as intended while creating/editing a post or page, it is not being shown to other users with Editor or Author privileges. ALB option is not being shown as a checkbox under “Screen Options” either.
So far, we have tried the following without a success:
- Installed Enfold from scratch
- Disabled/enabled all the installed plugins
- Cleaned the functions.php of the child theme
- Enabled WordPress debug
Login details are provided in the private content section. Can you please have a look?
Any help would be much appreciated.
Best,
Ege
So, I’m looking to set two separate goals in Google Analytics for the same contact form.
I have 2 different contact forms that are used on the site. One is in the footer of the home page.
The other is on the contact page. We have all of our call-to-actions linking to the Contact page.
On the contact page, we have an option to select ‘Book a Free Consultation.’ We’d like to track when someone selects this option and submits the form.
Here is the code that I’m using in my functions.php:
add_filter('avf_contact_form_submit_button_attr','avf_contact_form_submit_button_attr_ga', 10, 3); function avf_contact_form_submit_button_attr_ga($att, $formID, $form_params){ $att = "onclick=\"var _gaq = _gaq || [];_gaq.push(['_trackEvent', 'contact_form', 'submit', 'Book Free Consultation', true]);\""; return $att; }I’ve also set up my GA goal like this:
Category equals to contact_form
Action equals to submit
Label equals to Book Free ConsultationWhen I run a test, I’m not getting any conversions or events in Real-Time Analytics.
Please help.
Topic: Mobile Menu on the iPad
1) How can I get the mobile/hamburger menu to show up on the iPad? I have it checked in the Enfold settings, but it does not seem to respond.
2) I have created two full screen sliders on the home page – one for the phone and one for the other screens. How can I change the font size of the button (underneath the caption) just for the phone?
Thanks
Topic: Color button
Why disappeared the text color button in enfold? How can I change the color of words or headlines?
If I use Headline 1 it was red in the past, but its black now. How to change it as it was in the past?
Thanks.Hello,
I have a issue with Google reCaptcha. I followed the instructions to use Google reCaptcha on my website. I created the two keys for Google reCaptcha v2 (“I’m not a robot”) and put it in my Enfold options for Google services, there was no error message. I’m using the standard contact form provided by Avia builder and selected the option “Use Google reCaptcha v2 when activated”.
But there is an error message now on my website:
“This contact form is deactivated because you refused to accept Google reCaptcha service which is necessary to validate any messages sent by the form.”
There is no “Send” button anymore.What did I wrong? What can I do to use the reCaptcha?
Thanks in advance,
best regards.Hello,
Have searched on your forum but not one solution worked for me… Or I did it wrong..;-)
I use version Enfold 4.7.4
I have the following code that should centre the contents on a page:
[maxbutton id=”1″] [maxbutton id=”2″]I placed this in a Code Block in a “container”, (see att. Codeblock1.jpg)
Codeblock1but now it is alligned to the left:Codeblock2.jpg
Codeblock aligned to the leftWhat steps Do I have to follow to centre the code on a page
Thanks
After the update to Enfold theme I can not log in.
Get this error:
Fatal error: Uncaught Error: Call to undefined method avia_sc_audio_player::popup_key() in /home/kinetise/staging/1/wp-content/themes/enfold/config-templatebuilder/avia-shortcodes/audio-player/audio-player.php:158 Stack trace: #0 /home/kinetise/staging/1/wp-content/plugins/custom-calendly-button/custom-calendly-button.php(501): avia_sc_audio_player->popup_elements() #1 /home/kinetise/staging/1/wp-content/plugins/custom-calendly-button/custom-calendly-button.php(115): aviaShortcodeTemplate->extra_config() #2 /home/kinetise/staging/1/wp-content/themes/enfold/config-templatebuilder/avia-shortcodes/audio-player/audio-player.php(52): aviaShortcodeTemplate->__construct(Object(AviaBuilder)) #3 /home/kinetise/staging/1/wp-content/themes/enfold/config-templatebuilder/avia-template-builder/php/template-builder.class.php(1532): avia_sc_audio_player->__construct(Object(AviaBuilder)) #4 /home/kinetise/staging/1/wp-content/themes/enfold/config-templatebuilder/avia-template-builder/php/template-builder.class.php(459): AviaBuilder->creat in /home/kinetise/staging/1/wp-content/themes/enfold/config-templatebuilder/avia-shortcodes/audio-player/audio-player.php on line 158
Topic: Social icons
Hi there
in the social icons that I have inserted in the socket, the first icon includes a reference to ABC.com (see private content) It only happens with this first one and I don’t understand the reason why? Can I remove this link? where is it coming from?
Also, how can I add a tailor-made icon in the social bookmarks and personalize it. I am following your below instructions and can’t make it happen.Many thx in advance,
Hallo liebes Forumteam,
ich habe eine neue Enfold-Installation und bekomme zwei Dinge nicht gefixt:
Zum einen hier auf der Blogübersichtsseite die doppelten Striche zwischen den Beitragsteasern. Hier stand vorher das Datum zur Erstellung des Blogs. Wie kann ich diese entfernen, wenn das Datum ausgeblendet ist? Wenn nur das Datum drinsteht ist rechts davon auch noch ein Strich, der stört, wenn nur das Datum drinsteht und keine weitere Info wie der Autor.Und zum anderen habe ich das Logo mittig gesetzt, das Burgermenü drunter und die Telefonnummer in die Topbar. Dort sitzen auf Desktopbreite auch die Social Media Icons. Sobald ich aber auf Tabletbreite komme, rutschen diese rechts neben das Logo und der Burger rutscht auch nach rechts, das Logo nach links und wird kleiner.
Wo muss ich es einstellen, dass die Social Mediabuttons oben in der Topbar bleiben und das Logo mittig und groß, auch in der Mobile-Ansicht?
Vielen Dank schonmal für eure Hilfe!!
Topic: Code block as button link
Hello,
First of all – great theme, possibly the best one. And secondly fantastic support!
Now, I have tried to solve this issue with the people responsible for this code, but we couldn’t find the solution. Than, I thought, maybe some of you guys would have an idea since you basically solved most of the problems I had while using Enfold theme.
I am working on the website pronto.tirol, restaurant that accept online orders through Gloriafood online ordering system. I got this piece of code from them to implement as online ordering button:
<!– If you would like to customize the button, remove or change the “class” attribute inside the <span> tag –>
<span class=”glf-button” data-glf-cuid=”9461a941-35b6-4a22-bc0a-583a3fccdea4″ data-glf-ruid=”24e08988-acb5-4a57-a1dd-f329de1b2009″ style=”background-color: #9a242c; letter-spacing: 0.05em”> SPEISEKARTE & Bestellung</span>
<script src=”https://www.fbgcdn.com/embedder/js/ewm2.js” defer async ></script>And this works when I use Enfolds Code Block element to show this button, as you can see at the pronto.tirol/pizzeria page. After clicking to this button I get some kind of pop-up window with menu and online ordering system.
But, now I would like to add this link to the menu item as a custom link, and also to one image. I got this link:
https://www.foodbooking.com/ordering/?restaurant_uid=24e08988-acb5-4a57-a1dd-f329de1b2009
The problem is that this link is opening new page in the same window and tab and thus navigating away from the website.
Is there a possibility to open this link – when added to the menu item or image, or even text – to open inside it’s own pop-up window above the page (much like Lightbox Modal Window) and not to navigate away from the current page? Or maybe there is the possibility to ad Custom Code element to the button, image, etc.
Thanks
IvanHello. I see there is a “Templates” button in the Avia Layout Builder that allows you to “Save Entry as Template”. Do you have any instructions that explain more about how these templates work?
For example, is it possible to do the following with those templates:
1) Save a main template layout
2) Use that main template as the base for creating several new pages
3) Go back and make an edit to the layout of that that main template (and have that change automatically be reflected on those several pages that were previously created from the template).I know that something like this is possible if I assign a normal WordPress page template to those pages (i.e., Default Template, Blank, Archive, etc.), but would like to be able to do something similar with a template that is developed using the Enfold Avia Layout Builder.
I plan on having 50 pages have a similar layout to them and do not want to need to go and edit all 50 pages if I decide to change something to the main Avia Layout Template.
Please advise. Thanks!



