Forum Replies Created
-
AuthorPosts
-
Hi,
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 5 years, 8 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ünterMay 2, 2019 at 1:12 pm in reply to: Can't change publication date in Status & Visibility once post is published… #1096458Hi,
What editor are you using?
I cannot reproduce it on my install. Both classic editor (enabled with theme option) and block editor open a popup to change the publish date.
Can you try to disable all plugins, clear server and browser cache and try again?.
Best regards,
GünterHi,
Events calendar changed query parameters in the last update – that broke our ALB element query.
We released a beta version of Enfold that fixes the problem – see private content.
Best regards,
GünterHey havi,
ad 1) This has mainly SEO reasons. Without redirect replaces the page content and returns a 404 status. If this makes problems you can use the redirect, this returns a 404 and a 302 (redirect), which is not so SEO friendly.
ad 2) As a 404 is an error situation it does not make sense to cache it ( – if the page is not directly accessible from outside).
Best regards,
GünterMay 2, 2019 at 12:56 pm in reply to: Problem with footer page and bbpress (displaying shortcodes) #1096454Hi,
We released a beta version with some fixes (see private content).
Can you try if this fixes the problem please?
Best regards,
GünterHi,
Hier ist eine leicht zu modifizierende Lösung:
Best regards,
GünterMay 2, 2019 at 11:28 am in reply to: Unable to disable 'add to cart',button on category pages after upgrade. #1096432Hi,
ad 2) WC seems to have changed something with the default sort order.
The safest way would be to open the element, look for option WooCommerce Sorting Order and select “descending” – that makes you independent from any WC implementation.
You also can replace in file enfold\config-woocommerce\config.php line 2416:
$order = ! empty( $orderby_value[1] ) ? $orderby_value[1] : 'ASC';
with
$order = ! empty( $orderby_value[1] ) ? $orderby_value[1] : 'DESC';
We will add this to the next update.
ad 1)
We use the default WC template woocommerce\templates\content-product.php to display the products.
Did you make any changes that might have been lost with the update?
As far as I remember the “Add to cart” button was always visible.Best regards,
Günter -
AuthorPosts