Portfolio Template
-
I’m using a customized Snap theme and would like to display portfolio posts in a certain way. I would like the user to be able to scroll through the items instead of having to go back to the Portfolio page (http://packagenv.com/design-redesign-refresh/) and choose a new item. Is this possible?
Also, I would like the “View Project” to disappear on all portfolio post pages. Another member gave me the code which I applied to the CSS, but it only fixed it here:
http://packagenv.com/design-redesign-refresh/carlson-wines-2/
and not here:
http://packagenv.com/design-redesign-refresh/laird-family-estate/Can you help?
The blog I need help with is: (visible only to logged in users)
-
Hi, the code you have to get rid of the View Project button is aimed at that one page specifically using the specific body class page ID (.page-id-1262). Remove that from the rule at the bottom of your CSS so it looks like the following and it will then apply to all portfolio pages.
.portfolio-button { display: none; }I’m not thinking of anyway to do the next and previous posts buttons in any other way than suggesting you manually add next and previous links or buttons below the post images from within the post editor.
I had thought of suggesting you use a gallery on the Portfolio page and then the image carousel, but that would only cycle through the images on your portfolio page, not the posts.
-
-
Another question, when I add a small graphic link in the post editor, it’s not visible on the first portfolio page, but only on the linked page (which is still found by clicking on the title of the post – here: http://packagenv.com/2014/07/06/carlson-wines/).
Is there a way to remove that second page or make the “next” graphic show up on the first page? Also, I’d like to remove the date.
Thanks in advance :)
-
Another question, when I add a small graphic link in the post editor, it’s not visible on the first portfolio page, but only on the linked page (which is still found by clicking on the title of the post – here: http://packagenv.com/2014/07/06/carlson-wines/).
If you are adding the linked graphic when in the editor on the second page, then that is where the link will show.
Is there a way to remove that second page or make the “next” graphic show up on the first page? Also, I’d like to remove the date.
Not with CSS, this would be something that would have to be done in the theme files with PHP scripting or javascript. I can’t think of anyway to create the functionality you describe, at least not with CSS. CSS is a document the browsers use to style and place elements on a page and it can’t really be used to add functionality.
You know, I don’t know if this would work for you or not, but you may want to take a look at how the WordPress.com gallery/image carousel works. If you go to this page on the Twenty Ten demo site and click on an image, it activates the image carousel and will allow you to cycle through all the image in the gallery.
- The topic ‘Portfolio Template’ is closed to new replies.