Daniele De Santis
Forum Replies Created
-
Hi,
this issue has been solved in the new version (1.1).As you’ve correctly guessed, it has to do with the new Woocommerce Shipping Zones feature.
Please note that, to make the plugin work with Woocommerce shipping zones, you have to specify the continent code for each new country, for example:
XK, Kosovo, EU
ENG, England, EUBest,
DanieleForum: Plugins
In reply to: [WP Add Custom CSS] Custom CSS in WP Database LocationHi,
the main stylesheet is stored in the the {your_prefix_}options table, search for “wpacc_settings” in the option_name column.The custom rules you add to indivual posts/custom post types/pages are stored in the {your_prefix_}postmeta table, search for “_single_add_custom_css” in the “meta_key” column.
Best,
DanieleForum: Plugins
In reply to: [WP Add Custom CSS] No support for custom post typesHi,
support for custom post types has been added in the new release (available in the plugin’s settings page).Thanks,
DanieleForum: Plugins
In reply to: [WP Add Custom CSS] Bug: don't work with woocommerce pages (shop etc.)Hello,
support for custom post types has been added in the new release (available in the plugin’s settings page).Thanks
DanieleForum: Plugins
In reply to: [WP Add Custom CSS] Custom CSS not being loaded last (overwritten)Hello,
the link is not working, could you update it?Thanks!
DanieleForum: Plugins
In reply to: [WP Add Custom CSS] A checkbox to disable custom cssHi, thanks for your feedback! At the moment I believe it would complicate things – some :not(.page-class) in the main stylesheet can do the trick, but if I receive more feedback like yours I’ll start thinking about it.
Thanks!
DanieleForum: Plugins
In reply to: [WP Add Custom CSS] CSS randomly removed?Hello,
that’s odd, I believe it has to do with something else, since changing the menu name doesn’t affect the post/page custom fields.Have you checked in your database to see if custom css for that page are still there?
Thanks,
DanieleForum: Plugins
In reply to: [WP Add Custom CSS] Support for custom post typesHi, thanks for your feedback!
Support for custom post types has been added in the new release (it can be enabled from the plugin’s settings page).Best,
DanieleForum: Plugins
In reply to: [WP Add Custom CSS] Syntax HighlighterHi Steve,
I’d like to keep the plugin simple and lightweight, a syntax highlighter would need a library.I’m thinking about a PRO version – I’m calling it PRO, but it would be free 🙂 with a syntax highlighter.
Best,
DanieleForum: Plugins
In reply to: [WP Add Custom CSS] Remove Custom CSSHi,
you can view – and edit, your general custom CSS (the one applied to the whole front-end) from the plugin’s settings page, while the CSS for a specific post/page is available in the “custom css” metabox of that specifi post/page.Best,
DanieleForum: Plugins
In reply to: [WP Add Custom CSS] Support for pages loaded over HTTPSHi Tave,
thanks for pointing that out, I’ll fix this in the next release!Best,
DanieleForum: Plugins
In reply to: [WP Add Custom CSS] No support for custom post typesHi,
in my opinion it is actually a feature request more than a bug which needs to be fixed, that’s the only reason why it is marked as resolved 🙂Thanks a lot for your code, but I would prefer to add an option in the plugin’s settings page to do that, so that users don’t have to write code.
If I won’t have the time to do it soon, I’ll add your filter, thanks!
Best,
DanieleForum: Plugins
In reply to: [WP Add Custom CSS] custom css not loading into pageHi,
I’ve looked at your code, the plugin’s stylesheet is actually loaded and it seems that its rules are being applied to the DOM elementsLet me know how I can help you.
Best,
DanieleForum: Plugins
In reply to: [WP Add Custom CSS] Full Width & Remove White Space belowYou’re welcome! 🙂
Forum: Plugins
In reply to: [WP Add Custom CSS] Full Width & Remove White Space belowHi,
thanks for your appreciation! 🙂This is not a support question, since it has nothing to do with the plugin itself but is a general CSS question.
Anyway, I’ll try to help you if I can, but I need to know which “content span” are you referring to.
The distance between your content and the top nav is defined in this rule:
.sensei-content, #activate-page, body.page:not(.buddypress) .site-content article:not(.comment), body.single:not(.buddypress):not(.bbpress) .site-content article:not(.comment) { padding: 60px 70px 36px; }in /css/main-global.css in your theme.
You have to use the same rule in your “WP add custom css” main file, reducing the first value (the top padding)