Forum Replies Created
-
AuthorPosts
-
April 15, 2024 at 11:32 am in reply to: Enfold 4.3 How to enable Avia Layout Builder Debug Mode #1440013
EDIT:
Actually I found the part to insert the snippet after, it now has a different format:
#########################
if( isset( $avia_config[‘use_child_theme_functions_only’] ) )
{
return;
}
#########################Inserting this snippet at the beginning did not make the debug mode visible in the user interface, but I found the solution:
COPYING the code from the website used different characters for ‘ and ”
So I manually adapted them, now it works.//set builder mode to debug
add_action(‘avia_builder_mode’, “builder_set_debug”);
function builder_set_debug()
{
return “debug”;
}April 15, 2024 at 11:25 am in reply to: Enfold 4.3 How to enable Avia Layout Builder Debug Mode #1440011Hi Victoria,
unfortunately the mentioned code changes to enable the debug mode do not work anymore in Enfold 5.7
I have tried to include the following code from the linked page into functions.php”’
Debug mode
If you would like to view the shortcode of a page or elements of the page. The Debug mode allows you to view the shortcode for the page and it’s elements. You can copy and paste the shortcode to re-produce the page and elements or something more advanced like nesting elements.To do this, you need to enable the debug field for the Advanced Layout Builder. Adding the following to your child theme functions.php will do that:
//set builder mode to debug
add_action(‘avia_builder_mode’, “builder_set_debug”);
function builder_set_debug()
{
return “debug”;
}
You should now see a new field under the Advanced Layout Builder with the live output of the elements as you add them using the drag and drop interface. Just be careful of editing things in that field as there are no checks or automatic corrections for missing punctuation or code.If you are not using a child theme you need to add the above function after this line in the theme functions.php:
if(isset($avia_config[‘use_child_theme_functions_only’])) return;
DEVELOPER OPTIONS
”’Unfortunately the mentioned code snippet where to insert the code does not exist like that anymore, and inserting it at a different part does not show it in the user interface.
What can I do?
Best regards,
TobiasApril 15, 2024 at 11:16 am in reply to: Enfold 4.3 How to enable Avia Layout Builder Debug Mode #1440008Just a question: why don’t you offer the debig mode by default? I guess it’s mainly used for copying pages, also cross installations, and it’s very useful. Why hide it?
This topic seems old, but what would I have to copy into the functions.php to enable the debug mode? (intention: copying shortcode).
Wouldn’t it be a consideration to generally enable it or by option in the settings? I Think many people need this, most just don’t know it exists…Well, thanks, but not really: the process of getting the code is A NIGHTMARE!!
Other WP related tools like Bookly make it much easier: the purchase code EQUALS the token.
Why not here?
Why do we have to get a 25 points procedure, which I personally don’t have time nor patience for.It would be nice if this could be a little easier.
I have worked many years with Enfold, the theme is good, but there are other good ones around, too.Hi Rikard,
thanks a lot.
This means, that I
1. overwrite the regular theme
2. and do not do anything with the child theme?
Thanks for a quick reply,
best regards
TobiasHello Rikard,
I just tried to manually update via FTP.
Unfortunately we use the Child Theme, and in the current download there is no Child Theme folder.
So how do I do the update via FTP if I don’t have the files?
Thanks a lot,
TobiasSeriously, two different links with complex instructions for an UPDATE!
Why not a GIT-Hub link directly…Hey Rikard,
I am sorry to say: but your way of updating is a pain in the a**
Getting the personal token? Why? Other providers can work just with the purchase code.
Why a 6-step update to-do list, when others are able to implement just adding purchase code and a button called “update”.I tried the personal token, but since we bought many (!!!) licences of Enfold in different projects, I don’t know if the personal token is related to one licence or to the account, on top it’s a hazzle.
I tend to switch to another theme, as lately Enfold is causing more and more trouble and also the functionality, that 5 or 6 years have been advanced, are rather standard in today’s themes.
–> so unfortunately I don’t feel able to update with this list, please provide an easier way!
Thanks!January 9, 2021 at 9:55 pm in reply to: Looking for how to adjust height on fullwidth button #1271249ok, solved
#top .avia-button-fullwidth { padding: 12px 16px 10px; min-height: 40px; }
January 9, 2021 at 9:51 pm in reply to: Looking for how to adjust height on fullwidth button #1271248Hello, thanks for the information on font size.
But the title was “height”, I am looking for this as well.Does anyone know how to adjust height of the button, not of the fonts?
August 29, 2020 at 12:45 am in reply to: Problem Enfold settings menu disappeared and save button greyed out #1241723Do you think you will do anything about the WP 5.5 issue?
Because in other case anyone will know that those pages with Enfold have max. WP 4.5.2 and can use this…
Thanks :-)August 27, 2020 at 8:59 am in reply to: Problem Enfold settings menu disappeared and save button greyed out #1241129For me it’s fine, but I assume that this will affect many people.
And since we can’t stay just with WP 5.4.2 we all hope for a fix from Enfold to make it running with 5.5August 26, 2020 at 5:37 pm in reply to: Problem Enfold settings menu disappeared and save button greyed out #1240981SOLVED:
It was indeed the Word Press 5.5 version.
So I downloaded a plugin named “WP downgrade” and reinstalled the WP version 5.4.2NOTE:
Since I use a multisite, I had to do in in the FIRST of all sites, the one without a subfolder.STRUGGLES:
I tried before in the others, but then I saw in “examine page”, that the plugin overwrites the version parameter in the post parameter with the desired version. Actually pretty cool. No need for using my emergency database backup. However: Better do a backup…Good luck.
April 20, 2020 at 7:42 am in reply to: Browser title not shown, neither title tag contained in source code #1205407Hi Mike,
yes, that one, but from the Blog articles.
It was missing completely.
I solved it now by a full new install with the updated Enfold version, however in case you might know a solution maybe others have the same problem.
Thanks a lot
TobiasNovember 26, 2019 at 8:18 pm in reply to: How to change default css colors referred to as green, blue, yellow, red #1160443(half) solved: Went through the stylesheets and changed the color definitions there. I was not able to add new colors, but the current colors are now in the tones I wanted them. Thanks.
November 25, 2019 at 8:47 pm in reply to: Fixed font size options to free input (objective: input of vw-sizes) #1160027Hi Victoria,
yes, I would like to go and edit the files and edit them.
The only question is: which ones are the files (and what are the names of the functions) to edit?
The more information you can provide, the easier, as your code is very well written and highly abstract.Can you provide me (and other readers) this information?
Thanks a lot,
TobiasHi Josue,
thanks a lot – I pass you the link in the private section.
Over the H1-Titel I would like to include a menu, not full width, but only the width as the segment is…
Thanks a lot,
TobiasPS: I was using the template pages “Enfold Church”, so the pages are identically with those:
- This reply was modified 8 years, 6 months ago by tobiasfries12.
April 22, 2016 at 9:56 am in reply to: Demobilder erscheinen nicht auf Frontend – Minimal Portfolio Demo #619678yes, thanks… I posted the link to the solution (it was the WP 4.5 issue)
April 21, 2016 at 12:03 pm in reply to: Demobilder erscheinen nicht auf Frontend – Minimal Portfolio Demo #619087April 21, 2016 at 11:43 am in reply to: Demobilder erscheinen nicht auf Frontend – Minimal Portfolio Demo #619065EDIT: Ich habe alle Plugins netzwerkweit deaktiviert. Aber das Problem besteht immer noch.
Hi Vojo2000, wie hast du es denn gelöst?
Sowas ist immer interessant in Foren…Hallo, gibt es zu diesem Problem eine öffentliche Lösung?
Habe exakt das gleiche Problem…
Siehe auch:Well, I tried and can say: It does not work.
The second part is a little difficult explained:
* Its in line 630
* then just skip the second line with two slashes //–> however: Unfortunately it does not work!
ok, think I found something… is this still the case?
-
AuthorPosts