Gunjan Rai kanungo
Forum Replies Created
-
Hi Haseeb,
Please use this CSS code
.page-id-5 .page-title { display: none; }
for hide page title.
Please let me know if it is work.
Best,
GunjanForum: Themes and Templates
In reply to: [BizStudio Lite] conflict with video embedWe are happy that your problem would solved.
Thank you very much for your love and support.Best,
GunjanForum: Themes and Templates
In reply to: [Biznez Lite] The top bar shrinks too soon.Hi haseeb,
Please use CSS3 Transition effect for this.
Please refer these links https://www.jqueryscript.net/menu/Animated-Sticky-Header-On-Scroll-with-CSS3-Javascript.html
https://www.jqueryscript.net/demo/Animated-Sticky-Header-On-Scroll-with-CSS3-Javascript/Best,
GunjanForum: Themes and Templates
In reply to: [Biznez Lite] Custom logo size is messing up the header nav bar.Hi haseeb,
Yes, your customizations will be lost as soon as you update Biznez Lite.So please do not edit style.css or any other Theme files or
Templates directly.
If you want to update your theme, please use WordPress Child Theme concept.
Read More about Child Theme concept :
https://codex.www.ads-software.com/Child_Themes
https://www.ads-software.com/support/topic/changing-contact-form-fields?replies=5#post-4589658Best,
GunjanForum: Themes and Templates
In reply to: [Biznez Lite] Custom logo size is messing up the header nav bar.Hi Haseeb,
For increasing space between top menu items please increase margin(bold below the CSS code) at line no. 520 in style.css file
.menu ul li {
display: inline;
float: left;
margin: 0 10px 9px;
position: relative;
}And for change the text color of all website elements
change color: #353535; value in body class at line no. 406 and also change color: #353535; value in #content id at line no. 891 in style.css file.Thank You
Best,
GunjanForum: Themes and Templates
In reply to: [Biznez Lite] Contact Page Options goneHi chink,
Please update your theme we have added contact page options and contact template in the new version of our theme Biznez Lite 1.0.12.
For contact form on contact page please install contact form 7 plugin and put shortcode of contact form 7 in content area of contact page and also select contact template for this page.Thanks.
Best,
GunjanForum: Themes and Templates
In reply to: [Biznez Lite] Custom logo size is messing up the header nav bar.Hi Haseeb,
For Fixing your logo issue please Replace the CSS code in style.css file at line no 486
#floating_logo { float: left; padding: 10px 0 0 4px; }
with this
#floating_logo { float: left; padding: 10px 0 0 4px; width: 188px; }
Also replace the CSS code at line no 448 in style.css file with this code
#top-head .left-section { float: left; height: auto; }
Replace the CSS code at line no 450 in style.css<.strong> file with this code
#top-head .right-section { float: right; margin-top: 6px; }
Replace the CSS code at
line no 615 in style.css file with this code
.fixed-menu #menu-container { margin-top: 8px; padding-right: 4px; }
Replace the CSS code at line no 446 in style.css file with this code
#header { padding-top: 10px; }
Please let me know if it works for you.
Best,
GunjanForum: Themes and Templates
In reply to: [Biznez Lite] Contact Page Options goneHi Chink,
We are Sorry about “Contact Page Options” and contact-page.php template features because it falls under “Plugin Territory” of WordPress Theme Guideline and thus we’ve to remove it from our theme.
However, This feature is included in the Pro version of our theme Biznez Pro. If you wish to add the “Contact Page Options and template”, please purchase our Biznez Pro theme.
Purchase link : https://www.sketchthemes.com/members/signup.php?price_group=19&product_id=19&hide_paysys=paypal_r
and company phone number option is used in header.php file.
To change company phone number Replace this code in header.php file<div class="mobile_no"><?php _e('Contact:','biznez'); ?><a href="tel:<?php if(sketch_get_option($shortname."_header_phone")){ echo sketch_get_option($shortname."_header_phone"); } else { _e('123-456-7891','biznez'); } ?>"><?php if(sketch_get_option($shortname."_header_phone")){ echo sketch_get_option($shortname."_header_phone"); } else { _e('123-456-7891','biznez'); } ?></a></div>
with this
<div class="mobile_no"><?php _e('Contact:','biznez'); ?><a href="tel:<?php _e('YOUR CONTACT NUMBER','biznez'); ?>"><?php _e('YOUR CONTACT NUMBER','biznez'); ?></a></div>
Thank you
Best,
GunjanForum: Themes and Templates
In reply to: [Biznez Lite] Custom logo size is messing up the header nav bar.Hi haseeb,
Please replace this css code
#header-area img, #content img, .comment img, .widget img { height: 52px; margin-top: -12px; width: 217px; }
from this
#header-area img, #content img, .comment img, .widget img { height: auto; }
in your css file.
and also replace your logo height width in your style.css file on line no: 454 with this css code
#logo img { height: 52px; width: 217px; }
please let us know if you have any issue.
Best,
GunjanForum: Themes and Templates
In reply to: [BizStudio Lite] Error in themeHi fastuning,
I have fixed this issue in the new version of our theme bizstudio-lite 1.0.7. Please delete your old bizstudio-lite 1.0.6 theme from your ftp and install new version of bizstudio-lite 1.0.7 theme.
Best,
GunjanHi Haseeb,
Please update your theme I have fixed your single slider image issue in the new version of our theme Biznez Lite 1.0.11.
Best,
GunjanForum: Themes and Templates
In reply to: [Biznez Lite] Need to disable front page features.Hi Haseeb,
Please update your theme I have added frontpage disable feature in the new version of our theme Biznez Lite 1.0.11.
Go to your WP dashboard and see
Settings -> Reading -> Choose a Front page displays setting as Your latest posts
to disable frontpage feature. Your defaultFront page displays
setting is alsoyour latest posts
.“When you choose
Front page displays
settingstatic page (select below)
then selectFront page
from drop-down, the contents of selected page aren’t displayed anywhere on the static front page.”Best,
GunjanForum: Themes and Templates
In reply to: [Biznez Lite] Update generate fatal errorHi lnqesch,
I have fixed this issue in the new version of our theme bizstudio-lite 1.0.7. Please delete your old bizstudio-lite 1.0.6 theme from your ftp and install bizstudio-lite 1.0.7 theme.
Best,
Gunjan