Forum Replies Created
-
AuthorPosts
-
Hi,
Thanks for the feedback,
yes, there is still a problem with the events countdown I missed in that update.
Please update enfold\config-templatebuilder\avia-shortcodes\events_countdown\events_countdown.php
with
This should fix the problem. Is already merged in the next update.
If you need help with the update let us know and we can do it for you.
Do not forget to clear server and browser cache and keep a copy for a fallback.
Best regards,
GünterHi,
With 4.5.6 we added for security reasons function esc_url(..) which WP uses to filters for valid protocols (see wp-includes\functions.php wp_allowed_protocols() ).
And whatsapp is not a valid protocoll.
You can use filter kses_allowed_protocols (see see wp-includes\functions.php line 5738) to add whatsapp.
Best regards,
GünterMay 5, 2019 at 10:35 am in reply to: Can't change publication date in Status & Visibility once post is published… #1097379Hi,
Are you using the classic editor plugin?
There is a beta feature in Enfold (add to functions.php of the child theme or parent theme):
add_theme_support( 'avia_gutenberg_post_type_support' );
If you choose in Enfold Options Page -> Theme Options Tab – Select Your Editor: Use WP Classic Editor you can select for each page/post which editor to use.
Deactivate the classic editor plugin.
Maybe this solves your problem.
Best regards,
GünterMay 5, 2019 at 10:19 am in reply to: Unable to disable 'add to cart',button on category pages after upgrade. #1097373Hi,
Glad we could help you – and thank you for using Enfold.
Enjoy the theme and feel free to come back when you need furhter assistance.
Have a nice day.Best regards,
GünterHi,
Gad we could help – and thank you for using Enfold.
Enjoy the theme and feel free to come back if you need further assistance.
Best regards,
GünterHi,
We have released a beta version 4.5.6.1 that could fix your problem (see private content).
Can you please try to update the theme and check ?
If you need help please provide ftp access and our moderators can help you.
Do not forget to make a backup of theme files for a fallback.
Clear server and browser cache, if using enfold js and css compression disable it, check, then enable and check to force a rebuild of compressed files.
Best regards,
GünterHi,
Thanks for reporting this – I found the bug:
Will be in the next update.
Best regards,
GünterMay 3, 2019 at 2:44 pm in reply to: Unable to disable 'add to cart',button on category pages after upgrade. #1096916Hi,
No, not a CSS problem. CSS is not causing things in php.
The problem is that our hook for the filter “woocommerce_after_shop_loop_item” is not called.
Did you already try to disable plugins?
As a workaround we can try to hide the buttons with CSS.
Best regards,
GünterMay 3, 2019 at 12:44 pm in reply to: Unable to disable 'add to cart',button on category pages after upgrade. #1096887Hi,
I updated the file enfold\config-woocommerce\config.php line 2416 – Sorting now works as expeted.
Concerning the button:
This is not caused by Enfold.
Enfold adds its button in enfold\config-woocommerce\config.php line 351:
add_action( 'woocommerce_after_shop_loop_item', 'avia_add_cart_button', 16);
If you replace this line with
// add_action( 'woocommerce_after_shop_loop_item', 'avia_add_cart_button', 16);
which removes execution of our function and the button is still there – means our function is not called.
There must be some modification – but I cannot say what and where.
Try to disable all plugins – or do you have any custom templates?
I’m also running WC 3.6.2 and Enfold 4.5.6 and it works fine on my install.
Best regards,
GünterMay 3, 2019 at 11:49 am in reply to: Merge Parent Theme Scripts and Styles But Not Child Theme #1096872Hi,
There is no documentation for this filter.
But as you can see here:
enfold\config-templatebuilder\avia-template-builder\php\asset-manager.class.php line 28:
//files to exclude var $exclude_files = array('css' => array('admin-bar','dashicons'), 'js' => array('jquery-core','admin-bar','comment-reply'));
and line 61:
// files that are always excluded like admin bar files // files that are processed are added to this list as well, in case another file should be generated $this->exclude_files = apply_filters( 'avf_exclude_assets' , $this->exclude_files );
And an example how to use the filter:
Best regards,
GünterHi,
Yes – it is already merged for the next update.
Enjoy the theme and have a nice day.
Best regards,
GünterHi,
Glad we could help you – and sorry for the problems.
Enjoy the theme and feel free to come back when you need further assistance.
Best regards,
GünterHey!
Thanks for reporting this.
Events Calendar has also changed the internal post structure (replaced EventStartDate with event_date). That caused function already_started returning true.
Here is the updated fix:
Regards,
GünterHi,
Thanks for the credentials.
I updated enfold\config-templatebuilder\avia-shortcodes\contentslider\contentslider.php.
As far as I could check the content slider seems to work now.
Best regards,
GünterHi,
@rhelectronics
Thanks a lot for finding the bug.@everybody
Please replace enfold\config-templatebuilder\avia-shortcodes\contentslider\contentslider.php
with
Do not forget to clear server and browser cache.
If you need help let us know and our moderators can help you.
Best regards,
GünterHi,
Great we could fix this. I answered to the other topic already.
Best regards,
GünterHi,
I think we found the problem.
Please replace enfold\config-templatebuilder\avia-shortcodes\contentslider\contentslider.php
with
Do not forget to clear server and browser cache.
If this does not work:
Can you please create an admin account and a link to the page so I can check the sortcodes in backend?
Also enable debug mode please https://kriesi.at/documentation/enfold/intro-to-layout-builder/#debug-mode.
Thank you.
Best regards,
GünterHi,
Thanks for your feedback.
If you could test it on a staging site and let us know that the problem is really fixed would be a great help.
Thank you for assisting.
Best regards,
GünterMay 2, 2019 at 3:18 pm in reply to: issue with previous and next navigation in the porfolio #1096498Hi,
Please check https://github.com/KriesiMedia/enfold-library/blob/master/actions%20and%20filters/Layout/avf_post_nav_settings.php
for an improved version.
Best regards,
GünterHi,
@nlb
We released a beta version that should fix the problems caused because Events Calendar changed query parameteres.
See private content.
Do not forget to clear server and browser cache.
@everyone
Please open an own thread as we can share the link to the beta version only in private content – visible to topic creator only.Best regards,
Günter-
This reply was modified 6 years, 2 months ago by
Günter.
Hey waveseven,
See https://kriesi.at/support/topic/footer-image-dissapears-when-merge-css-is-enables/#post-1096491.
Best regards,
GünterHi,
We released a beta version – see private content.
Can you please try if this solves your problem.
Do not forget to clear server and browser cache – disable file compression, save theme options, enable file compression again to force a building of the compressed files.
Best regards,
GünterHi,
We released a beta version that should fix this problem – see private content.
Do not forget to clear server and browser cache, disable enfold compression in theme options, save theme options and enable it again to force a rebuild of the dynamic files.
Best regards,
GünterMay 2, 2019 at 2:57 pm in reply to: [REQUEST] Option to chose H-tag in certain items (fullwidth slider) #1096487Hi,
The filter avf_customize_heading_settings can be found in various ALB elements and also in template files.
You need to search the php files for it.
There is no option at the moment. Can only by changed by using php code.
Best regards,
GünterHey Revolution,
Events calendar changed the query parameters.
We released a beta version with all fixes for events calendar – see private content.
Can you try this please.
Do not forget to clear server and browser cache.
Best regards,
GünterHi,
We released a beta version with all fixes for events calendar – see private content.
Can you try this please.
Do not forget to clear server and browser cache.
Best regards,
GünterHey Guenter,
This is the solution:
You can reorder other elements also or add new ones.
Best regards,
GünterHey sw3d,
Thank you for using Enfold.
Glad you found the problem.
Fell free to come back when you need further assistance. Enjoy the theme.
Best regards,
GünterHi,
Thank you for using Enfold.
We will add the de_CH language files for the next release.
The searches do not work for Advanced layout builder elements. The content of some elements (like Special Heading) is not part of the page/post content but is stored in shortcode attributes.
As we are using the standard WP search – probably WP ignores shortcodes in search.
Could be, that a plugin like https://de.wordpress.org/plugins/relevanssi/ gives better results.
Best regards,
Günter -
This reply was modified 6 years, 2 months ago by
-
AuthorPosts