i'm trying to fix a strange issue of my website.
I use latest wordpress version with woocommerce and wootheme.
I really don't know when it started that problem.
The problem is very simple, when i am in backend often i can't change page, i can click everywhere but reloads the same page.
For example if i am in Posts>Example1 and i want to go to Pages i click on it, i see "?post_type=page" but reloads Example1! is very frustrating because to change page i need to wait many secs or mins.. like a cache problem but i disabled all plugin cache!
If i hold 30 secs and i click the page loads correctly.
Sometimes that same problem appears in website, not only in backend.
For example I tried to add a product to cart, after adding I put it back and the problem recurred, the page is reloaded and the product was always there, I had to clear the cache manually (Ctrl + F5) and then worked.
Related
So I have this problem with this Santu WooCommerce plugin, so this plugin will open an iframe every time someone click the product link, this iframe will open a checkout page from santu.
So the problem I had is I think there are some conflicts on wordpress themes and santu CSS/JS. Here is the screenshot
before I click the product link from santu.
After click the add to cart
what happened after click the santu link
So what I want is to prevent the assets (CSS/JS) from Santu Site affected my website. So I already googled it and found about the iframe sandbox, but when I added the sandbox attributes, it's broken the santu as well.
So is there any solution about this?
maybe some function in WooCommerce that can fix this problem?
Thank you.
Here's the video
Of course, there is needed much more information, example (at least link to that site too) and there might be needed further (and deeper) dig into those files and etc, which can be hardly achieved with this Q/A format.
However, as an ugly alternative (as a temporary solution, if you can't fix it better) is that the add-to-cart JS action should be triggered into the new window-frame (which will be closed automatically) and thus, the initial page's design won't be messed up.
If that's possible, here is phseudo-concept:
clicking on "add-to-cart" triggers window.open( window.location.href + '&xyz')
if(window.location.href.indexOf("&xyz") > -1) then trigger add-to-cart window.
closing that window should trigger window.close();
I'm using WordPress 4.6 with Divi theme.
A project page behaved funny so I deleted it.
Now I wanted to build it again with the same slug, but the deleted page still shows up under that slug.
I deleted the trash
I deleted the browser cache
even opened an incognito tab in Chrome
I even changed the slug at the time the old page appeared. Now the deleted page still shows up. But under the NEW slug.
Completely lost here.
What can I do?
Thanks!
Have you actually deleted the page, and not just left it in 'Bin' or 'Trash'?
If you're logged in as Admin, I believe deleted, and draft pages still show as normal so you can preview them.
Try logging out of /wp-admin/ and see if you can still access the page. If it says 'Page not found', then your page is still in Wordpress and hasn't been deleted.
In Appearance > Theme Options > Front Page Section 1 Content you can edit what pages show on that first scrolling screen. This also drove me mad for a while till I figured it out.
I had this kind of problem because an image had the same name as a page.
When I add a product to my cart, I see the product added via Ajax. Nothing wrong.
When I go to the previous page, my shopping cart is back empty until I refresh the page. I'm using FF or Safari. I don't have this problem in google Chrome (Cart shows the items I added, also when I go to the previous page.
I have a basic up-to-date wordpress installation without any plugings activated. Have this problem in several themes. This sounds like a caching problem. Anyone with a solution? I do not have any custom code, this are all options from the standard woocommerce installation.
I have a mysterious problem with my wordpress theme : HiTech from SMThemes. I nearly finished my website and didn't notice the problem until today : I realized that when I was accessing my (static) homepage from the menu, some of my plugins (slider and contact form) wouldn't display. But when I would refresh the page, my slider and my contact form would reappear.
The reason I didn't notice the problem is that the only page who had those plugins were on my homepage and that I never tried accessing my homepage from the menu until now... So after I realized that I tried adding sliders and contact forms on my other pages to see if the problem was only with the homepage. The same problem appeared : when accessing the page from the menu, the plugins wouldn't display. I checked the URL in the menu : the exact same than when I refresh the page...
I tried to compare the source code of the page refreshed and the one not displaying the plugins with firebug and I realized that there were empty DIV tags when the page wasn't refreshed (where the plugins were supposed to be)...
I found that really weird, I tried to use other plugins and in most of the cases the problem occured. Though I did end up finding plugins with which I didn't have to refresh the page I am really curious to know if someone knows where the problem comes from ?
Hi I recently installed wp-ecommerce on a site i am working on. I had previously tried to change the page that the shop appears on by creating a new page and copying the shortcode from the original 'products-page' to my new page 'our-products'. Pretty pointless i realise now. I decided against this and just used the original page - but now when i go to 'products page' everything including the checkout etc works perfectly except when you click on a product to view it on its own page. it jumps to domain/our-products/... and the page is broken.
I tried to change all the settings in wp-options to the original page but it makes no difference. I went into phpmyadmin and found references to the 'our-products' eg the wrong page in the wp-options table. If i change these to the correct page should it work?
What is also weird though is when I delete the 'our-products' page the entire store stops working.
Here is the site product page: http://www.nuvogadgets.com/products-page/
Here is what happens when you click on a product: http://www.nuvogadgets.com/our-products/product-category/test-product/
Cheers Paul
Take a backup(!) and then install the Store Toolkit from Visser Labs, and relink broken pages from that.