hi Josue,
and then? what do i see now? i’m not a php programmer, sorry..
From ismael (moderator aswell) i get the tip to make my own shop page and with ‘advanced layout builder’
Ismael wrote:
Hi Chiel!
Thank you for using Enfold.
I’m sorry it’s not possible without modifying the theme files. What you can do is to create your own shop page using the Advance Layout Builder. Remove the sidebar on the Layout settings. Add 1/4 and 3/4 columns layouts. Add the content on the 3/4 column and the Widget Area element on the other. The 1/4 column will act as a sidebar and it will be rendered first when viewing on mobile.
Cheers!
Ismael
Now that i’ve done that, i have another problem.
It worked For 5 min. the layout columns (1/4 and 3/4) worked for 5 min. Then my woocommerce products are being showed under the widget area (1/4th column)
maybe there some thing wrong with woo commerce and ‘avia’ together?
Do You have an idea?
Hi Richard!
Please firstly update Enfold to the latest version 2.9.2 via FTP – http://vimeo.com/67209750
Please note that you may need to re-configure header options – http://kriesi.at/documentation/enfold/portfolio-item/intro-to-the-header-configurator/
Best regards,
Yigit
Dear Kriesi team,
Would it be possible to use a variable name in the autoresponder text of the Enfold Contact Form element? A client wanted to use the name someone filled in on his site with the Enfold Contct Form, and use a “Dear |*FNAME*|, …” like construction in the autoresponder text. Is this possible or is this more something for a Contact Form 7, Gravity Forms, MailChimp sollution?
Kind regards,
Lucas van Heerikhuizen
Hey!
1- Please add following code to Functions.php file in Appearance > Editor
function add_custom_social_target(){
?>
<script>
jQuery(window).load(function(){
jQuery('#avia_socialcount-3 a').attr('target','_blank');
});
</script>
<?php
}
add_action('wp_footer', 'add_custom_social_target');
2- Please update Enfold to the latest version 2.9.2 via FTP – http://vimeo.com/67209750
Best regards,
Yigit
hi,
i have 2 languages in my enfold theme. Works perfect. The only thing is the widgets in the footer area. How can i make 2 versions of them?
kr dirk
Thanks Josue,
I suggest you should include this in your theme features. Adsense ready enfold theme..
again Thanks!
I also have problen with Enfold, the advanced layout never show up. Other things seems to be “ok” but i cant update or add new post without the advanced layout.
I have WordPress 4.0 and Enfold 2.9.2.
I updated Enfold via FTP, i tried 2 times.
I tried to desactivate all my plugins.
I tried several browser (IE, Chrome, Firefox)
Hi,
I have the latest version of enfold and WPML,
I insert in wp-config.php :
<?php
define( 'WP_MEMORY_LIMIT', '128M' );
if I edit pages without WPML activated, everything works fine
if I edit pages with WPML activated, gives the following error:
Uncaught Error: Syntax error, unrecognized expression: a[rel=]
Uncaught TypeError: Cannot read property 'hasClass' of undefined
This reply has been marked as private.
I have an problem with accordion content elements.
Since a few days I cant’ edit these elements anymore. In the frontend all is shown, no problems.
But in the admin-tool / advanced layout architect there is shown only the loading-icon.
Please help me.
My Config:
Theme: Enfold
Version: 2.8
Installed: enfold
AviaFramework Version: 1.9.1
AviaBuilder Version: 0.7
ML:64-PU:49-PLA:2
WordPress 3.9.2
This reply has been marked as private.
Hi!
Look in /enfold/config-templatebuilder/avia-shortcodes/portfolio.php, around line 380-390.
Regards,
Josue
Hi vin8tan!
Thank you for using Enfold.
Try adding this on Quick CSS or custom.css:
footer.entry-footer {
clear: both;
top: 20px;
position: relative;
}
Best regards,
Ismael
Hi!
Thank you for using Enfold.
There’s a lot of script errors coming from the WooCommerce plugin folder. Please try to deactivate other plugins except woocommerce then test it again. Get a fresh copy of the plugin then override the old one.
Cheers!
Ismael
I’m not sure if I could be off topic, but would anyone here suggest a (possibly free) tool to compress images for the web so they are light but render perfectly at the same time?
With the awesome features of Enfold, I use it a lot to make stunning websites that are quite impactful. But I am always trying to reduce image size to the bare minimum while maintaining quality.
How do you make sure your images don’t take too long to load and don’t impact pagespeed and SEO too much?
Thanks!
Antonio
Hola,
Si, si estas usando WP 4.0 tienes que actualizar Enfold a 2.9.2:
Saludos,
Josue
Hey Tom!
Thank you for using Enfold.
You’re using an old version of the theme. Please download the latest version 2.9.2 from your themeforest account then update the theme via FTP. Please refer to this link for more info: http://kriesi.at/documentation/enfold/updating-your-theme-files/
Best regards,
Ismael
Hi!
Thank you for using Enfold.
Yes, that will work. You can add a unique selector to any elements on the advance layout builder except for column layouts. Refer to this link for more info:
http://kriesi.at/documentation/enfold/turn-on-custom-css-field-for-all-alb-elements/
Best regards,
Ismael
Hi thorkil!
Thank you for using Enfold.
I checked the website and resize the window. Everything looks fine, the site is fully responsive. Please provide a screenshot of what you’re seeing on your browser.
Best regards,
Ismael
Hey!
It is located on functions.php, not functions-enfold.php.
Cheers!
Ismael
Hey Luken123!
Thank you for using Enfold.
The update should be enough to fix the issue. Have you tried it on another browser or computer? If it still doesn’t work, please deactivate the plugins then remove browser cache.
Cheers!
Ismael
Hi mcraig77!
Thank you for using Enfold.
1.) I’m not sure what you mean by h3 styles but you can change the font style of the accordion title with this:
main_color .toggler {
color: red;
font-size: 15px;
}
2.) Remove borders with this:
.togglecontainer .single_toggle:first-child .toggler, .togglecontainer .taglist + .single_toggle .toggler, .toggle_content {
border: none;
}
3.) Change the active tab with this:
toggler, .main_color .toggler.activeTitle:hover {
background-color: red;
color: blue;
}
Regards,
Ismael
HI There
Is there a way where I can use those nice demo home pages in my web site which has the enfold wordpress theme?
I can see in the psd the elements of the “Home V7: One Page portfolio” that I would like to use in my web page
Best Regards
Zvi
Hey peiiep!
Thank you for using Enfold.
You can look for membership plugins: https://wordpress.org/plugins/search.php?q=membership
Please be careful with this plugins because they can mess up the admin roles sometimes.
Best regards,
Ismael
Hi!
You can add the code on Enfold > General Styling > Quick CSS field or the custom.css file if you have access via FTP.
Regards,
Ismael
Hey!
Please post the link of the website here. We would like to check it. Make sure that you’re running Enfold 2.9.2 with WordPress 4.0.
Best regards,
Ismael
Hey saki!
Thank you for using Enfold.
Go to Enfold > Footer panel. You can add the [nolink] tag on the copyright field if you want to remove the default copyright text.
Best regards,
Ismael