Forum Replies Created
-
AuthorPosts
-
April 11, 2019 at 1:03 pm in reply to: Display above footer cta widget only on home page Breakthrough Pro #490615
Sher
ParticipantIn case it helps anyone... this php code change didn't work for me, but I was able to hide the footer CTA on a single page by making this CSS change:
.page-id-83 #above-footer-cta.above-footer-cta {
display: none;
}Sher
ParticipantNever mind. It works, it's just that I can't see the highlight.
Sher
ParticipantThanks for responding so quickly.
Do you know why this would be happening to me? I'm using Chrome and Safari with a Mac and also Windows Surface with Firefox - I cannot select the text in the footer nor in the footer widgets either. Everywhere else on the website I can select text, just not in those two areas.
Sher
ParticipantThank you Brad. This works nicely with the Cafe Pro theme in the food menu section.
Sher
ParticipantWell I got my own Frankenstein thing going on after reading this thread. This is working for me, at least it's good enough so I can move on...
Placed this inside any @media sections needed...
.home-odd {
background-attachment: scroll;
-webkit-background-size: 100%;
-moz-background-size: 100%;
background-size: 100%;
-o-background-size: 100%;
background-height: 100%;
background-width: 100%;
background-position: top;
background-repeat: no-repeat;
background-color: #333;
}Sher
ParticipantOk, I got it.
I removed archive-product.php, single-product.php and taxonomy.php from my Woocommerce directory in the child theme. I had them there to customize them, following some other tutorial somewhere, but I think I abandoned that idea. It is now looking normal again.
Thanks to you guys for helping out!
Sher
ParticipantHi there! Thanks for the suggestions.
I tried adding the code to the functions file and it did move things over to the left and gave space on the right for the sidebar to move north. But the sidebar did not budge, it stayed down below.
So then I removed the code and tried the plugin (which is really cool - thanks for that) but the result was what you see now which is the same problem as before, only with 3 products taking up the same real estate as the previous 4, still pushing the sidebar down.
I also tried cutting the padding around the products, it provided the same results as did the code you suggested... it moved the products to the left side, but left the sidebar down below.
I deactivated the Genesis Design Palette Pro to make sure it wasn't conflicting. But that does not change anything.
What would cause the sidebar to stay down there?
Sher
ParticipantThanks Susan. I deactivated all plugins and then started adding them back one by one. No change to the shop page. The plugins I now have activated are:
Woocommerce
Genesis Connect for Woocommerce
Genesis Design Palette Pro
Genesis Style Trump
Ultimate Coming Soon PageI forgot that maintenance mode was active, sorry about that! Please login with 'temp' and 'temp' at http://www.dutch-goodies.com/wp-admin to see the pages.
Thanks again!
-
AuthorPosts