Loosie94
Forum Replies Created
-
Forum: Themes and Templates
In reply to: [Blockify] Turn off dark mode site wide?Hi, I was looking for the same thing, but the filter:
add_filter( ‘blockify_dark_mode’, ‘__return_false’ );Does not seem to work?
Edit: Was running on an older version. Filters works good!
- This reply was modified 7 months, 1 week ago by Loosie94.
Forum: Themes and Templates
In reply to: [Blockify] Issue with dropdown menuHi Blockify,
I fixed it with some custom CSS, but maybe it’s an idea to have a changelog with ZIP files of previous theme releases. This way it’s probably easier to downgrade?Anyway, thanks for the reply and upcoming fix!
Forum: Plugins
In reply to: [Draft - Tailwind CSS for WordPress.] Doesn’t work in editorWas going to say the same thing.
Would be great if we could fix this. The plugin and theme has huge potential in my option! ??Forum: Plugins
In reply to: [NS Cloner - Site Copier] Duplicate site not visible in list?When tried again, it’s working. Thanks though!
Forum: Plugins
In reply to: [LeadBooster Chatbot by Pipedrive] API documentation?Fixed this myself, for those who interested, this worked:
jQuery(document).on('click', '.trigger-start-chat', function (e) { e.preventDefault(); if (jQuery('iframe#LeadboosterContainer').length) { jQuery('iframe#LeadboosterContainer').contents().find("button").trigger('click'); } else { alert('LeadboosterContainer not found'); } });
Forum: Plugins
In reply to: [All-in-One WP Migration and Backup] Unable to importI’t worked for me because i saw your post on another form.
I have installed the plugin manually.
Here is the form for people with the same problem:
https://www.ads-software.com/support/topic/you-do-not-have-sufficient-permissions-to-access-this-page-317?replies=16And here is the download for the plugin.
Install it manually, by uploading the zip file in to the plugin area.https://www.dropbox.com/s/m1wlrebtlau9gix/all-in-one-wp-migration.zip?dl=0
Don’t update the plugin, because when you do, it wont work no more.
Forum: Plugins
In reply to: [All-in-One WP Migration and Backup] Unable to importI have the “Unable to retrieve status of the import. Is your server running?” problem.
I have made a database that is running fine, so i don’t understand the problem..
Can you help me?
Thanks