I m having a weird problem, It was working all well, Suddenly, what happened is that if I add Two or more products in my cart and THEN Delete any ONE, all the products disappear from the cart. After I reload/refresh the page, the REST of the products (not Deleted one) come back again. The same goes for the other products.
At first I thought it has to do with W3 Total cache plugin, so I disabled it. Then I disabled Minify in Cloudfare CDN. Then disabled all the plugins in wordpress. Then I switched to Twenty Seventeen Theme- ALL WENT IN VAIN. I have no idea what is messing with this, I doubt its javascript. What do I do now. Plz check the problem Here. I was just a day away from making this site live.
After spending one hour I finally fixed it. Who knows that a single setting will mess this whole things up. As soon as I changed the "HTTP Referrer Policy" to 'no referrer when downgrade(browser default)' , the problem got fixed.
I have no idea how it messed up with my javascript.
Related
Edit: The page code can be found on my page URL. I don't know where the fault might be. Please help.
Problem:
When we click to the chess puzzles page for the first time, they work. However, the boards vanish when we re-click to them from the homepage.
Demo:
This is the home page.
You click on a player's picture and you are taken to this page. Please note that the boards appear in this one.
But you see that link to go back to the puzzle list. You click on that and you land on the home page again.
Now, if you click on any of the players' photo (or even the same player's photo), this is what you get.
From now on, none of the puzzle links would work.
You can check it yourself at chess-puzzle.com.
Few information:
The site used Cloudfare. I tested with Cloudfare (inactive) a few minutes back yet the problem is not resolved.
I validated JS and it seems to be okay.
I have only one CSS file on my own (mycss.css). Other external files came with the piece of software.
I don't know which code to share because I don't know why this might happen. Though I can share any code by editing this question if asked for.
Can anybody please provide an answer to this.
The problem is that you have the attribute async in the scripts (jquery, chessboard) and that means that they do not load in any particular order.
But, the chessboard uses jquery at some points so if the chessboard script loads/runs first it will crash because it does not find jquery.
The script at the bottom will also fail as it might run before jQuery is loaded.
Finally you have included the chessboard script twice in the `head.
The best solution for your case would be to move the scripts at the bottom of the body, right above your inline script and remove the async attribute from them.
so ive searched through various methods on Woocommerce, turned off all my plugins (except woocommerce)
for the life of me i cannot figure out why some of the products on my shop change the primary photo upon load
for example
Changes by itself
http://www.bsdacademysandbox.com/peppertint/?product=bristol-3
Works normally
http://www.bsdacademysandbox.com/peppertint/?product=adams-3b
I've checked and rechecked the page, the information, reuploaded the images but it only occurs on some products, it looks like JS has a part to play - i cant seem to isolate where and what.
Would love some help - thank you so much in advance!
Please let me know if i can provide any other details
Hey all wanted to report it was a silly mistake, need to always make sure that the image i use for the default variation to show should have the same feature image.
So basically i had a feature image, but the variation changes to the default one which also was swapping my main image on the single-product page.
just made an XKCD app for a mean stack class Im taking, and Im getting pretty close to being done, but one doggone visual bug thats pestering me, with angular animations:
here is my deployed app:
https://desolate-savannah-69543.herokuapp.com/#/
and here is the code:
https://github.com/nevaldiv/project4_relevant_xkcd
the issue is likely in my CSS I think the animations.css specifically, but am unsure.
but CSS is not my specialty so, really dont know.
for example, if you click on the checkbox filter for 2008 over and over, you can see that the ng-repeat div's popup slightly to the right? and 'ghost' or leave trails as they pop into their final resting position more towards the left, the heck is causing that? is that some CSS stuff outside of my angular-animations.css causing that? how can I diagnose that if its so fast and then gone, I feel like I need experienced eyes on it.
Ive tried but for the life of me cant seem to figure out what the heck is causing it.
anyway, feel free to tinker on my app thingy, I didnt have enough time to tie together my token auth with (or my user model with my comics model at all, even, besides schematically) anything, so its mostly just what you see on the landing page thats all the meat I got.
some more info (cant post more than 2 links)
here is the link to potential trouble code:
https://github.com/nevaldiv/project4_relevant_xkcd/blob/master/public/css/animations.css#L72
I have a problem with my Magento 1.9 CE webshop.
When you order products the next button is not showing up on the checkout page, nor orders can be placed.
Things i have tried so far:
I installed a one page checkout plugin to see if this will work, it doesn't.
When you click on the "Place order now" button it rederects back to the one page chekout overview page.
I uninstalled all 3rd party plugins via magentoconnect, still no succes.
used the default theme to check if the checkout process will go true, also no succes.
used the original prototype.js file, because via firebug i noticed some errors on this file. also no succes.
i have been googling for 4 days now trying to search for a solution, but i cannot find the problem, there are a lot of solutions for checkout problems but none of them seem to work or are simmilar to my issue.
Is there annyone who can maybe help me out?
I also have a cookie notice when visiting the site, can also not click on agree to make it dissapear, i have a feeling this is related to the checkout problem.
The URL of the webshop is: https://www.pepstore.nl
any help would be very much appreciated!
I'm not sure what I did to break this because it was working fine for a while but I can no longer add products to the WooCommerce cart in the site I'm working on. On every attempt I get the "Please choose product options" message in return.
I have a selected price for each variable yet it still doesn't work. I'm thinking it could have something to do with the quantity selector of that could possibly not be going through.
There may also be a conflict with some jQuery libraries and I have been told to check for errors but I have tried countless times to approach this and I just can't find the solution and this really needs to be fixed as soon as possible.
Any information or help anyone can provide would be greatly appreciated.
Here's an example page of a product to test it
http://www.coreytegeler.com/bolivares/shop/marquez-button-down-cardigan-2/
I had the same problem and fixed it. It was a caching issue on my host. Once they excluded certain sessions/cookies to be cached (on server side) all started to work again.
Did it work okay before you upgraded to the latest version of Woocommerce?
<!-- WooCommerce Version -->
<meta name="generator" content="WooCommerce 2.0.3" />
Woo recently did a major upgrade to their ecommerce engine, and it may need tweaking to work with your current theme.
One thing you can test is to temporarily switch to a different theme which is known to work with the up-to-date woocommerce, e.g. http://www.woothemes.com/products/mystile/ which is a free theme from the Woo folks themselves.