Devin Price
Forum Replies Created
-
Forum: Plugins
In reply to: [Portfolio Post Type] Change Name of PortfolioAll the label args are filterable, or you can edit them directly:
https://github.com/devinsays/portfolio-post-type/blob/develop/includes/class-portfolio-post-type-taxonomy-category.phpForum: Themes and Templates
In reply to: [Portfolio Press] 3 columnsDid you watch the video? It explains how to set up images on the home page:
http://wptheming.com/portfolio-press/Forum: Themes and Templates
In reply to: [Portfolio Press] Gallery Thumbnails Page PositionYou can choose to not have the featured image display by default (that’s a theme option), but floating the gallery to the right of the image would take some custom css.
Forum: Themes and Templates
In reply to: [Portfolio Press] show all porfolio item on the one pageYou can install a plugin like:
http://ww.wp.xz.cn/plugins/wp-pagenavi/Forum: Themes and Templates
In reply to: [Portfolio Press] Gallery attachment descriptions missingI’ll look into it. I opened an issue on GitHub:
https://github.com/devinsays/portfolio-press/issues/88Duplicate post. Closing.
Forum: Themes and Templates
In reply to: [Portfolio Press] Changing Grid to a one-column wide galleryThis would be a standard blog post. Only image and gallery formats will appear in the grid.
No, this would be an issue with the plugin StatCounter.
Looks like your question was answered here:
https://ww.wp.xz.cn/support/topic/you-do-not-have-sufficient-permissions-to-access-this-page-242Forum: Themes and Templates
In reply to: [Portfolio Press] show all porfolio item on the one pageI don’t recommend displaying more than 9-15 as it can impact page speed times.
Portfolio+ has an infinite scroll option.
You could also convert your portfolio posts to standard posts and set the amount of posts per page under the “Settings > Reading Options” if you are using the latest version of Portfolio Press.
Forum: Plugins
In reply to: [Options Framework] Options framework plugin adds symbol "#" in URLI think that’s due to how the theme functions. There might be an option to turn off the ajax functions- but you’d need to get in touch with the theme author.
Forum: Plugins
In reply to: [Options Framework] how to grant to edit using editor roleOnly users with the edit_theme_options capability can edit theme options (for obvious reasons). There are some plugin though that allow you to create custom roles and assign different capabilities if you choose.
http://codex.ww.wp.xz.cn/Roles_and_Capabilities#edit_theme_options
Forum: Themes and Templates
In reply to: [Portfolio Press] Adding User Login-Register Links into HeaderYou can add a widget for login/logout to the sidebar.
Forum: Themes and Templates
In reply to: [Portfolio Press] Change header/menu colourHi Elke. Portfolio+ has additional styling options for the menus (http://wptheming.com/portfolio-plus/).
If you’d prefer to do it yourself, you’ll need to edit the CSS. Here’s a video I made showing how to track down the selectors being used:
http://wptheming.com/2012/07/chrome-developer-tools-wordpress/Portfolio+ has options to link to a different URL and the option to remove post dates:
http://wptheming.com/portfolio-plus/Forum: Themes and Templates
In reply to: [Portfolio Press] Blog page tiledHi Aaron. Change your post format to standard post. Then it will display like a standard blog rather than a tiled grid.