Tagged: x
-
AuthorPosts
-
August 25, 2016 at 4:39 pm #1147265
CWL-WebmasterParticipantHello,
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,August 25, 2016 at 9:04 pm #1147609
DarshanaModeratorHi 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.
August 26, 2016 at 8:49 am #1148196
CWL-WebmasterParticipantThank 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?
August 26, 2016 at 8:55 am #1148205
CWL-WebmasterParticipantHere 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)August 26, 2016 at 10:00 am #1148292
CWL-WebmasterParticipantJust 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.
August 26, 2016 at 10:01 am #1148296
CWL-WebmasterParticipantCorrection to my message :custom CSS does NOT show the code you are refering to.
August 26, 2016 at 11:14 am #1148407
DarshanaModeratorHi there,
Please check Cornerstone’s custom CSS by editing that page using Cornerstone. Please refer (https://snag.gy/rb3DZg.jpg).
Thanks!
August 26, 2016 at 11:26 am #1148429
CWL-WebmasterParticipantThank you but the custom CSS from cornerstone for that page is also empty…
See attached picAugust 26, 2016 at 11:27 am #1148431
CWL-WebmasterParticipantsee attached file
August 26, 2016 at 11:29 am #1148443
CWL-WebmasterParticipantI added your code and it worked. Thank you!
August 26, 2016 at 12:22 pm #1148518
Prasant RaiModeratorYou are most welcome. 🙂
August 30, 2016 at 3:52 pm #1154001
CWL-WebmasterParticipantWell…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.August 30, 2016 at 5:39 pm #1154117
JadeModeratorHi there,
Please try to add this CSS:
.x-navbar { overflow: visible !important; }Hope this helps.
August 31, 2016 at 1:54 pm #1155551
CWL-WebmasterParticipantWhere? 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?August 31, 2016 at 2:00 pm #1155558
CWL-WebmasterParticipanthttp://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. -
AuthorPosts
- <script> jQuery(function($){ $("#no-reply-1147265 .bbp-template-notice, .bbp-no-topic .bbp-template-notice").removeClass('bbp-template-notice'); }); </script>
