[email protected]
Forum Replies Created
-
Forum: Plugins
In reply to: [VS Meta Description] WooCommerce shop page is missing META descriptionDear Guido,
thanks. You are very kind and attentive.
I am already subscribed to your plugin and I have been already updated about your quick solution. Further thanks and best greetings.
Best wishes,
Carmine Iaciofano- This reply was modified 4 years, 2 months ago by [email protected].
Forum: Plugins
In reply to: [VS Meta Description] WooCommerce shop page is missing META descriptionDear Guido,
thanks! It works ok.
Thanks for the consideration about my suggestion.Best wishes,
Carmine IaciofanoForum: Plugins
In reply to: [VS Meta Description] WooCommerce shop page is missing META descriptionDear Guido,
thanks for your quick response.
I have checked that the same problem happens for other “META description” plugin.
I need just a simple plugin like your VSMD, I like your implementation and I would like to support your work with 2 simple greetings:
– my localization for italian language => just now completed for your approval
– my suggestion to improve the Woocommerce integration with a change in Product META description calculation:
From: <Simple description>
To: <Title> (option) + <Simple description> (option)
So that it may produce one of three different META description:
a. <Title>
b. <Simple description>
c. <Title> + <Simple description>Check the use of <Simple description> in Woocommerce products and may be you will agree that a so simple change for you will gain a lot of more opportunity to be choosen.
Thanks for your kind and transparent answer.
My best wishes,
Carmine Iaciofano
- This reply was modified 4 years, 2 months ago by [email protected].
- This reply was modified 4 years, 2 months ago by [email protected].
- This reply was modified 4 years, 2 months ago by [email protected].
Forum: Plugins
In reply to: [WooCommerce] Can’t remove “This is a demo store for testing purposes…”Did you clear the browser cache?
Forum: Installing WordPress
In reply to: WP incompatibility with PHP 5.2.17 due to is_a() deprecationDear MacManX,
thanks to your indication here is the related ticket #29139.
Thanks for your support,
Carmine Iaciofano
AreaForum: Installing WordPress
In reply to: WP incompatibility with PHP 5.2.17 due to is_a() deprecationDear MacManX,
for what is my experience, we are talking about two different aspects of the same problem. I have a technical approach where WP may elevated to a “perfect code” level while you, instead, have a support/marketing approach of the kind “no problem evidence – no problem at all”. I may understand you but may be you have missed my post where I wrote:
.. sorry for not being more clear: is_a() deprecation messages are warnings, instead of errors.
So, I am talking about warning messages which may be avoided, universally, just by one line of code, so to avoid the presentation of the message which both solve the issue in terms of performance and presentation related both to the core project and not related to any third party.
At the other side, 60 line of code is nothing related to the full WP project and if WP should have been a project of mine I would have said “sorry” and I would have immediately correct it. But, anyway, you are not a “WP master” to decide if doing it or not is a priority so I may understand your position and your answers as well as I hope you will understand my follow-up.
Again, and more, thanks for your patience and support,
Carmine Iaciofano
AreaForum: Installing WordPress
In reply to: WP incompatibility with PHP 5.2.17 due to is_a() deprecationIt may have just been a plugin or theme function
..sorry to say that if you check the full project by any good IDE you will find the 60 occurrences in the core WP. In my project, I have just found only 2 more declarations (62 in total, then) in plugin which I may change by myself.
Just resuming in terms of folders:
- wp-admin/includes (4)
- wp-includes (56)
Thanks for your patience,
Carmine Iaciofano
AreaForum: Installing WordPress
In reply to: WP incompatibility with PHP 5.2.17 due to is_a() deprecationAs for the warnings, if functionality isn’t broken
.. functionality was hardly broken! So that I was not able to access administration.
Anyway, I solved as indicated.
Thanks for your support,
Carmine Iaciofano
AreaForum: Installing WordPress
In reply to: WP incompatibility with PHP 5.2.17 due to is_a() deprecation.. ok. I solved just adding, at root folder’s index.php, the declaration:
error_reporting( 0 );
Thanks for your support,
Carmine Iaciofano
AreaForum: Installing WordPress
In reply to: WP incompatibility with PHP 5.2.17 due to is_a() deprecation.. sorry for not being more clear: is_a() deprecation messages are warnings, instead of errors.
Anyway, I checked deeper and discovered that the discussion about which is better and which to chose is still open at stackoverflow.com.
Then, I will have to manage the warnings and the update to PHP 5.3.
Thanks for your support,
Carmine Iaciofano
AreaForum: Everything else WordPress
In reply to: Multi line title for WidgetDear Ipstenu,
you are welcome. Anyway, I will go on with auto return of the widget title.
My very best wishes,
Carmine
Forum: Everything else WordPress
In reply to: Multi line title for WidgetDear Ipstenu,
thanks for your quick answer. I installed the plugin but I cannot insert any HTML in the widget title. The HTML code in the title is “cleaned” when the widget change is saved.
Thanks for your patience,
Carmine,
Forum: Everything else WordPress
In reply to: Multi line title for WidgetDears all,
I am very new to WP and I would have a multi line title for a text widget.
I tried with HTML code (
<br/>
) but it was immediately cleaned during the save of the widget.I did not find any discussions about this in this Forum and all over.
Is there a way to do it?
Thanks everybody,
Carmine
p.s.: sorry, I missed to put code in between backticks!