Ntekg
Forum Replies Created
-
Forum: Plugins
In reply to: [Quick Buy For Woocommerce] Quick buy now button not show on variable productHi,
You’re welcome.
Here’s your real challenge. If item have options, user must select them BEFORE going to cart. You can not do a quick buy on the shop page if options must be selected. Selection is done on the product page.
I noticed on the product page, you have Buy Now and Quick Buy buttons. I suggest you deactive the buy now.
You may have a number of products which can be switched to simple instead of variable. Simple products will get the quick buy button on the shop page as seen from your screen shot you shared.
Good luck.
Forum: Plugins
In reply to: [Quick Buy For Woocommerce] Quick buy now button not show on variable productHello @ankur89,
I’m sure developer will get back to you but meanwhile, I took a look to see if I could tell what trouble you have on your site.
From what I can see, the button does appear next to the Add to Cart buttons on product pages. However, your shop page has a styling issue, which maybe a conflict with another plugin.
I will say you may want to try disabling the whatsapp plugin. It seems it also created a button next to the Add to cart buttons on the shop page.
I hope this helps and is a step in the right direction.
Good luck
Hi @cheonmu
I’m not offering a solution because I don’t think what you described is necessarily a bug.
Let me try to explain as best I can. I’m sure others with more experience may be able to clarify what I want to get across.
People shop across devices all the time. So if I added items to the cart on my desktop or laptop and later, on my mobile phone return to your store. I would expect my items to be in the cart. I see an additional item I want to buy with a Buy Now button. I click that button.
I expect to be taken to the cart where I’ll find my other items plus the one I just placed an order on. At this point, I can remove items or pay for them all.
Hope this helps.
Forum: Plugins
In reply to: [Product Advisor for Ecwid] Show products by CategoryHi @glennyboy,
It looks like the plugin already has the functionality to display products by category.
Visit the plugin page at https://www.ads-software.com/plugins/ecwid-useful-tools/
Go down the page under FAQ and click ShortCode. There you will see the code
[ecwid_random_products]
You can set parameters like the example given on the page:
[ecwid_random_products number=6 per_row=3 show_price=true category=2000]
This represent you want to display 6 random items with 3 items per row with the price of the items showing PLUS only items from category 2000 will be shown.
Output: 2 rows with 3 random items per row from category 2000.
Note: the category id = 2000 in this example.
We’ll have to get the correct category id from your WP site.
Here’s a link to a how to, if you need help with that –
https://www.wpbeginner.com/beginners-guide/how-to-find-post-category-tag-comments-or-user-id-in-wordpress/Forum: Plugins
In reply to: [WPAdverts - Classifieds Plugin] Adding buy now button.Hi @seh6183
https://developer.paypal.com/docs/classic/adaptive-payments/integration-guide/APIntro/
I think the above link from Paypal developers forum may give you some help.
It seems you may be able to implement parallel adaptive payments. Payment for product would go from your website to the API which splits payment to 2 or more receivers.Forum: Fixing WordPress
In reply to: Theme conflictIt’s your child theme. It’s blocking the form validation module. Looks like
doesn’t exist.
If you made the child theme yourself, try finding the missing js file and placing it in the correct place.
Hope this helps.
Forum: Themes and Templates
In reply to: [Refur] Header call to action button and sloganGlad I could help.
Forum: Themes and Templates
In reply to: [Refur] Header call to action button and sloganI see the problem. The .header-showcase_content div has the
opacity set to 0.This is hiding the title, text and button from view.
I believe you’re using some sort of cache plugin. I suggest you deactivate the plugin and see if that helps.
If it does, great, let the plugin developer know of the issue. They may be able to fix it so that you can use the plugin with the theme you chosen.
Forum: Plugins
In reply to: [Simple Photo Gallery] Double Pictures are being createdDouble images in the pop up lightbox. Images are showing double causing the plugin not to work as stated in the plugin description.
https://ptrlive.info/umojafaync/gallery/gallery1/
@tips and Tricks HQ
This is a real issue with the plugin.
Forum: Plugins
In reply to: [Simple Photo Gallery] Double Pictures are being createdThanks for the quick reply. You are right of course, about the original image not getting ruined during watermarking by using a copy in the simple photo folder instead. You are the expert.
The images lay out on the page fine. No duplications on the page.
When I click an image, a pop-up window appears.
Than I click next in the pop-up window, I see the same photo without a caption. This is happening for me on each photo.What do you suggest I try? Could you take a second look at the site?
Forum: Plugins
In reply to: [Simple Photo Gallery] Double Pictures are being createdI’m having this issue. Here is the url:
https://ptrlive.info/umojafaync/gallery/gallery1/
Here is what I know – the wp upload folder contains a simple photo folder with the images for the gallery.
The wp media library is showing the images in the simple photo folder as well as the original photo I choose from media library.
And finally, the lightbox is showing both the image from the wp media library and from the simple photo folder. (I think?)
I really like this plugin. Keep up the good work.
I’m sorry technical support at bluehost could not help you.
Shared server hosting allows for most of the features of a dedicated server, but many providers restrict the use of important features in the Cpanel.
My company allows for control by user of outgoing connections even with shared hosting.
Sincerely,
Anthony Morgan
Natural Host SolutionsHere is a fix for this problem. The issue is with your hosting account. Their is a feature in most hosting accounts which safeguard your site from potential hackers. Outgoing connections. It’s basically a firewall. You want the plugin to be able to use your hosting account to communicate with Ezinarticles.
1. Go to your hosting account
2. Locate your outgoing connection menu
3. Under Recently Blocked Connections find ezinearticles.com
4. Allow this connectionIf you can’t locate outgoing connections
A. Contact your hosting provider for assistance
B. Tell them you want to allow outgoing connections from Ezinearticles.comGood luck.
Anthony