Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #1147265
    CWL-Webmaster
    Participant

    Hello,
    Please look at http://www.wellnessleadership.org
    after what seems to be the latest automatic update, none of my submenus are now accessible.
    Please advise, this is VERY URGENT as most of our site is now not functioning any more.
    Thankj you,

    #1147609
    Darshana
    Moderator

    Hi there,

    Thanks for writing in! Upon checking your site, you have the following custom CSS rule which cause this issue.

    
    .x-navbar {
        overflow-y: scroll;
        width: 165px;
    }
    

    Please change it as follows.

    
    .x-navbar {
        overflow-y: unset;
        width: 165px;
    }
    

    Hope that helps.

    #1148196
    CWL-Webmaster
    Participant

    Thank you for your answer. I went into the customize custom CSS menu of X and did not see that line. Am I looking at the wrong place?

    #1148205
    CWL-Webmaster
    Participant

    Here is the content of my custom CSS..
    /*
    // Navigation.
    */

    .x-navbar {
    box-shadow: 0 0 35px rgba(0, 0, 0, 0.25);
    }

    .x-navbar .desktop .x-nav > li > a:hover > span,
    .x-navbar .desktop .x-nav > li.x-active > a > span,
    .x-navbar .desktop .x-nav > li.current-menu-item > a > span {
    box-shadow: none;
    }

    .x-navbar .desktop .x-nav > li > a > span > i {
    opacity: 0.5;
    }

    .x-navbar .desktop .x-nav > li > a:hover > span > i,
    .x-navbar .desktop .x-nav > li.x-active > a > span > i,
    .x-navbar .desktop .x-nav > li.current-menu-item > a > span > i {
    opacity: 1;
    }

    /*
    // Buttons.
    */

    .x-btn,
    .button,
    input[type=”submit”] {
    text-transform: uppercase;
    text-shadow: none;
    font-weight: bold;
    font-size: 14px !important;
    letter-spacing: 1px;
    padding: 1em 3em !important;
    }

    .x-btn.button-purple,
    .button.button-purple,
    input[type=”submit”].button-purple {
    color: #ffffff;
    border-color: #38255d;
    background-color: #38255d;
    box-shadow: 0 0.25em 0 0 #211d40, 0 4px 9px rgba(0, 0, 0, 0.75);
    }

    .x-btn.button-purple:hover,
    .button.button-purple:hover,
    input[type=”submit”]:hover {
    color: #ffffff;
    border-color: #211d40;
    background-color: #211d40;
    box-shadow: 0 0.25em 0 0 #191631, 0 4px 9px rgba(0, 0, 0, 0.75);
    }

    /*
    // Typography.
    */

    .period-white {
    color: #fff;
    }

    .period-yellow {
    color: #c59d2c;
    }

    .accent-yellow {
    color: #c59d2c;
    }

    .x-li-icon i {
    color: #c59d2c;
    }

    .section-icon {
    width: 2.5em;
    height: 2.5em;
    font-size: 1.5em;
    line-height: 2.5em;
    color: #fff;
    background-color: rgba(0, 0, 0, 0.1);
    border-radius: 100em;
    box-shadow: inset 0 1px 4px rgba(0, 0, 0, 0.2);
    }

    .admissions-icon {
    font-size: 2.5em;
    line-height: 1;
    opacity: 0.425;
    }

    .dark-text {
    color: #333;
    }

    /*
    // Accordions.
    */

    .x-accordion {
    font-size: 0.85em;
    }

    .x-accordion-inner {
    background-color: #fff;
    }

    /*
    // Images.
    */

    .img-gallery {
    display: block;
    width: 400px;
    margin: 0 auto;
    box-shadow: 0 0 35px rgba(0, 0, 0, 0.285);
    }

    /*
    // Footer.
    */

    .x-colophon.top {
    background-color: #e1e6ea;
    font-size: 0.875em;
    }

    .x-colophon.top a {
    color: #777777;
    }

    .x-colophon.top a:hover,
    .x-colophon.top a:focus {
    color: #38255d;
    }
    .single-post .p-meta span:first-child {
    display: none;
    }
    .p-meta span:first-of-type, .p-meta span:nth-of-type(2) {
    display: none;
    }.single .entry-featured {
    display:none;
    }@media(max-width:979px)

    #1148292
    CWL-Webmaster
    Participant

    Just spent the past 3 hours trying to fix this bug… Really anoying. I did not do anyting for this to happen and the custom CSS does show that file. How come the automatic update created such a major issue…All plug ins are up to date and I have the latest version of X. Please advise urgently.

    #1148296
    CWL-Webmaster
    Participant

    Correction to my message :custom CSS does NOT show the code you are refering to.

    #1148407
    Darshana
    Moderator

    Hi there,

    Please check Cornerstone’s custom CSS by editing that page using Cornerstone. Please refer (https://snag.gy/rb3DZg.jpg).

    Thanks!

    #1148429
    CWL-Webmaster
    Participant

    Thank you but the custom CSS from cornerstone for that page is also empty…
    See attached pic

    #1148431
    CWL-Webmaster
    Participant

    see attached file

    #1148443
    CWL-Webmaster
    Participant

    I added your code and it worked. Thank you!

    #1148518
    Prasant Rai
    Moderator

    You are most welcome. 🙂

    #1154001
    CWL-Webmaster
    Participant

    Well…That only partially solved the problem. For the home page.
    It seems that EVERY sub menu has the same problem, not allowing the sub menus to appear!!!!
    Thiw worked fine before the last update. And it does not make any sense that I would have to change this code for every page on my web site. It would take years…
    Please advise on how to solve this.
    For example, if you go to this page, which is a post (not developed with cornerstone) the sub menu does not appear and I can not add the line code to the cornerstone menu because it is a simple page with visuals…
    How do I do it?
    http://wellnessleadership.org/?page_id=8660&preview=true
    this is deveoloped with essential grid
    This is a simpel post with visual:
    http://wellnessleadership.org/chinesemedicine/

    This is REALLY anoying and extremely urgent;
    Please advise how to fix it.

    #1154117
    Jade
    Moderator

    Hi there,

    Please try to add this CSS:

    .x-navbar {
        overflow: visible !important;
    }

    Hope this helps.

    #1155551
    CWL-Webmaster
    Participant

    Where? On every page?
    As I mentioned earlier, some of the page are NOT build with cornerstone…Where can I then put this code…
    And please advise WHY? why all this changed since the last unctioning version of X and the update?

    #1155558
    CWL-Webmaster
    Participant

    http://wellnessleadership.org/account/
    For example, this is a memberpress page account, no cornerstone. Where do I change the CSS. And why do I have to do this for EVRY page????
    Our site was working fine a week ago since the update.

  • <script> jQuery(function($){ $("#no-reply-1147265 .bbp-template-notice, .bbp-no-topic .bbp-template-notice").removeClass('bbp-template-notice'); }); </script>