Divvy
Forum Replies Created
-
Forum: Plugins
In reply to: [Author Avatars List/Block] Alphabetical listThank you, but unfortunately, I don’t have enough knowledges to do that.
Forum: Plugins
In reply to: [Author Avatars List/Block] Alphabetical listDo you have any example to show in a live site?
Forum: Plugins
In reply to: [Author Avatars List/Block] Alphabetical listHey @pbearne
Thank you for your response.
I was asking for something like this: https://prnt.sc/huo9mWBUxRaz
Or a dropdown menu, for example.Hello,
I’m not lying, if I don’t have URLs with duplicated meta descriptions is because I fix them one by one, as you may know, this is very important for SEO and I couldn’t wait for your response.
I remember that I imported data from Yoast that was installed before your plugin, but Yoast was using the correct focus and meta descriptions.@paretodigital, I opened the ticket.
Thank youI tried this code but didn’t work:
<?php echo do_shortcode('[yasr_overall_rating]'); ?>
I’m looking for the same.
Forum: Fixing WordPress
In reply to: Backup restore problem with DBHello @macmanx, thank you for your response.
I’m using the cpanel to generate and restore the backups. After more tests, I found out the guilty that was causing this issue. The problem was in the Redis Object Cache plugin, after I flushed the cache everything returned to normal. I’m thinking if I need to uninstall the plugin or if I need to create a cronjob to flush every x days.@cristianraiber-1, thank you for your response. I want to create a gallery section in my posts template, for that I need a PHP code to show the gallery attached to that post instead using the shortcode in the post body ??
I hope you understood what I need…Same problem here
Forum: Fixing WordPress
In reply to: The $l10n parameter must be an arrayThank you, my friend!
I tried to ask chatgpt for help and he suggested to replace this line:ctx.config = $.parseJSON(window.snax_front_config);
With:ctx.config = (typeof window.snax_front_config === 'string') ? $.parseJSON(window.snax_front_config) : window.snax_front_config;
And seems to work so far ??Forum: Fixing WordPress
In reply to: The $l10n parameter must be an arrayThe errors disappeared, but unfortunately, I get a new error:
Uncaught SyntaxError: "[object Object]" is not valid JSON
at parse ()
at Function. (jquery-migrate.min.js?ver=3.4.1:2:3161)
at e. as parseJSON
at front.js?ver=1.13.6:26:20
at front.js?ver=1.13.6:100:3
Line 26:ctx.config = $.parseJSON(window.snax_front_config);
Line 100:})(jQuery, snax);
The file full code:
https://paste2.org/m3stVCVsForum: Fixing WordPress
In reply to: The $l10n parameter must be an arrayThank you for your response and for trying to help me.
Do you mean like this?
wp_localize_script( ‘snax-front’, ‘snax_front_config’, $front_config);
wp_localize_script( ‘snax-shares’, ‘snax_shares_config’, $config);
wp_localize_script(‘snax-collections’, ‘snax_collections_js_config’, $config);Forum: Plugins
In reply to: [Favorites] Pagination for the favorites list?@oloccina nice to know that worked for you ??
I tried the code but the pagination don’t work so well for me because I’m showing the favorites list inside a Ultimate Member tab. I need to find a fix for this. But I’m very happy for you, I’m glad that I could help!Forum: Plugins
In reply to: [Favorites] Pagination for the favorites list?Thank you for the code, @oloccina
Looks nice, but unfortunately, not a solution for me.
I’ve found a solution, but my php knowledge is very poor and I don’t know where to add it:
https://github.com/kylephillips/favorites/issues/109#issuecomment-449682081
If you discover, please let us know ??- This reply was modified 2 years ago by Divvy.