Ashley
Forum Replies Created
-
Hey @taw22ala
I found you can manually disable Google Fonts by adding some PHP either to the functions.php OR using your favourite PHP inserter pluginI use Code Snippets by WP Beginner to insert code snippets on many sites where we’re not customising the theme heavily anyway.
If using Twenty Twenty One you can add the following snippet:
//* Remove Google Fonts add_action( 'wp_print_styles', 'tn_dequeue_twentytwentyone_fonts_style' ); function tn_dequeue_twentytwentyone_fonts_style() { wp_dequeue_style( 'twentytwentyone-fonts' ); }
However – I do agree, I’d prefer if @twentig could just introduce this option into the options set – it should be a simple toggle – and as you say, will become the defacto standard in coming years.
Cheers
Ash
- This reply was modified 2 years, 5 months ago by Ashley.
Forum: Plugins
In reply to: [New User Approve] undefined function login_headerHey – to be perfectly clear, where are we inserting this code? Functions.php?
I have the exact same issueThere’s a really good user guide on how to use the Premium plugin, but is there any chance of pointing us in the direction of some user guides for the free version.
The process you’ve described appears to make sense, however a single demonstration of this would be useful to get the process started.Did you find any help @gregcloyton @guerrilladigital?
Cheers
Forum: Plugins
In reply to: [WooCommerce] Woo Removes Amazon Affiliate Link Tag AgainHey John,
I did this and it looks like it’s the YITH WooCommerce Wishlist plugin by YITHEMES that causes the issue with not displaying the url beyond the ampersand.
Not sure exactly why it causes this conflict – but it does.However, it still appears that there’s an issue with ONELINK – the Amazon Affiliate tool for redirection to the local marketplace. Despite the URL staying in tact, for some reason this doesn’t appear to work.
Will continue to review – as I’m not sure whether this is a WooCommerce thing yet.
Forum: Plugins
In reply to: [WooCommerce] Woo Removes Amazon Affiliate Link TagHey,
I missed the original response. Please see the following URL https://bit.ly/2NB15vV
If you click on the “Buy Now” button you will see the issue I’m describing.If you inspect the page you will see the full URL including the affiliate tag in place. But when the “Buy Now” button is clicked, this full URL doesn’t display. Instead the shortened “stripped” URL displays.
Thanks
Ashley
- This reply was modified 6 years, 2 months ago by Ashley.
Forum: Plugins
In reply to: [WooCommerce] Add to cart buttons missingHi,
I’m having this same issue – my theme (Atelier by Swift Ideas) does support the Woocommerce theme.
Are there any other reasons why the buttons wouldn’t be showing?
Forum: Plugins
In reply to: [WooCommerce] WC 3.3: Issues with Categories displaying in ShopHi, I have the same issue with the Atelier Theme by Swift Ideas.
I am not a developer, I have some experience with WordPress.
Can someone advise a “newby” friendly fix, OR point me in the direction of some instruction on how to implement a fix?
Really appreciate it
Ash