This topic has 4 replies, 2 voices, and was last updated 8 years by Radu.

  • Author
  • #131446
     wilhalphoto
    Participant

    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!
    -Will

    #131447
     wilhalphoto
    Participant

    ALSO, hover color for the top menu as well as its child.

    #131500
     Radu
    Moderator

    Hi,

    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 solution
    #131516
     wilhalphoto
    Participant

    Hi 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 setting

    so, the change was never saved?
    i hope my answer is clear this time.

    thanks!

    #131649
     Radu
    Moderator

    Now 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 CODE
    define( 'WP_DEBUG', true );
    
    •   After this line add this:
    COPY CODE
    define( '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
Viewing 5 posts - 1 through 5 (of 5 total)

The forum ‘Bugs & Issues’ is closed to new topics and replies.

Log in with your credentials

Forgot your details?