streamworksaudio
Forum Replies Created
-
That has seemed to fix it. I will let you know if I see any further issues.
Thanks
Forum: Plugins
In reply to: [WooCommerce] ratingCount Schema and Google SnippetsHi Dustin,
As mentioned in the Github discussion, I wrote a filter to remove the ratcingCount. After doing that the snippets began showing ‘reviews’ instead of ‘votes’ again.
In case any else comes here via a Google search, this is the filter I wrote…
function filterSchema($markup){ unset($markup['aggregateRating']['ratingCount']); return $markup; } add_filter('woocommerce_structured_data_product','filterSchema');Cheers
Forum: Plugins
In reply to: [WooCommerce] theme woocommerce.php not overridingThanks Caleb,
I have corrected it and calling the woocommerce support on the correct hook.
Forum: Plugins
In reply to: [WooCommerce] theme woocommerce.php not overridingOK – that fixed it. Strange that it worked before. But it looks like I did not have it correct.
Forum: Plugins
In reply to: [WooCommerce] theme woocommerce.php not overridingIt is being hooked into ‘init’. I will change it to ‘after_setup_theme’ and see if that helps.
Forum: Plugins
In reply to: [WooCommerce] theme woocommerce.php not overridingThanks Mike,
I already have add_theme_support( ‘woocommerce’ ); in my theme so that cannot be it.
My woocommerce.php had some custom sidebars that helped filter the products. But now I just get the product grid.
- This reply was modified 8 years, 3 months ago by streamworksaudio.
Thanks for the reply Daniel.
What I was thinking was having a popup fire when there is a WooCommerce message class in the page. The pop-up would hold the WooCommerce message. This might be trickier than I thought. Not a huge problem… just wondering if it was at all possible.
Cheers,
ChrisHi Daniel,
No worries, like I say this is not a show stopper. Just something I noticed.
Is ‘popup’ the registered post type? This one does show up in VC’s list as to which post types to show the VC editor on.
https://drive.google.com/open?id=0B5QmcW_8DZ4MWU5mT24yV25jUDQ
Cheers
Forum: Plugins
In reply to: [Media Library Categories] Set category when uploadingThanks, Jeffrey,
Is it the correct behavior that the plugin shares the same categories as the posts? I was hoping to have a category list for just the media library.
Cheers
Forum: Plugins
In reply to: [Mailgun for WordPress] Mails being sent from wordpress@mydomain.comSorry for the delay in getting back to you.
It appears that the problem was resolved with 1.5.4. I do see this morning that there is a 1.5.5. I will update it and let you know how it goes.
Cheers
Forum: Plugins
In reply to: [Mailgun for WordPress] Mails being sent from wordpress@mydomain.comI have installed 1.5.4 – I will wait till the next order from WooCommerce if the problem persists.
Just to clarify, if those fields are left blank, then when WooCommerce sends an email it will get the from address and name from WooCommerce settings?
Forum: Plugins
In reply to: [Mailgun for WordPress] Mails being sent from wordpress@mydomain.comI have found that with version 1.5.3 installed that all my WooCommerce mails are coming from wordpress@mydomain.com (WordPress).
Is this new? I have changed them in the settings, but I am confused as to why the defaults (left blank) would overwrite the address that I have setup in WooCommerce.
Is this fixed in 1.5.4?
Cheers
Yeah I was thinking that you guys wouldn’t be able to really do anything. I was more curious as to if this was something that you guys have heard about before.
I agree that the rule should be only to the tracktion.com domain (which is really weird as Tracktion is a client of ours).
It is kinda sad that somebody can simply add a rule to a list and bam, the site does not work anymore. I have contacted the list author by email, but I have not heard back.
I think the best way to fix this would be, as you mention, to de-register the script and re-register it from a diff URL (from one of our CDN address).
Cheers
Thanks Daniel,
I hope you and yours are safe and sound after the storm.
The default lists installed with AdBlock do not stop the popups, but the Fanboy’s Annoyance List seems to be blocking the plugin based on the URL – so changing the class names I don’t think will work.
https://easylist.to/easylist/fanboy-annoyance.txt
You can see ‘/plugins/popup-maker/’ is in the list.
If you install the extension then add the Fanboy’s Annoyance List then visit:
https://streamworksaudio.com/swa-masterclass-cubase-8-5/
Under ‘Episodes’ there are some images with a play button. Clicking on them should open a popup. But with the Fanboy’s Annoyance List, the lists block the popup from opening.
Cheers
Forum: Plugins
In reply to: [WooCommerce] Shortcodes for checkoutYeah I will need to take a look at that class and see if there is something that shed some light on the issue.
The weird thing is if I change the checkout page back to the standard [woocommerce_checkout] shortcode and refresh the page, then the thank you page shows correctly.
Cheers