mackiecompany
Forum Replies Created
-
Forum: Networking WordPress
In reply to: HTTPS multisite SitegroundThanks George, I’ve decided not to use multisite now. It’s a bit complex for me.
ScottForum: Plugins
In reply to: [WooCommerce Square] Sync draft products with SquareUpHi
Thanks for confirming, i double checked everything between the two products and the information is the same.
Simple Product
Sync with Square [checked]
Manage stock? [Synced with Square]In the end we used the wholesale suite plugin and set it to “Wholesale Customer”
Catalog; Hidden
https://wholesalesuiteplugin.com/Thanks
ScottForum: Plugins
In reply to: [WooCommerce] Tax display for UK including VAT. Hide VAT in USA.Hi,
Thanks for you quick reply.
multiple WordPress instances is that Multisite?Thanks
ScottForum: Plugins
In reply to: [WooCommerce] Product ImagesElementor has sorted this now.
Thanks
ScottForum: Plugins
In reply to: [WooCommerce] Product ImagesHi oneofall, that could be the issue. I’ll test the plugin.
Thanks
ScottForum: Plugins
In reply to: [WooCommerce Weight Based Shipping] Free ShippingHi Dan,
Thanks for quick reply. This is working now.
Cheers
ScottThats fine, I think I had the second line removed with your plugin.
Hi Beda
I’m not sure I fully understand.
For the custom post type do I use the slug “collaboration” or the plural name “Collaborations”?https://sg-demo2.getondigitaldesign.co.uk/category/collaborations/
if the parent is a page about_us_and_collaborations
https://sg-demo2.getondigitaldesign.co.uk/about_us_and_collaborations/where does that go in the code below?
add_filter(‘wpseo_breadcrumb_links’, ‘add_my_ancestors’);
function add_my_ancestors($links) {
if (get_post_type() == ‘collaboration’) {
$parent = get_post_meta(get_the_ID(), ‘_wpcf_belongs_company_id’, true);
array_splice($links, sizeof($links) – 1, 0, array(array(‘id’ => $parent)));
}
return $links;
}Many Thanks
ScottForum: Plugins
In reply to: [YITH WooCommerce Quick View] Quick View – Beaver BuilderHi
That was a good suggestion, i turned beaver themer of and it works with just Generate Press theme. I’ll contact them.
Do you have a screen grab of what the defaul quick view looks like with the free version?
Thanks
Scott