New Landing How can we help? Themeforest Theme Support Neighborhood remove the more info in product page and missing sidebar

Viewing 10 posts - 1 through 10 (of 10 total)
  • #235129
    ballisticone
    Member
    Post count: 103

    I have just updated theme and wordpress,
    and i found something wrong,

    1. sidebar is missing in blog page,

    2. i would like to removed information there in the picture attached,

    Thank you so much.

    Attachments:
    You must be logged in to view attached files.
    #235539
    David Martin – Support
    Moderator
    Post count: 20834

    Hi,

    1)

    The sidebar is missing because your child theme is overriding that template file.

    Please update the child theme file with the newly updated file located within the parent theme.

    2)

    Please use this CSS:

    .woocommerce-tabs.wc-tabs-wrapper {
        display: none;
    }

    Thanks,
    David.

    #235707
    ballisticone
    Member
    Post count: 103
    This reply has been marked as private.
    #235750
    Mohammad – SUPPORT
    Moderator
    Post count: 27441

    Hi,
    Please open to edit single.php and page.php file of child theme.

    Find this code:-

    $default_left_sidebar = $options['default_left_sidebar'];
    $default_right_sidebar = $options['default_right_sidebar'];
    	
    $sidebar_config = sf_get_post_meta($post->ID, 'sf_sidebar_config', true);
    $left_sidebar = sf_get_post_meta($post->ID, 'sf_left_sidebar', true);
    $right_sidebar = sf_get_post_meta($post->ID, 'sf_right_sidebar', true);

    Change with:-

    $default_left_sidebar = strtolower($options['default_left_sidebar']);
    $default_right_sidebar = strtolower($options['default_right_sidebar']);
    	
    $sidebar_config = sf_get_post_meta($post->ID, 'sf_sidebar_config', true);
    $left_sidebar = strtolower(sf_get_post_meta($post->ID, 'sf_left_sidebar', true));
    $right_sidebar = strtolower(sf_get_post_meta($post->ID, 'sf_right_sidebar', true));
    
    

    Thanks
    Mohammad

    #235757
    ballisticone
    Member
    Post count: 103
    This reply has been marked as private.
    #235760
    Mohammad – SUPPORT
    Moderator
    Post count: 27441

    Hi,
    Please open to edit single.php and page.php file of child theme.

    1- Find this code:-

    $default_left_sidebar = $options['default_left_sidebar'];
    $default_right_sidebar = $options['default_right_sidebar'];

    Change with:-

    $default_left_sidebar = strtolower($options['default_left_sidebar']);
    $default_right_sidebar = strtolower($options['default_right_sidebar']);

    2- Find this code:-

    $left_sidebar = sf_get_post_meta($post->ID, 'sf_left_sidebar', true);
    $right_sidebar = sf_get_post_meta($post->ID, 'sf_right_sidebar', true);

    Change with this code:-

    $left_sidebar = strtolower(sf_get_post_meta($post->ID, 'sf_left_sidebar', true));
    $right_sidebar = strtolower(sf_get_post_meta($post->ID, 'sf_right_sidebar', true));

    Thanks
    Mohammad

    #236031
    ballisticone
    Member
    Post count: 103

    i edited , but still missing sidebar .

    can you please help ?

    #236103
    Mohammad – SUPPORT
    Moderator
    Post count: 27441

    Hi,
    1- Please make same change in single.php file at parent theme.

    2- Now edit archive.php file at parent theme.

    Find this code:-

    $left_sidebar = $options['archive_sidebar_left'];
    $right_sidebar = $options['archive_sidebar_right'];

    Change with:-

    $left_sidebar = strtolower($options['archive_sidebar_left']);
    $right_sidebar = strtolower($options['archive_sidebar_right']);
    

    Thanks
    Mohammad

    #236214
    ballisticone
    Member
    Post count: 103
    This reply has been marked as private.
    #236504
    David Martin – Support
    Moderator
    Post count: 20834

    Hi,

    Please remember to update the parent theme: http://www.sneakavilla.net/wp-admin/themes.php.

    Thanks.

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

You must be logged in and have valid license to reply to this topic.

License required for one of the following items
Login and Registration Log in · Register