Forum Replies Created
-
AuthorPosts
-
August 14, 2017 at 7:02 pm in reply to: Remove Current Portfolio Post from related portfolio grid #838877
Hi, any updates?
August 13, 2017 at 9:13 am in reply to: Remove Current Portfolio Post from related portfolio grid #838180Sorry, it looks different because I added more posts. The portfolio grid always picks up the latest posts, so since I added newer ones, it shows newer items. So now for instance you can see the repeat happening for the link I shared below.
Also sharing the temp access for our server.August 11, 2017 at 7:59 am in reply to: Remove Current Portfolio Post from related portfolio grid #837335Hi Victoria,
This still doesn’t work. It shows me the same portfolio item in the grid as the one I’m currently on.
Could you please take a look?For anyone else who wants to do this, here’s how I got categories to show for postslider with the Default blog post style (the Elegant and Modern Business blog post styles show categories).
It requires some modification to the postslider.php which is at enfold/config-templatebuilder/avia-shortcodes/postslider.php – ensure that you make all changes to your child theme.// elegant style if( ( strpos( $new_blogstyle, 'modern-blog' ) === false ) && ( $new_blogstyle != "" ) ) { $output .= $meta_out; } // modern business style if( ( strpos( $new_blogstyle, 'modern-blog' ) !== false ) && ( $new_blogstyle != "" ) ) { $output .= $meta_out; }
This whole section can be commented out and replaced with –
$output .= $meta_out;
Which would output the categories regardless of the blog style.
Ping.. would someone pls get back to me.
Hello, can someone pls take a look?
-
AuthorPosts