This page contains solutions for general questions
Questions List
Q1: How to set multiple form fields in one row ?
A1: You can easily set multiple form fields in one row. All you need to do is wrap the fields inside bootstrap based DIV. See sample form code given below.
<div class="col-sm-4 col-md-4 col-lg-4">
<p>[text* your-name placeholder "Your Name"]</p>
</div>
<div class="col-sm-4 col-md-4 col-lg-4">
<p>[email* your-email placeholder "Your Email"]</p>
</div>
<div class="col-sm-4 col-md-4 col-lg-4">
<p>[text* your-website placeholder "Your Website"]</p>
</div>
<div class="col-xs-12 col-sm-12 col-md-12 col-lg-12">
<p>[textarea your-message placeholder "Your Message"]</p>
</div>
<div class="col-xs-12 col-sm-12 col-md-12 col-lg-12">
<center><p>[submit "Send"]</p></center>
</div>
Q2: How to update Bizbuzz theme ?
A2: We are providing regular bug fixes, enhancements and also features to all our buyers. So we are releasing new version frequently.
- First download latest version of Bizbuzz theme package from Mojo Server. The file name would be
bizbuzz-responsive-multipurpose-wordpress-theme.zip
.
- Unzip this ZIP file on your local pc. After unzip you will get some files. Our main theme file is
bizbuzz.zip
- Now unzip
bizbuzz.zip
on your local pc. This will extract bizbuzz
folder. This is our main theme folder. Now we need to upload this folder via FTP on the server.
- Connect to your server by FTP and upload this extracted
bizbuzz
folder on your server at /wp-content/themes/
folder. There would be already a folder named bizbuzz
. Make sure you overwrite the folder and all files inside it.
- Done
Q3: How to disable comments from PAGES (and also other post types) ?
A3: There are two steps to disable comments.
- First, disable comments from existing pages
- Second, disable comments from new pages so comments would be disabled on new pages too.
Here are steps to disable comments from existing pages:
Here are steps to disable comments from new pages (so comments would be disabled on new pages too) :
Q5: How to find Bizbuzz theme Purchase Code ?
A5: The purchase code is a code that verifies that you are a genuine buyer. Here are steps to find your purchase code:
- To find your licence key/purchase code you need to log into your MOJO Marketplace account.
- Now go to Your Account > My Purchases > Find Bizbuzz Theme from the list of purchased items. Copy the purchase code see screen shot below.
- Done
Q6: How to set responsive menu breakpoint (from which window size the menu will become responsive) ?
A6: You can set it from
Admin > Appearance > Theme Options > Menu Settings
section. Just go to this section and select window size (or set pixel) under "Responsive Menu Breakpoint" option. See screenshot below:
Q7: How to set Skin Color to Service Box Title ?
A7: You can easily set Skin Color to Service Box Title.
- For this you just need to add an extra class name
tm-sbox-title-skincolor
to the ThemeMount Service Box. See screenshot below.
- So now the Service Box Title will show Skin Color. See screenshot below:
Q8: How to set Skin Color as background color for Service Box ?
A8: You can easily set Skin Color as background color for Service Box.
- For this you just need to add an extra class name
tm-sbox-bg-skincolor
to the ThemeMount Service Box. See screenshot below.
- So now the Service Box background color will show Skin Color. See screenshot below: