Matt Cohen
Forum Replies Created
-
Forum: Plugins
In reply to: [WooSidebars] Not working with Roots themeThanks retiehs.
As a side note, the “get_header” action is run when the “get_header()” function is called.
This is a standard WordPress template tag and is recommended as a WordPress theme standard. 🙂
Regards,
Matty.Forum: Plugins
In reply to: [Facebook] Next/Previous buttons disabled when Facebook plugin is activeThanks for your feedback on this, Jackie.
I’ve noted this for future reference.
Thanks and regards,
Matty.Forum: Plugins
In reply to: [Facebook] Next/Previous buttons disabled when Facebook plugin is activeHi Jackie,
I’ve just rounded up final testing of this code snippet, which will be included in Canvas V5.1.4, to be deployed Tuesday 12th February in the afternoon, UTC time.
If you’d like to integrate the snippet directly into your “functions.php” file in the interim, the code is as follows: https://gist.github.com/a5e2da828b2e6694bd53
For future queries of this nature, please note that our WooThemes Support Desk is the best channel with which to communicate with our WooThemes support team. 🙂
Thanks and regards,
Matty.Forum: Plugins
In reply to: [Features by WooThemes] Plugin is a mess.HI novakjoey,
My sincerest apologies for the delay in getting back to you on this.
Could you please provide us with a screenshot of the error, such that we may debug the issue further? If you don’t already have a screenshot service installed, http://awesomescreenshot.com/ works well. 🙂
Thanks and regards,
Matty.Forum: Plugins
In reply to: [Features by WooThemes] impossible to have features in rowThanks Nathan. Our team will respond to your query periodically. 🙂
Forum: Plugins
In reply to: [Features by WooThemes] impossible to have features in rowHi Nathan,
I see you’re using the “Hustle” theme.
If so, there’s no need to add any extra code, as “Hustle” comes bundled with code to style the features in rows of 3 already. 🙂
For WooThemes theme-specific support, I’d advise logging tickets directly at http://support.woothemes.com/ where our ninjas are on hand to assist. 🙂
Thanks and regards,
Matty.Forum: Plugins
In reply to: [WooSidebars] Woosidebars created fatal errorHi Nancy,
Thanks for your feedback on this.
Please visit the “Dashboard > Updates” screen in your WordPress admin and click the “Check Again” button. This will check for new versions of WordPress and of your themes and plugins that are present on your installation.
From there, upgrading to the latest version of WordPress should be a matter of clicking the “Update Now” button. 🙂
Thanks and regards,
Matty.Forum: Plugins
In reply to: [Features by WooThemes] impossible to have features in rowHi Nathan,
I can confirm that cfabrice is correct. The first code goes into your page/post content, and the CSS goes into the stylesheet in your theme. 🙂
Thanks and regards,
Matty.Forum: Plugins
In reply to: [WooSidebars] Not working with Roots themeHi Rene,
Thanks for bringing this to our attention.
Yes, please do post this to the Roots support team.
From a WooSidebars standpoint, as long as the theme’s functionality somehow results in calls to
dynamic_sidebar()to display the widgets, andis_active_sidebar()for checking if the sidebar has widgets, WooSidebars should handle just fine. 🙂This information can be passed on to the Roots support team as well, please, if required. 🙂
Thanks and regards,
Matty.Forum: Plugins
In reply to: [WooSidebars] Woosidebars created fatal errorHi Nancy,
Thanks for your query. 🙂
It looks like you’re running WordPress version 3.0.1. WooSidebars requires a minimum of WordPress version 3.3 in order to operate.
I’d recommend upgrading your WordPress to the latest version (3.5.1, at the time of writing) and the error should be removed. 🙂
Thanks and regards,
Matty.Forum: Plugins
In reply to: [WooSidebars] Check if ther is widgetHi Erik,
You can use standard WordPress functions for that.
You’d use
is_active_sidebar( 'sidebar-name-here' )to check if the sidebar has widgets or not. 🙂Thanks and regards,
Matty.Forum: Plugins
In reply to: [WooSidebars] Integrating WooSidebars in a Theme ?Hi Mr. Vibe,
Thanks for your query. 🙂
To clarify, no code modification is required in order to use WooSidebars.
If your theme has a sidebar called, for instance, “primary”, you can create custom widget areas with WooSidebars to replace the “primary” sidebar according to the conditions you set (for example, a specific page).
This will automatically replace that sidebar under the given conditions, without any code modification (you select “Primary” under the “Sidebar to Replace” box when adding your custom widget area).
You can also call these custom widget areas manually using the slug of the sidebar as the sidebar name. For example, if the slug of a custom widget area is “my-custom-area”, you can call
dynamic_sidebar( 'my-custom-area' );and those widgets will display.I hope this clarifies your query. If not, please let me know. 🙂
Thanks and regards,
Matty.Forum: Reviews
In reply to: [WooSidebars] This is awesome!Hi Demorden,
Thanks for your kind words. 🙂
Another alternative to having “sidebar-itus”, if you will, would be to use multiple conditions on a single widget area. This would allow for the display of the same sidebar across multiple conditions (for example, a category, a page and your search results, all displaying the same widget area).
I hope this helps, Demorden. 🙂
Thanks and regards,
Matty.Forum: Plugins
In reply to: [Facebook] Next/Previous buttons disabled when Facebook plugin is activeHi Jackie,
My sincerest apologies for the inconvenience caused here.
Now that the environment has been isolated, we can determine the cause and rectify accordingly. 🙂
Thanks and regards,
Matty.Forum: Plugins
In reply to: [Facebook] Next/Previous buttons disabled when Facebook plugin is activeThanks for your feedback on this, Jackie.
I’ve added this to our bug reports for further inspection. 🙂
Thanks and regards,
Matty.