Divvy
Forum Replies Created
-
In the meantime, I found the work around here that worked for me:
https://docs.ultimatemember.com/article/1945-fixing-js-templates-in-the-inner-content-of-umloggedin-shortcode
Thank youForum: Plugins
In reply to: [Redirection] Keep redirecting to old URL@johnny5, the problem was solved just updating the plugin options, I only enabled one of the logging options and press the update button.
I think this is not the best way to do what I need.
Is it possible with your plugin? I mean, showing in a post the featured image for members (default) and a different featured image for logout users?
Thank you 🙂@missveronicatv I didn’t try because there’s no need, I’m trying to use the restriction option directly in the media options to restrict the access of the featured image.
This is the UM restriction content option that I’m using:
Media page: https://prnt.sc/qEesWau-mShq
Option: https://prnt.sc/qkHWzVgFMtoA
This is how the post looks like:
Logged: https://prnt.sc/o0TyfFs_IzRp
Logout: https://prnt.sc/kLDnTFSY6anY
Global settings:
https://prnt.sc/Fa_byW987ysT
As you can see, there’s no default message in there.
The same when I add a custom message.
Is this a plugin bug?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 🙂