kaylynnej
Forum Replies Created
-
Forum: Plugins
In reply to: Problem with variable products SKUOK I just realized that those SKUs were used three simple products that were not permanently deleted from the shop.
I deleted them and now everything works fine…
By bad! -_-”
I also tried to uninstall and reinstall the plugin, but it doesn’t work.
Hi,
I am also getting the error message:
“Something went wrong with your backup. It looks like another process might already be trying to backup your database. Please try again in a few minutes. If the problem persists please contact support.”
I tried the above solution (creating the path manually for the backups and setting the permissions to 750) but it doesn’t work. I have also tried to erase the log files since that’s what caused the error on another one of my sites.
Any idea on how to solve the problem??
Hi Jeremy,
I’ve just looked into my client’s Facebook page settings to discover he had restricted the page to Canada only. I removed the restriction and now everything works out fine.
Thanks for your help! ??
Wow… I would like to try that for myself!
How do you proceed to whitelist a website? (if you don’t mind giving me a hand ??
Hi,
I have a similar issue:
I’ve installed the Jetpack Facebook widget and I also have a white box appearing where the box should be.However, this is only happening in Google Chrome… Everything works fine in Safari and Firefox. I am using Chrome version 28.0.1500.95.
Here is the link to a page of my website:
https://goutezlotbiniere.zonart.ca/marche-public/FYI: I am using the Directory theme, but I noticed this is also happening on my website using the King Size theme.
There seems to be an incompatibility problem between Jetpack and Chrome…
Any idea on how to fix this?
Thanks again for your help!
Forum: Plugins
In reply to: [The Events Calendar] Warning: Illegal offset type in isset or emptyHi,
Yes, I did contact the Directory theme author and he gave me an answer very similar to yours…
However, I did manage to hide the warnings by writing
ini_set( ‘display_errors’, 0 );
at the top of my wp-config file. But I know this does not fix the problem!
Forum: Plugins
In reply to: [Page Security & Membership] Plugin is generating warningsdmccan:
This post might help (worked for me):
https://www.ads-software.com/support/topic/warning-error-creating-default-object-from-empty-value
It worked for me as well! You juste have to write the code:
ini_set( 'display_errors', 0 );
at the top of your wp-config file.