-
Search Results
-
Hi,
we spent half of night instrumenting and profiling our website with Enfold.
PHP JIT helped a little bit, but we still get these massive slowdowns coming from RealCookie Banner interaction with Avia theme
And also Avia functions which display shortcodes like Tribe Events, are taking their sweet time
or sliders
basically anything that comes from Avia theme is mega slow for some reason
yet the functions they trigger — they process fast, but Avia is being mega slow on generating HTML output collected from the sub-functions it callsAnd which also massively impacts performance of the RealCookie Banner Pro, since it awaits for HTML by Avia to be generated, then it goes through it via ob_start/ob_end functions
Are there any suggestions for improvement?
Thanks
OliverHello,
I needed to insert a popup into my website. So I used the popup maker plugin and it worked without any problems. However, the available basic editor is very limited compared to AVIA,builder. I saw that Ismael in a support post had indicated a code to activate AVIA editor also in popup maker and I inserted it into the function.php. In fact, after this AVIA editor now works, but the rendering of the popup is practically empty.At the moment I have left the old popup active, but the new one candidati2024 is deactivated, but present among the existing ones.
Would there be a way to solve the problem?
Maybe I need to use a specific popup theme?
Below is the code that I inserted in function.phpThanks for your support
Best regards
Andreafunction avf_alb_supported_post_types_mod( array $supported_post_types )
{
$supported_post_types[] = “popup”;
return $supported_post_types;
}
add_filter(‘avf_alb_supported_post_types’,’avf_alb_supported_post_types_mod’, 10, 1);function my_custom_exec_sc_only( $exec_sc_only, $obj_sc, $atts, $content, $shortcodename, $fake )
{
/**
* Return if true – Enfold already requested an execution because of preview in backend
* Otherwise this is likley to be false.
*/if( true === $exec_sc_only )
{
return $exec_sc_only;
}
return true;
/**
* Make your checks here – make sure to return boolean true if you want to force execution
*
* Following is an example to allow it for all ajax calls.
*/
if( defined( ‘DOING_AJAX’ ) && DOING_AJAX )
{
return true;
}
return $exec_sc_only;
}
add_filter( ‘avf_alb_exec_sc_only’, ‘my_custom_exec_sc_only’, 10, 6 );Topic: about Enfold Theme
Hi,
I am about to build a luxury lifestyle theme with focus for interior design.
Important things are:
We can add luxury brands logos on the down part of the page. We can videos that start buy they own on the first page. Colors: white, black, gold, may be dark green. Responsive, easy to build and navigate. May be one site page, but not sure about that cause we have a big portfolio of our prosjekts as well as quality videos. Its also important that this suit work on at least 4 languages and that is already prebuilt so we do not need extra widget for that. The last thing is a possibility for a member ship, but this is not 100% complusory ( I might use a widget for that).
So I would like to know if any Demo of your theme suits for the Luxurios Interior Design web proporse or may be I could modify a bit any specific theme for those porporses.
Thank you,
Anna
Hi
I have updated to wordpress 6.6.2 and the Enfold theme released on September 3rd, 2024 – Version 6.0.4
Since then my page layout is broken`
Correctly presented `
Misrepresented 
Is the problem WordPress or Enfold?
Are there any suggested solutions?
Greetings OlligatorTopic: Enfold
I posted a message #1467675 and got a reply from you,
Now it will not let me reply to you as it says I have no license.
If I need one how do I get one?
I have posted connections details below.Topic: ICON BOX CSS in Enfold
Hi
I have been trying to edit some of the styling of the icon box near the top of the page, but some of the styles selected in the actual element as well as in the custom CSS for the MOBILE display is being overriden.The content “Exceeding expectation” should be 12px but is being overriden to 17px
Also, is it possible to style the icon for smaller displays especially mobiles where they seem too large. I haven’t been able to effetely change the styling via CSS for that area.
Thank youHi
I have updated to wordpress 6.6.2 and the Enfold theme released on September 3rd, 2024 – Version 6.0.4
Since then, the Advanced Layout Builder (Avia), no longer shows in posts (existing or new ones)
Any suggestions?Topic: Adding hyphenation to a text
Hello!
I would love to be able to add hyphenation to (Italian) texts on my website as there is a lot of spacing between words on mobile in justified text and I don’t like to use aligned text.
I have already searched through topics, found some threads about this but haven’t really understood what the best solution is. Some sounded pretty complicated. Some mention the plugin Hyphenator, which is not available anymore. I am pretty sure I had an hyphenation option on the Avia builder in a previous Enfold website I had, which had been created by a professional, and I do not know how he did that.
Any advice?
Thank you
ElenaTopic: Database to large
Hi, i’m facing a large database size (250mb) and i would like to reduce this, because my provider does not support database uploads over 256mb.
I thought a deletion of revisions could help.
What would be a good method to reduce the database? (i’m not using other plugins only enfold theme).
kind regards
Jak
Viewing 30 results - 5,821 through 5,850 (of 244,373 total)
