creativemind1
Forum Replies Created
-
This is Shoeb B-)
Go ahead with this code
// Change number or products per row to 2 add_filter('loop_shop_columns', 'loop_columns'); if (!function_exists('loop_columns')) { function loop_columns() { return 2; // 2 products per row } }
- This reply was modified 8 years, 2 months ago by creativemind1.
- This reply was modified 8 years, 2 months ago by creativemind1.
Forum: Plugins
In reply to: [WooCommerce] stock does not decreaseI’m having worldpay and paypal and it is also not reducing stock quantity for me. It is working for “cash”.
Forum: Plugins
In reply to: [Slideshow Gallery LITE] Description on MobileCheck the settings.. And remove the checkmark where it says about mobile
Forum: Plugins
In reply to: [Custom Post Type UI] Limit posts in each category (taxonomy)Thanks!
It worked like a charm.
Wow, I was making very bad mistake for having taxonomy by name “cat”. It was indeed effecting somewhere in the website. I sorted that out.
Superb! Solved my issue. I need to use taxonomy.php for displaying all the posts of that term.
Thanks Dude!
Look, I’m getting confused here..
My Custom Post type name is blog
My Taxonomy name is cat
I made category let’s call “dog” under the taxonomy
Now, I’ve assigned 10 posts [of custom post type] under the dog category.Now, if I want to go to check all the posts of “dog” category, what I’ve to do? In general we have category.php, i think it will not work for the custom post type, we have to use something different.
I think I solved that but I want to know that I’ve created template file archive-blog.php, however still it is taking archive.php template. I visited and check the category of my custom post type taxonomy “cat” https://mydomain.com/cat/category-name/ and I found that it is taking archive.php. Even after creating the archive-blog.php it is still taking archive.php
Forum: Plugins
In reply to: [WP Job Manager] Code not workingIt’s using line 34 here
Forum: Plugins
In reply to: [WP Job Manager] Code not workingThis is the screenshot of the Employer Dashboard
Image linkForum: Plugins
In reply to: [WP Job Manager] Code not workingI posted that in function.php but sadly it doesn’t have any effect. I still see that employer can see company details in “Post a Job” or in editing profile
Forum: Plugins
In reply to: [WP Job Manager] Code not workingThat will completely wipe out the company fields however I want to display these fields under another link not on POSt job
Forum: Themes and Templates
In reply to: Unable to get 3 pics in 1 row.home_box img, .home_box iframe { width: 370px; height: 370px; } .home_box { float: left; width: 370px; margin-right: 21px; margin-bottom: 30px; position: relative; }
Yes it will not display unless the viewer of your website selects the options of the variations of the product.
Posting the url may help you more..
Forum: Plugins
In reply to: [WooCommerce] Help! Products have disappearedok accept my response to be dumb ??
BTW did you try switching to your default theme?
Forum: Plugins
In reply to: [WooCommerce] Help! Products have disappearedI must suggest that you may need to backup your complete website and wipe out every thing of your cpanel (not database). Install fresh wordpress & woocommerce.