charlie101
Forum Replies Created
-
Forum: Plugins
In reply to: [AMP for WP - Accelerated Mobile Pages] AMP ads not showing for mobile?never mind, seems I altered the ad code to try and make it responsive which caused the issue.
Forum: Plugins
In reply to: [Quantcast Choice] Quantcast says it can’t find the TAG but tag is thereim having this issue what was your issue?
Forum: Plugins
In reply to: [WSHK for WooCommerce] Setting categories to shop page restricts searchCheers. Worked.
Forum: Plugins
In reply to: [WSHK for WooCommerce] Setting categories to shop page restricts searchI’m pretty comfortable modifying PHP so you can let me know on here – thanks.
Forum: Plugins
In reply to: [AMP for WP - Accelerated Mobile Pages] code not appearing in HEAD sectionAh okay so to confirm code not appearing in HEAD is a known issue then
Forum: Plugins
In reply to: [PayPal for WooCommerce] Existing buttons will be deprecated?Awesome – to confirm they will still send customers to the PayPal website? Thanks for the response.
Forum: Plugins
In reply to: [PayPal for WooCommerce] Existing buttons will be deprecated?to confirm i am talking about the payment buttons.
Forum: Plugins
In reply to: [WooCommerce] archive text not appearing on Woo category pagesAwesome, any idea when the 3.3.1 update goes live?
Forum: Plugins
In reply to: [WooCommerce] Create custom template for category pages in Woocommerce?Never mind, I can see you merely pass an additional class as a parameter
post_class(‘my-class’);
thanks.
- This reply was modified 6 years, 10 months ago by charlie101.
Forum: Plugins
In reply to: [WooCommerce] Create custom template for category pages in Woocommerce?Thanks for the replies.
I have played around with that and roughly understand how it works – I am looking to play around with the CSS so I can change number of columns, font size etc. I see that the li tag calls up a function called post_class() but not sure how to utilize this…What would I need to do if, for example, I’d like to change the font size of the linked text for each item? Thanks
- This reply was modified 6 years, 10 months ago by charlie101.
- This reply was modified 6 years, 10 months ago by charlie101.
- This reply was modified 6 years, 10 months ago by charlie101.
- This reply was modified 6 years, 10 months ago by charlie101.
- This reply was modified 6 years, 10 months ago by charlie101.
Also had this problem, any luck in solving?
Forum: Fixing WordPress
In reply to: No access to backend at all since updating to 4.7I did use the W3 plugin yes, I was thinking that may have been the answer just wanted to confirm before I did it. I just renamed the plugins folder and yes, I was able to complete the upgrade.
Thanks.Forum: Fixing WordPress
In reply to: moving WordPress / Want re-directs from old locationYes that led me on the right track.
After some research I found the answer.
‘Redirect 301 /blog https://www.mydoman.com’ in the .htaccess file BEFORE the WP calls.
Cheers.