wickedplugins
Forum Replies Created
-
Forum: Plugins
In reply to: [Wicked Block Conditions] User defined functionsThanks for the additional info. So do you think something like the ability to save a condition that could be added to other blocks would do the trick?
So perhaps it would work something like this:
- When creating a new condition, have the ability to save the condition to your library
- Click “Display Conditions” on a new block
- Click “Add Condition”
- Choose a previously-saved condition to add
Would that help?
Forum: Plugins
In reply to: [Wicked Block Conditions] User defined functionsHi @hupe13,
Can you give me a bit more details on what you mean by having to click and write a lot for the function to be activated?
Forum: Reviews
In reply to: [Wicked Block Conditions] Does exactly what it says on the tin!Thank you so much for the nice review @romulcah!
Forum: Plugins
In reply to: [Wicked Block Conditions] Block conditions gone on 6.3Thanks @romulcah for the additional info. I was able to reproduce the problem and have fixed the issue so it should work now once you update to 1.2.2. If you still have trouble, let me know.
Forum: Plugins
In reply to: [Wicked Block Conditions] Block conditions gone on 6.3Hi @romulcah,
That’s strange, the panel is showing up for me when I test it in 6.3. Have you tried temporarily deactivating all other plugins to see if there’s a conflict?
Forum: Plugins
In reply to: [Wicked Block Conditions] php 8.1Hi @hupe13,
Just following up to let you know this has been fixed in version 1.2.1.
Forum: Plugins
In reply to: [Wicked Block Conditions] php 8.1Hi @hupe13,
Thanks for pointing this out. I will get this fixed soon.
No problem! Glad you were able to narrow it down.
Hi @coding4tacos,
The plugin’s CSS is enqueued using admin_enqueue_scripts so the CSS should only appear in the admin. If it’s appearing on the front-end, my guess is another plugin is incorrectly triggering that action and causing admin scripts to be loaded. You can confirm by temporarily deactivating all other plugins and switching to the default theme.
Note that if you are using Wicked Folders Pro, the CSS will be loaded anytime the media library is loaded. Some page builders load the media library on the front-end to facilitate visual editing.
I hope this helps to clear things up. If you still have trouble, let me know.
Hi @gbassoc,
This should be possible since the folders are stored as taxonomy terms.
What do you need in order to configure it in the Permalink Manager plugin? If you need the taxonomy name, it would be wf_page_folders.
Some plugins will only show taxonomies that have the UI enabled. If that’s the case, you can enable the UI for the page folders taxonomy by using the register_taxonomy_args WordPress filter and changing the show_ui option to true.
I hope this helps.
Forum: Reviews
In reply to: [Wicked Block Conditions] Has a futureThanks for the review @leninzapata! Those are also good ideas and something I’ll look into adding.
Forum: Plugins
In reply to: [Wicked Block Conditions] Does it work on multisite?That’s a really good idea Lenin. I’ll look into adding that when I have time.
Forum: Plugins
In reply to: [Wicked Block Conditions] Does it work on multisite?Hi @leninzapata,
What you’re describing and what I’m seeing in the video seems like it could have something to do with the caching which is why I asked. Have you tried it with the caching plugin disabled just to verify?
It works for me when me when I test it on multisite and I can’t think of a reason why it would behave differently. If you’d like, you can play with it on this temporary test site I set up. If you’re able to reproduce the issue on the test site, let me know as that will make it easier for me to see the issue first-hand and investigate.
Forum: Plugins
In reply to: [Wicked Block Conditions] Does it work on multisite?Does it work as expected when caching is disabled?
Forum: Plugins
In reply to: [Wicked Block Conditions] Does it work on multisite?Hi @leninzapata,
Yes, it works on multisite. Can you provide some additional details?