Forum Replies Created
-
This content is restricted to customers with active licenses.
in reply to: Technical Query-Hourly Pricing in Car Hire ThemeThis content is restricted to customers with active licenses.
in reply to: Car hire price rangeThis reply has been marked as private.in reply to: License Key not foundThis content is restricted to customers with active licenses.
in reply to: License Key not foundThis content is restricted to customers with active licenses.
in reply to: Booking prices differentThis content is restricted to customers with active licenses.
in reply to: Add prices bulk from xls or CSVThis content is restricted to customers with active licenses.
in reply to: Improvement SuggestionThis content is restricted to customers with active licenses.
in reply to: Hour issueThis content is restricted to customers with active licenses.
in reply to: Organize OptionThis content is restricted to customers with active licenses.
in reply to: Error after updateThis content is restricted to customers with active licenses.
in reply to: Error after updateThis content is restricted to customers with active licenses.
in reply to: Vehicle StockThis content is restricted to customers with active licenses.
in reply to: Activate custom.cssThis content is restricted to customers with active licenses.
in reply to: Activate custom.cssThis content is restricted to customers with active licenses.
in reply to: Sub Menu IssueThis reply has been marked as private.in reply to: Sub Menu IssueThis reply has been marked as private.in reply to: Sub Menu IssueThis content is restricted to customers with active licenses.
in reply to: hide page titleThis content is restricted to customers with active licenses.
in reply to: Booking prices differentThis content is restricted to customers with active licenses.
in reply to: I have a problem with display on vehicle pageThis reply has been marked as private.in reply to: Booking prices differentThis content is restricted to customers with active licenses.
in reply to: Booking prices differentFound a bug, which is not related to theme itself, but rather a parent Bizznis framework. Inside file
bizznis/lib/frontend/header.php, line 265, you only need to add global variableglobal $wp_registered_sidebars;and it will work. Function should look like this:function bizznis_header_widget_area() { global $wp_registered_sidebars; if ( ( isset( $wp_registered_sidebars['header-aside'] ) && is_active_sidebar( 'header-aside' ) ) || has_action( 'bizznis_header_aside' ) ) { printf( '<aside %s>', bizznis_attr( 'header-aside-area', array( 'class' => 'header-aside-area widget-area' ) ) ); do_action( 'bizznis_header_aside' ); add_filter( 'wp_nav_menu_args', 'bizznis_header_menu_args' ); add_filter( 'wp_nav_menu', 'bizznis_header_menu_wrap' ); dynamic_sidebar( 'header-aside' ); remove_filter( 'wp_nav_menu_args', 'bizznis_header_menu_args' ); remove_filter( 'wp_nav_menu', 'bizznis_header_menu_wrap' ); echo '</aside>'; #close .aside-area } }This will be corrected with next Bizznis theme update. But, as those take some time to be processed, you can correct this manually. If you need more help and assistance, let me know.
in reply to: cant active header widgetThis content is restricted to customers with active licenses.
in reply to: Flex rates vehicle listThis content is restricted to customers with active licenses.
in reply to: TOTAL from 1000 €