Daniele De Santis
Forum Replies Created
-
Forum: Plugins
In reply to: [WP Add Custom CSS] change text in forumHello,
I’m sorry but that’s something you can’t fix by editing styles.
Your page is blank because its code is not being generated due to a PHP error. It probably has to do with the conflict you mentioned.Best,
DanieleForum: Plugins
In reply to: [WP Add Custom CSS] Main CSS Does Not Apply When URL Goes To HTTPSHi, it probably depends on the SSL certificate, but if you provide a link to your website I’ll have a look.
ThanksForum: Plugins
In reply to: [WP Add Custom CSS] Main CSS not workingHi,
can you provide a link to you website so I can inspect your code?
ThanksForum: Plugins
In reply to: [WP Add Custom CSS] PHP 7 IssuesHello, can you please provide a link to your installation?
I’ll have a look and try to figure out what’s happening since I’m not able to recreate the issue.Forum: Plugins
In reply to: [WP Add Custom CSS] php7 supportHello, the plugin has been tested on a server running Php7 and it works.
It sets a content-type “text/css” header for the generated css file.It could depend on your server settings. If you can provide a link to your installation I’ll be happy to help.
Forum: Plugins
In reply to: [WP Add Custom CSS] hide from dashboard by roleYou’re welcome 😉
I think you need a plugin to do that, something like
https://wordpress.org/plugins/user-role-editor/You should ask in the general support forum about that, since it is not directly related to this plugin you may find a better support there!
Forum: Plugins
In reply to: [WP Add Custom CSS] hide from dashboard by roleHi Carlos,
access to the plugin’s settings page is granted to users with “manage_options” capability (wordpress-add-custom-css.php, line 98).If you don’t give that capability to the new role, they won’t be able to access the “WordPress Add Custom CSS” plugin’s settings page.
Let me know if that works for you.
Best,
DanieleForum: Plugins
In reply to: [WP Add Custom CSS] On -moz and -webkitHi,
this is a question about css rather than a plugin support question, you may find this article useful:https://developer.mozilla.org/en-US/docs/Glossary/Vendor_Prefix
The short answer is: it depends on the css properties you are using.
Some require a vendor prefix for some browsers, while standardized properties don’t.Best,
DanieleForum: Plugins
In reply to: [WP Add Custom CSS] Support for media queries?I’ve just checked your page, everything is working, the style is in the <head> tag of the document and the media query (with all its rules – I’ve checked them one by one) is being applied correctly by the browser.
If the result is not what you expected you should your css and html and maybe change something.
Best,
DanieleForum: Plugins
In reply to: [WP Add Custom CSS] Support for media queries?Hi,
yes media queries are supported, maybe there’s something wrong in your media query, can you provide a link to your page?Thanks,
DanieleForum: Plugins
In reply to: [WP Add Custom CSS] Support for custom post typesAre you using the latest version?
Forum: Plugins
In reply to: [WP Add Custom CSS] php7 supportHi, the plugin has been tested on php7 and it works fine, I guess the error you get has to do with Revolution Slider.
Are you trying to apply custom css to single slides?
Forum: Plugins
In reply to: [Woocommerce Add Countries] Messing upNo problem, I’m glad to know you managed to solve the issue
Best,
DanieleForum: Plugins
In reply to: [Woocommerce Add Countries] Messing upHi,
I could not replicate the issue, can you copy here the content of your Woocommerce Add Country’s textarea?Maybe you have overridden the United States code.
Daniele
Forum: Plugins
In reply to: [Woocommerce Add Countries] Vat Rate For added CountriesHi,
as shawaj pointed out, if you go to Woocommerce > Settings > Tax you’ll be able to set up the rate for new countries.Best,
Daniele