Devin Price
Forum Replies Created
-
Forum: Plugins
In reply to: [Options Framework] I cannot see 'Theme Options' under 'Apperance'The Options Framework only enables options if the theme supports it. If your theme doesn’t specifically mention that the Options Framework is required for use, it likely not needed or supported for your theme.
Forum: Themes and Templates
In reply to: [Portfolio Press] Title OverlayMake sure you’ve upgraded to the latest version (2.0).
Something like this should work:
.portfolio-view .hentry h3 { display:block; z-index: 1; }Color overlay:
.portfolio-view .hentry:hover { background: green; }The older versions are more difficult to change because javascript is involved.
Forum: Themes and Templates
In reply to: [Portfolio Press] Add Border to Thumbnail ImagesThe update coming out today will change this slightly. You’ll want to use something like:
.portfolio-view .entry-content img { border:2px solid #000 }Portfolio+ has those features. You can either link a portfolio item to a link of your choosing (even offsite), or display a template with all the portfolio categories.
See: http://wptheming.com/2012/08/display-the-most-recent-post-in-each-category/
And: http://wptheming.com/portfolio-plus/Forum: Themes and Templates
In reply to: [Portfolio Press] responsive menu not working on mobile siteAlex, you have a javascript error on your page- likely caused by a plugin. The javascript error is preventing the menu button click from working correctly.
Forum: Themes and Templates
In reply to: [Portfolio Press] Portfolio Categories on Separate PagesHi. Yes it is possible. I wrote a post about how to integrate this yourself:
http://wptheming.com/2012/08/display-the-most-recent-post-in-each-category/Portfolio+ also has that feature built in as a page template:
http://wptheming.com/portfolio-plus/Forum: Plugins
In reply to: [Portfolio Post Type] plugin capabilities?Hard to say without knowing which lightbox plugin you are using. The plugin may just be designed to work with posts and pages, but not custom post types.
My website was temporarily down this morning. Give it another go.
Forum: Themes and Templates
In reply to: [Portfolio Press] Main Page Thumbnail sizeAfter you create new thumbnail sizes, make sure to regenerate your thumbnails:
ww.wp.xz.cn/plugins/regenerate-thumbnails/Forum: Themes and Templates
In reply to: [Portfolio Press] Number of thumbs on home/start pageWait a couple days for the updated version of this theme. You’ll be able to set it under “Settings > Reading”.
You could also download it early from GitHub if you like:
https://github.com/devinsays/portfolio-pressForum: Themes and Templates
In reply to: [Portfolio Press] Multiple languages in portfolio pressMulti-language is really difficult in WordPress. A Google translate button might be the easiest solution- although it doesn’t always give ideal translations.
Other options are making a duplicate English version of the site and linking to that, or using the WPML plugin.
Forum: Themes and Templates
In reply to: [Portfolio Press] Full-width portfolio is not workingThe single column layout is currently 780px. (The next version of the theme I’m working on will default to 980px instead).
The page you linked to is a set up as 2 column, with “Show Portfolio Full Width” set in the Options Panel.
Forum: Plugins
In reply to: [Options Framework] Text input fields have very small width in WP 3.8Yes, the next version will increase the width. Planning to release this week- but feel free to take for a test run beforehand: https://github.com/devinsays/options-framework-plugin
You can set WP_DEBUG to true in wp-config.php in order to view errors.
I’d also get in contact with the theme author and let them know about the issue.
This is because the theme author bundled the plugin directly in their theme- which means the plugin should not be needed.