Pramathesh
Forum Replies Created
-
Forum: Plugins
In reply to: [Redis Object Cache] Add per page flush/cache exclusionSo, let’s say my product price changes dynamically based on the visitors IP. Redis will still work as intended, right?
Here is the entire error
2018/06/24 14:34:02 [error] 2637#2637: *1572 FastCGI sent in stderr: "PHP message: PHP Warning: Illegal string offset 'Connection' in /var/www/html/domain.tld/public_html/wp-content/plugins/aftership-woocommerce-tracking/api/class-aftership-api-authentication.php on line 20
PHP message: PHP Warning: Illegal string offset 'Host' in /var/www/html/domain.tld/public_html/wp-content/plugins/aftership-woocommerce-tracking/api/class-aftership-api-authentication.php on line 20
PHP message: PHP Warning: Illegal string offset 'Aftership-Wp-Key' in /var/www/html/domain.tld/public_html/wp-content/plugins/aftership-woocommerce-tracking/api/class-aftership-api-authentication.php on line 20
PHP message: PHP Warning: Illegal string offset 'User-Agent' in /var/www/html/domain.tld/public_html/wp-content/plugins/aftership-woocommerce-tracking/api/class-aftership-api-authentication.php on line 20" while reading response header from upstream, client: xx.xx.xx.xx, server: domain.tld, request: "GET /?aftership-api-route=%2Forders&filter%5Blimit%5D=100&page=1&method=1&filter%5Border%5D=ASC&filter%5Borderby%5D=modified&filter%5Bupdated_at_min%5D=2018-06-14T11%3A51%3A52&filter%5Bcreated_at_min%5D=2018-04-25T09%3A04%3A02&key=ck_c95a28fcf92ca669e4a2c644a67955f7 HTTP/1.1", upstream: "fastcgi://unix:/run/php/php7.2-fpm.sock:", host: "domain.tld"
I’m using WP Rocket coupled with SWIFT Page Builder. Cache was cleared before testing.
Forum: Plugins
In reply to: [Plugin Organizer] JSS/CS ConflictI fixed this one by enabling all the plugins on the home page.
Forum: Plugins
In reply to: [Easy HTTPS Redirection (SSL)] NGINX SupportAnother thing I’ve noticed is on my last server, I would get the could not get redirection location from pingdom. I had nothing on NGINX error logs. I could not resolve it no matter what. Would you want to take a look at it and see if this is caused by the plugin?
Forum: Plugins
In reply to: [Plugin Organizer] JSS/CS ConflictHey apologies for the delayed response. I never got an email from WP. Nonetheless, I am using WooCommerce for the store. I’m getting the following error with the plugin installed on Checkout
TypeError: r.order_data is undefined [Learn More] stripe-payment-request.min.js:1:4699 Error: The selector you specified (#stripe-card-element) applies to no DOM elements that are currently on the page. Make sure the element exists on the page before calling mount(). v3:1:9820 TypeError: r.order_data is undefined [Learn More] stripe-payment-request.min.js:1:4699
This doesn’t happen when I have the plugin disabled though
Forum: Plugins
In reply to: [WooCommerce] Email Hyperlink ColorJust finished customizing the emails. I guess there is a huge trade off between pretty looking HTML heavy emails going to promotion or a simple and lucid looking email going to Primary Tab.
Forum: Plugins
In reply to: [WooCommerce] Email Hyperlink ColorIt worked! Finally, also found that changing the color in the code marked below makes it quicker and easier.
a { color: #0000EE; font-weight: normal; text-decoration: underline; }
Thanking you once again @lorro wouldn’t have been possible without you ??
Also, is there any way I can customize the woo emails? Add buttons for Checkout/Add to Cart text, like you’d receive from other stores?
Forum: Plugins
In reply to: [WooCommerce] Email Hyperlink ColorTried what you just mentioned. Changed the template color to #0000EE and made appropriate changes to #template_header. Here’s how the file looks now, still a no-go. The header section is still colored #0000EE whereas it should be #252525 based on the changes made, is this correct?
.link { color: <?php echo esc_attr( $base ); ?>; }
#template_header { background-color: #252525; border-radius: 3px 3px 0 0 !important; color: <?php echo esc_attr( $base_text ); ?>; border-bottom: 0; font-weight: bold; line-height: 100%; vertical-align: middle; font-family: "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif; } #template_header h1, #template_header h1 a { color: <?php echo esc_attr( $base_text ); ?>; }
Forum: Plugins
In reply to: [WooCommerce] Email Hyperlink ColorThis is how the new line looks like under the child-theme/woocommerce/emails/email-styles.php
.link { color: #0000EE; }
Still not working, all links in the content have changed to the base color that I’ve selected for the theme i.e. #252525
Forum: Plugins
In reply to: [WooCommerce] Email Hyperlink ColorLet me try it out end report to you. Thank you for your time.
Forum: Plugins
In reply to: [WooCommerce] Email Hyperlink ColorHey, thanks for the response. The issue is with woocommerce emails. Changing the theme color also changes the url link color on the email. I want to retain the regular link color for the url while changing the base color of the template.
Those are the only two settings that need to be changed? I see lot of other settings under upload preset.
Have you got it to resolve yet? I’m facing the same issue at my end too.
Even I’m facing the same issue. Did you have it resolved yet?