Forum Replies Created
-
This 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 €This content is restricted to customers with active licenses.
in reply to: footerThis content is restricted to customers with active licenses.
in reply to: Sub Menu IssueThere seems to be a bug there. Will look into this now and apply an update tomorrow. Stay tuned.
in reply to: cant active header widgetCan you share a link to this website? Have you added the widget to Before Header or Header widget arwa?
in reply to: cant active header widgetThis content is restricted to customers with active licenses.
in reply to: scanThis content is restricted to customers with active licenses.
in reply to: scanThis content is restricted to customers with active licenses.
in reply to: Vehicle booking in multilangageThis content is restricted to customers with active licenses.
in reply to: Tracking codeThis content is restricted to customers with active licenses.
in reply to: Vehicle booking in multilangageThis 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: Contact form not sending emailsThis content is restricted to customers with active licenses.
in reply to: Feature RequestThis content is restricted to customers with active licenses.
in reply to: ADD search widget to navmenuThis content is restricted to customers with active licenses.
in reply to: hide type and sort filters from listingsThis content is restricted to customers with active licenses.
in reply to: h1 shadow how to remove?This content is restricted to customers with active licenses.
in reply to: Few minor issuesThis content is restricted to customers with active licenses.
in reply to: Few minor issuesThis content is restricted to customers with active licenses.
in reply to: hide type and sort filters from listingsThis content is restricted to customers with active licenses.
in reply to: h1 shadow how to remove?