truex
Forum Replies Created
-
Forum: Plugins
In reply to: [10Web Social Post Feed] Error while saving/ applying changesTo be honest, I do not understand the first section of your answer. I am an admin of the facebook page from which the post will be fetched. I am using same credentials to log in to developers.facebook.com.
I now get an error: (#10) To use ‘Page Public Content Access’, your use of this endpoint must be reviewed and approved by Facebook. To submit this ‘Page Public Content Access’ feature for review please read our documentation on reviewable features: https://developers.facebook.com/docs/apps/review..
Thank you
Forum: Plugins
In reply to: [YITH WooCommerce Quick View] Remove Quick View, Add to Wish List, etcI managed to remove them by myself. Add the following piece of code to the theme css file and it does the magic:
.product_list_widget .quick-view{
display: none;
}
.product-interactions {
display: none;
}Forum: Plugins
In reply to: [WooCommerce] “Uncategorized” product category still showing after 3.3.1@ohrn it works but only for product sidebar. The Hide empty categories feature is not available within Shop and Home sidebars 🙁
Forum: Plugins
In reply to: [YITH WooCommerce Quick View] Remove Quick View, Add to Wish List, etcanyone?
Hi, reinstall helped. Thank you
Not sure what else I can do there. Shall I try to reinstall the plugin?
Cron Jobs are on
Hi yes it is set to 1 minute intervals.
I will check the cron jobs then.
thank you
Forum: Plugins
In reply to: [10Web Social Post Feed] Display photos in facebook feed@addbrads I have disabled all plugins at once and then enabled one by one checking and refreshing the website at the same time if this reflects on pics shown in facebook feed. I think it was caused by one of java optimizer/ cache cleaners. Not sure but I deleted it so I just do not remember.
Forum: Plugins
In reply to: [10Web Social Post Feed] Display photos in facebook feedI have disabled couple of plugins and it now works good.
- This reply was modified 8 years, 2 months ago by truex.
Forum: Plugins
In reply to: [10Web Social Post Feed] Display photos in facebook feedThe thing is that this checkbox is checked and photos were displayed there but somehow they disappeared. I wonder if an installation of another plugins could have caused that?
I will try to disable all plugins and activate the feed one only.
Thank you
Forum: Plugins
In reply to: [WooCommerce] Duplicated totals in cart preview and checkoutResolved it myself
Forum: Plugins
In reply to: [WooCommerce] Change Text on Order Received page in WooCommerceHi the translation has been done 100% here.
The strange thing I noticed is that when I replace thankyou.php file with the old version of woocommerce thankyou.php file, the ‘thank you.your order has been received’ gets translated into Polish.
I had to manually translate the message within thankyou.php file and it now works fine.
Thank you for your help