Hi both,
Tried above and somehow its not working.
My childtheme functions.php is now:
<?php
/*
* Add your own functions here. You can also copy some of the theme functions into this file.
* WordPress will use those functions instead of the original functions then.
*/
add_theme_support('avia_template_builder_custom_css');
remove_action( 'woocommerce_after_single_product_summary', 'avia_woocommerce_output_related_products', 20);
Hi,
unfortunately I am having problems installing “enfold”.
After upload the zip file, the backend It will appear in various areas of white. The Enfold surface is not displayed.
Have the installation several times repeated, also via ftp, it always comes to the same result.
Hi Josue,
Nope… I change to Twenty Forteen and the error is gone…
I activate Enfold again… And Error shows up again :-(
Hi!
Thank you for visiting the support forum!
@cryscryb: Thanks for helping out.
@borkent: You can use this on the child theme’s functions.php:
remove_action( 'woocommerce_after_single_product_summary', 'avia_woocommerce_output_related_products', 20);
Cheers!
Ismael
Hey!
Thank you for using the theme!
If you don’t mind, we would like to see the actual website. Please post the website url here. Make sure that you’re running the latest version of Enfold and all plugins deactivated if possible.
Regards,
Ismael
Hi!
Thanks for helping us out!
Cheers!
Peter
Hallo liebes Enfold-Team,
Lieber Dude,
ich hab zwar gedacht https://kriesi.at/support/topic/original-wp-galerie/ wäre worum es auch bei mir geht – leider aber nicht ;)
http://www.wohnluft.de/2014/04/teil-2-beeteinfassung-aus-holz-fuer-den-bauerngarten-bauen/
Passwort: “enfold” (ohne “”)
Die Gallerie von Jetpack ist für mich einfacher zu bedienen (und sieht leider auch schöner aus als das Mansory von Enfold). Das Problem ist aber, dass die Bildunterschriften (die zwar in der Miniaturansicht zumindest teilweise zu sehen sind) angezeigt werden, in der Lightbox verloren gehen.
Auch stört mich, dass die Bilde alle ein Overlay mit diesen Pfeilen bekommen. Ich meine mich erinnern zu können, dass man das mal aussstellen konnte (oder war das bei Avada? :3 Avada ist aber nicht so toll wie Enfold :D)
-
This topic was modified 11 years, 10 months ago by
cortvermin.
Hey,
It works perfectly. Wonderfull !!! I haven’t had such an idea. You are Enfold’s God !
I thank you a lot !!! What a support !
I expect you’ll have a good day.
Cheers from France !!
Oliver
__________________________________
For the community :
if you choose to use a blog layout form (grid, masonry, magazine), you have to think to change the permalink’s options (options -> permalink) to ensure that articles will be displayed.
Hey treufo!
Öffne wp-content/themes/enfold/config-templatebuilder/avia-shortcodes/portfolio.php und ersetze:
$params['style'] = "big_thumb";
durch
$params['style'] = "big_thumb";
$params['preview_size'] ='full';
$params['crop_big_preview_thumbnail'] ='avia-gallery-big-no-crop-thumb';
Regards,
Peter
Hi Jason!
No, you must modify the portfolio shortcode file to add this code. Open up wp-content/themes/enfold/config-templatebuilder/avia-shortcodes/portfolio.php and replace
$output .= "<h2 class='portfolio-grid-title entry-title' $markup><a href='{$title_link}'>".$title."</a></h2>";
with
$track_event = !empty($custom_link) ? "onClick=\"_gaq.push(['_trackEvent', 'Asset Library', 'PDF', 'Living in Christchurch']);\"" : '';
$output .= "<h2 class='portfolio-grid-title entry-title' $markup><a href='{$title_link}' {$track_event}>".$title."</a></h2>";
If you want to modify the shortcode with a child theme follow the instructions here: https://kriesi.at/support/topic/add-elements-to-visual-composer/#post-242618 but copy the portfolio.php file to your child theme folder.
Cheers!
Peter
I have a follow up to another thread that is now closed https://kriesi.at/support/topic/text-block-tiny-mce-bug/. That thread was about visual editor bugs when using Firefox and WP 3.9. Here is a similar bug when using Chrome.
When trying to use the visual editor with latest Enfold and WP 3.9, in Chrome… I click to edit one text block, and can use the visual editor just fine.
But then when I click to edit another text block on the same page, it actually opens up the previous text block. So if I close that text block, and then click to edit yet another text block further down the page, it still opens up the very first text block I opened up.
So no matter which text block I click to edit on the page, the editor will always open the last text block I saved.
I’ll add a separate reply here with my screencast of the bug happening.
Found it here (there are some other suggestions on this page also that might be better):
http://wordpress.org/support/topic/remove-related-products-from-bottom-of-product-pages
-
This reply was modified 11 years, 10 months ago by
cryscryb.
Overrides in functions.php work fine for me.
You might try:
// remove related products
function wc_remove_related_products( $args ) {
return array();
}
add_filter(‘woocommerce_related_products_args’,’wc_remove_related_products’, 10);
-
This reply was modified 11 years, 10 months ago by
cryscryb.
This reply has been marked as private.
HI,
I would like to remove the sidebar in the 404 error page.
How can I do that?
I didn´t found any sidebar code in the 404.php last enfold version.
THANKS
Hey jdrakeproductions!
You can use Blank template. Here is an example from demo site – http://kriesi.at/themes/enfold/pages/blank/
Or you can remove menu from a certain page using custom CSS code as following
.page-id-1122 .main_menu { display: none; }
and change the page ID’s to match your pages ID. You can right click on Chrome or Firefox to inspect elements to find page ID’s http://i.imgur.com/HyPTCRg.jpg
Best regards,
Yigit
Hi jaimemerz!
Please try deactivating all active plugins and check if that helps. Please also note that you are using an older version(2.5) of the theme and not the latest(2.7) – http://kriesi.at/documentation/enfold/updating-your-theme-files/
Regards,
Yigit
Hey Artinet!
Please add following code to Quick CSS in Enfold theme options under General Styling tab
.avia-content-slider .slide-image { display: none; }
Cheers!
Yigit
Hey!
Please add following code to Quick CSS in Enfold theme options under General Styling tab
.html_header_top.html_logo_center .logo {
left: auto!important;
-webkit-transform: none;
-moz-transform: none;
-ms-transform: none;
transform: none;
}
Regards,
Yigit
Hey Tim!
Please add following code to Quick CSS in Enfold theme options under General Styling tab
.logged-in .sub_menu { display: block !important; }
.sub_menu { display: none; }
Best regards,
Yigit
Hi!
Glad you figured it out! For your information, you can find Enfold documentation here – http://kriesi.at/documentation/enfold/ and video tutorials here – http://vimeo.com/channels/aviathemes
Let us know if you have any other questions or issues
Regards,
Yigit
Hey!
Please add following code to Quick CSS as well
form.variations_form.cart { height: 187px !important; }
Best regards,
Yigit
Thanks Yigit, now the description/review box is jumping.
Please check this page http://www.gcoutureshop.co.za/product/animal-print-cardigan-dpamn01
Thanks,
Nicolas
Oh crap, ignore this post, I’ve just found it. Posted too soon lol
Hello,
This is my first post, I’ve just purchased Enfold and have installed it on my development computer. I was wondering where can I download the demo content for Enfold so I can import it and use it to learn from?
Thank you.
Hi!
No, the sliders should remain there, even if they don’t you can always import/export them.
But you’d need to disable the bundled LS that comes with Enfold:
https://kriesi.at/support/topic/disable-layerslider-failed/
Best regards,
Josue
Hi all,
Anybody any idea why this wont work in my enfold childtheme functions.php:
remove_action( 'woocommerce_after_single_product_summary', 'woocommerce_output_related_products', 20);
I think I need some code prior to this so it checks here first?
One more question, does the enfold childtheme functions.php need to be closed at the end with ?> or explicitly not, I found that the childtheme kriesi posted is missing this php closure tag….
Kind regards,
Thomas
Hi Jonathan!
It looks like the root of the issue is the theme version being incredibly out of date. Because of that I would suggest a bit more of a precautionary update that normal. First make a backup of your WordPress database using a tool like http://wordpress.org/plugins/backupwordpress/ or if your host has a site snapshot/backup program.
Then take a look at this video on updating the Enfold theme via FTP: https://vimeo.com/channels/aviathemes/67209750
Once updated you may need to do some re-configuration with LayerSlider as that was updated to their newest version and users had some issues with the data transitioning.
Cheers!
Devin
Hello,
I’m starting on a new site: http://ahddesigns.com/ – However it’s in “Coming Soon” mode so you cannot see it.
I have other sites using LayerSlider 5.1.1 (Enfold Version 2.7) and it works. Also I tried this method that came from another post: https://kriesi.at/support/topic/since-the-update-layer-slider-cannot-be-edited-at-all/
Please try to install LayerSlider as a standalone plugin. Copy the folder enfold\config-layerslider\LayerSlider into the plugins directory (wp-content/plugins) and switch to another theme (i.e. TwentyThirteen). Then go to Plugins > All Plugins, activate LayerSlider and then re-activate the Enfold theme. Afterwards check if you can save the slideshow properly.
I activated the TwentyThirteen WP theme and was able to user LayerSlider (although was quite messy due to not working within your theme) but when I activated your theme again I still could not do anything – import, adding a new slide, etc.
I have also tried to remove the entire theme & upload it again via FTP – it still hasn’t worked.
Is this a permission issue? If so, what permissions do I need to set? If not, what else can I do?
Thanks,
Brian