-
AuthorPosts
-
September 11, 2015 at 6:10 pm #386210
Marc OParticipantThis reply has been marked as private.September 11, 2015 at 7:05 pm #386235
Marc OParticipantAlso, FYI I’m using X version 4.0.3.
September 11, 2015 at 10:38 pm #386351
Rue NelModeratorHello There,
It seems that you have updated your X theme successfully. After everything is updated, since you have installed a caching plugin WP Super Cache, please clear your plugin cache before testing your site. This can cause the changes to not take place on the front end. It will eventually show up when the cache regenerates, but it’s not ideal if you’re looking to see your changes immediately. Caching plugins are best to turn on only when you’ve finished building the site.
Please also clear your browser or use Chrome’s incognito mode before testing your site. If still doesn’t work out, please add the following css code in the customizer, Appearance > Customize > Custom > CSS
@media only screen and (min-width: 768px) { .x-content-band.moveup .x-column.x-1-1{ float: none !important; display: inline-block; margin-top: -150px; } }Please keep in mind that @media should appear last from any other styles in your customizer. Perhaps the correct one should look like this:
h1, h2, h3, h4, h5 { margin-top: 30px !important; margin-bottom: 10px !important; } .x-navbar, .entry-wrap, .x-logobar, .has-post-thumbnail .entry-featured { box-shadow: none; border: none; } .x-colophon { box-shadow: none; } div.x-navbar, .x-colophon.bottom, .x-colophon.top { border: none; box-shadow: none; } .x-content-band.moveup .x-container{ background-color: #fff; width: 100%; max-width: 1150px; padding-left: 5%; padding-right: 5%; } @media only screen and (min-width: 768px) { .x-content-band.moveup { margin-top: -150px; } } @media only screen and (min-width: 768px) { .x-content-band.moveup .x-column.x-1-1{ float: none !important; display: inline-block; margin-top: -150px; } }Please let us know how it goes.
September 12, 2015 at 2:13 pm #386855
Marc OParticipantThis reply has been marked as private.September 13, 2015 at 12:13 am #387041
Rue NelModeratorHello There,
Can you please update to the latest X theme? (Theme and Plugins)
Our latest versions are:
X Theme: 4.1
Cornerstone: 1.0.6
Visual Composer: 4.7
Revolution slider: 5.0.6You can find the latest version numbers here: (http://theme.co/x/member/changelog/) Then you can compare them to what’s installed on your site.
If you find anything to be out of date, you can review our update guide.
Thank you.
September 13, 2015 at 12:28 pm #387425
Marc OParticipantOk.
Updated everything it still looks like Safari is messed up. Chrome looks fine.
Not sure what else to do…
Thanks.
September 13, 2015 at 7:24 pm #387582
RadModeratorHi there,
Please remove these,
@media only screen and (min-width: 768px) { .x-content-band.moveup { margin-top: -150px; } } @media only screen and (min-width: 768px) { .x-content-band.moveup .x-column.x-1-1{ float: none !important; display: inline-block; margin-top: -150px; } }Instead, add this :
@media only screen and (min-width: 768px) { .x-content-band.moveup { margin: 0px; position: relative; top:-150px; } }Cheers!
September 13, 2015 at 8:02 pm #387603
Marc OParticipantAh. That worked.
Thanks!
Why did updating WP and the X theme cause issues with this?
Just want to know for reference.
Thanks again.
September 13, 2015 at 11:22 pm #387727
LelyModeratorHello Marc,
Glad that work.
Please note that sometimes update with the theme or WP might not work with your customization that’s why a little design tweak might be needed.Hope this helps.
-
AuthorPosts
- <script> jQuery(function($){ $("#no-reply-359445 .bbp-template-notice, .bbp-no-topic .bbp-template-notice").removeClass('bbp-template-notice'); }); </script>
