Forum Replies Created
-
AuthorPosts
-
adminKeymaster
All our plugins remain compatible with WP 5.7.2
adminKeymasterFor me, I can view the gallery fine in Firefox. When you have discrepancies like the one you explained, it usually means that there is a page caching issue. So in one browser you are getting a cached page served by the host. On another browser you may not be getting a cached page. That will create inconsistent behavior like the one you explained.
Does your hosting provider use any kind of caching?
Also, I am seeing the following warnings in the console for your site.
Tracking Prevention blocked access to storage for ....
I am not sure if you have something on your site that is stopping the cookies from working correctly. The password feature won’t work without cookies working correctly.
adminKeymasterPost a URL to the page and tell us how to see the issue on the page. I should be able to have some clue after that.
adminKeymasterYou had subscribed to all those topics that was causing bbPress to send notifications. I have just gone through your profile and unsubscribed the profile from the topics.
You can see all your subscribed topics here:
https://support.tipsandtricks-hq.com/forums/users/shobha_ponnappa/subscriptionsadminKeymasterFYI – Replies to your email is bouncing again.
The add to cart button shortcode is the same as the normal add to cart button. Since the item gets added to the cart, the checkout option is selected from the shopping cart.
So you can use the standard add to cart button shortcode as shown in the following shortcode documentation:
adminKeymasterWhat error do you get? Did you verify that the return URL that you specified is a valid URL? Enter that URL in the browser’s address bar to make sure there is no typo in the URL you have entered in the settings.
adminKeymasterYou are currently using the following feature which won’t show the REAL registration form to free users until they confirm the email address:
Disable that feature so you can test and see how the normal registration form looks like with the custom field.
adminKeymasterUncheck/Disalbe the following option from the emember settings (if you enabled it):
Disable Simultaneous Member Login
Also, check all the after login redirect URLs (that you may have specified in the plugin’s configuration) and make sure they all use HTTPS URLs. Redirecting to non-https URL can drop the login session (given you are using HTTPS for your site).
adminKeymasterThose are placeholders. You can target those using something like the following:
#wp_emember_user_name::placeholder { color: #DDDDDD !important; }
The above is an example CSS code that should target the username field’s placeholder text color and change it to #DDDDDD
The following is another example that can be used to target all the placeholder texts of the registration form and change the color to blue:
#wp_emember_regoForm input::placeholder { color: blue !important; }
adminKeymasterFrom our plugin’s point of view, there is no impact from this.
If your server has any firewall whereby it only accepts IPN messages from certain IP addresses, then you need to ask your hosting provider to update that firewall to include the new IP addresses.
adminKeymasterI have sent you an email so you can reply back to it and attach the log files.
April 24, 2021 at 5:53 pm in reply to: Require small CSS tweak help for eStore Terms & Conditions checkbox label #82936adminKeymasterPost the URL of the page so I can view the page in my browser to inspect the HTML and CSS code. Then we should be able to give you some suggestions.
adminKeymasterThe following tutorial could potentially be helpful for you also:
Create a Grid Display for Your Products Using the WP eStore Plugin
April 18, 2021 at 4:46 pm in reply to: Regarding Terms and Conditons for eStore, Affiliate platform and eMember #82890adminKeymasterTerms and conditions for each business will be very specific that business or website. For some examples, you can always do a google search and find many examples online.
You can take a look at our terms page for an example also:
FYI – The emails sent to your website is bouncing back. My last two replies to you bounced. So you may want to check that with your hosting provider.
April 18, 2021 at 4:37 pm in reply to: Moved to new server machine but products info not showing up? #82888adminKeymasterGlad to hear it.
-
AuthorPosts