fpreto profile

Home Forums fpreto

Forum Replies Created

Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
  • fpreto
    Participant

    Thank you so much for your help!

    Best Regards

    fpreto
    Participant

    ok many thanks, will try those solutions and let you know if any will work.

    in reply to: Video popup modal

    fpreto
    Participant

    Hi, just to let you know that already have find out the solution by changing the attributes order in the last lines of the — header.php – file:

     

    <?php
    /* Inlcude breadcrumbs HTML, if not bottom titlebar style */
    if( $titlebar_style_val2 != ‘bottom_titlebar’ ) :
    get_template_part(‘inc/templates/titlebar’ );
    endif;

    $class = ”;
    if( jevelin_post_option( jevelin_page_id(), ‘page_layout’, ‘full’ ) != ‘default’ ) {
    $class = ‘ sh-page-layout-full’;
    } else if( jevelin_post_option( jevelin_page_id(), ‘page_layout’, ‘full’ ) == ‘default’ ) {
    $class = ‘ sh-page-layout-default’;
    }

    ?>
    <div id=”wrapper”>
    <div class=”content-container<?php echo esc_attr( $class ); ?>””>
    <?php if( jevelin_post_option( jevelin_page_id(), ‘page_layout’, ‘full’ ) != ‘default’ ) : ?>
    <div id=’content’ class=’page-content’>
    <?php endif; ?>
    <?php
    /* Inlcude white borders option HTML */
    get_template_part(‘inc/templates/white_borders’ );
    ?>

     

    Also changing the class attributes in these two lines did the trick:

     

    <?php if( jevelin_post_option( jevelin_page_id(), ‘page_layout’, ‘full’ ) != ‘default’ ) : ?>
    <div id=’content’ class=’page-content’>

     

    Many thanks all the same!

    in reply to: Customized portfolio

    fpreto
    Participant

    Great! thanks a lot!

    fpreto
    Participant

    Hi, I’m simply trying to have as much freedom to layout content in portfolio pages the same way normal pages have. I know portfolio pages doesn’t rely on Visual Page Builder to compose content but being able to work with full-width backgrounds would be an important feature so to customize portfolio pages.

     

    I’m using portfolio pages to showcase products with variable descriptions, and not so much the default fields which are standard in the theme.

     

    Many thanks

     

    in reply to: Customized portfolio

    fpreto
    Participant

    Ok, thanks a lot.

    Anyway, being compatible with WPML this theme should provide that kind of feature in its own settings – I hope you consider this to be developed in further releases.

     

    Best regards,

     

Viewing 6 posts - 1 through 6 (of 6 total)