Hi, I’m using the Portfolio for a Projects page on a website (I previously did this a few years ago and you helped me out with some CSS so I could get the page to look how I wanted it) and I’ve used that same code and changed it to how I want, but there’s a few things I can’t figure out which I’m hoping you don’t mind helping me out with please!
-
On the main portfolio page that shows all posts, is there a way of selecting how many columns you want there to be?
-
On the main portfolio page that shows all posts, can the height of the featured image be increased? I’ve tried to do it with CSS and it changes when I’m in the global CSS customize page, but then on the front end it’s still showing the small height.
-
After clicking on a post from the main page, on the single project page, with the previous CSS I’ve positioned the Featured Image to the left of the screen so the text can run to the right of it. I’ve used a block quote and instead of it starting to the right of the featured image, it is still running the whole width of the page and so the border goes behind the featured image. I have no idea how to do it so the border doesn’t run the whole width, but I hope you do!
-
On the single project page, I’ve used a media gallery (this will be the easiest option for my client to do themselves), is there any way of linking a lightbox to these images as the options it currently has are very limited and I don’t want to use Envira Gallery or something similar as it means the client having to use a different plugin away from the Portfolio post and I’m wanting this to be as simple as possible for them.
-
I’ve added in a global block of the footer to the Blog pages (which you previously gave me for a different website) but now I’d like to have the global block footer on the Portfolio pages too if that’s possible (both on the main and single portfolio pages). I can’t figure out from the code you gave me for the Blog how to do it for the Portfolio as I’d hoped it was just a case of swapping ‘Blog’ for ‘Portfolio’ but it doesn’t appear in the code! This is the code I’m using:
// Global Footer on Blog Pages
// =============================================================================
add_action( ‘x_before_view_footer_base’, ‘x_print_gb’ );
function x_print_gb(){
if(is_singular( ‘post’ ) || is_home()){
echo do_shortcode( ‘[cs_gb id=158]’ );
}
}
I’ve got a maintenance page up at the minute, so I’ll put the URL and By Pass Password in a secure note.
Thanks!


