Devin Price
Forum Replies Created
-
Hi. Have you checked your “Settings > Reading Options” to see how many posts are set per page?
of_get_option is no longer used in the latest version of this theme.
You would use portfoliopress_get_option.
See the latest header.php:
https://github.com/devinsays/portfolio-press/blob/master/header.phpForum: Themes and Templates
In reply to: [Portfolio Press] remove post date and byPortfolio+ has an option to remove author and dates.
You could also do this with CSS:
.entry-header .entry-meta { display: none; }Forum: Themes and Templates
In reply to: [Portfolio Press] Custom CSS Code Hide Tags in Posts.tag-links { display: none; }Forum: Themes and Templates
In reply to: [Portfolio Press] Update – Footer-defectThere is a new version that fixes the IE11 issues with the footer. It’s currently waiting to be approved by the Theme Review Team: https://themes.trac.ww.wp.xz.cn/ticket/24418
Forum: Themes and Templates
In reply to: [Portfolio Press] Featured images not displaying?Hi. Images only show by default on “Image” post formats. Sorry if that wasn’t entirely clear. You can insert them manually though for all the other post formats.
Forum: Themes and Templates
In reply to: [Portfolio Press] Footer Not Working in IEJust fixed it. Want to test before I bump the version and release it?
https://github.com/devinsays/portfolio-pressI’m not sure why it would crash your browser. There’s no javascript errors and it looks like images are sized correctly.
This is the goto solution, but try disabling all your plugins and then load the post. Perhaps one of them is causing memory issues which is bringing down the site in the browsers. If so, re-enable plugins one by one to find the culprit.
Forum: Themes and Templates
In reply to: [Portfolio Press] Navigation Next / Previous not showing upIt is now a theme option. You’ll need to go to the customizer and select it under the “Portfolio” settings if you wish for it to appear.
Forum: Themes and Templates
In reply to: [Portfolio Press] Navigation Next / Previous not showing upThere was a bug in 2.6.0 that caused some issues for archives. Are you using the latest now, 2.7.0?
Forum: Themes and Templates
In reply to: [Portfolio Press] Thumbnails acting up in Porfolio Press themeHi Steve. Are all the images at least 360px by 260px? If not, WordPress won’t be able to crop them to the minimum required dimensions.
Also, it looks like you’re using a child theme. I’d double-check the child templates with parent templates. There were a couple updates in this latest version that look like they are causing display issues with the markup you have in the current child theme.
That is actually how the portfolio/image gallery templates are supposed to work. They display all your posts of that format.
If you want a static page with just an inserted gallery (of your choosing), don’t set the page template.
I’m following this thread now, so let me know if any of that is unclear.
Forum: Themes and Templates
In reply to: [Portfolio Press] Eliminate "category"Try:
.cat-links { display: none; }Forum: Themes and Templates
In reply to: [Portfolio Press] Footer Not Working in IEThanks for the report. I’ll look into it.
Forum: Themes and Templates
In reply to: [Portfolio Press] Portfolio Press theme not responsive on mobileHi Richard. This is a new bug in the most recent release. I’ve submitted a new version that fixes the issue, but it’s still waiting to clear the theme review queue.
If you need this fixed right away, you can grab the version on GitHub:
https://github.com/devinsays/portfolio-press