ozosh182
Forum Replies Created
-
Hello @metagausseditor ,
Thank you for your explanation. I get how it works now. And I have bought the premium.
Thank you for your support.
Regards,
Hi @metagausseditor,
Thank you for your quick response. If I buy premium in my theme and use it, and then not do yearly subscription, what will happen? Will I be able to use the plugin as it is without next subscription?
Regards,
Forum: Plugins
In reply to: [Spectra - WordPress Gutenberg Blocks] TOC IssueHello @swetakumari
Thank you for your response. Hope it will be fixed soon… Thank you for your consideration.
Regards,
OzzyForum: Plugins
In reply to: [Spectra - WordPress Gutenberg Blocks] TOC Issueyou have used heading like this:
$title = $heading['heading']['content'];
so we added utf8_decode to make it work for different languages.
$title = utf8_decode($heading['heading']['content']);
Can you fix this in the plugin? Thanks.
Regards,
Ozzy- This reply was modified 2 years, 8 months ago by ozosh182.
Forum: Plugins
In reply to: [Panda Pods Repeater Field] Sort functuonhello @codingpanda,
Thank your for your response. I shall update the WordPress to 5.9.1.
Also looking forward for the fix for 5.9 soon.
Regards,
OzzyForum: Plugins
In reply to: [Panda Pods Repeater Field] Sort functuonHello @codingpanda,
The issue has been fixed. But it seems to be fixed in some areas only, like in “custom post types” it works. But in the setting page it doesnt seems to work.. So please can you fix this issue so that everywhere the repeator is used, the reordering function also works..
Regards,
Ozzy- This reply was modified 2 years, 9 months ago by ozosh182.
Forum: Plugins
In reply to: [Panda Pods Repeater Field] Sort functuonHello @codingpanda
Yes it worked after the update. Thank you.Forum: Plugins
In reply to: [Panda Pods Repeater Field] Sort functuonUPDATE: The sorting does not work for WordPress version 5.9. But works for WordPress version 5.5.8. Currently, I have downgraded my WordPress to 5.5.8 so that I can use the sort function. I hope it gets updated for future versions of WP.
Regards Ozzy.Forum: Plugins
In reply to: [Favorites] Query favourites posts with some ACF fields$favs = get_user_favorites(); //fetch your favourites (it gives your favourite post ids in array)
//loop in
foreach($favs as $key=>$fav):
//do your stuff
[ get_field(‘yourstuff’, $fav)): ]
endforeachForum: Plugins
In reply to: [ACF Photo Gallery Field] Remove Edit buttonnvm, i did it with css