Digital experiences for all disciplines
Forum Replies Created
-
Posted in: We hit Power Elite.
-
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.
January 20, 2016 at 2:18 am in reply to: JS – background_size_emu.js causing ton of 404 errors #242104The 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’);
}I actually just updated the single-portfolio.php page for my site to remove the sidebar.
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.
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 rowAbility 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)
Where is this option? I don’t see the option anywhere in the theme options.
Was this option ever released? If so, where do you select visual composer?
-
Posted in: We hit Power Elite.