Hey Peter, ok no problem, thanks for the explanation
Josue, where should we add the code
add_theme_support('avia_template_builder_custom_css');
the docu article, that you have linked to in your posting here, does not say anything, where to add this code snippet for “Once enabled, the following function adds a new field to each of your Advanced Layout Builder element’s pop up menu.”
hello I tried to remove the footer copyright Enfold Theme by Kriesi but did not succeed. how can I delete it?
thank you
Hi
I can;t work out how to add a video as a portfolio item so it plays like in your Enfold demo, ‘dash-ball’
please help
thanks
Tim
I used also a NavXT breadcrumbs plugin which works perfectly thanks to
if($breadcrumb) $additions .= bcn_display(true); in functions-enfold.php but it has no classes displayed ;(
Hi Dude,
Got it to work thank you for the code snippet Dude!
Not perfect it still need some css to make it pretty and the plugin seams a bit buggy but i will turn the pluigin author for support.
When using the drop down box for Country in the Billing Field it seems to have some formatting problems in the field box.
This can be seen on your demo.
http://kriesi.at/themes/enfold/checkout/
Thanks
Phil
Is there any way to change the layout of the testimonials?
I would like to change the color and remove the border for example.
I cant find any classes or id’s to change it via quick css

Hey!
If you need help with the integration I suggest to hire a freelancer here: http://www.microlancer.com/ or here: http://kriesi.at/contact/customization because it’s something which is beyond the scope of our support forum.
Regards,
Peter
Hey!
Please update your WPML version to 3.0.1. 2.4.2 is outdated and it may not work with WP3.8 or Enfold.
Cheers!
Peter
Hi,
Has anyone got a solution to add sky menu to Enfold? I tried to do the solution the Dude provided i can see that something is activated. Maby its just some css that needs to be done?
http://clustret.sokonline.se/
-
This reply was modified 12 years, 2 months ago by
apower84. Reason: update
Hey deyowulf!
Please try to switch to another theme first (i.e. the default WordPress theme), then activate LayerSlider and afterwards activate Enfold.
Best regards,
Peter
Hi macrunner!
No, afaik this is not supported by the wordpress menu.
Best regards,
Peter
Hi!
I deactivated the “Try to make videos responsive using FitVids.js?” option. First it’s not required because Enfold does this for you and the script is not printed in the head section. You can report this as a bug to the plugin developer though. Our theme supports the wp_head hook and it should also print the fitvids.js script.
Cheers!
Peter
Hello!
I added custon font by following code:
add_filter( 'avf_google_heading_font', 'avia_add_heading_font');
function avia_add_heading_font($fonts)
{
$fonts['PT Sans'] = 'PT Sans:400,700,400italic,700italic&subset=cyrillic';
return $fonts;
}
add_filter( 'avf_google_content_font', 'avia_add_content_font');
function avia_add_content_font($fonts)
{
$fonts['PT Sans'] = 'PT Sans:400,700,400italic,700italic&subset=cyrillic';
return $fonts;
}
But every time I reload Enfold settings page, it sets the font setting to default – so my font disables: http://prntscr.com/2hihtm
Is there any way to make my font settings permanent?
Thank you!
I de-activated Layer Slider and tried to re-activate it and it won’t because it triggered a fatal error :
Fatal error: Cannot redeclare layerslider_load_lang() (previously declared in /home1/jonnyfre/public_html/wp-content/themes/enfold/config-layerslider/LayerSlider/layerslider.php:118) in /home1/jonnyfre/public_html/wp-content/plugins/LayerSlider/layerslider.php on line 119
Weird thing is that the layer slider that I have already created and added to a page still works. http://www.jonnyfreesh.com
Thanks in Advance
Hi Ismael,
great
thank you very much
Hi David!
1.) You can disable the default lightbox by editing js > avia.js, find this code on line 54:
//activates the prettyphoto lightbox
$(container).avia_activate_lightbox({callback:'avia_lightbox_callback'});
Replace it with:
//activates the prettyphoto lightbox
//$(container).avia_activate_lightbox({callback:'avia_lightbox_callback'});
Remove browser cache then reload the page a few times.
2.) You can set the image title and description on Media > Library panel.
Cheers!
Ismael
Hi macrunner!
You can edit includes > loop-index.php, find these codes:
echo "<span class='text-sep text-sep-date'>/</span>";
Replace it with:
echo "<span class='text-sep text-sep-date'>-</span>";
You can find 3 instances of this code on line 121, 133 and line 156.
Best regards,
Ismael
Hey,
i would appreciate it if someone could come up with a fix for this.
Just updated to the latest bbPress and Enfold but still have the same problem.
Thanks
Hey guys, I have two issues.
1. When I select “yes” to display lightbox in the gallery settings, It displays the element lightbox over the default WP lightbox. When I select no, the left and right image navigation arrows are not active.
2. I need to be able to display image information within the lightbox. Displaying the title would be fine. On the default WP lightbox, it is somewhat doing this (randomly displaying title on some and not others)
the link is – http://codelessme.com/casey/abstracts/
Thanks in advance
Hey whitstablesunsets!
I would suggest updating both WordPress and Enfold to the most recent versions available. That will at least get us working on the same version as you so we can look for any bugs or something like that.
Just to rule it out you should also try deactivating any active plugins that are installed and then log out of WordPress and back in.
Cheers!
Devin
Hey Monsoon!
It has to do with the new WP Dashboard design, it will be fixed in future theme updates.
Regards,
Josue
Hello,
I am using footable plugin and I can’t find where to override the default pagination css.

The footable pagination has square inline pagination. If I change to another theme, it works correctly. Where can i override the Enfold pagination css?
Thanks,
Hi,
Can you post the link to the page where you are trying this please?
Regards,
Josue
Hi!
Please refer to this article, that will enable a custom class field in all ALB elements, that way you can set a custom class to the images you want and then with CSS you can decorate them:
.my_img{
border: 5px solid gray;
}
Best regards,
Josue
Hi!
Please refer to Devin response in this topic on how to override a shortcode without editing the theme files directly: https://kriesi.at/support/topic/how-do-i-override-an-avia-framework-class-definition-using-enfold-child/#post-166970
Cheers!
Josue
Hi!
For the header, go to Enfold > Header, and select a header type that shows the social icons.
For the footer, you’d need to use Widgets, you can either use the Enfold RSS Link and Twitter Account Widget, or you could paste the HTML code from the header to a Text Widget (we can help you with that, but we need to see the website with the header social icons activated first).
Cheers!
Josue