Tetra84
Forum Replies Created
-
Forum: Developing with WordPress
In reply to: Hiding Categories from Widget@nm1com Thank you! That got rid of my category in the cloud tags widget. You are correct about the other widgets being made for my theme. I’ll reach out to them about those.
Thanks for the help guys!
Forum: Developing with WordPress
In reply to: Hiding Categories from WidgetI realized why it probably isn’t working.. i’m using the ‘tag cloud’ widget instead of just the ‘categories’ widget. Does anyone know what the code would be to omit a category from that particular widget?
I guess I was thinking there would be some magic bullet code that would remove a particular category from any widget that shows categories.
my site:
https://emeryallen.com/blog/Trying to pull it from the bottom right ‘tag cloud’ and also have new press category posts not show up in the “recent posts” (what’s new) or “popular posts” (what’s trending) too.
Forum: Fixing WordPress
In reply to: Single Product Image Size – How to Make Smaller?ok thanks
Forum: Plugins
In reply to: [WooCommerce] Change font size in Woocommerce Shop pageditto on that thanks.. just what I was looking for also!
Any updates on this? I’m trying to do the same thing and add a hidden field code from Zoho CRM into one of my Ninja Forms:
<input type=’hidden’ id=”zc_gad” name=”zc_gad” value=””/>
so I can track who is clicking on my Google ads. There’s got to be a way to do this..
I’m looking for the same answer as the OP. Where do you stick the event snippet for a particular page within WordPress? Specifically for me a landing page that loads when a customer hits a submit button.
<!– Event snippet for Periscope Webinar Signup conversion page –>
<script>
gtag(‘event’, ‘conversion’, {‘send_to’: ‘AW-XXXXXXXX/XXXXXXXX’});
</script>Forum: Plugins
In reply to: [Grid/List View for WooCommerce] A few questions..ok thanks
Forum: Plugins
In reply to: [Grid/List View for WooCommerce] A few questions..Forum: Plugins
In reply to: [Grid/List View for WooCommerce] A few questions..I’ve got it active on my staging site right now.. where should I look to make those fixes?
Forum: Plugins
In reply to: [EventCalendar] Multi Day EventsI don’t see an events page.. can you send a screenshot?
Forum: Plugins
In reply to: [Pricing Deals for WooCommerce] Group based Multiplier Price?Just as a follow up question when you say ‘some months away’ are you thinking less than 6?
Forum: Plugins
In reply to: [Pricing Deals for WooCommerce] Group based Multiplier Price?Ok thanks, I look forward to that. Functionality with Groups will be a tremendous help with what my company is trying to do.
Forum: Plugins
In reply to: [Pricing Deals for WooCommerce] Group based Multiplier Price?Hmm.. I thought that might be the answer after looking at all the available features.. What got me curious about it thinking it might work was this old post from 2 years ago I found: https://www.ads-software.com/support/topic/user-role-pricing
It sounds like the original poster had the same exact request, and it looks like you said it should be able to handle that function.. Is that something that it might be able to do in the not to distant future?
Or do you know of a plugin that could handle that functionality that you could recommend?
Forum: Plugins
In reply to: [WooCommerce] Invalid Shipping Method ErrorWell I think I sort of figured it out, but it still seems a little off. I didn’t have any shipping method selected so it made sense that was why there was an error, when I switched to ‘flat rate’ shipping I still got the error though. However if I switched to ‘free shipping’ it didn’t give me the error any more. Why would I get that error with flat rate?