Forum Replies Created

Viewing 8 posts - 1 through 8 (of 8 total)
  • in reply to: Change Title on Portfolio Landing Page #242419
    Ittavi
    Member
    Post count: 8

    Thanks. I realized the problem. The page title was correct but the page title was also defined in the page heading options. Just posting in case someone else has this problem.

    in reply to: JS – background_size_emu.js causing ton of 404 errors #242104
    Ittavi
    Member
    Post count: 8

    The file is being used by the theme and is called in the functions.php. Here is the function that is calling it:

    /* REQUIRED IE8 COMPATIBILITY SCRIPTS
    ================================================== */
    if (!function_exists(‘sf_html5_ie_scripts’)) {
    function sf_html5_ie_scripts() {
    $theme_url = get_template_directory_uri();
    $ie_scripts = ”;

    $ie_scripts .= ‘<!–[if lt IE 9]>’;
    $ie_scripts .= ‘<script data-cfasync=”false” src=”‘.$theme_url.’/js/respond.min.js”></script>’;
    $ie_scripts .= ‘<script data-cfasync=”false” src=”‘.$theme_url.’/js/html5shiv.js”></script>’;
    $ie_scripts .= ‘<script data-cfasync=”false” src=”‘.$theme_url.’/js/excanvas.compiled.js”></script>’;
    $ie_scripts .= ‘<script data-cfasync=”false” src=”‘.$theme_url.’/js/background_size_emu.js”></script>’;
    $ie_scripts .= ‘<![endif]–>’;
    echo $ie_scripts;
    }
    add_action(‘wp_head’, ‘sf_html5_ie_scripts’);
    }

    in reply to: Remove Sidebar from Portfolio Items #242095
    Ittavi
    Member
    Post count: 8

    I actually just updated the single-portfolio.php page for my site to remove the sidebar.

    in reply to: Remove Sidebar from Portfolio Items #241642
    Ittavi
    Member
    Post count: 8

    What option would you choose? I see the sidebar options in pages but in portfolio it just says main Detail Options and a place to enter custom sidebar content but no place to say no sidebar.

    in reply to: Dante Feature Request #237784
    Ittavi
    Member
    Post count: 8

    First I want to say thank you for the great theme – Dante. I have just rebuilt my website using the theme and have come across a few suggestions that would make it even better:

    Page Builder:

    Ability to add elements in the middle of the page. Right now if you click add element it always adds to the bottom not where the cursor is. Same thing happens in a row. You can click add text box and that does add right at that point but if you choose image it adds to the bottom of the page

    Someway to handle big pages. Right now it is nearly impossible to update / change a page if it is really big because of the memory consumption that occurs in the browser (doesn’t matter if it is Chrome or Firefox). As a result I am forced to create multiple pages where the new trend is have these as a scrolling single page

    Ability to add a sticky nav in the middle of the page — right now i can do this with custom html / js but would be great as a feature See this page as an example: https://www.xero.com/us/ just scroll on the page to see the feature

    Auto Resize of images:
    For particular posts / pages have the image (no matter the size imported) auto-resize so that it looks correct and only takes up the necessary space in the row

    in reply to: Dante Feature Request #237783
    Ittavi
    Member
    Post count: 8

    Ability to rename custom post types.

    For example, I would like to rename portfolio to resources –> changing the label still keeps the url with portfolio where i want the url to change too

    Clients rename to logos (since we use this to post images of press, partners, etc)

    in reply to: Visual Composer in Dante #209378
    Ittavi
    Member
    Post count: 8

    Where is this option? I don’t see the option anywhere in the theme options.

    in reply to: Visual Composer in Dante #207871
    Ittavi
    Member
    Post count: 8

    Was this option ever released? If so, where do you select visual composer?

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