flatsphere
Forum Replies Created
-
Forum: Plugins
In reply to: [OoohBoi Steroids for Elementor] Library > My Templates Broken styling@rouvers – You should find the setting within the plugin underneath ‘Manage Extensions’.
It is the first option. If you toggle off the rocker switch it will mostly disable the issue.
Forum: Plugins
In reply to: [OoohBoi Steroids for Elementor] Library > My Templates Broken stylingI had the same issue as above. We had to turn off the ‘BETTER TEMPLATES LIBRARY’ in the setting to be able to use the ‘My Templates’ section within the modal window.
To be honest I think it just needs a bit of CSS to fix it, or the <img> for the thumbnail is not nested correctly.
- This reply was modified 2 years, 2 months ago by flatsphere. Reason: Typo
Forum: Plugins
In reply to: [Slate Admin Theme] Nice Theme, doesn’t seem to play with WoocommerceHey @bencox, that’s a trickier one as you need to overwrite multiple styles to undo the position:fixed nature of the whole sidebar.
I’ll have a look when I have a moment and see if I can patch the styles and paste them here.
Forum: Plugins
In reply to: [Slate Admin Theme] Nice Theme, doesn’t seem to play with WoocommerceUse a plugin that allows you to add css to your WP backend (such as White Label CMS) or add a snippet to your functions and add the following CSS:
.woocommerce-layout__header { top: 61px; }
That will sort out your top bar being covered slightly.
- This reply was modified 4 years, 5 months ago by flatsphere. Reason: Changed from 'inherit' to fixed position
Forum: Plugins
In reply to: [amr users] [Plugin: AmR Users] Deactivate sortingJust to say that this is one of the most useful plug-ins ever!
Forum: Plugins
In reply to: [amr users] [Plugin: AmR Users] 2.3 PermissionsHi Anmari
I am on 2.9.2 thanks for the fix!!
Forum: Plugins
In reply to: Capture Users Last Login datetimeHi apljdi, your solution looks like the perfect one for me, can you please let me know which files need these snippets?
Many thanks