I realize the importance of displaying the post date on blog entries, however, I would like to disable the post date on portfolio items. Is there a way to do this?
Remove post date on portfolio items
9 posts from 4 voices-
Posted 2 years ago #
-
Of course: add this code into the quick css textarea located in your brightbox layout options panel: (or add it to the custom.css file in your themes css folder)
.single-portfolio .blog-meta{ display:none; } .single-portfolio .template-blog .entry-content { width: 100%; }Posted 2 years ago # -
Thank you for the reply - it worked perfectly. I have just a couple more requests:
1. How do I remove the "Read More" link/button on the portfolio main page? I do not have a need to view the actual portfolio blog page.
2. I would also like to remove the page/post title and "Categories:" text
3. How can I increase the height of the "single" portfolio image display - it's a bit skinny
Again, this is just for the portfolio blog posts. Thanks for such a quick reply to my previous post and for creating such a wonderful theme.
Posted 2 years ago # -
Hey,
1) Open up loop-portfolio.php (located in the folder "includes") and delete following code:
echo '<a class="more-link" href="'. get_permalink().'">'.__('Read more','avia_framework').'</a>';2) Open up loop-index.php, loop-archive.php, loop-page.php and delete following code:
<h1 class='post-title'> <a href="<?php echo get_permalink() ?>" rel="bookmark" title="<?php _e('Permanent Link:','avia_framework')?> <?php the_title(); ?>"><?php the_title(); ?></a> </h1>3) Open up functions.php. You can adjust all thumbnail sizes there (code is near the top).
Posted 2 years ago # -
I adjusted the size in functions.php and nothing is changing. Any thoughts?
Posted 2 years ago # -
Nevermind. It resizes on a new upload, but doesn't resize existing images.
Posted 2 years ago # -
But now I do have another question - how can I get a button to show up in the portfolio excerpt? I want to add a button that says "visit the site" and links to an external page in another window.
Posted 2 years ago # -
Also ran into another issue - In the portfolio page with one column, the slide controls aren't showing up when I have multiple images. How can I add the scroll controls to the portfolio page?
I tried adding to loop-portfolio.php on line 52:
echo '<div class="slidecontrolls" style="visibility:visible; opacity:1 ">';
Which worked, but the unclosed <div> tag causes issues with the footer.
Posted 2 years ago # -
Posted 2 years ago #
Topic Closed
This topic has been closed to new replies.














