Matt Cohen
Forum Replies Created
-
Forum: Plugins
In reply to: [WooSidebars] Sidebar 'Page' condition not working on Networked blogHi flashpunk,
Thanks for your query. 🙂
Are you looking to use a specific WooSidebars sidebar in this manner?
If so, please use the slug of the sidebar in place of where you’ve written ‘Sidebar’ in the provided code snippet. 🙂
Thanks and regards,
Matty.Chief Product Officer at WooThemes
Forum: Plugins
In reply to: [WooSidebars] How to set up unique sidebar per category?Hi Luann,
Thanks for your query. 🙂
Please see the “Taxonomy Terms” section of the conditions meta box, where it’s possible to specify which terms within given taxonomies you’d like to use.
Also, the “WooCommerce” tab has conditions related to WooCommerce screens. 🙂
Thanks and regards,
Matty.Chief Product Officer at WooThemes
Hi John,
This was discussed above.
The same fix should apply to Whitelight as well as Canvas. 🙂
Regards,
Matty.We will be, yes. 🙂
We’ll be looking into a more permanent fix in due course.
That action looks good, grayayer.
FWIW, you don’t need such a high priority setting (even no priority setting should be fine), and you don’t need to return $query or pass $query through to the function. 🙂
Cheers,
Matty.Forum: Plugins
In reply to: [WooSidebars] Woosidebars and protected postsHi iwbyte,
Thanks for your feedback on this.
Please try the following code snippet instead: https://gist.github.com/7f3bc3a41c63b0cc1424
This ensures that the filter is only applied on the main query and if it’s the default homepage or an archive view.
Please advise if this produces the desired result. 🙂
Thanks and regards,
Matty.Forum: Plugins
In reply to: [WooSidebars] Unable to see single blog post and category on pageHi Vijaya,
Thanks for your query. 🙂
Are you looking to change the sidebar for each category and post, depending on which category it is?
If so, you can do this using the “posts in [categoryname]” conditions, as well as the conditions for each category.
You’d setup a sidebar for the “women issues” category and set the conditions to be for that category and for posts in that category (or any category that’s a subcategory of that). The same would apply to the “project management” category.
I hope this clarifies your query. If not, please let me know. 🙂
Thanks and regards,
Matty.Thanks for this, Eduardo.
I’ve logged this as a dev bug on our issue tracker. 🙂
Thanks and regards,
Matty.Forum: Plugins
In reply to: [WooSidebars] Woosidebars and protected postsHi iwbyte,
Thanks for your query. 🙂
You’d need to include a check in your “where” modification to ensure the post type isn’t “sidebar”, to hide the sidebars.
Alternatively, a simpler option is to add
&& is_main_query()to your conditions. That way, the filter would only apply to the main query on the page. 🙂I hope this clarifies your query. If not, please let me know. 🙂
Thanks and regards,
Matty.Forum: Plugins
In reply to: [WooSidebars] The sidebars are only seen when I'm logged in as administratorHi emilianomx,
Thanks for your query. 🙂
Are you referring to not being able to see the adjusted sidebars on the frontend of your website, or the “Widget Areas” menu in your WordPress admin?
If the former, I’ve not see that and have been unable to reproduce this.
If the latter, this is due to a capability setting. Only users who are logged in and can manage widgets can see the “Widget Areas” admin screen.
I hope this clarifies your query. If not, please let me know. 🙂
Thanks and regards,
Matty.Forum: Plugins
In reply to: [WooSidebars] woosidebars not showing in woocommerce pageMarking resolved. Please advise if you’ve come right with this and I’ll update the status accordingly. 🙂
Forum: Plugins
In reply to: [Testimonials by WooThemes] Testimonies Are BlankGreat call, John. I’ve added this to our bug tracker for further inspection. For reference, this issue is listed here. 🙂
Forum: Plugins
In reply to: [Testimonials by WooThemes] Testimonies Are BlankThanks rhubarbmedia. Glad I could assist. 🙂
Forum: Plugins
In reply to: [Testimonials by WooThemes] Testimonies Are BlankSure thing. 🙂
At the bottom of your “functions.php” file, there should be a ?> tag.
Just above this tag is where you’d place the above-mentioned code.
Hope this helps. 🙂
Forum: Plugins
In reply to: [Testimonials by WooThemes] Testimonies Are BlankHi Rhubarbmedia,
Please place the following code in your “functions.php” file (make sure it’s inside “PHP” tags, otherwise the code will break): https://gist.github.com/mattyza/1e112788b96999d35c68
In future, I’d strongly advise using a different theme, as this “DonateNow” theme is not obeying certain basic WordPress theming guidelines, which makes it somewhat cumbersome to troubleshoot.
I hope the above snippet helps. I my testing, the above snippet remedied the display issue. 🙂
Thanks and regards,
Matty.