M.Danz
Forum Replies Created
-
Forum: Plugins
In reply to: [WooCommerce] Woocommerce star rating and reviews tab missing?nvm, found in functions.php reviews were disabled.
Forum: Plugins
In reply to: [3CX Free Live Chat, Calls & WhatsApp] Chat box disappearsDoes the pro version always have the chatbox visible? If not, would it be possible to customize to have the chatbox always visible?
Forum: Hacks
In reply to: Query only returning 1 resultHere is the query i used to get it working
SELECT wp_terms.name, sum(v1.meta_value) FROM wp_posts INNER JOIN wp_term_relationships ON (wp_posts.ID = wp_term_relationships.object_id) INNER JOIN wp_term_taxonomy ON (wp_term_relationships.term_taxonomy_id = wp_term_taxonomy.term_taxonomy_id) INNER JOIN wp_terms ON (wp_term_taxonomy.term_id = wp_terms.term_id) INNER JOIN wp_postmeta v1 ON (wp_posts.ID = v1.post_id) AND v1.meta_key LIKE 'total_sales' WHERE wp_posts.post_status = 'publish' AND wp_posts.post_type = 'product' AND wp_term_taxonomy.taxonomy = 'product_cat' GROUP BY wp_terms.name ORDER BY sum(v1.meta_value) DESC
Forum: Plugins
In reply to: [WooCommerce] Best Selling Categories with woocommerceHow come this isn’t a feature? I’ve looked around everywhere and haven’t found a plugin. I simply want to display the top selling categories. Any idea how to do this?
Forum: Plugins
In reply to: [WooCommerce] Best Selling Categories with woocommerceDoes top level categories mean best selling categories? I saw this and assumed it was parent categories?
Forum: Fixing WordPress
In reply to: wp_insert_post and blank pageAny solution?
Forum: Plugins
In reply to: [WP Job Manager] Category url helpThis would be so much easier with a tutorial.. how long would this take?
Forum: Plugins
In reply to: [Menu Icons by ThemeIsle] Icons only show when signed inNo i’m not using a cache plugin. I’ve checked the plugins, there aren’t any cache plugins. I’ve cleared my browser cache also and tried private browsing and the menu icons don’t show, only when sign in they show. please i need to solve this as this is urgent.
Forum: Fixing WordPress
In reply to: Plugin suddenly vanished?I haven’t got access to FTP at the moment. Any idea on why this would suddenly happen?
Forum: Fixing WordPress
In reply to: Menu styling different from localhost to live, why?After reading i’ve found that for some reason on my live website wordpress is showing changing my nav menu to a page menu? Anyone know why?
https://www.andyrushton.co.uk/wordpress-menus-differences-between-nav-and-page-menus/
Forum: Plugins
In reply to: Native gallery unique id helpi found out how to solve it. The class attribute.
Forum: Plugins
In reply to: [Event Geek] Calendar not being displayedFixed it by adding a div with id=”gg_event_window”
Forum: Plugins
In reply to: [Event Geek] Calendar not being displayedI’ve got the calendar to show but now clicking on a date the popup doesn’t show. The scrollbar disappears but no pop-up is shown. What’s wrong? I check firebug and there is an ajax response with my events but no popup is showing.