How to add a menu on the left hand side

Discussion in 'General InkThemes Discussion and Feedback' started by bilalmirza, Mar 5, 2014.

Thread Status:
Not open for further replies.
  1. bilalmirza

    bilalmirza Member

    Joined:
    Feb 11, 2014
    Messages:
    38
    Likes Received:
    2
    Hi

    I am using the Bizway Pro theme (bilalmirza.ca). I am contemplating putting a menu on the left hand side to list (and link to) our services. Is that possible if so how?

    When I put the services on the top menu... it goes into two line and looks bad. So other options I could explore are

    1) reduce text size of home page top menu bar
    2) get rid of the search from the top menu

    Thanks,
    Nazia
     
  2. Piyush

    Piyush Support Staff

    Joined:
    Dec 8, 2012
    Messages:
    4,745
    Likes Received:
    107
    Hello,

    Go to the header.php file present in your theme directory and follow the instruction shown in the image given below.

    [​IMG]

    This will solve your issue.

    If you still want to reduce the font size of menu then paste the code given below in Custom CSS section
    (Appearance -> Theme Options -> Styling Options -> Custom CSS) of your dashboard.

    Code:
    #menu .ddsmoothmenu li {
    font-size: 14px;
    }
     
    You can adjust the value of "font-size" as per your requirement.
    This will solve your issue.
     
  3. bilalmirza

    bilalmirza Member

    Joined:
    Feb 11, 2014
    Messages:
    38
    Likes Received:
    2
    Okay this is great. It worked for now....

    I still want to add a menu on the left hand side. To accommodate this, I am willing to reduce the width of all my sliders.
     
  4. Gourav

    Gourav Support Staff

    Joined:
    Oct 19, 2012
    Messages:
    7,728
    Likes Received:
    207
    Hello,

    Unfortunately there isn't a way to do that with our theme unless you custom code something up. Sorry.


    Thanks & Regards
    Gourav Shrivastava
     
  5. bilalmirza

    bilalmirza Member

    Joined:
    Feb 11, 2014
    Messages:
    38
    Likes Received:
    2
    Hi Gourav,

    Tell me more about "custom code something up". Where do I go about finding this custom code. Are there people that will do this for me? Do you know how much it would cost?

    Regards,

    Nazia
     
  6. bilalmirza

    bilalmirza Member

    Joined:
    Feb 11, 2014
    Messages:
    38
    Likes Received:
    2
    I want to post a new thread but I can't find the link/button "post a new thread" ... so I will try positing it here.

    I am using the BizWayPro theme. My website is bilalmirza.ca. In the widgets section I want to do two things

    1) have links to the services, not ALL of the pages. How do I get the page ID for the home page so it does not display as a link in the first footer widget area.

    2) there is not enought space between the map (in the 3rd footer widget area) and our mission statement (in the 4th footer widget area)

    Nazia
     
  7. Piyush

    Piyush Support Staff

    Joined:
    Dec 8, 2012
    Messages:
    4,745
    Likes Received:
    107
    Hello Nazia,

    1. For your first issue you can use Custom Menu Widget.
    Firstly create custom menus from the Appearance > Menus panel in your dashboard and then
    go to the Appearance > Widgets panel in your dashboard and drag & drop Custom Menu Widget in the First Footer Widget Area
    and then select custom menu that you have created.

    2. For your second issue you can paste the code given below in Custom CSS section
    (Appearance -> Theme Options -> Styling Options -> Custom CSS) of your dashboard.

    Code:
    .footer_widget img{
    width:100%;
    }
    
    This will solve your issue.
     
  8. bilalmirza

    bilalmirza Member

    Joined:
    Feb 11, 2014
    Messages:
    38
    Likes Received:
    2
    Thanks, got that to work... now the next issue:

    In our about us page (http://bilalmirza.ca/?page_id=6) I want to be able to list in a table - pictures and text about our team. I am having trouble with formatting:

    1) Alignment
    2) Bolding text (name)
    3) making smaller text for degrees
    4) removing space (line) between name and position held


    Please help

    Thanks,
    Nazia
     
  9. Piyush

    Piyush Support Staff

    Joined:
    Dec 8, 2012
    Messages:
    4,745
    Likes Received:
    107
    Hello,

    Firstly paste the code given below in Custom CSS section
    (Appearance -> Theme Options -> Styling Options -> Custom CSS) of your dashboard.

    Code:
    img.alignright {float:right; margin:0 0 1em 1em}
    img.alignleft {float:left; margin:0 1em 1em 0}
    img.aligncenter {display: block; margin-left: auto; margin-right: auto}
    .alignright {float:right; }
    .alignleft {float:left; }
    .aligncenter {display: block; margin-left: auto; margin-right: auto} 
    This will solve wrapping text around images issue.


    Now, go to the Pages > Add New pages panel in your dashboard and paste the code given below in the text editor.

    Code:
    <img class="size-medium wp-image-12 alignright" style="border: 0px; margin-top: 0px; background-color: #eeeeee; margin-bottom: 0px;" alt="about us - wall sign  mirza chartered professional accountant" src="http://bilalmirza.ca/wp-content/uploads/2014/02/about-us-wall-sign-mirza-chartered-professional-accountant-300x100.jpg" width="450" height="150" />
    <h1>Our Mission:</h1>
    We are professional accountants and tax advisors with a high level of integrity. Our goal is to continuously provide exceptional client service as we are committed to our clients and their success.
     
    &nbsp;
    <h1>Our Core Values:</h1>
    <h3>Honesty</h3>
    All our work is completed with honesty, integrity, and hard work.
    <h3>Commitment</h3>
    We are completely committed to our clients and their success.
    <h3>Trust</h3>
    We build long term relationships through trust.
    <h1>Our Exceptional Services Include:</h1>
    <ul>
    <li>Tax Returns</li>
    <li>Accounting</li>
    <li>Consulting</li>
    <li>Tax Audits &amp; Appeals</li>
    <li>Wills &amp; Estate Planning</li>
    </ul>
    <h1>Our Team</h1>
    <div class="wp-caption alignleft" id="attachment_107" style="width: 224px;">
     
    <a href="http://bilalmirza.ca/wp-content/uploads/2014/02/bilal-profile-IMG_3746.jpg"><img class="size-medium wp-image-107 alignleft" alt="Bilal Mirza, Chartered Professional Accountant" src="http://bilalmirza.ca/wp-content/uploads/2014/02/bilal-profile-IMG_3746-214x300.jpg" width="214" height="300" /></a>
    <p class="wp-caption-text">Bilal Mirza, Chartered Professional Accountant</p>
     
    </div>
    <b>Bilal Mirza</b>
     
    <i>Chartered Professional Accountant, Tax Advisor</i>
     
    Bilal is a Chartered Professional Accountant and Tax Advisor who enjoys working with business owners and professionals.  Bilal graduated from the prestigious Schulich School of Business at York University and worked in various firms before starting his practice.
     
    *  Bilal has over 10 years of experience in providing accounting services to the public.
     
    *  He oversees compilation of financial statements of numerous companies for various purposes
     
    *  He is an expert with Canadian and US tax systems and has been involved in many complex tax related transactions.
     
    *  He has represented many people and companies in CRA audits and appeals, and tax compliance issues.
     
    &nbsp;
     
    &nbsp;
    <div class="wp-caption alignleft" id="attachment_107" style="width: 224px;"><img class="size-medium wp-image-108 alignleft" alt="munawar profile IMG_3749" src="http://bilalmirza.ca/wp-content/uploads/2014/02/munawar-profile-IMG_3749-214x300.jpg" width="214" height="300" /></div>
    <b>Munawar Mirza </b>
    <b>BSc Eng. PFP</b>
     
    <i>Tax Advisor</i>
     
    Munawar is a Tax Advisor and has over 24 years of experience in preparing tax returns.  He was a successful Investment Advisor with Dundee Wealth (now Hollis Wealth) for about 20 years. A few years ago, he sold his advisory practice and joined Mirza Professional Corporation, Chartered Professional Accountant on a full time basis.
     
    *  Munawar is a trained engineer, who transferred his tremendous analytical and problem solving skills and built his own successful practice as an investment advisor
     
    *  His extensive experience and professional development make him an expert in taxes
     
    *  He enjoys dealing with clients who are employed or self employed, professionals, investors, and seniors
     
    &nbsp;
     
    &nbsp;
     
    &nbsp; 
    This will solve your issue.

    For text formatting issue you can try TinyMCE Advanced plugin.
    Download it from the link given below and install it from the Plugins panel (Plugins ->Add New ->Upload) in your Dashboard.
    http://wordpress.org/plugins/tinymce-advanced/
     
  10. bilalmirza

    bilalmirza Member

    Joined:
    Feb 11, 2014
    Messages:
    38
    Likes Received:
    2
    How do I make webpage NOT appear on the the menu bar?

    I want a webpage "Why Choose Us?" only accessible through the column headings... but when I publish it... it shows up in the menu bar.
     
  11. Gourav

    Gourav Support Staff

    Joined:
    Oct 19, 2012
    Messages:
    7,728
    Likes Received:
    207
    Hello,

    Go to
    Appearance > Menus
    Create a custom menu and only add the pages that you want to show in the navigation bar.



    Thanks & Regards
    Gourav Shrivastava
     
    bilalmirza likes this.
  12. bilalmirza

    bilalmirza Member

    Joined:
    Feb 11, 2014
    Messages:
    38
    Likes Received:
    2
    I want to add a contact us form on the home page as the 3rd column featured area. How do I do that?

    my url is : bilalmirza.ca
     
  13. Piyush

    Piyush Support Staff

    Joined:
    Dec 8, 2012
    Messages:
    4,745
    Likes Received:
    107
    Hello,

    Unfortunately there isn't a way to do that with our theme unless you custom code something up. Sorry.

    But you can display contact us form in the Footer Widget Area.
    Firstly install Contact Form 7 Plugin in your dashboard.
    After that,
    Go to the Appearance > Widgets panel in your dashboard and
    use Contact Us Form Widget in the Fourth Footer Widget Area.
     
  14. bilalmirza

    bilalmirza Member

    Joined:
    Feb 11, 2014
    Messages:
    38
    Likes Received:
    2
    Thanks,

    I installed the plug in. Created a contact us form.

    However, I don't see it in the Widget area to add to the fourth footer widget area.
     
  15. Gourav

    Gourav Support Staff

    Joined:
    Oct 19, 2012
    Messages:
    7,728
    Likes Received:
    207
    Hello,

    Go to Appearance > Widget
    Drag "Text" widget and add your plugin shortcode there and drop it in the footer widget area.


    Thanks & Regards
    Gourav Shrivastava
     
  16. bilalmirza

    bilalmirza Member

    Joined:
    Feb 11, 2014
    Messages:
    38
    Likes Received:
    2
    Don't quite understand... but that's okay...we decided not to put it in the widget area after all.
     
Thread Status:
Not open for further replies.

Share This Page