Digital experiences for all disciplines
Forum Replies Created
-
-
July 14, 2015 at 11:34 am in reply to: Custom css to change category for product info excerpt on products overview page #194418
I mean functions.php of course…sorry
July 14, 2015 at 11:33 am in reply to: Custom css to change category for product info excerpt on products overview page #194417would it be possible to do this in the custom.php file, you think?
And if so, how?Otherwise it will be gone after an update, you see?
Thanks
July 14, 2015 at 10:51 am in reply to: Custom css to change category for product info excerpt on products overview page #194392I think this is what you’ve send me earlier already. This is just to remove the category, right?
I want to exchange that for a short product-description. So instead of the category (posted_in) a short product info excerpt.
Is this possible?
Hi Mohammad,
Thank you for your feedback…looks like I have to search a better provider for hosting then.Thank you
They say it’s the theme…so now I am stuck between a rock and a hard thing… 🙁
They pointed out these by me mentioned issues as being a theme error.
They deny it’s server related.
How can I set them straight,then?
What should I say to make them understand it’s their fault and not the theme?
They just say look; it’s these errors caised by the header ouytput….bla bla bla…
and I can’t just say; sorry it is server problem. I nee dmore ammoThis reply has been marked as private.July 10, 2015 at 4:02 pm in reply to: Need custom css to be able to hide category on products overview page #193688This reply has been marked as private.July 10, 2015 at 1:47 pm in reply to: Need custom css to be able to hide category on products overview page #193647This reply has been marked as private.July 10, 2015 at 11:26 am in reply to: Need custom css to be able to hide category on products overview page #193589This reply has been marked as private.July 10, 2015 at 11:01 am in reply to: Need custom css to be able to hide category on products overview page #193583This reply has been marked as private.July 10, 2015 at 10:53 am in reply to: Need custom css to be able to hide category on products overview page #193571The last code you provided did the trick 🙂
Great,
Thanks MohammadJuly 10, 2015 at 10:45 am in reply to: Need custom css to be able to hide category on products overview page #193564This reply has been marked as private.July 10, 2015 at 10:01 am in reply to: Need custom css to be able to hide category on products overview page #193533Thanks, Mohammad.
This removed it indeed. Only it also removes it from the single product view as well.
I guess “it’s all or nothing”, then?Or is it also possible for you to give me a custom css code that targets ONLY on the products overview pages?
Thanks
November 17, 2014 at 8:21 pm in reply to: Resizing responsive problem on tablets and smartphones #128993Ok,
This was the solution. I’ve removed the WP Supercache plugin…but emptying the cache files should work as well, of course.Also the wp minify cache probably played a role in this.
The solution by Ed:
@media only screen and (min-width: 992px) and (max-width: 1024px) {
.alt-bg {
margin-left: -15px!important;
}
}Works just fine.
So problem solved 🙂
Warm thanks to Rui and Ed 🙂
Thanks guys
November 17, 2014 at 8:12 pm in reply to: Resizing responsive problem on tablets and smartphones #128992This reply has been marked as private. -