Tagged: x
-
AuthorPosts
-
December 29, 2016 at 1:15 am #1308209
mitchghostParticipantHi,
I have installed woocommerce but the pages are not displaying correctly. I have also updated the templates pages but it is not recognizing the updates.
Thanks
December 29, 2016 at 1:23 am #1308213
RupokMemberHi there,
We would like to check your current setup. Would you mind providing us with login credentials so we can take a closer look? To do this, you can make a post with the following info:
– Link to your site
– WordPress Admin username / password
– FTP credentialsDon’t forget to select Set as private reply. This ensures your information is only visible to our staff.
December 29, 2016 at 1:45 am #1308223
mitchghostParticipantThis reply has been marked as private.December 29, 2016 at 2:52 am #1308261
RadModeratorHi there,
Please remove this custom CSS
.hentry .entry-wrap { padding-top: 3000px !important; }It’s pushing the content outside the viewport.
And you shouldn’t add absolute positioning to your navbar, it will overlap with content layout.
.x-navbar { position: absolute; width: 100%; top: 20; bottom: 50 background-color:transparent; -moz-box-shadow: none; -webkit-box-shadow: none; box-shadow: none; border-bottom: none; }Thanks!
December 29, 2016 at 3:05 am #1308273
mitchghostParticipantThank you. Happy New Year.
December 29, 2016 at 3:39 am #1308297
RadModeratorYou’re welcome! Happy new year 🙂
December 29, 2016 at 4:03 am #1308315
mitchghostParticipantHi.. just one last thing before it’s a happy new year.. 😀
how can I push the body down?
Thanks
December 29, 2016 at 5:51 am #1308374
Paul RModeratorHi,
You can add this under Custom > Edit Global CSS in the Customizer.
.woocommerce-cart .x-navbar { position:static; }Hope that helps.
January 2, 2017 at 4:08 am #1312383
mitchghostParticipantCan I get the CSS format for the store and the product pages as well. Is it?
.woocommerce-product .x-navbar {
position:static;
}.woocommerce-store .x-navbar {
position:static;
}I need the content to be overlapping on the other pages. because of the full background images. but not in the woocommerce pages.
Thank you very much in advance.
January 2, 2017 at 4:26 am #1312394
Paul RModeratorHi,
You can try this code instead.
.woocommerce-page.x-navbar { position:static; }Hope that helps.
January 2, 2017 at 5:56 am #1312444
mitchghostParticipantThis reply has been marked as private.January 2, 2017 at 6:15 am #1312458
ChristopherModeratorHi there,
To fix the header issue, find this code :
.x-navbar { position: absolute; width: 100%; top: 20; bottom: 150 background-color:transparent; -moz-box-shadow: none; -webkit-box-shadow: none; box-shadow: none; border-bottom: none; }And update it to :
@media (min-width:979px){ .home .x-navbar { position: absolute; width: 100%; top: 20; bottom: 150 background-color:transparent; -moz-box-shadow: none; -webkit-box-shadow: none; box-shadow: none; border-bottom: none; } }The code will be applied only on home page.
Remove following code as well :
@media (min-width: 979px){ #top > footer.x-colophon.bottom { position: absolute; } }Hope it helps.
-
AuthorPosts
- <script> jQuery(function($){ $("#no-reply-1308209 .bbp-template-notice, .bbp-no-topic .bbp-template-notice").removeClass('bbp-template-notice'); }); </script>
