Daniele De Santis
Forum Replies Created
-
Forum: Plugins
In reply to: [WP Add Custom CSS] Uncaught error ace.edit causes blank edit post screenThat is a strange behaviour, have you tried cloning the posts or copy/pasting their content to a new post?
Forum: Plugins
In reply to: [WP Add Custom CSS] How to use it on taxonomy pages?Hi,
you can use the main WP Add Custom CSS stylesheet (from the WordPress Dasboard > WP Add Custom CSS), just use in your CSS rules the classes that WordPress adds to taxonomy pages.Product category archive:
.tax-product_cat
A specific category archive:
.tax-product_cat.term-{your-term-slug}
Forum: Plugins
In reply to: [WP Add Custom CSS] Any update to the plugin soon?Yes, the plugin is still maintained and supported, the new version has just been released!
Forum: Plugins
In reply to: [WP Add Custom CSS] Plugin is not working into https sitesJust released another version, https works fine, also with Gutenberg, Elementor and other builders.
Can you provide a link or screenshots of the issues?Forum: Plugins
In reply to: [WP Add Custom CSS] Added Japanese translationThanks for the translation!
Forum: Plugins
In reply to: [WP Add Custom CSS] Wrapping text?That’s a good idea, text wrapping is now active in version 1.1.6
It was probably an issue with the previews in that specific version, in WordPress 5.4.2 everything seems to work fine.
Forum: Plugins
In reply to: [WP Add Custom CSS] Conflict with WPBakery websiteThere was indeed a conflict with the editor, it has been solved in version 1.1.6
Forum: Plugins
In reply to: [WP Add Custom CSS] Editor window really smallHi,
in version 1.1.5 the code editor is resizable.Best,
DanieleForum: Plugins
In reply to: [WP Add Custom CSS] fix rtl versionHi,
fixed in version 1.1.5Best,
DanieleForum: Plugins
In reply to: [WP Add Custom CSS] Pseudo Classes support?Hi,
pseudo class are supported, probably your CSS rules are overriden by more specific selectors.
You should inspect your code to find out which rules are overriding yours.Best,
DanieleForum: Plugins
In reply to: [WP Add Custom CSS] As of 1.1.3 this no longer works with Tribe EventsHi,
fixed in version 1.1.4, you can update your version, thanks!Forum: Plugins
In reply to: [WP Add Custom CSS] CSS file locationHi,
the file is in the WordPress installation root, something like this will workurl(‘path/to/your/fonts/folder’)
url(‘/path/to/your/fonts/folder’)Forum: Plugins
In reply to: [WP Add Custom CSS] CodeMirror error with Visual ComposerHi Ivan, please make sure everything is updated in your installation.
Let me know if the issue persists.Thanks,
DanieleForum: 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,
Daniele