Okay
  Public Ticket #1901255
Unable to Add Text to Portfolio Page
Closed

Comments

  • Jovan Babovic started the conversation

    Hello,

    I am working with your template now, looks amazing. Having trouble with one particular issue. I can't add anything to the homepage - https://logolix.com/new/

    I want to have more information (like the about page - https://logolix.com/new/about/ after the portfolio pieces. When I try to add elements with visual composer, nothing shows up. 

    How can I solve this issue?

    Thank you,

    Jovan

  •  1,815
    Support replied

    Hello Jovan,

    - the home page has Portfolio template. With this page template you cannot add content, it just displays the portfolio grid and nothing else. The Portfolio Mixed template on the other hand displays the page content above or below the portfolio grid, depending on the setting from page options.

    - the about page

    https://logolix.com/new/about/

    has Default template and it should display the content added with WPBakery

    Thank you.

    Clapat Support

    https://www.clapat.com/

    Review Envato Item Support Policy

  • Jovan Babovic replied

    Thank you! One more quick question. "The Portfolio Mixed template on the other hand displays the page content above or below" - how do I make some of the text appear before portfolio and some after? Is that possible?


    https://logolix.com/new/showcase/ - Text is only visible below the portfolio grid. Can't see the setting to make it appear before.

  •  1,815
    Support replied

    Hello Jovan,

    1. Portfolio Mixed Template

    the make the content appear before the portfolio grid open portfolio-mixed-page.php and move

    <?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 } ?>

    from line 146 to 109 right after

    <div id="main-content" class="boxed-portfolio">

    to have content both before or after you can hardcode the html content to be added on line 109 and have the actual content of the page displayed after, as it is right now.

    2. https://logolix.com/new/showcase/

    Gives me 'page not found' error, but if it's a Showcase template - you cannot content, it just displays the showcase slider

    http://clapat.ro/themes/cubez-wordpress/showcase/


    Thank you.

    Clapat Support

    https://www.clapat.com/

    Review Envato Item Support Policy

  • Jovan Babovic replied

    Perfect, thanks a lot for the help! Yeah it shows error page because I set it as a homepage.