Forum Replies Created
-
AuthorPosts
-
May 8, 2019 at 9:38 am in reply to: Post Navigation on mobile : is there a way to have swipe event for that? #1098392May 7, 2019 at 5:51 pm in reply to: Can't change publication date in Status & Visibility once post is published… #1098147
Hi,
Can you check your login credentials please? I cannot access your backend.
Best regards,
GünterMay 7, 2019 at 5:41 pm in reply to: Post Navigation on mobile : is there a way to have swipe event for that? #1098140Hi,
From technical point should be no problem – I did not test it but Enfold already supports swipe for tab sections and some sliders.
But I’m sure Kriesi had a good reason why he did not implement it.
In my opinion the main reason why not to use it is that it might get confusing for users:
– A slider swipes fast because everything is already on client
– Post navigation needs to load a new post from server and that takes time
– How does user know the difference if the page only contains a slider or needs to load a new post
– Also annoying if unintended use of swipe and having to reload the original page againIf you are interested I can try to implement it for you, but I do not think it will become of the core.
Best regards,
GünterMay 7, 2019 at 5:15 pm in reply to: Can't change publication date in Status & Visibility once post is published… #1098136Hi,
Please try to deactivate all plugins and check.
Clear server and browser cache and use a private window to force loading of js files.
I cannot reproduce it on my install.
Best regards,
GünterHi,
I’m afraid there’s nothing else we can do about it. I’ll need you to contact the author of that theme and find out with him if it’s possible to prevent your theme framework from loading the Google Maps script completely, that’s the only way to try to make our Maps extension to work on your website.
The filter I gave you above does not load Enfold’s Google scripts any longer.
So the plugin author should be able to solve the problem.
You will need to clear server cache. Also disable Enfold’s compression of css and js files to force a rebuild of the files.
Hope this helps you.
Best regards,
GünterHey mike.rav,
I added date queries to various ALB elements – including blog posts.
This feature is currently available only in a beta release.
I give you the link to a zip file in private content – you need to unzip and upload with FTP.If you need help please provide a WP admin account and FTP access and we can do it for you.
Best regards,
GünterHi,
Thanks for the feedback.
I checked the beta version of Enfold with the latest version of Events Calendar and it works as expected.
If you do not have any more problems with 4.5.6 you can stay on this version – but it is also safe to update to 4.5.6.1-beta-2.
Best regards,
GünterMay 7, 2019 at 3:15 pm in reply to: Problem with footer page and bbpress (displaying shortcodes) #1098091Hi,
I found the problem. bbPress alters the_content filter – that breaks running of shortcodes in footer.
In 4.5.6 or 4.5.6.1-beta-1 you can replace:
enfold\footer.php with
and enfold\config-bbpress\config.php with
If you need help with this let us know.
Best regards,
GünterMay 7, 2019 at 1:16 pm in reply to: Problem with footer page and bbpress (displaying shortcodes) #1098065Hi,
Sorry for the late reply.
This is a bug – probably caused because forum is not an ALB post type.
I opened an issue for that in our dev repo and I will try to find a solution asap and will come back.
Best regards,
GünterHi,
Thank you for using Enfold – and sorry for the late reply.
You can use the filter avf_load_google_map_api_prohibited.
In functions.php of your child theme (or parent theme) add:
function custom_no_load_google_map_api( $no_load ) { return true; } add_filter( 'avf_load_google_map_api_prohibited', 'custom_no_load_google_map_api', 10, 1 );
Best regards,
GünterHi,
Sounds as if there is something mixed up in the files.
We released a beta version today (see zip in private content).
With FTP delete the complete folder …/wp-content/themes/enfold.
Upload the unzipped beta version.If you have problems let us know and our moderators can do that for you.
Best regards,
GünterHi,
In private content the link to newest beta version released today.
Sorry it took a bit longer.Best regards,
GünterHey sacha,
What version of Enfold are you using? Did you try to update to the latest version 4.5.6?
Best regards,
GünterHi,
Glad we could help you. Enjoy the theme and feel free to get back when you need further assistance.
Have a nice day.Best regards,
GünterHi,
Thanks a lot for the feedback and great it is working.
Enjoy the theme and feel free to come back when you need further assistance.
Have a great day also.
Best regards,
GünterMay 6, 2019 at 2:41 pm in reply to: WooCommerce and Enfold – page hangs when creating variations from all attributes #1097694Hi,
Thanks for the feedback – and glad that the issue is solved.
Enjoy the theme and feel free to come back when you need further assistance.
Have a nice day.
Best regards,
GünterHi,
Glad that worked.
There is a new option in Enfold -> Theme Options -> Preprocessing Shortcodes In Header.
Select “allow to process”.And as a first step also in Enfold -> Preformance disable Enfold compression of js and css files and
“Disabling of template builder elements” select always load all elements.Then you can try to enable step by step.
Best regards,
GünterMay 6, 2019 at 10:31 am in reply to: Post Navigation on mobile : is there a way to have swipe event for that? #1097645Hey Guenter,
I opened an issue and will check asap and come back.
Best regards,
GünterHey GWS,
As a first try can you please update one site to the beta version provided below (has some fixes with RSS, feeds, and ALB).
Do not forget to keep a backup of the original theme files for a fallback.
Clear server and browser cache.Best regards,
GünterMay 6, 2019 at 10:19 am in reply to: WooCommerce and Enfold – page hangs when creating variations from all attributes #1097638Hey Scott,
Should actually be fixed in 4.5.6.
Did you try to clear server and browser cache several times – also try to check with a private window to force loading the js files ?
Can you provide us a WP admin account and allow us to see and edit theme files with WP editor so we can check.
Best regards,
GünterHi,
Sorry for that – I’m working on a Windows system.
Can you provide us FTP access and I ask a collegue to help you with uploading.
Do you want us to update your theme completly or shall we provide you an unprotected zip on your server in an own directory?
Best regards,
GünterHi,
Have another look at
Best regards,
GünterHi,
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ünter -
AuthorPosts