coated_pill
Forum Replies Created
-
Forum: Themes and Templates
In reply to: Remove Header in specific pageThanks for that Michael.
Please marked this thread as resolved 🙂
P.S. Anyway how did you know that error? I want to know. Thanks again
Forum: Themes and Templates
In reply to: Remove Header in specific pageThanks for your reply Michael but that code didn’t worked.
🙁
-pill
Hello.
Up
Nevermind.
I managed to tweak it.
Thanks.
Please mark this as resolved.
Forum: Plugins
In reply to: [Sticky Menu & Sticky Header] sidebar and header to be stickyI love your plugin so I have to figure out how can I achieve what I want for my site.
Your plugin save me a lot of time doing some hard tweaking.
Thanks again.
Please mark this thread as resolved 🙂
pill
Forum: Plugins
In reply to: [Sticky Menu & Sticky Header] sidebar and header to be stickyNevermind. I got a solution for this one.
Thanks.
Forum: Themes and Templates
In reply to: Make a 4 columns products in products page with sidebarUp
Forum: Themes and Templates
In reply to: Make a 4 columns products in products page with sidebarSorry again.
It was a petshopper theme.
Thanks
Forum: Themes and Templates
In reply to: Make a 4 columns products in products page with sidebarI use this following in my custom css
.woocommerce ul.products li.product, .woocommerce-page ul.products li.product {
margin: 0 29% 20px 29% !important;
text-align:center;
}
.woocommerce ul.products li.product a img, .woocommerce-page ul.products li.product a img{display:block;max-width:90% !important;margin:0 auto 15px auto !important;}
.woocommerce .products .star-rating, .woocommerce-page .products .star-rating{margin:5px auto !important;}
@media (min-width: 1200px){
.woocommerce ul.products li.product, .woocommerce-page ul.products li.product {width: 46% !important;}
}
@media (max-width:1200px){
.woocommerce ul.products li.product, .woocommerce-page ul.products li.product {width: 96% !important;}
}
Can someone pinpoint what is wrong with it? It gives me only one products per row.
Thanks!
Forum: Plugins
In reply to: Payment protected page with download limitUp 🙂
Forum: Fixing WordPress
In reply to: Serve resources from a consistent URL with gtmetrix🙁
UP
Forum: Plugins
In reply to: Redirect users after booking (Booking System Pro)Nevermind Guys, I think I found it.
Thanks!!
Thanks for replying.
Here is the link
I did the instruction above but the whole footer is gone.
Any suggestions?
Thanks
—-
Edit :
Now I see the copyright at the top of the page.
Any advise?
Hello there.
I am just confused with it.
I am not into child theme customization though I want to delete that thing in the footer.
One question.
Do I also have to copy the css file from the parent theme?
Or I’ll just have to paste the code above in css file under parent theme?
Thanks