-
Author
-
January 20, 2018 at 10:05 #186346szmek9Participant
Hi
In my main page I have some standard kleo animation pop-up, or animation numbers, but sometimes they don’t work before I click somwhere with my mouse.
I don’t know if this is a caching issue ? Should I add some file to the “not-caching” list ? Some *.js file is being prevented from loading properly?
Please try to refresh page couple times.
January 20, 2018 at 17:55 #186376Kieran_SQModeratorHi,
Thanks for contacting us about the animation issues you’re having, I can see the issue you’re referring to and appears very intermittent.
Please try adding the below exceptions to both your caching plugin and your CDN, once added please purge your cache, CDN and local cache to test. Please also test after clearing all of your caches etc in InCognito / Private mode.
https://bimv.pl/wp-content/uploads/custom_styles/dynamic.css
https://bimv.pl/wp-content/themes/kleo/assets/js/plugins/particles.min.js
Each time I see the error the file /wp-content/uploads/custom_styles/dynamic.css fails to load, this is likely to do with a CDN.
Thanks,
Kieran.
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionIf you like the theme or the support you've received please consider leaving us a review on Themeforest!
Custom development requests can be sent to dev@seventhqueen.com, one of the development team will be happy to discuss your needs.
January 20, 2018 at 21:01 #186390Kieran_SQModeratorHi,
I have logged into your site and made some minor changes to the cache and also temporarily disabled / enabled the cache and I was not successful in stopping the intermittent issue.
Can you please check via FTP that the directory and file /wp-content/uploads/custom_styles/dynamic.css have the correct permissions, 755 (directory) / 644 (file). If they do not please update the permissions.
Thanks,
Kieran
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionIf you like the theme or the support you've received please consider leaving us a review on Themeforest!
Custom development requests can be sent to dev@seventhqueen.com, one of the development team will be happy to discuss your needs.
January 20, 2018 at 22:10 #186399szmek9ParticipantThey have correct permissions. What you mean by intermittent issue ? I don’t understand word intermitent.
January 20, 2018 at 22:12 #186400szmek9ParticipantThis dynamic.css file gets deleted and in couple seconds it is recreated again. And there is such cycle over and over. I don’t know if this should be like this in the first place.
January 20, 2018 at 22:16 #186401Kieran_SQModeratorHi,
Intermittent means sporadic, irregular or on and off. It means that it is both working and not working and does not appear on the face of it to have a particular cause.
Can you purge and then disable your CDN temporarily for me please to see if this might be the issue. I have seen this before in relation to CloudFlare.
Kieran.
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionIf you like the theme or the support you've received please consider leaving us a review on Themeforest!
Custom development requests can be sent to dev@seventhqueen.com, one of the development team will be happy to discuss your needs.
January 20, 2018 at 22:21 #186402szmek9ParticipantHow can I do that ? How to disable CDN ? I don’t know what it is? Is it in wordpress or in my server account ?
January 20, 2018 at 22:22 #186403Kieran_SQModeratorHi,
It will either be at the host level if the host offers this as part of your package, or at the CDN provider if you manually set this up yourself. If you are unsure about whether you have a CDN or not you can ask your host for more information.
Kieran
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionIf you like the theme or the support you've received please consider leaving us a review on Themeforest!
Custom development requests can be sent to dev@seventhqueen.com, one of the development team will be happy to discuss your needs.
January 20, 2018 at 22:32 #186405Kieran_SQModeratorOkay,
I will direct this ticket to a developer for review. They’ll be in touch as soon as they can, Monday to Friday, East European Time.
Thank you for your patience,
Kieran
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionIf you like the theme or the support you've received please consider leaving us a review on Themeforest!
Custom development requests can be sent to dev@seventhqueen.com, one of the development team will be happy to discuss your needs.
January 23, 2018 at 15:33 #186639RaduModeratorHi,
Button Animations works as it should also the particles,
VIDEO : https://drive.google.com/file/d/1aOEcqJUjnCyjuyLvHk3XQy5gg2uISU6d/view
Please let e know how i can see the animation issue
Cheers
R>Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionJanuary 23, 2018 at 15:37 #186642szmek9ParticipantSometimes it loads sometimes not, it is also still something wrong with dynamic.css file not loading sometimes, I can’t find the rule. Please try to open my page in incognito mode, or clear cache and refresh (sometimes couple times), so you cen see the issue.
January 25, 2018 at 14:50 #186827RaduModeratorHi,
I see, odd issue
Try to add this function to child theme
COPY CODEfunction handle_rendering_css() { add_action('wp_head', 'kleo_custom_head_css'); } add_action('init', 'handle_rendering_css');
The function needs to be pasted in wp-content/themes/kleo-child/functions.php
NOTE : Child theme needs to be installed and activated.
IMPORTANT : Go to wp-admin -> theme options -> save options again.
This will render also the css to the head
Let me know if the problem continue to happens using that snippet
Cheers
R.Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionFebruary 28, 2018 at 08:28 #190060szmek9ParticipantI added this, still don’t work.
Maybe I should add this animation js file to the exception list on my litespeed cache&optimization *.js list.I also spotted a bug, that when animation are disabled on all devices, the Gallery Grid is not loading, showing only one picture…
Also is it possible to change the default animation post effect, for example change it from this pop-up effect into fade-in?
February 28, 2018 at 18:17 #190121RaduModeratorRelated to this one
“I also spotted a bug, that when animation are disabled on all devices, the Gallery Grid is not loading, showing only one picture…”Can you please reproduce that in a page ? then provide to me to see how it behaves most sure the elements are on the page but they have opacity:0
I don’t have exact instructions how you can change the pop-up effect into the fade-in but those are made with CSS and you can look in our app.css file around line 6520
Also if you are talking about animation at element level do not touch the css file and change it directly from the visual composer
Cheers
RHi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionMarch 1, 2018 at 11:01 #190167szmek9ParticipantI disabled animation on all devices.
Now have a look on this page:
https://bimv.pl/kurs/inventor-kurs-podstawowy/#1458641488560-5dd0471f-feebAnd go to tab called “Galeria” to see that the images are not loading. there should be a grid of images.
Attachments:
You must be logged in to view attached files.March 5, 2018 at 19:18 #190576RaduModeratorHi,
Please replace this file : wp-content/themes/kleo/assets/css/app.css
with this one : https://pastebin.com/raw/XPCXFfzU
Let me know
This will be included in next theme update
Make sure to have development mode -> on from wp-admin -> theme options -> miscellaneous
Cheers
R.Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionMarch 29, 2018 at 17:48 #193374szmek9ParticipantMaybe it is because the Gallery is ina Kleo TAB
https://bimv.pl/kurs/revit-structure-hala-stalowa/#1458644394473-1d2574a6-891cMarch 29, 2018 at 17:55 #193379RaduModeratorYou will have to enable developer mode from wp-admin -> theme options -> miscellaneous
Let me know
Cheers
RHi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionMarch 29, 2018 at 19:16 #193386szmek9ParticipantI disabled it ,
Do I need also disable minifying, in the Litespeed Cache plugin??When does the update is planned?
March 30, 2018 at 16:38 #193440RaduModeratorHi,
I think those days, today or tomorrow, if no at the start of the next week
You don’t need to disable that, you can purge all caches then will cache app.js file and will be ok
Cheers
RHi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution -
AuthorPosts
The forum ‘Bugs & Issues’ is closed to new topics and replies.