New Landing How can we help? Themeforest Theme Support Dante Portfolio options bar

Viewing 8 posts - 1 through 8 (of 8 total)
  • Posted in: Dante
  • #49952
    tonipavlovic
    Member
    Post count: 52

    Hi,

    Could not find an answer for this on the forum, so here goes:
    can the portfolio options bar be removed from inside of the theme options?

    If not, what custom CSS would you suggest?

    Thank you in advance,
    Antonio

    #50540
    Mohammad – SUPPORT
    Moderator
    Post count: 27441

    Hi,
    Please open to edit themes/dante/includes/sf-options.php and remove code from line 2244 to 2278

    $sections[] = array(
       					'icon' => 'th',
       					'icon_class' => 'fa-lg',
       					'title' => __('Portfolio Options', Redux_TEXT_DOMAIN),
       					'desc' => __('<p class="description">These are the options for the Portfolio pages/assets.</p>', Redux_TEXT_DOMAIN),
       					'fields' => array(
       							array(
       								'id' => 'portfolio_page',
       								'type' => 'pages_select',
       								'title' => __('Portfolio Page', Redux_TEXT_DOMAIN), 
       								'sub_desc' => __('Select the page that is your portfolio index page. This is used to link to the page from the portfolio detail page.', Redux_TEXT_DOMAIN),
       								'desc' => '',
       								'std' => '',
       								'args' => array()
       								),
       							array(
    								'id' => 'enable_portfolio_gallery',
    								'type' => 'button_set',
    								'title' => __('Enable Portfolio Gallery Navigation', Redux_TEXT_DOMAIN), 
    								'sub_desc' => __('Enable this if you use multiple thumbnail link to lightbox options on your portfolio thumbnails, and would like to browse between the items with left/right navigation.', Redux_TEXT_DOMAIN),
    								'desc' => '',
    								'options' => array('1' => 'On','0' => 'Off'),
    								'std' => '0'
    								),
       							array(
       								'id' => 'enable_portfolio_stickydetails',
       								'type' => 'button_set',
       								'title' => __('Enable Sticky Item Details', Redux_TEXT_DOMAIN), 
       								'sub_desc' => __('Enable the item details to be sticky on desktop when the sidebar is small enough to display completely while scrolling. Only enabled on Full Width Media / Standard portfolio display types.', Redux_TEXT_DOMAIN),
       								'desc' => '',
       								'options' => array('1' => 'On','0' => 'Off'),
       								'std' => '0'
       								),
       						)
       					);

    Please take a backup of file before making any changes

    With Best Regards
    Swiftideas Themes

    #50551
    tonipavlovic
    Member
    Post count: 52

    Thank you Mohammad,

    I have removed the lines as suggested, but the portfolio options bar still shows (see attachment).

    Antonio

    #50565
    Mohammad – SUPPORT
    Moderator
    Post count: 27441

    Hi,
    The code that you removed for Admin => Theme Options => Portfolio options => . so please roll back all changes and let me know in detail your issue . Please post url of portfolio so i can suggest you easily .

    With Best Regards
    Swiftideas Themes

    #50723
    tonipavlovic
    Member
    Post count: 52
    This reply has been marked as private.
    #50758
    Mohammad – SUPPORT
    Moderator
    Post count: 27441

    Hi,
    Please go to Admin -> Theme Options -> Custom CSS and put this code
    div.portfolio-options-bar{display:none;}
    It will remove options bar and please mark navigation from inside the portfolio items, and the “layers” icon in a screenshot so i can suggest you easily
    With Best Regards
    Swidtideas Themes

    #50761
    tonipavlovic
    Member
    Post count: 52

    Hi,

    That did the trick, thanks.

    Antonio

    #50762
    Mohammad – SUPPORT
    Moderator
    Post count: 27441

    Hi,
    please mark navigation from inside the portfolio items, and the “layers” icon in a screenshot so i can suggest you easily .

    With Best Regards
    Swidtideas Themes

Viewing 8 posts - 1 through 8 (of 8 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