I'm having a weird issue with product.carousel not displaying for anon users. When logged into my Plone site, I can see the carousel just fine. The moment I log out, it's gone. The workflow is set to single_state so it publishes automatically. I've also double checked to make sure each carousel banner is 'Published'...still no luck.
I'm on Plone 4.2.1.1 if that makes a difference.
Related
when go to paypal signin page I have page with broken layout ( seems problem in css ). Screenshot attached here https://snipboard.io/QGnx6K.jpg
Strange, but after this stage there is normal style webform but when go to the transfer money there are again css problem and button for transfer just don't work. It disturbs all opportunities
I tried to solve this by clearing cache and cookie browser, use another browser, install another browser but nothing helped. Also this problems reproduced on two my computers but when I tried third computer of my friend - all was fine and I could do transfer.
So how case could be fixed for my computer?
I've been experiencing the same thing. And it was all ok like a week or two ago. So I mean it's an issue on their end. Or we have some troubles with Paypal in our region (because the government promised to put some restrictions on Paypal very soon, maybe it has begun already?)
I manage a Wordpress page that had this issue before, but after doing some caching configuration (W3TC) the product list in shop page started disappearing more frequently. The only thing that brings it back is opening the page in page editor and pressing "update", no changes should be made. Purging all cache also does not help (pages are built using DIVI page builder).
So far I have reverted all of the changes that were made before, but that has not decreased the frequency of the issue.
Because of the store being live, I am not inclined to do plugin uninstalls as it can damage the page even more (Issues of page CSS not loading properly were seen before, purging cache helped in that case)
One thing that I thought about is making some kind of script that updates the page automatically as a temporary solution (a new site is going to be made eventually)
What could be done to either troubleshoot this issue in safe way or at least create an automatic page update script?
-WordPress 5.1.1 running Divi theme, Woocommerce version 3.5.7-
You say page "started disappearing more frequently", do you mean page is loaded but content disappears or it whole page does not load?
Try turning off Minifying in W3TC. I had this problem few times and always a problem was typo in CSS.
In W3TC in General Setting there is possibility to enable Preview mode, turn this on always before deploying. Turn on preview mode, check if everything is Ok, test, search for bugs. And only when you are sure that everything works fine then deploy it.
Thank you Vladimir for the tip about preview mode. The bug unfortunately is not in the CSS though because minifying is not enabled in W3TC.
By "disappearing more frequently" I mean Header and Footer being fine and Body being only partly loaded - Broken page screenshot
However, I have tracked down the issue to woocommerce itself. It seems like the default set shop page is the one crashing regularly. I did not find solution to the initial problem, but I found a trick that works, at least for now.
I created a new Shop page, but instead of linking it in Woocommerce settings, I just included a [products] shortcode. The previous page is still active, but not visible to user. Even if the shop page itself crashes, products are still visible and purchases are possible.
I have a wordpress website with a survey that is shareable using social sharing plugins (I currently have mashshare as well as a hand coded button and both have the same issue). This survey is hardcoded in PHP file so none of its contents can bee seen in the visual/text tabs of wordpress.
My problem is that when I change the share image and the text, both do not update when I share them to facebook. I can even delete the text and place a new one in and it will only show the original image and text and will not update.
i have a developer in india that claims he "fixed" this issue but he somehow got it to refresh one time. The problem still persists when I attempt to change the image or text.
Any idea how he got it to refresh OR how to fix it completely?
by the way, sharing on the rest of the site works perfectly fine.
Facebook cacheds the OG data, it is not meant to be changed the whole time and will even be locked after a while afaik. You can refresh it manually in the debugger: https://developers.facebook.com/tools/debug/
I have a strange problem and my PM requires me to fix it. None of my colleagues could help me.
I've added a functionality to existing ASP.NET WebForms page. I involves a button to share the link by facebook. But when sharing in someone's profile a strange image of Adobe is appearing:
Undesired Image
It is even more strange that after a few seconds it disappeares. Tried everything - to give a parameter to the facebook URL with images[0], also from the meta tags in the master page. No result. Supposed the facebook may have cached the link, but when I tried from my home PC the result was the same.
Any advice how to remove the adobe pic?
I've just finished creating a new custom theme based on the underscores framework, and It's ended up breaking my current wordpress installation after applying it.
Although everything is running fine on the front end, the back end is running really weird.
The following issues have presented themselves:
Trying to add a new post (either regular, or one of the new custom post types I've defined) just results in a blank page. Although the post has been created, the admin section gets stuck on the wp-admin/post.php page.
My media library no longer shows up in the media browser. Although all 6,000+ images are still there, none show up.
When logged in, it takes ages for the page to load in the Wordpress admin bar, as it appears it can no longer display the site stats (it just shows the broken image icon after it's finally finished loading in, when the new theme is selected).
I've tried to refresh the permalinks, but this hasn't worked.
Any ideas? I was hoping to re-launch my website today, but it looks like I might have to put it on hold...
Get ahold of the devs for your framework. Your experience is not an uncommon one. It has happened to my sites several times. Unless you want to tweak the php yourself, they will have to help you.
Managed to sort this out. Turns out a function I had written to add a custom field to menu items broke the entire back end. Thanks for the help everyone!