Devin Price
Forum Replies Created
-
Forum: Themes and Templates
In reply to: [Portfolio Press] How can I set the number portfolio items?It should paginate after 9. Portfolio+ has an infinite scroll option.
Forum: Themes and Templates
In reply to: [Portfolio Press] Porfolio images not showing on Home PageThere’s a few page templates available. Do you have the one selected to show image and gallery posts? Then, do you have image and gallery posts? (Make sure the post type is set).
Forum: Themes and Templates
In reply to: [Portfolio Press] Edit Comments SectionThat text comes from a plugin. Jetpack maybe?
Forum: Themes and Templates
In reply to: [Portfolio Press] Dash symbol not recognised in titles?Sure, you can update it to an underscore- nothing in WordPress prevents that. Have you tried it?
Forum: Plugins
In reply to: [Options Framework] Options Framework will not updateTry deleting the older version, and then try doing a fresh install of the new one.
Might be an issue with directory naming or file permissions.
Yes, check out how how the “example_showhidden” example works in options-check: https://github.com/devinsays/options-framework-plugin/tree/master/options-check
It reveals a different option when you check the button. Your use case sounds similar.
Hi. Looks like there’s a couple issues going on with your site.
Was the Options Framework the only item you upgraded, or did you also upgrade the theme and WordPress install?
After the upgrade, what was the exact issue caused by the Options Framework? Did it revert to default options values? That might happen if the name of the theme changed.
You can restore an older version of the plugin if you think it was directly related to the upgrade: http://ww.wp.xz.cn/plugins/options-framework/developers/
I’d be interested to know exactly what changes when you downgrade in terms of the options values.
You’ll need to work with your host to get your admin access resolved. I think that’s related to your restore point.
Forum: Themes and Templates
In reply to: [Portfolio Press] Show the excerpt, not the whole postSorry I didn’t see this thread earlier. An easier option would probably be to use the “More Tag”: http://en.support.wordpress.com/splitting-content/more-tag/
Forum: Themes and Templates
In reply to: [Portfolio Press] By [author] – without the linkHi Joe. You would need to edit the code to do that. The function is called portfoliopress_postby_meta in:
https://github.com/devinsays/portfolio-press/blob/master/extensions/template-helpers.php
You would need to remove the link from there.
Forum: Themes and Templates
In reply to: [Portfolio Press] Search Results Page…Are all the posts on your site gallery/image or portfolio posts?
I’ll look into updating the search template to detect those.
Forum: Themes and Templates
In reply to: [Portfolio Press] How to make the "posted in" footer disappearYou’d need to customize the css to do that. Something like this would work:
footer.entry-meta { display:none; }Forum: Themes and Templates
In reply to: [Portfolio Press] Gallery posts not clicking throughWhen you insert the gallery, there are options for where the images link. Make sure “link to image” is selected.
Forum: Themes and Templates
In reply to: [Portfolio Press] 3 x 3 Grid Gone! How do I get it back?Wow, well nice job customizing it. There were several markup changes with this most recent update unfortunately.
If you have the time to rebuild your child theme- that would be one route.
You can also just rollback to the previous version if it was working well for you, there’s no security or compatibility problems with it:
http://ww.wp.xz.cn/themes/portfolio-press/developers/
I’d just recommend bumping the version to 100 so you no longer get pinged about future updates.
Forum: Themes and Templates
In reply to: [Portfolio Press] Show title and excerpt on mouseover missingUpgrading the theme would overwrite any changes you made- but a WordPress core update shouldn’t have effected anything.
If you did overwrite your changes, content-portfolio.php is still the place to look, the markup has just changed slightly.
Title output on line 27:
<h3><?php the_title() ?></h3>https://github.com/devinsays/portfolio-press/blob/master/content-portfolio.php
Forum: Themes and Templates
In reply to: [Portfolio Press] unable to see menu on mobile phoneGreat, glad you found a solution.
There are a couple plugins that offer “back-to-top” functionality. Perhaps this one would work for you?