Forum Replies Created
-
AuthorPosts
-
Hey,
Great!
We will keep the thread open and wait to hear from you. This thread will be on hold, you can simply reply to re-open it :)
Enjoy the rest of your day!
Best regards,
YigitDecember 14, 2020 at 4:53 pm in reply to: WP 5.6 update > Privacy & cookies notification > info modal automatically opened #1267215Hi,
When I de-activate WP Rocket plugin, cookie bar shows up as expected. I noticed that there is a newer version of the plugin available, 3.8. Could you please try updating plugin to that version and check if that helps?
Best regards,
YigitHi Daniele,
Due to our policy, we only login to sites that are publicly accessible.
Please go to Enfold theme options > Shop Options > Product layout on overview pages and choose “default” and check if that helps.
If it does not, please post screenshots showing the issue. You can upload your screenshots on imgur.com and post the links here :)
Best regards,
YigitHi,
You are welcome, Gerry! Let us know if you have any other questions or issues and enjoy the rest of your day :)
Best regards,
YigitHi,
I am sorry for my late reply!
I re-installed the theme and now Enfold theme options work as expected. It does not give “Saving didnt work!
Please reload the page and try again” error anymore.Could I reset the database and try re-importing the demo to see if images will import correctly?
Best regards,
YigitHey!
You are welcome!
Let us know if you have any other questions or issues :)
Regards,
YigitHi,
Enfold is currently not compatible with WordPress 5.6. We are working on an update and we will release it soon.
Please install this plugin – https://wordpress.org/plugins/enable-jquery-migrate-helper/ and in plugin settings, set jQuery Version to “Legacy 1.12.4-wp”. That should help. If it does not, please create temporary admin logins and post them here privately so we can look into it :)
Best regards,
YigitHey Faye,
Thanks for contacting us!
I checked your button and it works as expected on my end. Attached a screenshot in private content field below.
Are you using some sort of ad blocker or security extension on your browser which might be blocking it?
Cheers!
YigitDecember 14, 2020 at 3:52 pm in reply to: Hamburger menu suddenly showing for all screen sizes, theme options unavailable #1267194Hey Javier,
Please clear browser cache and refresh your page a few times. Your menu switches to burger menu on screens 1350px and below on my end :)
Cheers!
YigitHey Gerry,
If you add the code to functions.php file of your child theme, updating will not overwrite it. It will only be overwritten if you add it to parent themes functions.php file :)
Best regards,
YigitHi,
ALB is Advanced Layout Builder which you used to create your blog post rather than classic editor. I first switched to classic editor to choose post format. Screenshot attached in screenshot shows your post in classic editor mode. First arrow shows where you switch back to ALB and second arrow shows where you choose post format :)
Best regards,
YigitHey,
You are currently using Enfold 4.5.6. Please update the theme to 4.7.6.4 as Rikard suggested and that should help.
If that does not help or if you have any other questions or issues, please register to our support forum using your purchase code – https://kriesi.at/support/register/ and start a new thread under Enfold sub forum :)
Regards,
YigitHey,
Thanks for contacting us!
Could you please refer to this post – https://kriesi.at/documentation/enfold/theme-registration/ and update the theme after registering it? That way we could validate your purchase :)
Also, please see this post – https://kriesi.at/archives/scoring-100-100-in-google-pagespeed-insights-gtmetrix-pagespeed-and-yslow :)
Regards,
YigitHey Rafael,
Thanks for contacting us and for your kind offer!
We have not offered any reward for contributors so far so it would not be fair also we are not able to offer some sort of a discount coupon, we are only able to make discount on the theme for all, so I am afraid that would not be possible.
If you would not mind contributing anyway, we would appreciate it, if not, that is okay :)I hope that help. Let us know if you have any other questions :)
Regards,
YigitHi,
Link post format was chosen for your post. I switched back to default editor, chose “Standard” post format, switched back to ALB and updated your post.
Please review your website :)
Cheers!
YigitHi Mark,
Sorry for the inconvenience!
We are working on the issue and will release a patch soon.
In the meantime, please install this plugin – https://wordpress.org/plugins/enable-jquery-migrate-helper/ and in plugin settings set jQuery Version to “Legacy 1.12.4-wp”.Regards,
YigitHi,
Thanks for contacting us!
Logins did not work for me. Could you please check them once again? :)
Cheers!
YigitDecember 11, 2020 at 4:52 pm in reply to: WP 5.6 update > Privacy & cookies notification > info modal automatically opened #1266594Hi,
Exactly :)
Issue is JS related. WP5.6 introduced some JS issues so I thought it could be related and installed Enable jQuery Migrate Helper plugin and set older version of jQuery but that did not help.
I would like to try to switch to parent theme just to check if issue persists. If it does, I believe it might be related to WP Rocket or CDN.Could we try switching to parent theme and de-activating plugins?
Cheers!
YigitHi,
You are welcome, Greta! Let us know if you have any other questions or issues and enjoy your weekend :)
Best regards,
YigitHi,
You are welcome! When new version of Enfold is released, you can delete the plugin :)
Best regards,
YigitDecember 11, 2020 at 4:07 pm in reply to: Images Not Displaying After Updating to WordPress 5.6 #1266578December 11, 2020 at 4:03 pm in reply to: WP 5.6 update > Privacy & cookies notification > info modal automatically opened #1266576Hey,
Thanks but unfortunately it is still not working. I believe username is correct but password seems to be wrong :)
Cheers!
YigitDecember 11, 2020 at 3:59 pm in reply to: Well known issue : child style doesn't overwrite the parent one. #1266574Hi,
Thanks for contacting us!
1- I could not find “contact-details” class on your page but could you please try using the code as following
#top .contact-details { list-style: none; }2- Please copy /enfold/js/avia.js file to your child theme and open the file and find
if(st < 500)and change it to
if(st < 1000)then add following code to functions.php file of your child theme
function wp_change_aviajs() { wp_dequeue_script( 'avia-default' ); wp_enqueue_script( 'avia-default-child', get_stylesheet_directory_uri().'/js/avia.js', array('jquery'), 2, true ); } add_action( 'wp_print_scripts', 'wp_change_aviajs', 100 );Cheers!
YigitDecember 11, 2020 at 3:51 pm in reply to: Images Not Displaying After Updating to WordPress 5.6 #1266572Hey!
You are welcome!
If you have issues on your other sites and updating them does not help, please let us know so we can look into them as well :)Regards,
YigitHi,
Do you have some sort of server side caching? If so, please clear it.
I installed this plugin – https://wordpress.org/plugins/enable-jquery-migrate-helper/ and in plugin settings set jQuery Version to “Legacy 1.12.4-wp”, which should have helped but it did not so I believe there might be server side cache :)Edit: We are working on an update and will release it soon.
Best regards,
Yigit-
This reply was modified 5 years, 3 months ago by
Yigit.
Hi,
You will receive an email notification when new version is released. After updating the theme, you can remove the plugin :)
Regards,
YigitDecember 11, 2020 at 3:44 pm in reply to: Images Not Displaying After Updating to WordPress 5.6 #1266567Hi,
I updated Enfold to the latest version 4.7.6.4 and that helped.
Please flush browser cache and review your website :)
Best regards,
YigitHey,
Please try adding this code to the Quick CSS section under Enfold > General Styling or to your child theme’s style.css file:
CSS Snippet:
.wp-video { width: 100% !important; }Best regards,
YigitDecember 11, 2020 at 3:36 pm in reply to: Images Not Displaying After Updating to WordPress 5.6 #1266563Hey,
Sorry for the inconvenience!
Could you please create temporary admin logins and post them here privately so we can look into it?
Best regards,
YigitDecember 11, 2020 at 3:32 pm in reply to: WP 5.6 update > Privacy & cookies notification > info modal automatically opened #1266561 -
This reply was modified 5 years, 3 months ago by
-
AuthorPosts
