wrip
Forum Replies Created
-
@luckychingi I went through that document. It’s basically asking me to do what I already did. The SSL is already installed on the server. I then changed the links from http to https in Dashboard > General Settings as mentioned in the doc. That’s when I get the error.
Forum: Plugins
In reply to: [WooCommerce] Very slow Woocommerce checkoutOk. Yeah I’m also trying to figure this out without much luck. Are you using any external payment gateway or other integrations?
Forum: Plugins
In reply to: [WooCommerce] Very slow Woocommerce checkoutI’m running version 1.9 but couldn’t see it says “PHP7 compatible” in readme.txt.
I’m using WP 4.7.5/ PHP 5.6.
I ran PHP Compatibility Checker and am still seeing some warnings.FILE: /home/coms58/public_html/stage/wp-content/plugins/woocommerce-exporter/templates/admin/tabs-settings.php
——————————————————————————————————————————————–
FOUND 0 ERRORS AND 1 WARNING AFFECTING 1 LINE
——————————————————————————————————————————————–
83 | WARNING | INI directive ‘safe_mode’ is deprecated since PHP 5.3 and removed since PHP 5.4.
——————————————————————————————————————————————–FILE: /home/coms58/public_html/stage/wp-content/plugins/woocommerce-exporter/templates/admin/woo-admin_ce-export_settings.php
———————————————————————————————————————————————————–
FOUND 0 ERRORS AND 1 WARNING AFFECTING 1 LINE
———————————————————————————————————————————————————–
75 | WARNING | INI directive ‘safe_mode’ is deprecated since PHP 5.3 and removed since PHP 5.4.
———————————————————————————————————————————————————–FILE: /home/coms58/public_html/stage/wp-content/plugins/woocommerce-exporter/exporter.php
———————————————————————————————————————–
FOUND 0 ERRORS AND 2 WARNINGS AFFECTING 2 LINES
———————————————————————————————————————–
149 | WARNING | INI directive ‘safe_mode’ is deprecated since PHP 5.3 and removed since PHP 5.4.
323 | WARNING | INI directive ‘safe_mode’ is deprecated since PHP 5.3 and removed since PHP 5.4.
———————————————————————————————————————–Forum: Plugins
In reply to: [AMP for WP - Accelerated Mobile Pages] Certain WP functions not workingHi @ampforwp
Yes I do have another question. The output of
get_template_part()function gives me some page/post urls that don’t have ‘/amp’ appended. How do I convert those urls into amp urls?Forum: Plugins
In reply to: [AMP for WP - Accelerated Mobile Pages] Certain WP functions not workingLooks like it’s working. I was trying this inside the wrong template file.
Forum: Plugins
In reply to: [Contact Form DB] Minor Issue – Visit Plugin Site wrong URL@msimpson,
I’m unable to view the plugin page at https://wordpress.org/plugins/contact-form-7-to-database-extension/. It says “We couldn’t find that plugin.”Forum: Plugins
In reply to: [Facebook Comments] Comments are not being displayed at allI also noticed the same issue today on my client’s site. Is there an update for this?
Forum: Plugins
In reply to: [Conversion Tracking for WooCommerce] Error in Checkout pageAny update on this? So how can I use a return URL in PayPal as it currently fails?
Forum: Plugins
In reply to: [WooCommerce] Incorrect review countI unapproved one of the comments and re-approved it again. That resolved the issue. Thanks.
Forum: Plugins
In reply to: [WooCommerce] Incorrect review countThe reviews are both approved. There is nothing pending in the backend. The reviews appear fine on the front-end. It’s just the incorrect total review count that is displayed on the page. Any other suggestion?
Yes the files are still there in /wp-content/languages/plugins after updating the plugin. So that’s working well.
In your comment, you said there is a filter to change the path of the language files. Can you let me know what filter that is?
Forum: Plugins
In reply to: [Facebook Comments] Moderation Tools gone from only certain pagesI had the same issue. I also clicked on “Fetch new scrape information” in debugger and it resolved the issue.
The debugger complained that the
og:typemeta tag was not found. For some reason, it skipped that tag on the page. Not sure why this would happen.Yes. I simply moved the .mo and .po files to /wp-content/languages/plugins directory. That seems to provide an override.
Yes that will work. Are you saying it cannot be changed through
do_action()?