cari18
Forum Replies Created
-
Finally I found some lines of code to include in function.php file to create a shortcode for each required field to be include in the post test. For example to add telephone number:
// N° Téléphone 1 ****************
function sdu_shortcode_tel1( $atts ) {
if( ! is_user_logged_in() ) {
return ‘invité’;
}
$current_user = wp_get_current_user();
return $current_user->phone_number;
}
add_shortcode( ‘notel1‘, ‘sdu_shortcode_tel1’ );Where phone_number is the name of the field in WP and notel1 shortcode name to use in the post text : [notel1]
Forum: Themes and Templates
In reply to: [Materialis] Settings for button on home pageI’ve done so.
It still impossible to change settings of the button aspect as you can see in this screen copy:
https://docs.google.com/document/d/1zcOhLRXmPxl2qyz-q2l9ONsHlxxyNLck/edit?usp=sharing&ouid=118144618801096446247&rtpof=true&sd=trueForum: Themes and Templates
In reply to: [Materialis] Settings for button on home pageForum: Themes and Templates
In reply to: [Materialis] Settings for button on home pageForum: Plugins
In reply to: [AWP Classifieds] Category list unvaliableFinally I found my way by unclickink the first box of “General settings”
Its ok now.
Thanks for your support- This reply was modified 4 years, 9 months ago by cari18.
Forum: Plugins
In reply to: [AWP Classifieds] Category list unvaliableThanks you for your answer but when I create a page with the shortcode AWPCPBROWSECATS it does not take me to the category listing but to the main AWPCP page.
What’s wrong?The code applied, it works as promissed.
Thanks a lotThanks a lot Kuba I’ll try that.
Not really, but if you give me some explanations I’ll try 😉
Is the code tobe added in function.php?
If so I can do, but I’m not able to write the code by myself 😥Sorry I’ll try to clearer:
I would to send the e-mail to all users with a specified role, subscriber for example, except for these 2 or 3 users identified by mean of their userid or user-email.I found the relevant solution for my previous question with the plugin extension : “Conditionals” which is exactly what I was looking for.
Now I would like to exclude some specfic users when the target is a role.
How to do that ?Thank you for your answer Javier.
I already read this documentation and its why I precised in my previous post :“I tried to add an empty field “user pass” in the cvs file but it didn’t solve my problem.”
Is fact the issue was that this field name is Password and User pass!
Thanks and regards
This issue is solved for me now.
Here is the mail I received from Ultimate Member support team :Hi,
The issue is related to the gravatar. Could you please try turning off the gravatar support in WP Admin > Ultimate Member >General > Users > Use Gravatars?
Regards,
No more issue, thanks for this workaround
So I switch the status to resolvedForum: Plugins
In reply to: [Enable Media Replace] PDF links not update for Elementor posts and pagesYou’re right.
Here is the mail I received last 21th after further investigations from Shortpixel side :
“On Thu, May 21, 2020 at 2:11 PM UTC, Support @ ShortPixel <help@shortpixel.com> wrote:Hi Cari,
Thank you. Our devs have taken a look at this issue and they have acknowledged a bug that is already on our task list. Unfortunately we still don’t have an ETA, but I assure we have it present.
If you have any questions, just let me know.
Best,
Since not any news
So I switch this post on active status again
Cari
Forum: Plugins
In reply to: [amr users] Lost users’ avatar on amr list with the new version 4.4.2Ok sorry for links accessibility
I just reload the plugin zip files and it is ok now.
Thank you for quick fix of this bug.
I switch the status to “resolved”
Regards