Devin Price
Forum Replies Created
-
Forum: Themes and Templates
In reply to: [Portfolio Press] Custom LogoHi. I just tested and it is working well for me.
I click “Customize”. Then under “Site Title & Tagline” drag an image to the upload drop zone. Are you doing anything different?
Do you have any plugins that might be causing an issue?
Forum: Themes and Templates
In reply to: [Portfolio Press] Custom LogoHi. I just tested again this and everything appears to be working for me. Can you give me the steps to reproduce? Perhaps there is a plugin conflict that is causing problems with the media modal?
Forum: Themes and Templates
In reply to: [Portfolio Press] Frontpage error with posts in 'image' formatHi Gert. Can you post a link to your site?
What is set under “Settings > Reading Options”? Have you set one of the pages as the home page? And other as the posts page?
The home page should be the image/gallery page template.
Forum: Reviews
In reply to: [Visual] Great for photographyHi Timosa. Thanks for the nice review!
I’ve tested the theme with HTML tables. Is there a particular type of styling you were looking for? Could you let me know what was looking off and in what place (archive, or actual post/page)?
I’ve left a couple of the more complicated features out of the free version of Visual. But Visual+ does have a link color option.
Forum: Themes and Templates
In reply to: [Portfolio Press] Anyway to Customize Mouseover TitlesYou’d need to edit the CSS (either with a child theme, or a CSS plugin like the one included with Jetpack):
.portfolio-view .hentry h3 { text-align:right; }Forum: Themes and Templates
In reply to: [Portfolio Press] I want the size of thumbnail 350*500I wouldn’t recommend changing the width of images as that would involve a number of CSS changes. But changing the height is fairly easy. Look for these lines in functions.php:
add_image_size( 'portfolio-thumbnail', 280, 225, true ); add_image_size( 'portfolio-thumbnail-fullwidth', 314, 224, true );After you change the sizes, you will need to regenerate the thumbnails.
Forum: Themes and Templates
In reply to: [Portfolio Press] Can't get back to 3×3 grid after updatingEverything looks good to me at that URL. Perhaps you need to refresh your browser cache? Try holding the shift key and refresh your browser.
Forum: Themes and Templates
In reply to: [Portfolio Press] Can't get back to 3×3 grid after updating@viclc Everything looks good to me at that URL. Perhaps you need to refresh your browser cache? Try holding the shift key and refresh your browser.
Forum: Themes and Templates
In reply to: [Portfolio Press] Can't get back to 3×3 grid after updating@viclc Everything looks good to me at that URL. Perhaps you need to refresh your browser cache? Try holding the shift key and refresh your browser.
The images are super large (have not been resized). Have you run the regenerate thumbnails script?
Forum: Themes and Templates
In reply to: [Portfolio Press] Broken Thumbnails and Blog Format IssuesHi. To get your images to appear, you’ll need to set them as a “Featured Image”. Watch the video if you’re not quite sure how to do this: http://wptheming.com/portfolio-press/
The update defaults to display image/gallery post types as grid. If you’d prefer to go back to the previous look, you’ll need to change your posts back to a “standard” post (rather than an image format). Sorry that this change is not exactly what you want, but I’ve found it’s best for the vast majority of people using the theme.
Another option is to simply roll back to the previous version: http://ww.wp.xz.cn/themes/portfolio-press/developers/ (1.8)
After you upload the previous version, change the version in styles.css to 100 so you won’t get the update notice.
Can you post a link to your site?
Forum: Themes and Templates
In reply to: [Portfolio Press] Can't get back to 3×3 grid after updatingCan you post a link to your site?
Have you regenerated the thumbnails as suggested?
Forum: Plugins
In reply to: [Options Framework] I cannot see 'Theme Options' under 'Apperance'If the Tetris theme suggests using the Options Framework, yet the options do not show up, I’d get in touch with that theme author.
Forum: Plugins
In reply to: [Options Framework] I cannot see 'Theme Options' under 'Apperance'Do you have “options.php” in your theme? You’ve personally built in support for the plugin?