-
Author
-
August 5, 2016 at 04:38 #131446wilhalphotoParticipant
Hi,
If you look at the splash screen of my website, it has two clickable “folders”: Your Stories and The Stories — and I have been trying to figure out how to change the HOVER COLOR for them to no avail.
When I used menu customizer, it showed me that it had changed — but after saving it, the live website still showed the same setting. Yes, I cleared/purged the cache, etc. etc.
thanks for your help!
-WillAugust 5, 2016 at 04:41 #131447wilhalphotoParticipantALSO, hover color for the top menu as well as its child.
August 5, 2016 at 19:08 #131500RaduModeratorHi,
If you said that you cannot see the changes in front-end but in backend the customizations are there ?
If yes, it means that some resources has beed cached.
Let me know
Cheers
R.Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionAugust 5, 2016 at 22:33 #131516wilhalphotoParticipantHi Radu,
Let me clarify:
– using the customizer, i changed the hover color setting — and it showed the right color when hovering
– clicked save & publish
– purge cache on WP and browser
– reload Storyburgh and hover color was still the original (dark transparent grey)
– went back in to the customizer and found the original dark transparent grey in the settingso, the change was never saved?
i hope my answer is clear this time.thanks!
August 8, 2016 at 17:23 #131649RaduModeratorNow i’ve understand, please enable wp debug and do again the action that you have explained to can see if some errors are generated.
Follow these steps to enable wp debug:
- Connect to your server by FTP
- Look in root directory of your WordPress install and open wp-config.php
- Search for define( ‘WP_DEBUG’, false ); and change FALSE value to TRUE
COPY CODEdefine( 'WP_DEBUG', true );
- After this line add this:
COPY CODEdefine( 'WP_DEBUG_LOG', true );
WP_DEBUG_LOG is a companion to WP_DEBUG that causes all errors to also be saved to a debug.log log file inside the /wp-content/ directory. This is useful if you want to review all notices later or need to view notices generated off-screen (e.g. during an AJAX request or wp-cron run).
Repeat the described actions and then check the debug.log file and let me know what error appears.
If there are errors not related to this provide admin credentials and FTP to take a closer look.
Cheers
Hi 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.