desben
Forum Replies Created
-
Hello,
I have nothing new on my side, I don’t have any PHP error log. The only way to see the problem would be to activate the plugin again, but it causes too many problemsβ¦
Best regards!
Forum: Plugins
In reply to: [Latest Post Shortcode] link in image not workingHello π
I have exactly the same problem. The plugin is up to date, but it is impossible to have the URL on the full block; it is limited to the title of the article.
Here is the code I use:
[latest-selected-content ver="2" limit="4" display="title" titletag="h2" url="yes" image="home-petites" elements="25" color_title="#ffffff" css="two-columns as-column hover-zoom content-start" type="post" status="publish" tag="a-la-une" orderby="dateD"]And the website on which it is used: https://www.switch-actu.fr
Can you help me?
Thanks π
Hello,
I ended up disabling it because it made the website too slow. For modules, I only use “Jetpack Boost”; what do you mean ?
Best regards
Hi,
Do you have any news?
Update! I finally found how to do it π Here is the solution for those who need it:
<div id="author-meta"> <div id="avatar-author-meta"> <?= get_avatar(get_the_author_meta('ID'), 100); ?> </div> <div id="content-author-meta"> <div class="author-and-links"> <div id="auteur">Contenu proposΓ© par <?= the_author_posts_link(); ?></div> - <div class="social-links"> <?php $twitter = get_the_author_meta('twitter'); $linkedin = get_the_author_meta('linkedin'); if ($twitter) { echo '<a href="' . esc_url($twitter) . '" target="_blank"><i class="fa-brands fa-x-twitter"></i></a>'; } if ($linkedin) { echo '<a href="' . esc_url($linkedin) . '" target="_blank"><i class="fa-brands fa-linkedin-in"></i></a>'; } ?> </div> </div> <span class="number-posts"><?= the_author_posts(); ?> articles</span> <p class="description-auteur"><?= the_author_meta('description'); ?></p> </div> </div>Each Ultimate Members page should have its own WordPress page. Here, four use the same name “My account”. I invite you to choose the pages you need from the drop-down lists π
Hello,
How did you set the links in βUltimate Members > Settings > General > Pagesβ ?
Example with my french website :

Small update. I checked for conflicts with plugins and it’s “a3 Lazy Load” that is causing the problem.
Just add /[profile-page]/ (/profil/ in my example) in the excluded URLs and it works again!

Hi,
Thank you for your reply. The code indeed fixes the slowness of the media folder, thanks π
The extension page is still slow to load. But that wasn’t the most disturbing thing, as long as the file works better that’s fine.
Best regards
Forum: Plugins
In reply to: [The Events Calendar] Create events without a date ?Hi @frankremmy,
Thanks for reply π
But I think I explained it wrong. I don’t want to hide the date of all events, just some events. Additionally, hiding in CSS does not fix the snippet issue that displays the date in the code.
I want to be able to create an event without setting a date for it.
Best regards
Hi @yuriinalivaiko,
Thank you for your reply π
I forgot to specify that for Reddit and Twitch, the icons have been selected on the backoffice.
Forum: Plugins
In reply to: [Social Sharing Plugin - Social Warfare] Fatal Error with new versionSame here.
I need such a module on my site, so I disabled Social Warfare to put another one. It’s a shame, it was working fine. But I regret the lack of communication when such a big technical problem was found.
- This reply was modified 3 years, 3 months ago by desben.
Forum: Themes and Templates
In reply to: [Neve] Avatar not showing in metaHi and thanks for reply π
Exactly that is the problem. I don’t want Gravatar avatars, I want the ones configured via Ultimate Members π
Whether I check Gravatar or something else, Neve doesn’t take the UM avatar into account.
Have a good day
Forum: Plugins
In reply to: [WP Reactions Lite] Reactions are no longer countedThank you for your very quick feedback!
Everything is back to normal, thank you for your work π
Hello,
I don’t know if I have the exact same problem, but anyway with the new update my site was becoming impossible to load. I had to completely uninstall Ultimate Member, re-install it and then go back to the old version.
Quite frustrating.