But, I would like to know if I can change the position of the portfolio. Indeed, I would like to put first a title (h1) and some text (p), after the portfolio (We are a creative agency... + pictures.) and at the end a contact-form ...
Hello , Thank you for the reply ! I already realized what you told me to do. However, if I hide the content via a None display and add my code, how can I re-put a grid portfolio at the bottom of the page? Thank you. T.
if I understand correctly if you need to move the page content display above the portfolio grid (not after) you need to move this piece of code:
<?php if ( !function_exists( 'vc_set_as_theme' ) ) { // if Visual Composer is not installed, add a container?> <div class="container no-composer"> <?php } ?> <?php the_content(); ?> <?php if ( !function_exists( 'vc_set_as_theme' ) ) { // if Visual Composer is not installed, add a container?> </div> <?php } ?>
right above div id="portfolio-wrap" in portfolio-mixed-page.php
Hi, Thank you for that answer. But this will not solve the problem entirely since by doing this I will be able to have my content only at the top of my portfolio whereas I would like to have it above and below my portfolio.
Hi,
I'm using your demo data for create a page like this one : http://clapat.ro/themes/maestro-wordpress/classic-grid/
But, I would like to know if I can change the position of the portfolio. Indeed, I would like to put first a title (h1) and some text (p), after the portfolio (We are a creative agency... + pictures.) and at the end a contact-form ...
Do you know how can I do it ?
Regards,
Thibault
Hello Thibault,
you can hide the hero section with CSS in that specific page and then add the code after the portfolio grid in the the page content.
You must assign Portfolio Mixed page template, this way everything entered in the page content will be displayed after the portfolio grid.
Thank you.
Clapat Support
https://www.clapat.com/
Review Envato Item Support Policy
Hello ,
Thank you for the reply !
I already realized what you told me to do. However, if I hide the content via a None display and add my code, how can I re-put a grid portfolio at the bottom of the page?
Thank you.
T.
Hi Thibault,
if I understand correctly if you need to move the page content display above the portfolio grid (not after) you need to move this piece of code:
<?php if ( !function_exists( 'vc_set_as_theme' ) ) { // if Visual Composer is not installed, add a container?>
<div class="container no-composer">
<?php } ?>
<?php the_content(); ?>
<?php if ( !function_exists( 'vc_set_as_theme' ) ) { // if Visual Composer is not installed, add a container?>
</div>
<?php } ?>
right above div id="portfolio-wrap" in portfolio-mixed-page.php
Thank you.
Clapat Support
https://www.clapat.com/
Review Envato Item Support Policy
Hi,
Thank you for that answer. But this will not solve the problem entirely since by doing this I will be able to have my content only at the top of my portfolio whereas I would like to have it above and below my portfolio.
Moreover, if you modify the portfolio-mixed-page file as you say, it impacts "Back to top" and "Filter" buttons.
Hi,
Try replicating the code then. The code from bottom copy it and move it to top.
Thank you.
Clapat Support
https://www.clapat.com/
Review Envato Item Support Policy
Hi,
Thank you. It's work !