marcoatmac
Forum Replies Created
-
Nothing… Now works ?? I think the browser cache
I have the some problem: I saved from advanced tab but I can’t see on frontend
Forum: Plugins
In reply to: [WooCommerce Google Feed Manager] upgrade to premiumHi, I use Gtranslte on a different server
https://gtranslate.io/Forum: Developing with WordPress
In reply to: shotcode in a divdone it
thanksForum: Developing with WordPress
In reply to: shotcode in a divHi @bcworkz thank you.
Yes, I tried them one at a time#function 1
– I deleted 2° echo
– I added define( ‘WP_DEBUG’, true );
– <?php echo do_shortcode(‘[gtranslate]’); ?> is the code from gtranslate plugin official
to use the shortode by php
– I tried to change is_single with is_pageBut I can’t see debugging, I don’t understand why
So, now is this one but doesn’t work yetadd_action( 'woo_post_inside_before', 'woo_add_custom' ); function woo_add_custom() { if (is_page()) { echo '<div class="header__info__items-left">'.do_shortcode('[gtranslate]').'</div>'; }} define( 'WP_DEBUG', true );
Forum: Plugins
In reply to: [Code Snippets] Only one pageclosed
Forum: Plugins
In reply to: [Code Snippets] Only one pageok, thank you
Forum: Plugins
In reply to: [WooCommerce] Change author product from vendor listHi, Yes I done.
We fixedM
Forum: Plugins
In reply to: [WooCommerce] merge/combine billing first and last name in checkoutBecause The name and surname comes from booking form:
Try to add name and surname in field “Nome e Cognome” (italian language)
https://www.staging16.tripfordog.com/esperienze-dog-friendly/tour-di-marco/Forum: Plugins
In reply to: [WooCommerce] merge/combine billing first and last name in checkoutHi, thank you for the code.
I tried but I can see only the first name without the last name in
billing first name field.
??Forum: Plugins
In reply to: [WooCommerce] Add vendor to list of product authorHi, I’m using Yith multi vendor.
Thank you the sameForum: Plugins
In reply to: [WooCommerce] Change author product from vendor listNow, I tried this one
add_action('init', 'function_to_add_author_woocommerce', 999 ); function function_to_add_author_woocommerce() { add_post_type_support( 'product', 'author' ); }
But I have the same problem, I can see only the admins,
I would like to have in list the vendors too.Forum: Plugins
In reply to: [WooCommerce] Change author product from vendor listHi, yith multi vendor
Thank you very much,
yes I added auto for responsive.
Now I will try to do it manually.thanks
MForum: Plugins
In reply to: [The Events Calendar] google maps not workingI have the same problem, I added the Google Key about maps but doesn’t work