Devin Price
Forum Replies Created
-
Forum: Themes and Templates
In reply to: [Portfolio Press] full width templateIf you’re using a child theme, you can add this to the stylesheet:
.single-portfolio #content {
float: none;
width: auto;
}I wouldn’t use the post date as the event date. I would create a separate meta field to hold the event date start and end and query against that.
http://codex.ww.wp.xz.cn/Class_Reference/WP_Query#Custom_Field_Parameters
You can pull upcoming events by using the current timestamp to query again the event date custom field ASC. Or, already passed events by querying DESC.
I’d also suggest looking at how other developers have solved the issue: http://ww.wp.xz.cn/plugins/sugar-calendar-lite/
Forum: Plugins
In reply to: [Portfolio Post Type] Site broken after update wordpress and pluginResolving.
Forum: Plugins
In reply to: [Font Awesome 4 Menus] Undefined index: n9m-font-awesome-4.php on line 33+1
Thanks for pushing a fix.
Forum: Plugins
In reply to: [Options Framework] Theme options not workingOrganic Themes has started to bundle the options panel directly with their themes (so the plugin is not needed). I’d go get the latest version of the theme from them.
Forum: Plugins
In reply to: [Options Framework] Unable to open Options Framework after installationHi Florent. If the theme recommends using the Options Framework, you should get in touch with the theme developer. They’d be better able to track down the issue.
Forum: Plugins
In reply to: [Portfolio Post Type] Site broken after update wordpress and pluginThis has been fixed in version 0.8.0.
Forum: Plugins
In reply to: [Options Framework] TranslationYou define the options from the theme. Any strings you use in options.php are translatable.
If you want to submit translations for the plugin itself (https://github.com/devinsays/options-framework-plugin/blob/master/languages/options-framework.pot), you can do a pull request through GitHub or e-mail me http://wptheming.com/contact/.
Forum: Plugins
In reply to: [Options Framework] PHP CompatibilityNice your host is catching up with the times. Options Framework is compatible with PHP 5.4.
Forum: Plugins
In reply to: [Options Framework] Media upload click not working – media-uploader.js bugHi Dave. Moving the menu location was never explictly supported in the plugin- however, I do plan to add support in the next major version: http://wptheming.com/2013/11/options-framework-roadmap/
Forum: Plugins
In reply to: [Options Framework] tabs not working anymoreAre you seeing any javascript errors in the console?
Forum: Plugins
In reply to: [Options Framework] always appear a message!Hi @samad1mx. This notice is coming from the theme. You´ll have to check with your theme author to see if they have an udpate.
There were some code changes in the latest version of the Options Framework that would cause some themes to throw this notice, even though the plugin is installed and working fine.
Forum: Plugins
In reply to: [Options Framework] Theme Options has disappearedThere was a bug in version 1.7 of the Options Framework that caused some option names not to be read properly. If you upgrade to version 1.7.1 (the latest) this should be resolved.
Forum: Plugins
In reply to: [Options Framework] Upgrade Breaks All OptionsThere was a bug in version 1.7 that caused the theme option name not to get read correctly. You should be able to upgrade to 1.7.1 (the lastest) and that data will be restored.
Forum: Plugins
In reply to: [Options Framework] My site seems to be brokenHi @jbrewlet. The notice is from your theme. There were some code changes in this latest version of the Options Framework (functions were wrapped in classes) which is causing your theme to display that notice even though the plugin is installed. It´s annoying, but otherwise harmless. An update will need to be made on the theme end.
To see if your hero images are indeed caused by the Options Framework upgrade- you can downgrade to the previous version of the plugin. 1.6 is available for download here: http://downloads.wp.xz.cn/plugin/options-framework.1.6.zip
Either way, you should get in touch with your theme developer.