NoWe
Forum Replies Created
-
i second that
Forum: Plugins
In reply to: [Sympl Repeater for ACF and Elementor] Is this plugin aliveThanks!!
Forum: Plugins
In reply to: [Events Calendar For Divi] so many things missingthere is no release date set for divi 5 im sure it takes at least a year
Forum: Plugins
In reply to: [Events Calendar For Divi] so many things missingErgo the plugin is , unfortunately, for at most western European countries useless as the way they write the date and address different.
Forum: Plugins
In reply to: [Sympl Repeater for ACF and Elementor] Is this plugin alivewill you be “updating” the tutorial as well?
Forum: Plugins
In reply to: [Greenshift - animation and page builder blocks] cant edit Global VariablesThats it, thats where the support stops?
Forum: Plugins
In reply to: [Greenshift - animation and page builder blocks] cant edit Global VariablesI have tried other browsers
Edge
Firefox
Vilvaldi
Google Chrome
All the same outcome
my OS is Windows 10Forum: Plugins
In reply to: [Dynamic Elementor ACF Repeater] Use in single post templateAfter the update all works fine
Forum: Plugins
In reply to: [Dynamic Elementor ACF Repeater] Use in single post template@wplunadev your email bounches!
Final-Recipient: rfc822; hello@wpluna.com Original-Recipient: rfc822;hello@wpluna.com Action: failed Status: 5.1.1 Remote-MTA: dns; aspmx.l.google.com Diagnostic-Code: smtp; 550-5.1.1 The email account that you tried to reach does not exist.Forum: Plugins
In reply to: [Dynamic Elementor ACF Repeater] Use in single post templatethis is very strange
Forum: Plugins
In reply to: [Dynamic Elementor ACF Repeater] Use in single post template@wplunadev
what is going on?
i did send you an email and i get this:
Your email could not be delivered to one or more recipients.
See below for the delivery error and email.
Final-Recipient: rfc822; hello@wpluna.com Original-Recipient: rfc822;hello@wpluna.com Action: failed Status: 5.1.1 Remote-MTA: dns; aspmx.l.google.com Diagnostic-Code: smtp; 550-5.1.1 The email account that you tried to reach does not exist.Forum: Plugins
In reply to: [WP Store Locator] Extra Meta Data Fields shortcodefunction display_wpsl_phone_number() {
global $post;
$phone = get_post_meta( $post->ID, ‘wpsl_phone’, true );
if ( $phone ) {
return ‘<i class=”fas fa-id-badge”></i> <a href=”tel:’ . esc_attr( $phone ) . ‘”>’ . esc_html( $phone ) . ‘</a>’;
}
return ”;
}
// Register shortcode
add_shortcode(‘wpsl_phone_number’, ‘display_wpsl_phone_number’);
which gives the following shortcode
[wpsl_phone_number]the version is updated but the issue is still there that is really scary
thanks for your reply
ill give that a try