Forum Replies Created
-
This content is restricted to customers with active licenses.
in reply to: Vehicle List Not Display in Booking PopupThis content is restricted to customers with active licenses.
in reply to: DiscountThis content is restricted to customers with active licenses.
in reply to: translate car-hire (prices)This content is restricted to customers with active licenses.
in reply to: DiscountThis content is restricted to customers with active licenses.
in reply to: Problem with Polylang pluginThis content is restricted to customers with active licenses.
in reply to: Vehicle List Not Display in Booking PopupThis content is restricted to customers with active licenses.
in reply to: DiscountThis content is restricted to customers with active licenses.
in reply to: translate car-hire (prices)This content is restricted to customers with active licenses.
in reply to: Car-hire theme/pluginThis 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: price symbolThis content is restricted to customers with active licenses.
in reply to: html errorThis content is restricted to customers with active licenses.
in reply to: How to add image to Excerpt?This content is restricted to customers with active licenses.
in reply to: How to add image to Excerpt?This content is restricted to customers with active licenses.
in reply to: price / textThis content is restricted to customers with active licenses.
in reply to: 24/7This content is restricted to customers with active licenses.
in reply to: price symbolH1 tag for site title is only visible on static posts page, configured in
WP > Settings > Reading. If you want to override these settings and have H1 tag for site title on front page instead, add this to functions.php file:add_filter( 'bizznis_semantic_title_wrap', 'custom_semantic_title_wrap' ); function custom_semantic_title_wrap( $wrap ) { if ( is_front_page() ) { return 'h1'; } else { return 'p'; } }in reply to: Meta tagsThis content is restricted to customers with active licenses.
in reply to: checkout problemThis content is restricted to customers with active licenses.
in reply to: Change time formatThis content is restricted to customers with active licenses.
in reply to: terms and conditions size on checkoutThis content is restricted to customers with active licenses.
in reply to: vehicles template not showing after theme updateThis content is restricted to customers with active licenses.
in reply to: vehicles template not showing after theme updateCan you explain a bit more about H1? It is used for site title, but only on regular home page / static posts page. If static front page is used, then static front page is wrapped in h1, not site title. As you’re using a customized static front page, you can add h1 title in a Text widget, which you can place anywhere on your site.
in reply to: Meta tagsI think this is your site’s meta description or Tagline if you like – it’s located inside WP > Settings > General.
Also, I’d rather suggest using this plugin for SEO purposes as it’s much better.
in reply to: Meta tags