ramones79
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: api.ww.wp.xz.cn unreachable !After adding nameservers 8.8.8.8 and 8.8.4.4 to /etc/resolv.conf now it is working again.
The strange part is, that I didn’t have this issue before and didn’t make any changes to the VPS, it was not even rebooted for days/weeks.Forum: Fixing WordPress
In reply to: api.ww.wp.xz.cn unreachable !but still not working from my VPS:
[root@vpanel ~]# nslookup api.ww.wp.xz.cn ;; Got SERVFAIL reply from 127.0.0.1, trying next server Server: ::1 Address: ::1#53 ** server can't find api.ww.wp.xz.cn: SERVFAIL [root@vpanel ~]# host api.ww.wp.xz.cn Host api.ww.wp.xz.cn not found: 2(SERVFAIL) [root@vpanel ~]#I will try to restart BIND and will check again.
Forum: Fixing WordPress
In reply to: api.ww.wp.xz.cn unreachable !Now it works. I suppose it was a temporary issue with WordPress servers.
Name: api.ww.wp.xz.cn Address: 198.143.164.251Forum: Fixing WordPress
In reply to: api.ww.wp.xz.cn unreachable !VPS, Tampa (FL)
But I can’t resolve the hostname from my home PC either (and it is in Europe)
Forum: Fixing WordPress
In reply to: api.ww.wp.xz.cn unreachable !1 critical issue
Could not reach ww.wp.xz.cn
Security
Communicating with the WordPress servers is used to check for new versions, and to both install and update WordPress core, themes or plugins.Error Your site is unable to reach ww.wp.xz.cn at api.ww.wp.xz.cn, and returned the error: cURL error 6: Could not resolve host: api.ww.wp.xz.cn; Unknown error
Forum: Everything else WordPress
In reply to: Update a Review about a pluginThank you very much! Exactly what I needed.
It would be nice if there was a direct update/edit button on the review, but there isn’t so it’s not very intuitive.
Review updated. Thank you for your support and efforts!
This time I got improvement, although rather small. But at least it is not getting worse, for sure. I will evaluate the plugin some more and will re-consider my rating. Thank you.
I’ve used the default options + asset optimization. I don’t remember if I waited 10 mins or not. Will give a new try and will tell you.
Yes, that is exactly what I needed. But, as I said with the plugin active I got even worse results on PageSpeed, so I had to remove it.
Forum: Plugins
In reply to: [Widgets for SiteOrigin] “Hey guys…” Make this notice go away please.The very same message puzzled me as well. I hope it will be fixed soon, it’s annoying 🙂 SiteOrigins on the other hand is great! Thanks for it, it really helps me!
@bttmrc – just comment out the lines before and after the one, starting with the `$message’
or delete them (I would comment it out, because this way you can always revert back and make it work only for a specific product by removing the commenting code//.add_filter( 'wc_add_to_cart_message', 'custom_wc_add_to_cart_message', 10, 2 ); function custom_wc_add_to_cart_message( $message, $product_id ) { // if ( 1001 === $product_id ) { $message .= '<br/>Well done you!'; // } return $message; }Forum: Fixing WordPress
In reply to: [WooCommerce] same Custom Fields for every new Product – How?Not a good first impression with the plugin. As soon as I activated it, it displayed a very alarming message (debug warning actually, because debug is on, since I am working in a dev. environment).
I already filed a bug in the support forum A bug with the plugin , but from what I can see – bug reports are rarely or not responded (another bad impression with the plugin).So, I will deactivate it for now, until the author responds eventually to my post.
Forum: Fixing WordPress
In reply to: [WooCommerce] same Custom Fields for every new Product – How?Thank you, Steve,
I will give it a try (actually I downloaded it along with one other plugin too – CMB2 – even before seeing your reply, just to test and see if it will work in my case).I will leave a reply to indicate if it works.
Anyway, the topic is open if somebody wants to contribute code (custom function maybe?) on how to register custom fields for WC Products within a custom theme (functions.php).
Forum: Fixing WordPress
In reply to: [WooCommerce] same Custom Fields for every new Product – How?I forgot to mention: those custom fields are on the admin (back-end), they are not supposed to be input from the visitors of the site, only by the admins.
To the website visitor those fields are only displayed as some additional information about the product (this is already done and working perfectly).