Viewing 5 replies - 1 through 5 (of 5 total)
  • Thread Starter jdhanley

    (@jdhanley)

    Anyone have any ideas?

    It’s strange that the style of the menu links are altered only on the Events pages.

    I am thinking I should be able to manually specify the style in the code but I am not sure where (in what script) to do that.

    Any ideas?

    Thanks a bunch!

    Barry

    (@barryhughes-1)

    Looks like on event pages there is a Javascript error. Ordinarily that wouldn’t effect something like this, but your menu is at least partially JS-driven and for instance a CSS class being added after the page loads on other pages isn’t being added here.

    It looks like you are using 3.4.1 which solves the particular issue I’m seeing (or ought to) … so I wonder if a cached version of the Javascript file is being served up (are you using a caching or minification plugin?) or else if it was for some reason files were left behind when last you updated.

    Alternatively, it could simply be a conflict with your theme that generates similar symptoms. What theme are you using?

    Thread Starter jdhanley

    (@jdhanley)

    Thanks. I don’t believe I am using a caching or minification plugin. Here’s my plugin list:
    Add From Server

    Akismet
    Audio player
    Breadcrumb NavXT
    Contact Form 7
    EsAudioPlayer
    Event Organiser
    Google Analytics Dashboard
    Google Analytics for WordPress
    Hello Dolly
    Jetpack by WordPress.com
    MP3-jPlayer
    Nivo Slider WordPress Plugin
    ShareThis
    Speedy Page Redirect
    SSG WordPress Google Audio Player
    The Events Calendar
    WP-PageNavi
    WPaudio
    WP Mobile Detector

    Many of these are installed but not acitivated.

    The theme I am using is Theme 1371. https://freelancewp.com/wordpress-theme/wordpress-theme-1371/

    I have several plug-ins that need updating. Could that have anything to do with it?

    Thread Starter jdhanley

    (@jdhanley)

    As an update to this, I put this to a WordPress developer. He mentioned I should add:

    .sub-menu a { color:white; } to the theme css (wp-content/themes/theme1371/style.css)

    That worked, except for one link in my menu. My Latest News link under my About Us menu (which is simply a link to my https://www.hopedmonton.ca/events/ page) still showed up in black on any pages or posts generated by The Events Calendar plugin (www.hopedmonton/hope-events/).

    My developer friend mentioned that when on the event page the “latest news” is given the “current_page_parent” class.

    To remedy this, I changed line 346 of /theme1371/css/normalize.css to read: “ul li.current_page_parent a {color:white;}”

    Previously, it was “black”.

    Does that all make sense?

    Thanks!

    Barry

    (@barryhughes-1)

    Yes it does – and if you’re happy to adapt the CSS to workaround this that’s awesome ??

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘plug-in altered by menu style’ is closed to new replies.