-
AuthorPosts
-
February 24, 2019 at 3:46 pm #1070943
Hi,
Updating the database though the woocommerce button should not cause any issues to the site, but I recommend always use the backup tool at your webhost before any kind of updating. That way the one time something goes wrong you are covered :)
Glad to hear you got it figured out, have you tried making a purchase on your site to test the process?Best regards,
MikeFebruary 27, 2019 at 9:53 am #1072224Hi Mike,
I’m doing the database update now.
Regarding Stripe, tell people to disable the stripe checkout in the woo-commerce settings. Their checkout adds an extra step to the checkout process and def kills sales. I’m pretty sure I lost several peeps to it, so PLEASE recommend that people just turn it off. I can send a screenshot of where to disable it if you need me to.
All the best,
-DFebruary 27, 2019 at 2:06 pm #1072274Hi,
That is a good tip, so the Stripe is not needed? Please add a screenshot here to help other users, To add a screenshot please try using https://postimages.org/ and pasting the image URL in your post.Best regards,
MikeFebruary 27, 2019 at 7:17 pm #1072339No problemo. Yall do an amazing job so I don’t mind giving back and helping out other ecommerce enfolders :)
Here is a screenshot of where you disable the stripe checkout: https://postimg.cc/V5pw0DXC/1a74e148This does NOT deactivate Stripe, it just keeps the Stripe CC portal on the regular Enfold checkout page instead of creating an additional “Stripe checkout” page. The less steps a customer has to take, the more likely the sale. So yes, EVERYONE should turn the damn thing off.
A small question of my own. When I share a link to my shop on IG, the following happens: https://postimg.cc/rzV6d7ds/8d834391
Is there a way to change the preview image? I know it gets pulled from the site, and I guess it defaults to our logo, but is there a way to direct it elsewhere? Maybe a plugin of some kind?Also, is there a way for me to add a text box/message in the checkout page? Aka, I want to say thank you to the customer for placing the order and stuff.
Thanks,
-D- This reply was modified 5 years, 9 months ago by Dzimnikov.
February 28, 2019 at 2:47 am #1072449Hey, I have an urgent problem that needs fixing.
On the checkout page, https://www.bonjiglass.com/checkout/ , the little credit card logo in the card number field blocks the last 4 digits of the CC number on mobile. Is there a way to move it out of the frame and next to the Card Number text?
Please see screenshot as to what I’m referring to: https://postimg.cc/p916FDjC/8fc58755
This is what it looks like on mobile: https://postimg.cc/njQ4r7Z6/4af72305Need help with this urgently. I contacted Stripe support, they said its an API issue and yall should be able to help.
Also I added a bunch of new products to the site and they aren’t showing up on mobile. I have NO IDEA WHY. Mobile always takes forever to catch up, idk why.
Thanks,
-Daniel- This reply was modified 5 years, 9 months ago by Dzimnikov.
February 28, 2019 at 4:54 am #1072467Hi,
Thanks for sharing your tip on Stripe, for changing how your link shows, I believe you can do this with the yoast plugin, please see this article. The article talks about FB, but I think it’s the same steps. To add a Message to the WooCommerce Checkout Page, please see this article.
As for the icon, it seems this is added by stripe to show which kind of card it is, probably the best approach is to hide it for mobile with this css:@media only screen and (max-width: 767px) { #top.woocommerce-checkout .stripe-card-brand { display: none !important; } }
When I check all 13 of your products show for me on mobile, and I see your Super Cache is turned off, so it doesn’t seem there should be any lag, unless your mobile device is caching on it’s own.
Does your mobile browser have a setting to clear it’s cache on every close? Or perhaps something similar?Best regards,
MikeFebruary 28, 2019 at 4:58 am #1072468This is super useful! Thank you so much, appreciate you!!!
Thanks,
-DFebruary 28, 2019 at 6:39 am #1072499March 2, 2019 at 5:51 am #1073509Hi Mike,
Yall are literally the best!!!
Quick question about “Search”. Two things.
I noticed that when people search “jack daniels honey” in the search, the “honey” option under the Jack Daniels product doesn’t show up. I then added a tag to Jack Daniels product that says: “jack daniels honey”, and still no result in search. Do I have to create a separate product, or is there a way to get the variations to show up in search.
Also, the search results page, how do I edit it? It shows all kinds of old and non-live pages that I don’t want people to have access to. How do I remove the sidebar on that page?
Thanks,
-DMarch 2, 2019 at 5:24 pm #1073640Hi,
The sidebar is showing the demo widgets because you have no widgets in the sidebar “Pages” I added a empty HTML widget into the sidebar which hides the demo content.
Please check and add the widgets you would like to show on those pages.
As for your search results, the built-in search engine for WordPress is limited, most people use one of the many search plugins to improve their search results. Here is a article that lists woocommerce search pluginsBest regards,
MikeMarch 3, 2019 at 6:27 pm #1073986Wait, so the search results page is called “pages”? whats the name of the search results page?
Also, is there a way to add videos to the product gallery? Think that would be a gamechanger for us!
Thanks,
-DMarch 3, 2019 at 6:49 pm #1073995Hi,
search.php, but it pulls the “pages” sidebar
You should be able to add videos to the product description.Best regards,
MikeMarch 3, 2019 at 7:55 pm #1074019Any way to get the videos into the product gallery, so peeps can scroll through product pages and just click play on a video? Would be an amazing feature to add if not!
March 3, 2019 at 9:34 pm #1074045Hi,
Since the product gallery is a part of woocommerce, I would think they would have an addon,
Perhaps: WooCommerce – Embed Videos To Product Image Gallery
I also found this article: Adding media/video to your WooCommerce product gallery
Best regards,
MikeMarch 5, 2019 at 4:16 am #1074624Thank you so much!
Stupid question for you. I’m getting custom orders and want to create custom products that don’t appear on our product page. I’m not sure how to do that. I know it a setting somewhere, I just can’t find it. I created a special category for custom products.
Also, do you happen to know how search indexes work? I activated the Relevanssi plugin, but have no idea how to use it.
Thanks,
-DMarch 5, 2019 at 5:37 pm #1074991Hi guys, any chance you can help me out with the product thing? How do I categorize it without it showing up in our shop?
March 7, 2019 at 5:00 am #1075738Hi,
I have not done this myself, but I believe this free plugin will assist: WooCommerce Category Locker
or perhaps these articles:
Restrict Woocommerce Products
How to Create a Private WooCommerce Category The Easy Way
How to Create (& Hide!) WooCommerce Seasonal Products & Pricing
How to Hide Categories in WooCommerce Shop Page
Let us know if any of these help.Best regards,
MikeApril 1, 2019 at 6:49 pm #1085657Hi Mike, I was able to figure it out. There is an option within the product pages themselves.
Need help with another small thingy. We are launching new categories and I want people to be able to filter between then in the shop: bonjiglass.com/shop
As you can tell, on desktop, the sidebar shows up on the right side of the page. On mobile though, the siderbar items drop below the products. I would like for the sidebar to show up ABOVE the products, that way people can see what they are searching/filtering off the bat. Is there anyway to do that? You’ve moved items before for me, so I think you can help me out. The sooner I can get this done, the better it is for our customers :)
Hope all is well. The website is working real good and I can’t thank you and your team enough. Yall are the reall MVPs. I’m actually also rebuilding my friends site (someone originally built it on BeTheme and I hate the back-end, so I switched them over to Enfold :)).
Cheers,
-DApril 2, 2019 at 5:02 am #1085823Hi,
Glad to hear all is going well and your using Enfold for more projects, thanks.
Try adding this code to the end of your functions.php file in Appearance > Editor:function move_widget_over_shop(){ ?> <script> (function($){ $(document).ready(function(){ if ($(window).width() <= 766) { $('.archive.woocommerce-page .smartphones_sidebar_active').each(function() { $( this ).find('#woof_widget-2').insertBefore('.template-shop.content'); $('.template-shop.content').css({'padding': '0px'}); $('#woof_widget-2').css({'padding': '0px'}); $('.widget-woof').css({'padding-bottom': '0px'}); }); } else { } }); })(jQuery); </script> <?php } add_action('wp_footer', 'move_widget_over_shop');
This will move the widget for mobile only, if testing the page in Chrome dev tools, please reload it in mobile view, it may not work if you try resizing the page by grabing the edge of the window and shrinking down.
Best regards,
MikeApril 2, 2019 at 5:42 am #1085838Wow, thats amazing. Perfect! As always, best support ever!
April 3, 2019 at 1:55 am #1086286Hi,
Glad we could help. This thread is getting quite long now, perhaps we should close it now and you could open a new thread if you need future help?Best regards,
MikeApril 14, 2019 at 10:53 pm #1090766Honestly, its easier for me to just have this one thread running. That way I can always revert back to it and track what we’ve done to the site. If I open a new thread for every issue I come across, I’ll have like 800 threads and itl get all confusing lol. If yall insist, obviously I’ll close it, yall are the bosses. But I’d prefer this thing grows and grows. I also share this link with my other wordpress friends so they have solutions to their web issues. Its turning into a rather solid resource :) .
I have another small problem that I know you can fix. When you get to the cart page, there is one line that I would like to either have removed, or, if possible, I’d like to change it to say something else. Here is the URL: https://www.bonjiglass.com/cart/
The line I’m talking about is: Estimate for 1514 11th street, Brooklyn, NY 11235.
I reached out to woocommerce, they gave me several solutions:
Otherwise you can do one of the options like this post on StackExchange recommends.
https://stackoverflow.com/questions/53604225/remove-shipping-estimate-message-on-cart-table-in-woocommerce-3-5
The first option of removing that line of code via a template override is the “most correct” but it requires you keeping that template override up to date as WooCommerce itself updates the template. It may not happen too much, but something to keep an eye on.
Otherwise, the second options shows how you can find the CSS to hide it. The line of text still loads but CSS will hide it from showing.
I’m cool with either option, but ideally I’d like to replace that line, using CSS, to say something like: “Your total including shipping. No additional fees :)”
Can you please help me out?
Thanks as always,
-DApril 15, 2019 at 12:33 am #1090779Hi,
If it’s good for you we can keep this thread open, but can you do me a favor, Please include your URL and admin login in the Private Content area with each post.
You see your posts are pagination for me so sometimes I have to search back 3 pages to find your site info, that’s why I keep posting it myself. I don’t save anyone’s login to my browser and I don’t try to remember this stuff because I typically help about 50 different sites a day.
Thanks :)
Anyways, I took a look at your cart, but I don’t see any address as a shipping estimate, Please see the screenshot in Private Content area.
I suspect this is based on cookies the site has placed on your browser, but as you know I have worked a lot on your site, including test purchases and my ad/cookie blocker is “off” for your domain. So I assume you have made many test purchases.
Please try logging out and using “incognito” mode, or depending on your browser it might be called “private” mode,
to see if you still see this info.Best regards,
MikeApril 15, 2019 at 12:55 am #1090784Thats weird. I tried it in incognito mode and got this line: “This is only an estimate. Prices will be updated during checkout.”
Either way, we either do Flat Rate shipping or Free Shipping, so it doesn’t depend on the person’s address at all. That text area auto updates once the IP/cookies are matched with an address, but I would rather it always say this: ““Your total including shipping. No additional fees :)”” – I think that will help reduce confusion and thus cart abandonment.
Is there a way?
- This reply was modified 5 years, 7 months ago by Dzimnikov.
April 15, 2019 at 1:26 am #1090790Hi,
I’m sure I can change any text, but I didn’t see it. Please look at my screenshot and add your own so I can help.
It probably right in my face :)Best regards,
MikeApril 15, 2019 at 1:49 am #1090792Even what you’re seeing is wrong though. The shipping cost does not depend on the customer’s address, so its totally misleading. Idk why woocommerce does that, the field should be reactive to the settings. Its really annoying, I’m gonna harass them about it lol
Here is a screenshot of what I’m seeing both in chrome incognito and firefox: https://screenshots.firefox.com/8A2sPepHy1ZDI6Wi/www.bonjiglass.com
Thanks,
-DApril 15, 2019 at 2:41 am #1090797Hi,
Ok, so I looked up the same product you had in your screenshot and I got the same as you.
So to change the text “This is only an estimate. Prices will be updated during checkout.”
to: “Your total including shipping. No additional fees”
Try adding this code to the end of your functions.php file in Appearance > Editor:function custom_script(){ ?> <script> (function($){ $(document).ready(function(){ $( "p.woocommerce-shipping-destination" ) .text( "Your total including shipping. No additional fees" ); }); })(jQuery); </script> <?php } add_action('wp_footer', 'custom_script');
Best regards,
MikeApril 15, 2019 at 5:13 am #1090824That works initially, but then if you put in a coupon code, the text reverts back to its default: its only an estimate blah blah blah.
Seems like that code above is only overriding one iteration of the section, not all of them unfortunately.
April 17, 2019 at 5:03 am #1091747Hi,
Please try this solutionBest regards,
MikeMay 10, 2019 at 1:06 am #1099107Hi Mike,
I’m trying to find cart.php or cart/cartshipping.php within the themfolders for both the child theme and the main Enfold theme and can’t find it. I’ve checked within the woocommerce files. Not sure where to find the code that needs to be replaced.
Also, weird question. On the product pages, by default, do product photos open in a separate window or does a scrollable lightbox pop-up? I remember having a scrollable lightbox, but recently had a freelance increase the speed of the site and now pictures open up in a new window. Just confirming in case I’m the one being crazy here.
Thank you as always,
-Daniel -
AuthorPosts
- The topic ‘Change background-image for mobile’ is closed to new replies.