• Hi,
    I saw in the readme file for 1.0.11, the content-page.php template was removed.
    And I do not see the “Contact Page Options” tab under “Biznez-Lite Options any more.

    My site actually uses the contact-page template, and now that I have upgrade, the only way I can get that page to work again is to revert back to v1.0.7

    Any suggestions/recommendations going forward? should I continue to use your contact-page-template from v1.0.7 and never update the theme in the future?
    Or should I update the theme to 1.011 and re-build the contact page using other plug-ins?

    Thank you

Viewing 4 replies - 1 through 4 (of 4 total)
  • Thread Starter chinkchink

    (@chinkchink)

    Also want to point out that since the entire Contact Page Options are taken away, the company phone number that used to show up at the top of all the pages when view on Mobile device is also messed up, it now only show the default “123-456-7891″… we have no interface to change this back to the right one….
    suggestions?

    Hi 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,
    Gunjan

    Thread Starter chinkchink

    (@chinkchink)

    oh, well… it’s too bad that you guys have to take the contact page off the free version.

    But may I suggest that you add the default company phone back in, somewhere under Biznez-Lite options?

    It will make my client… who does not understand php codes and wants to eventually edit the site themselves, much much happier…

    thanks in advance for considering this for the next upgrade.

    Hi 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,
    Gunjan

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Contact Page Options gone’ is closed to new replies.