d.chatzimanolis
Forum Replies Created
-
Forum: Plugins
In reply to: [MC4WP: Mailchimp for WordPress] Agree to terms field not appearingI updated the form code but it seems that the issue wasn’t resolved. Any other recommendation?
Forum: Plugins
In reply to: [MC4WP: Mailchimp for WordPress] Agree to terms field not appearingHi,
Yes of course, please check the following page:
https://www.giftsontop.gr/test-page/
Thank you in advance.
Unfortunately the Under Construction WP plugin authors replied to me that they cannot provide support for custom modifications on the free version of the plugin.
Hello Craig,
Yes I see only the plain shortcode ([instagram-feed]) when I add it to the under construction page.
Under construction plugin has indeed an under-construction.php file but I am not sure at which line of it I must add the “echo do_shortcode( ‘instagram-feed’ );” to display it under skype information of my under construction page.
You can download and have a quick look on this file here.
Waiting for your further advice.
Has anyone found out how to hide this “protected by reCAPTCHA” slide box?
Forum: Plugins
In reply to: [YITH WooCommerce Wishlist] Too few arguments errorI finally fixed the issue after checking the topic below:
https://wordpress.org/support/topic/too-few-arguments-on-class-yith-wcwl-admin-init-php-line-1053/
I replaced:
'desc' => sprintf( __( 'Enable all plugin features. <strong>Be sure to select at least one option in the Wishlist page menu in this settings page.</strong> Also, please read the plugin <a href="%s" target="_blank">documentation</a>.', 'yith-woocommerce-wishlist' ), esc_url( $this->doc_url ) ),with
'desc' => sprintf( __( 'Enable all plugin features. <strong>Be sure to select at least one option in the Wishlist page menu in this settings page.</strong> Also, please read the plugin %2$s.', 'yith-woocommerce-wishlist' ), esc_url( $this->doc_url ),'documentation'),I think that this small error should be fixed on your next update of your theme!
Forum: Plugins
In reply to: [YITH WooCommerce Wishlist] Too few arguments errorI also made a new test by installing YITH WooCommerce plugin to a totally new WP installation and the error was appeared again in Greek language.
At last it is appeared at both cases below:
1) Changing the language to Greek from Users–>Your Profile–>Language
2) Changing the language to Greek from Settings–>General–>Site LanguageForum: Plugins
In reply to: [YITH WooCommerce Wishlist] Too few arguments errorPlease also check my screencast below:
As you will see, I have disabled all the plugins except WooCommerce and YITH WooCommerce Wishlist and the error is appeared when I change the language from English to Greek. In addition, the theme is set to the default WP theme.
Waiting for your further advice.
Forum: Plugins
In reply to: [YITH WooCommerce Wishlist] Too few arguments errorThank you for your information.
So finally what do you think that could cause the issue on my end? Is there maybe any way to give you access on my site to have a look and replicate the issue?
Forum: Plugins
In reply to: [YITH WooCommerce Wishlist] Too few arguments errorHi,
Did you maybe check again the issue?
Hello again,
I checked everything and finally it seems that it was a conflict with my theme.
At my theme options-advanced I found and disabled an option for Open Graph meta tags.
After checking page again on https://developers.facebook.com/tools/debug/sharing/, everything appeared normally without errors.
Thank you for your advice, I will check the conflict with other plugins and be back to you asap.
Regarding my 2nd question about my FB title, do you have any advice for this too? Is this also related with the first issue?
Forum: Plugins
In reply to: [YITH WooCommerce Wishlist] Too few arguments errorLet me also ask you, did you change the language from Users–>Your Profile–>Language or from Settings–>General–>Site Language?
The issue happens only at the first case (only if you change language from users). Could you please check it again and inform me about?
Forum: Plugins
In reply to: [YITH WooCommerce Wishlist] Too few arguments errorHi,
Is it possible please to send you a private email with more info about the issue?
Forum: Plugins
In reply to: [Contact Form 7] How to Display Contact Form 7 Fields on 2 or More ColumnsHi,
Thank you for your advice.
I tried the CSS-HTML method of the deliciousthemes article and worked great but only for 3 columns layout. For two columns I still have an appearance issue which you can check at my screenshot below (second label is appeared under the first and not next to it):
Do you have any advice for resolving this?