-
Author
-
June 28, 2017 at 21:01 #165571
Mallumo
ParticipantAfter I updated themes to 4.2.7 then I got this bug or something wrong, but I don’t know how to fix it, pls help me
June 28, 2017 at 21:21 #165576Mallumo
Participanteven it’s a guest have no ajax poll will face this error, css was there but it would gone 404 for few seconds.
June 28, 2017 at 21:49 #165583Mallumo
ParticipantSry, forget about the second one, if there’s an admin online, then ajax poll would send out, if there’s no one was login, and then 404 will not shows up
June 29, 2017 at 18:34 #165680Laura
ModeratorHello, will assign the ticket to a higher support level who can help and advise you in your query.
Thanks! ?Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionJuly 3, 2017 at 19:56 #166057Radu
ModeratorHi,
For the missing dynamic.css file try to go to wp-admin -> theme options -> save theme options. to regenerate it.
For the 404 error try to re-save permalinks from wp-admin -> settings -> permalinks.
Cheers
R.Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionJuly 6, 2017 at 19:48 #166563Radu
ModeratorI see,
In this case, try to do the next, I still not work please provide admin credentials and let me know
Try to delete the dynamic file manually from wp-content/themes/kleo/custom_styles/dynamic.css then go to wp-admin -> theme options -> and save settings check again if it’s the same provide login details.
Cheers
R.Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionJuly 11, 2017 at 15:22 #167014Radu
ModeratorHi,
There it’s something specific to make?
I cannot see the loading problem of dynamic.css
VIDEO : https://drive.google.com/file/d/0Bxo5b6iHWRMweW55emJYMUplcUE/view
Let me know if I should something specific.
Cheers
R.Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionJuly 11, 2017 at 15:34 #167017Mallumo
ParticipantYep, If you open too much pages and every pages separate for 2 seconds or there’s many admin online would cause this problem.
example: https://destinygamer.cn/news/10408 (have to be login)July 12, 2017 at 18:32 #167183Radu
ModeratorHi,
See after many refreshes the CSS from dynamic.css was loaded in the provided link in the first instance the CSS was missing.
Please add this code to your child theme functions.php
COPY CODEfunction sq_print_inline_css() { add_action( 'wp_head', 'kleo_custom_head_css' ); remove_action( 'wp_enqueue_scripts', 'kleo_load_dynamic_css', 22 ); } add_action('init', 'sq_print_inline_css');Let me know if you still encounter the issue.
The theme it generates the file but somehow the server prevents file to be displayed sometimes, can you ask on the hosting support a error log maybe in that are some hints.
Personally, i think it’s a permission problem but it;s odd.
Cheers
RHi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionJuly 12, 2017 at 18:45 #167189Mallumo
ParticipantWell, I asked about this, he said we were hosted on own vps, and php error log didn’t show any issue about this
July 13, 2017 at 19:33 #167314Radu
ModeratorI see,
That’s ODD, using the snippet provided in my previous reply the issue persists or it’s fixed?
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.