Troglos
Forum Replies Created
-
Forum: Plugins
In reply to: [All-in-One WP Migration and Backup] Version 3.0.1I have uploaded the file in /backups via FTP, but when I do restore I get the javascript popup error.
The screenshot of the developer tools ‘Network’ Tab error is HERE
PS
I have bought the Unlimited extension too ??Forum: Plugins
In reply to: [All-in-One WP Migration and Backup] Can't import backup, permissions error.I am in the same situation too.
Forum: Plugins
In reply to: [Price Based on Country for WooCommerce] Integration with subscriptions@oscargare I wrote to you yesterday.
Let me know when you can.Forum: Plugins
In reply to: [Price Based on Country for WooCommerce] Integration with subscriptionsI am in the same situation.
I’ve added the following without successadd_action( 'woocommerce_subscriptions_product_options_pricing', array( &$this, 'process_product_simple_countries_prices' ) ) ; add_action( 'woocommerce_subscriptions_product_options_pricing', array( &$this, 'process_product_variable_countries_prices' ) ) ; add_action( 'woocommerce_variable_subscription_pricing', array( &$this, 'process_product_simple_countries_prices' ) ) ; add_action( 'woocommerce_variable_subscription_pricing', array( &$this, 'process_product_variable_countries_prices' ) ) ;
if you want I can setup a testing environment for you
Just wrote you an email, thanks.
Not working.
no errors, but no stars yet
Now I get this error 4 times:
Warning: Missing argument 1 for shortcode_overall_rating_callback()
PS
grazie per la pazienza ??sure, now the full code is this:
function prefix_pgmm_item($itemContent) { $itemContent = ''; $itemContent .= '<strong><a href="'. get_permalink() .'" class="titolo">' . get_the_title().'</a></strong>'; $itemContent .= wpautop(get_post_meta(get_the_ID(), '_pronamic_google_maps_address', true)); $itemContent .= '<a href="'. get_permalink() .'" class="moreinfo">Maggiori informazioni <span>»</span></a>'; echo do_shortcode( '[yasr_overall_rating]' ); return $itemContent; } add_filter('pronamic_google_maps_mashup_item', 'prefix_pgmm_item');
no error, but no rating either
ok, but as you can see from my first piece of code, I need all the values in the $itemContent variable, to be visible in the googlemap popup
like this
$MYvar = echo do_shortcode( '[yasr_overall_rating]' );
even with double quotes gives me error
no, I’ve tried already. It gives me a
Parse error: syntax error, unexpected 'echo' (T_ECHO)
Forum: Plugins
In reply to: [Edit Flow] Filter in Calendarok ok I solved ??
I enabled the 4th select that shows documents, pages and postsplus I changed the level of the other user (it didnt show as subscriber)
I am interested in this too.
Forum: Plugins
In reply to: [SP Project & Document Manager] Separate Files for individual users?I am having the same problem, the files are visible even if I am not logged in.
But I am on localhost