Forum Replies Created
-
This content is restricted to customers with active licenses.
in reply to: Trash problemThis content is restricted to customers with active licenses.
in reply to: how file is send email?This content is restricted to customers with active licenses.
in reply to: Multilanguage problemThis content is restricted to customers with active licenses.
in reply to: Bug in confirmation mailThis content is restricted to customers with active licenses.
in reply to: how file is send email?This content is restricted to customers with active licenses.
in reply to: Bug in confirmation mailThis content is restricted to customers with active licenses.
Attachments:
You must be logged in to view attached files.in reply to: Bug in confirmation mailThis content is restricted to customers with active licenses.
in reply to: Multilanguage problemJust updated the theme to 1.1.0, which should fix the issue. If you don’t want to update the whole theme, simply add this line of code to a theme file front-page.php:
//* Remove main wrapper add_filter( 'bizznis_wrapper_main-wrapper', '__return_false' );The function, where this code was added, should look like this now:
//* Add Index page template tweaks. add_action( 'wp_head', 'pronet_index_meta' ); function pronet_index_meta() { //* Force full width content layout add_filter( 'bizznis_pre_get_option_site_layout', 'pronet_return_index_page_layout' ); function pronet_return_index_page_layout() { return 'full-width-content'; } //* Add ID attribute for site main element. add_filter( 'bizznis_attr_main-container', 'pronet_attributes_index_main_container' ); function pronet_attributes_index_main_container( $attributes ) { $attributes['class'] = 'main-container'; return $attributes; } //* Remove main wrapper add_filter( 'bizznis_wrapper_main-wrapper', '__return_false' ); //* Remove breadcrumbs remove_action( 'bizznis_before_loop', 'bizznis_do_breadcrumbs'); //* Remove the default Bizznis loop remove_action( 'bizznis_loop', 'bizznis_do_loop' ); //* Add index subpages add_action( 'bizznis_loop', 'pronet_index_subpages', 8 ); }in reply to: Background ImagesThis content is restricted to customers with active licenses.
This content is restricted to customers with active licenses.
in reply to: Trash problemThis content is restricted to customers with active licenses.
in reply to: Add / change denomination of fieldsCan you share a link to your site? Also list your computer’s screen resolution.
in reply to: Background ImagesThis content is restricted to customers with active licenses.
in reply to: Bizz Store Builder Not LoadingThis content is restricted to customers with active licenses.
in reply to: Can't enter the Builder/bizz-layoutThis content is restricted to customers with active licenses.
in reply to: Bug in confirmation mailThis content is restricted to customers with active licenses.
in reply to: Forced to use HTTPSThis content is restricted to customers with active licenses.
in reply to: Add / change denomination of fieldsThis content is restricted to customers with active licenses.
in reply to: Bug in confirmation mailThis content is restricted to customers with active licenses.
in reply to: Forced to use HTTPSThis content is restricted to customers with active licenses.
in reply to: Can't enter the Builder/bizz-layoutThis content is restricted to customers with active licenses.
in reply to: Forced to use HTTPSThis content is restricted to customers with active licenses.
in reply to: typeThis content is restricted to customers with active licenses.
in reply to: New block on home