Hey!
Please add following code to Quick CSS in Enfold theme options under General Styling tab
#header .avia_mega_div {
left: -100px!important;
}
Cheers!
Yigit
Hey!
You can import parent theme settings. For more information, please see – http://kriesi.at/documentation/enfold/using-a-child-theme/
Regards,
Yigit
Hey evtilsley!
Please add following code to Quick CSS in Enfold theme options under General Styling tab
.avia-slider-testimonials .avia-testimonial-meta { margin-left: 47%; }
You may need to adjust the value to center it perfectly
Best regards,
Yigit
Hello again
In a previous post @Dude suggest to update Woocommerce and Enfold to the latest versions so solve some variable product issues. I did this and advised that all was working well.
I apologise, but as I was loading new variable product images, I noticed that when you select a variable product, the main image does not change, even though there is an image for each variable.
http://themakeupfactory.com.au/product/tmf-lip-pencil/
Also, the ‘clear selection’ does not work again.
Cheers
Julie
Super. Worked too! :)
What happens when there is an update to the enfold theme? Will this overwrite/remove the code I have inserted in ‘functions.php’ and ‘loop-search.php’ so I need to paste it in each time the theme is updated?
In my website (www.sparkline.com), my site search form’s Submit button shows the word “Array” instead of the actual Search icon. I haven’t changed the Enfold template, and my custom template doesn’t change any icon. I’ve verified this in Firefox on Mac, Chrome on Mac and Chrome on Windows 8.
The social network icons (Facebook, LinkedIn, Pinterest, etc.) appear normally, though.
How do I fix this?
Hey!
Enfold theme in Downloads section on your account is the updated file. You should download it once again and update the theme via FTP – http://vimeo.com/67209750
Best regards,
Yigit
Hi!
1- Please try deleting .htaccess file on WordPress root directory
2- Please go to Enfold/Includes folder and open helper-social-media.php file and edit the string you would like to change
Best regards,
Yigit
I can not seem to figure out how to make a column stretch the fullwidth of a page like a layer slider does.
How do I do this? Please Help.
Hi Ivana!
Please add following code to Quick CSS in Enfold theme options under General Styling tab
.html_header_top.html_logo_center .logo {
left: auto;
-webkit-transform: translate(0, 0);
-moz-transform: translate(0, 0);
-ms-transform: translate(0, 0);
transform: translate(0, 0);
}
and go to Enfold theme options > Header Layout > Header Size = Custom Size > Header Custom Height = 300px
Regards,
Yigit
Hey Sabine!
Es gibt an sich keinen großen Unterschied – WordPress behandelt Portfolio-Einträgen/-Kategorien und normale Beiträgen/-Kategorien genau gleich. Der Hintergrund warum wir Portfolio-Einträgen/-Kategorien eingeführt haben ist, dass sich dadurch die Website besser strukturieren lässt. Die Portfolio-Einträgen/-Kategorien lassen sich in “Portfolio Grids” anzeigen (wie zB hier: http://kriesi.at/themes/enfold/portfolio/portfolio-ajax/ ) und bieten mit dem “Ajax Preview” eine Funktion, welche nicht von Standard-Einträgen unterstützt wird. Normale Einträge können aber auf der Blog Seite angezeigt werden, was mit Portfolio Einträgen eher nicht zu empfehlen ist.
Best regards,
Peter
Hey!
Please update to Enfold 2.7.1 – the ava_after_content hook is not available in 2.7 or previous theme versions.
Best regards,
Peter
Hi Ismael,
Thanks for reply. I have just tried to copy/paste the above code into functions.php but after doing that my site was completely black; front and backend.
1: i have pasted the code into functions.php file located here: /wp-content/themes/enfold/functions.php is this the correct file?
2: i just pasted the code in the very end of the file. Is this correct or do it need to placed a specific place in the file?
I am not very familiar with this kind of code. When i pasted the code in it was highlighted with som ‘red’ fields (errors)
Hey DDamjanovic!
This seems to be a bug with WPML. I posted a fix in this thread: https://kriesi.at/support/topic/the-post-still-shows-8-comments-when-there-are-none/#post-178386
In /wp-content/themes/enfold/config-templatebuilder/avia-shortcodes/postslider.php replace
$commentCount = get_comments_number($the_id);
with
//$commentCount = get_comments_number($the_id);
$commentCount = $entry->comment_count;
Cheers!
Peter
Hi Stela!
1) In wp-content/themes/enfold/config-woocommerce/config.php search for:
function avia_shop_overview_extra_header_div()
{
echo "<div class='inner_product_header'><div class='avia-arrow'></div>";
}
You can add your custom code to this function, below the echo code.
2) In wp-content/themes/enfold/config-woocommerce/config.php replace:
return sprintf( '<a href="%s" itemprop="image" class="woocommerce-main-image zoom" title="%s" rel="prettyPhoto' . $gallery . '">%s</a>', $image_link, $image_title, $image);
with
return sprintf( '<a href="%s" itemprop="image" class="woocommerce-main-image zoom noLightbox" title="%s">%s</a>', $image_link, $image_title, $image);
3) The only solution I can think of is to use the “Default sorting (custom ordering + name)” option. Then go to Products > Sort Products and reorder the products with drag’n’drop.
Best regards,
Peter
Hey!
I fixed the problem by inserting this code into the functions.php file:
global $avia;
$avia_safe_name = avia_backend_safe_string($avia->base_data['prefix']);
update_option( 'avia_stylesheet_dir_writable'.$avia_safe_name, 'false' );
update_option( 'avia_stylesheet_exists'.$avia_safe_name, 'false' );
I added it to the very bottom of enfold/functions.php. You can also place it into the child theme functions.php file.
Cheers!
Peter
Hey!
Wenn du XAMPP nützt, würde ich persönlich die Dateien einfach in den Theme Ordner kopieren. Bei mir unter Windows ist XAMPP unter C:\xampp\ installiert und der Theme Ordner ist unter C:\xampp\htdocs\wp-content\themes\ erreichbar. Dort kopiert man einfach die Enfold Dateien hinein und überschreibt ggf die alten Dateien.
Cheers!
Peter
Hi Jamie A!
Please go to Enfold > Theme Options and select the “Recent Work” page as blog page in the “And where do you want to display the Blog?” dropdown. If you want to use a custom blog layout on the “Recent Work” page go to Enfold > Blog Layout and select “Blog layout” > “Use the advance layout editor to build your own blog layout (simply edit the page you have chosen in Enfold->Theme Options as a blog page)”.
Regards,
Peter
Hi!
The version number can be found in the style.css file: http://50.87.144.17/~erukus/wp-content/themes/enfold/style.css – you’re using v 2.4.x at the moment and 2.7.1 ist the latest version. I suggest to activate the auto update feature (Enfold > Theme Options > Update if you want to update the theme automatically).
Best regards,
Peter
Hey!
Maybe Enfold can’t regenerate the dynamic stylesheet for one language. Please use a ftp client and connect to your server. Navigate to wp-content/uploads/dynamic_avia/ and set the folder permission to 777. Then delete the enfold.css file (and all other css files – the name may vary based on the language shortcut) inside the dynamic_avia folder and go to Enfold > Theme Options to regenerate the dynamic stylesheet (hit the green “Save all changes” button). Please re-save the options for all languages.
Regards,
Peter
Hi!
Did you solve the issue? I tested the website with IE, Firefox and Chrome (see: http://www.screenr.com/ukgN ) and I didn’t notice any issue with the IconBox. Btw you can add a custom css class to Icon Boxes: http://kriesi.at/documentation/enfold/turn-on-custom-css-field-for-all-alb-elements/ too.
Best regards,
Peter
Hi,
Im trying to add an accordian to the right hand side of the slideshow similar to:
http://kriesi.at/themedemo/?theme=enfold
I have viewed the Portfolio demo at:
at 3m 11 it says they use Shortcodes within the preview text.
I cant see this button element ? Any ideas what I have done wrong ?
I have a temp site Im working on at: http://www.brandingperth.com.au/
Thanks Brett
Hey!
Bei mir (Chrome) wird die Überschrift richtig mit 300 angezeigt, obwohl ich auch nicht angemeldet bin. hr könntet aber zB diesem Textbox-Element eine “Custom CSS” Klasse zuweisen ( http://kriesi.at/documentation/enfold/turn-on-custom-css-field-for-all-alb-elements/ ) und dann mit:
.mycustomclass h2{
font-weight: 300 !important;
}
dieses nochmals speziell ansprechen.
Best regards,
Peter
Hi!
Put it at the end of functions.php.
Is this the plugin you are referring to? it’s weird you are having these issues because many Enfold users reported good results with that.
Best regards,
Josue
Hey!
It could, request it here:
https://kriesi.at/support/enfold-feature-requests/
Best regards,
Josue
Hi!
Do you have the latest version of Enfold?
Regards,
Josue
Hey Chris!
Yes, that’s how it works right now, feel free to request a change as a feature here:
https://kriesi.at/support/enfold-feature-requests/
Cheers!
Josue
Hi, Ismael!
I checked it and found that I am still using 2.7. As I said, I checked in the ThemeForest site and downloaded “themeforest-4519990-enfold-responsive-multipurpose-theme” file, which is the version I am using. Where can I get the 2.7.1 version?
Thank you very much for the quick reply and support!
Bradley
PS. The current version I am using, after fixing hidden contents in the “Visual” tab, is having a new issue with “Text” tab, where all the paragraphs are merged into one big paragraph.
Hi!
Are you referring to a full width slider?
In that case, use the images in the demo as a reference:
http://kriesi.at/themes/enfold/
Regards,
Josue
Hey!
Do you have the latest version of Enfold (2.7.1)?
Cheers!
Josue