Forum Replies Created
-
AuthorPosts
-
Hi!
1) Please elaborate what you mean with “find yours Custom Css Class”. Do you mean the custom css class you entered on the element settings screen is not applied?
2) If yes please post a link to a button with a custom css class which does not work – I’ll check the code.
Best regards,
PeterHi swantonschool!
Please post a link to your gallery page and we’ll check why the captions don’t work.
Cheers!
PeterHey!
Ok :)
Cheers!
PeterHi!
Ok, I checked the code and I think I found the cause of the problem. Try to replace this code in wp-content\themes\enfold\config-woocommerce\config.php:
if($product->product_type == 'simple' || $product->product_type == 'subscription')
with
if(in_array($product->product_type, array('subscription', 'simple', 'bundle')))
If it works for you we’ll include this patch into the next update.
Best regards,
PeterHey rossmk!
I do not have access to the plugin files but I contacted WooThemes and we’ll look into it.
Cheers!
PeterHey!
Maybe you forgot to activate the sitemap feature (SEO > Settings)? If it doesn’t work on your server please contact the plugin author because we can only provide support for theme related issues…
Cheers!
PeterHey ouranos3!
Yes, please try to use this code to insert the buttons at the bottom of portfolio pages/standard pages:
add_action('ava_after_content', 'avia_add_social_toolbar', 10, 2); function avia_add_social_toolbar($id = "", $context = "") { if($context == "page" || $context == "single-portfolio") avia_social_share_links(); }
If you also want to use the social toolbar with template builder pages use this code instead:
add_action('ava_after_content', 'avia_add_social_toolbar', 10, 2); function avia_add_social_toolbar($id = "", $context = "") { if($context == "page" || $context == "single-portfolio") avia_social_share_links(); } add_filter('avf_template_builder_content', 'avia_add_social_toolbar_template_builder', 10, 1); function avia_add_social_toolbar_template_builder($content = "") { $content .= avia_social_share_links(array(), false); $content .= '<div style="height:1px; margin-top:50px;" class="hr"></div>'; return $content; }
Best regards,
PeterMay 6, 2014 at 9:27 am in reply to: Help using Woothumbs (multiple images in variations plugin) with Enfold #260639Hey!
I’ll close this thread now. Please see #260634.
Cheers!
PeterHey!
Sehr gut :)
Regards,
PeterHi erwanpia!
You must update the entire wp-content/themes/enfold/config-templatebuilder/ folder if you want to use the new shortcodes.
Best regards,
PeterMay 6, 2014 at 9:23 am in reply to: Help using Woothumbs (multiple images in variations plugin) with Enfold #260634Hi wigglebutt!
By default WooCommerce doesn’t support multiple images per variation and it might be possible that some code conflicts occur if the Woothumbs plugin is activated. We have no experience with this plugin and we can’t support it but I recommend to contact the plugin author – maybe he can provide some help. If not I recommend to hire a freelancer – probably the conflict can be solved with 1 or 2 hours of work and it shouldn’t be very expensive.
Regards,
PeterMay 6, 2014 at 9:18 am in reply to: Enfold 2.7 mobile: WMPL switch – incorrect position bug , mobile menu disappear #260633Hi!
Yes, the first code just shows you how to remove the padding and the second extends it for your website design :)
Cheers!
PeterHey Erdrol!
1) Afaik Kriesi updated the framework folder (especially wp-content/themes/enfold/framework/php/avia_shortcodes/) and the config-templatebuilder folder to maintain the WP3.9 compatibility.
2) If you update the config-templatebuilder folder the new shortcodes will be registered automatically and you can use them. A complete change log of all changed files can be found here (scroll to the bottom): http://themeforest.net/item/enfold-responsive-multipurpose-theme/4519990?ref=Zweistein
Regards,
PeterHey!
The strange thing is that the “post” categories have a different tag id compared to the “product” categories. It seems like wordpress creates a post AND a product category for each category you add to your database. I’ve no idea why this happens though. You can try this plugin: http://wordpress.org/plugins/term-management-tools/ to merge all “posts/product” terms to a single term and this should actually solve the issue of the duplicate categories. I recommend to make a backup of the database first.
Cheers!
PeterHi!
We always bundle the latest version of LayerSlider with Enfold and a separate license is not required. I recommend to save the money and if you really want to buy a slider plugin you can try or http://codecanyon.net/item/master-slider-wordpress-responsive-touch-slider/7467925?ref=Zweistein or http://codecanyon.net/item/slider-revolution-responsive-wordpress-plugin/2751380?ref=Zweistein which enable you to create different slideshows.
Best regards,
PeterHi!
Please elaborate – it looks like a standard button to me: http://www.clipular.com/c/6284141913964544.png?k=sA0fDYKB2I-ufF36mYPjq7mjzvg with no styling flaws.
Cheers!
PeterHi!
It works now – in fact it was not an issue with WPML but LayerSlider. I had to deactivate the “Use Google CDN version of jQuery” option on the LayerSlider option page. It loads an old jquery version (1.8.3) which is outdated and breaks the menu builder, etc. code.
Regards,
PeterHey!
Ok, I’ll close this thread now. Please use another player or deactivate the social share buttons and try another plugin – i.e.: http://wordpress.org/plugins/simple-share-buttons-adder/
Regards,
PeterHi MediaMix1!
Unfortunately we can’t provide the code of the “Change Styles” box. It’s not a theme feature and we just use it for demonstration purposes. However there’re some free plugins – i.e.: http://wordpress.org/plugins/slick-contact-forms/ or see http://premium.wpmudev.org/blog/wordpress-sliding-panel/ which help you to add a floating form to your website.
Regards,
PeterHey!
Glad you found the culprit :)
Cheers!
PeterHi!
Maybe it’s an issue with the Envato download api. Try to add this line to the functions.php file:
add_theme_support('avia_manual_updates_only');
to deactivate the automatic updates.
Cheers!
PeterHey!
It seems like you use a custom template for the archive because your code is based on tables, etc. whereas our archive template uses the default post loop. Please try to switch to the default archive templates and check if the issue still persists. I guess the reason why the tags are missing in your template is that you’re using the_excerpt() which does not support html code and strips all tags.
Regards,
PeterHey!
@hermelina – ich empfehle ebenfalls per ftp zu aktualisieren: https://vimeo.com/channels/aviathemes/67209750 falls die Envato API nicht erreichbar sein sollte oder aufgrund von anderen Problemen (Schreibrechte, etc.) das Update nicht ausgeführt werden kann.
@Chris – ja, wenn du die avia.js im Enfold Ordner modifizierst, dann muss diese nach jeden Update abgeändert werden. Man kann die modifizierte avia.js aber auch aus einem Child Theme Ordner laden – siehe: https://kriesi.at/support/topic/header-removal-remove-scrollto-top-offset/#post-248674
Jedoch ist zu beachten, dass wir auch manchmal die avia.js aktualisieren und dann muss natürlich auch die avia.js im Child Theme Ordner geändert werden. Es empfiehlt sich daher den changelog anzusehen (immer hier http://themeforest.net/item/enfold-responsive-multipurpose-theme/4519990?ref=Zweistein weiter unten zu finden), damit ihr ggf wisst, dass die avia.js auch von dem Update betroffen ist.Best regards,
PeterHi!
I’ll mark this thread for Kriesi. Tbh the breadcrumb should always be the same because the search page also just links to the single entry page but Kriesi knows the code better than I do and maybe I missed something.
Cheers!
PeterHi!
Hat sich nun anscheinend erledigt: https://kriesi.at/support/topic/advanced-layout-builder-wpml/
Cheers!
PeterHey Helgi!
You can use this plugin http://wordpress.org/plugins/wordpress-seo/ or http://wordpress.org/plugins/google-sitemap-generator/ to generate a sitemap.xml file for google.
Best regards,
PeterHey Austrianweb!
Versuche bitte Enfold auf v2.7.1 zu aktualisieren. Soweit ich weiß hat Kriesi dieses Problem mit dem Update vehoben.
Best regards,
PeterHey!
Please create us an admin account and post the login credentials as private reply.
Cheers!
PeterMay 5, 2014 at 11:46 am in reply to: wordpress 3.9 enfold 2.7 adminbar ajax search in header #260192Hey!
I’ll close this thread now. If the final version of Chrome still shows the same error we’ll look into it.
Cheers!
Peter -
AuthorPosts