jimting7382
Forum Replies Created
-
Forum: Plugins
In reply to: [Photo Gallery by 10Web - Mobile-Friendly Image Gallery] pagination issuethank you Asyag, the issue is solved
Image Over Image
Forum: Plugins
In reply to: [TablePress - Tables in WordPress made easy] Pagination not workingNoted. Thanks for your prompt reply and professional advice
Hi,
I am using WordPress plugin installer instead of FTP.
The website is migrated from another Cpanel.
I did try to deactivated and activated again the plugin Flexible Shipping, but it doesn’t help.
There are 2 warning message at bottom of dashboard also:
– Warning: Unknown: open(\\\\/sess_kta1kvr2fkha5kusi7mcl4pv63, O_RDWR) failed: No such file or directory (2) in Unknown on line 0
– Warning: Unknown: Failed to write session data (files). Please verify that the current setting of session.save_path is correct (\\\\) in Unknown on line 0Kindly advise how to solve the issue.
Thanks & regards
Forum: Plugins
In reply to: [Wallet for WooCommerce] Question on payment method for wallet & productHi @subratamal
What type of coding (CSS or PHP) I need to do to restrict user to pay only with wallet when purchase a product?
Kindly advise
Thank you Anton for the advice.
I will create a new topic to request support if facing the same problem again.
Forum: Plugins
In reply to: [WooCommerce] New order email not receivingSorry for the false alarm.
I checked the FAQ and I noted this:
Make sure you’re using an email address attached to your own domain in the “From” Address field in WooCommerce >> Settings >> Emails. Using your @gmail.com, @yahoo.com or similar public domain email address will likely cause emails ending up in spam folders of your recipients due to mismatch between the declared sender (servers of Gmail or Yahoo) and the actual sender (your server).I updated the “From” Address field in WooCommerce setting everything works fine
Hi Anton,
I have a question
If I activate Asset Optimization, Gravatar Caching & Page Caching, is it going to affect my e-commerce website?
Because I did use other plugin, sometimes it will affect my website layout or customer cannot view my updated products.
Kindly advise.
Regards,
JimmyHi Anton,
I activated the plugin, but the fully loaded time doesn’t reduce.
Kindly advise.
Thanks & regards,
JimmyForum: Plugins
In reply to: [WooCommerce] Customers (only) dont receive emailSorry for the false.
I found the email in Promotion tab (I am using Gmail to register customer account) instead of Spam folder.
Issue solved.
Thank you Tobias, I found the code and I should add important to the edited header and disable hover.
The issues solved.
Regards,
JimmyThank you Tobias, it works perfectly.
Kindly advise how to turn off the row hover color?
Regards,
JimmyForum: Plugins
In reply to: [TablePress - Tables in WordPress made easy] Row filter short codeAppreciated for your kind assistance
Thank you Tobias
Forum: Plugins
In reply to: [All-in-One WP Migration and Backup] Stuck at “Done activating mu-plugins”I added code below then it works
// Enable WP_DEBUG mode define('WP_DEBUG', true); // Enable Debug logging to the /wp-content/debug.log file define('WP_DEBUG_LOG', true); // Disable display of errors and warnings define('WP_DEBUG_DISPLAY', false); @ini_set('display_errors',0); // Use dev versions of core JS and CSS files (only needed if you are modifying these core files) define('SCRIPT_DEBUG', true);
Thank you
Forum: Plugins
In reply to: [All-in-One WP Migration and Backup] Stuck at “Done activating mu-plugins”I found this in wp-config.php:
/** * For developers: WordPress debugging mode. * * Change this to true to enable the display of notices during development. * It is strongly recommended that plugin and theme developers use WP_DEBUG * in their development environments. * * For information on other constants that can be used for debugging, * visit the Codex. * * @link https://codex.www.ads-software.com/Debugging_in_WordPress */ define('WP_DEBUG', false);
And I changed false > true
But it doesn’t work
Kindly adivse
- This reply was modified 7 years, 1 month ago by jimting7382.