Daniele De Santis
Forum Replies Created
-
Forum: Plugins
In reply to: [WP Add Custom CSS] Page CSS won’t workHello,
are you using a static front page? It seems you are using the product archive page as home page.For post and product archive pages you have to use the general settings box, targeting your pages with the body class, you can use .home in your case:
@media all and (max-width: 768px) { .home .nm-menu li a {color: #ffffff!important;} .home .nm-menu-icon span {background: #ffffff!important;} .home .nm-banner.has-alt-image {display:none;} }Forum: Plugins
In reply to: [WP Add Custom CSS] Custom CSS is not available for buddypress groupHello,
could you please provide the url of one of the pages where you’d like to add custom css?Best,
DanieleForum: Plugins
In reply to: [WP Add Custom CSS] Nothing changes on my css for a pageHi,
your theme outputs some css inside a style tag in the head, overriding the main custom-css file.
The style applied to the single page works, but you have an error in your css:body.custom-background { background-color: #55555; }should be
body.custom-background { background-color: #555555; }Forum: Plugins
In reply to: [WP Add Custom CSS] remove background-imageYou’re welcome!
Forum: Plugins
In reply to: [WP Add Custom CSS] remove background-imageHi Andrew,
I get a 4040 error at this url
http://curlytail.cabowebsolutions.com/photos-photos-more-photos/Anyway, this should fix your problem:
body.custom-background { background-image: none !important; }Forum: Plugins
In reply to: [WP Add Custom CSS] remove background-imageHello,
I can’t see your page, I’m redirected to the login form.
Could you please make the page accessible?Thanks!
DanieleForum: Plugins
In reply to: [WP Add Custom CSS] Feature SuggectionsHi migster,
I’ll probably add that feature as an option in the basic version, I’m not planning to sell a pro version.I don’t ask for donations, I’m a fan of open source projects and I’m happy to help WordPress users
🙂Forum: Reviews
In reply to: [WP Add Custom CSS] It hacked my wordpress site and deleted all the files!*** COMPLETELY FALSE REVIEW FROM A PROBABLY FAKE ACCOUNT ***
The plugin doesn’t hack anything and can’t delete files since it does not manage files.
I hope moderators will remove this review and your account
- This reply was modified 9 years, 1 month ago by Daniele De Santis.
- This reply was modified 9 years, 1 month ago by Daniele De Santis.
Forum: Plugins
In reply to: [WP Add Custom CSS] custom Css taking to long to loadHi,
don’t worry, the plugin does’t write anything, once disabled you won’t find it in your GTMetrix test.
Please note that page speed tests usally cache the result for 30 seconds, that means that once you disable the plugin you have to wait before running the same test again.Regarding loading time, I believe it could have to do with the time required to your server to connect to the database to generate wp pages (and the custom style page).
Forum: Plugins
In reply to: [WP Add Custom CSS] How do I get it to work in the first place?Hello,
like akshayvinchurkar said, your css rule is working, but there are DOM elements which cover your body tag’s background.You can find them using a web inspector and then apply the desired background color to them.
Best,
DanieleForum: Plugins
In reply to: [WP Add Custom CSS] Page CSS not being appliedHi,
do you have a lot of extra metaboxes in your pages? In this case you could try setting an higher value for max_input_vars.Daniele
Forum: Plugins
In reply to: [WP Add Custom CSS] Feature SuggectionsHi migster,
thank you 🙂I’ve already been asked about this feature, I think I’ll create an advanced version, I’d like to keep this one as simple as possible.
My biggest concern is that a javascript library I can’t control (I don’t have time to develop one) could create issues with other client side scripts loaded by other plugins.
Best,
DanieleForum: Plugins
In reply to: [WP Add Custom CSS] Support for pages loaded over HTTPSForum: Plugins
In reply to: [WP Add Custom CSS] Main CSS Does Not Apply When URL Goes To HTTPSHi,
I think it may have to do with some specific server configurations, since I’m not able to replicate this issue and I’m using SSL aware functions to enquire the stylesheet.I’ve just updated the plugin, adding some code which force https protocol.
Please let me know if that works for you.
Thanks,
DanieleForum: Plugins
In reply to: [WP Add Custom CSS] Main CSS not workingI’m sorry I can’t help if I can see your code, but I guess it depends on some inline css or some more specific css rule being applied to the .wrap element.
Try to inspect your target element using a web inspector and see which style is being applied.
I’m marking this as “not a support question” because is a general CSS question.
Best,
Daniele