Forum Replies Created
-
This content is restricted to customers with active licenses.
in reply to: Various questions on car rental themeThis content is restricted to customers with active licenses.
in reply to: Add more car detailsThis content is restricted to customers with active licenses.
This content is restricted to customers with active licenses.
in reply to: License API KeyThis content is restricted to customers with active licenses.
in reply to: Payment method in Email customer and Admin EmailThis content is restricted to customers with active licenses.
in reply to: Not able to add sliderThis content is restricted to customers with active licenses.
in reply to: how do I center a logo in the header area?This content is restricted to customers with active licenses.
in reply to: Currency, Payment Method, Seo PluginThis content is restricted to customers with active licenses.
in reply to: "Request-URI Too Long", "save changes" doesn't workThis content is restricted to customers with active licenses.
in reply to: message AutomaticI see your point.
As Bizznis is a parent theme, you can override every file with your child theme, language files included. Here’s what you have to do in order to keep your Bizznis powered website translated even after updates.
- Go to your active child theme folder and create a folder called languages.
- Upload your translation files (your .mo and .po files) to the languages folder you just created.
- Next up, we need to tell Bizznis we want it to look for translation files in your Child Theme folder instead of the Bizznis folder. We need the following code pasted in your Child Theme’s functions.php:
// Child Theme Language override
define('BIZZNIS_LANGUAGES_DIR', STYLESHEETPATH.'/languages');define('BIZZNIS_LANGUAGES_URL', STYLESHEETPATH.'/languages'); - This snippet needs to go before the following code:
load_template( get_template_directory() . '/lib/init.php' );
but after the opening
<?php
That’s it. Now your site will always remain translated. Do keep in mind that a bigger Bizznis update (e.g. from 1.0.x to 1.1) will probably contain new untranslated texts in the new Bizznis .po file found in the /lib/languages/ folder.
in reply to: Translations of Bizznis child themeThis content is restricted to customers with active licenses.
in reply to: Payment methods alternative to Paypal for membershipYou need to remove original action, before you add your own, so add this code before your own:
remove_action( 'bizznis_footer_inner', 'bizznis_footer_credits' );
in reply to: Change credit area BizznisThis content is restricted to customers with active licenses.
in reply to: Contact Form Does Not DeliverThis content is restricted to customers with active licenses.
in reply to: Submit button textThis content is restricted to customers with active licenses.
in reply to: Wordpress 3.8.1 and Car Hire as a pluginThis content is restricted to customers with active licenses.
in reply to: Where can i get theme to test?This content is restricted to customers with active licenses.
in reply to: Image bordersThis content is restricted to customers with active licenses.
in reply to: Payment method in Email customer and Admin EmailThis content is restricted to customers with active licenses.
in reply to: Payment method in Email customer and Admin EmailThis content is restricted to customers with active licenses.
in reply to: Responsive design and cartThis content is restricted to customers with active licenses.
in reply to: Warning messages in BuilderThis content is restricted to customers with active licenses.
in reply to: Remove Login screen logoThis content is restricted to customers with active licenses.
in reply to: Warning messages in BuilderThis content is restricted to customers with active licenses.
in reply to: Warning messages in Builder