Daniele De Santis
Forum Replies Created
-
Forum: Plugins
In reply to: [WP Add Custom CSS] Advanced editor window only 300pxHi, I’m currently working on this feature, will be available in one of the future releases.
Best,
DanieleForum: Plugins
In reply to: [WP Add Custom CSS] CSS Added work but it’s no longer displayedHi, please make sure you are using the latest WordPress and WP Add Custom CSS version.
Best,
DanieleHello,
there’s no way to do this from the dashboard, you can use a custom query looking for posts and pages with the “_single_add_custom_css” meta key.Best,
DanieleForum: Plugins
In reply to: [WP Add Custom CSS] Code modification updates not saving…Hello, there was a compatibility issue with the new Gutenberg editor, it has been fixed in the new version.
Best,
DanieleForum: Plugins
In reply to: [WP Add Custom CSS] WordPress 5.0 – Not able to save changesThe issue has been fixed in the new version, thank you
Forum: Plugins
In reply to: [WP Add Custom CSS] Header error already sentI’ve found the problem, will be solved in the next release.
Thanks for your help,
DanieleForum: Plugins
In reply to: [WP Add Custom CSS] Header error already sentHi,
maybe it has to do with your new server.Since wordpress-add-custom-css.php doesn’t have 656 lines and this error has never been reported, I believe the error is elsewhere.
Could you please provide the following information:
which php version is running on your server?
which wp theme are you using?
Can you deactivate all plugins, except wp add custom css, and check again?Best,
DanieleForum: Plugins
In reply to: [WP Add Custom CSS] Limit the use of the pluginHi,
I’ll add this feature in the next release.Thanks for your suggestion,
DanieleForum: Reviews
In reply to: [WP Add Custom CSS] Good support and great pluginsI’ve inspected your code, please note that the plugin works perfectly, your css is in the document head, and everything is working.
You are using wrong css rules, and that’s the only issue.In your page http://zoxnews.wpressi.space/typography/ the body element doesn’t have a
homeclass, what you need in this page is#mvp-site-main { margin-top: 0 !important; }Since it is not a plugin issue, could you please change your review?
Forum: Reviews
In reply to: [WP Add Custom CSS] Good support and great pluginsI’m sorry, in the wp support forum we are not allowed to request your credentials, can you paste a link to one of the pages where your css rules are not working?
It should be enough to check your issue.Forum: Reviews
In reply to: [WP Add Custom CSS] Good support and great pluginsHave you inspected your front-end code to see if there’s the custom css you’ve added?
This doesn’t seem to be a plugin issue, probably some css rules in your theme are overriding your code.Have you tried with
!important?. top-bannner { Display:none !important; }Could you provide a link where I can see what’s happening?
Thanks,
DanieleForum: Reviews
In reply to: [WP Add Custom CSS] Good support and great pluginsInstead of leaving a negative review with a generic “not work for me”, you can open a support thread with a description of your issue and I’ll be happy to help you.
Forum: Plugins
In reply to: [WP Add Custom CSS] Advanced Editor Error with SiteOriginFixed in version 1.1.2, you can update now, thank you for reporting the issue.
Daniele
Forum: Plugins
In reply to: [WP Add Custom CSS] Advanced Editor Error with SiteOriginHello,
there’s a compatibility issue, Page Builder loads widgets which use CodeMirror in the page/post edit page.
I’m working to fix this issue in the next release, it will be available very soon.Best,
DanieleForum: Plugins
In reply to: [WP Add Custom CSS] SSL/HTTPS Is not supportedHello,
SSL/HTTPS is supported, if you are having any issues could you please provide more information and the url of your website?Thank you