Forum Replies Created
-
AuthorPosts
-
Ah, perfect!
Thanks Ismael.
Almost every time I’ve encountered the 500 Internal Server Error with one of my WP sites I just wait 5-10 minutes and it clears itself up. Not sure what causes it but nothing serious has ever happened as a result of seeing it.
August 18, 2013 at 9:57 pm in reply to: Would like to change image hover color from white to black (dark) #136116You can add the following to your custom.css or Quick CSS and it will change it to a darker color. Be aware though it will change all of the hover effects site-wide to the darker color. You can change the hex code to whatever color you like. I don’t know how to limit it to just the blog page images though. If that’s what you’re wanting maybe one of the moderators can help.
.image-overlay {
background: #000000 !important;
}
Never mind. Had to do a little css tweaking and it did the trick.
Carry on.
Ah, once again your genius comes through. Works great.
Thanks Ismael!
Thanks Ismael but I’ve already tried that. By adding that to the stylesheet it removes the sections site wide. I’m just wanting to remove those two sections from the Product Slider only.
Well, would you look at that? It works just like you said Devin. If that ain’t the coolest, most easy way to add a custom widget then I don’t know what is.
Thanks!!
Thanks for pointing that out Nick. I wouldn’t have thought to do that.
Never mind. I figured it out. I wasn’t choosing enough options to make it work but now it does.
Great answers guys. I think I’ll go with removing the image as a background image for the site and add it as a header background. It sounds easier and I still get the result I’m looking for.
By the way, if I want to exclude the images from certain product categories and I have several categories is the following the correct way to put it in my custom.css file or is there a cleaner way to do it?
.term-css .page-thumb, .term-css2 .page-thumb, .term-css3 .page-thumb, .term-css4 .page-thumb {
display: none;
)
Thanks Ismael! I chose to use the category specific version you provided. Works like a charm!
August 11, 2013 at 6:06 pm in reply to: How to remove the Sort dropdowns in WooCommerce 2.0.13? #134394Thanks Dude but that didn’t work. I removed the css styling and commented out and even deleted the line you referenced from the config.php but the drop downs returned. I’ve shown which line I deleted below. Is this the correct one?
echo “<div class=’extralight-border title_container shop_title_container $titleClass’>”;
//echo avia_breadcrumbs();
woocommerce_catalog_ordering(); (I DELETED THIS LINE)
echo $image;
August 10, 2013 at 9:29 pm in reply to: How to remove the Sort dropdowns in WooCommerce 2.0.13? #134392Okay, I was able to remove it by putting this in my child theme stylesheet but would really rather have something I could put in the functions.php file. I don’t know php so if you could provide something I could place in the functions.php file that would be peachy.
div .product-sorting {
display:none;
}
Well that sucks. The only hooks I’m familiar with are the ones you use to catch fish with…lol.
Thanks Devin!
Have a great weekend.
LOL. No worries Nick. Hopefully your eyes will hold out!
I’ve created a banner with the same dimensions as the one at the site I linked to and placed it on a test site I created for you (the image is the big orange “test image” banner – you can’t miss it…lol). You can view the site at:
http://testsite.patriotwatch.net
I’ve also dropped the body down 150px and you can see when you scroll that the body doesn’t go behind the banner. If possible I’d like it to disappear behind the banner (or make it appear to). I’d also like the ability, if possible, to add an additional textured background below the banner rather than a solid background color. At the site I linked to you can see they have a dark gray line (it’s actually a 5px x 477px image stretched across the page) that separates the banner from the textured body background. If something like that could also be added that would make the background perfect!
I know I’m asking for a lot but hopefully it can be done.
Thanks!
Add me to the list of users wanting a masonry layout.
Thanks Devin,
If I’m not mistaken blog masonry layouts have been requested. Any news on that? Should I add to the list of requests for it by making my own in the Feature Requests section?
Thanks for the reply Nick,
My apologies for not quite grasping what you’re asking for. Does the link to the webpage I supplied not provide you with what you’re needing? Could you be a bit more specific by what you mean when you say “show something like a page with some image somewhere”?
Again, apologies for my confusion.
Wasn’t aware of update. Updated to Version 1.9.1 and problem is resolved. Consider this thread closed.
-
AuthorPosts