Tagged: formatting, portfolio item
-
AuthorPosts
-
December 6, 2013 at 9:05 pm #197099
Hi all,
Thanks again for a GREAT theme and FANTASTIC support. I have a question about how to reformat my single portfolio item page. Here is some info:
-I want the single portfolio item page to display the same as the single blog page
-Current issues:
-Page title bar displays portfolio item title – I want this to display the Portfolio Category (just like a single Blog post does)
-I want the Portfolio Item Title to display BELOW the page title bar (just like a single Blog post does)
-I want the full meta line containing date, category and author to display below the title (just like a single Blog post does)I think that’s it. I hope this makes sense, and thanks in advance for your help!
Dave
December 6, 2013 at 11:48 pm #197156Hi Dave,
Try pasting the whole content of includes/loop-index.php to includes/loop-portfolio-single.php, that would do it, but be sure you are not using Advanced Layout Builder in the portfolio items.
Best regards,
JosueDecember 7, 2013 at 12:02 am #197163Hi Josue,
Looks pretty close, except for the portfolio item title is still displaying on the page title bar and I’d like this to display the same thing that the single blog posts display. Any ideas?
Also, what do I add to the CSS to remove the featured image on single blog posts?
Thanks!!
December 7, 2013 at 12:11 am #197164Hi!
Do the same with this two files: single.php > single-portfolio.php
Regarding hiding the thumbnail:
.big-preview{ display: none; }
Best regards,
JosueDecember 7, 2013 at 12:40 am #197170You are the man! A few more things that I’m hung up on:
1. The featured images are still showing on the loop-index and loop-portfolio-single pages. How can I hide them?
2. The title bar of my single post pages is showing “Blog – Latest News”. Do you know where I can change this?
3. The same thing shows up on the single portfolio pages (Blog – Latest News). The answer to #2 may answer this one, but if not, where do I change this?
4. After making the last change you mentioned, the featured images thumbnails are now showing on my blog posts Content Elements. What CSS do I add to remove these?Thanks so much for your help! I’m on a tight deadline and you’re a huge help!!
Dave
December 7, 2013 at 12:53 am #197171Hi,
Can you post the link to your website please?
Regards,
JosueDecember 7, 2013 at 12:59 am #197172This reply has been marked as private.December 7, 2013 at 2:56 am #197196Hey!
1. This code should do it:
.big-preview.multi-big { display: none !important; }
2 and 3. You can change that in line 9, both in single.php and single-portfolio.php.
4. Try this:
.home .avia-content-slider-inner .slide-image { display: none !important; }
Regards,
JosueDecember 7, 2013 at 3:20 am #197200THANK YOU SO MUCH! This would have taken me forever to figure out on my own :)
I’m going to start a separate thread right now with a couple other issues I have…would love it if you could take a look.
Thanks again!
December 7, 2013 at 3:20 am #197201You are welcome, glad we could help :)
Regards,
JosueDecember 7, 2013 at 3:27 am #197204Here is the new thread I started if you have a minute to take a look:
Thanks!
-
AuthorPosts
- The topic ‘Single Portfolio Page Formatting’ is closed to new replies.