Business Grow Help / Tips

Discussion in 'BusinessGrow One Page WordPress Theme' started by lobostylez, Nov 18, 2014.

  1. lobostylez

    lobostylez New Member

    Joined:
    Oct 16, 2014
    Messages:
    9
    Likes Received:
    0
    Hey InkThemes!

    I had a few questions and looking for help with the Business Grow theme. I need to make a few tweaks and edits to the theme to make it better fit my needs. I will list them below and would like anyone to respond with a little help if you can.

    Things Needed:

    1. Edit Front Page Menu - The theme settings only allow for adding 1 extra menu button/link. I need to add about 2-3 more pages to that menu.

    2. Edit "Call on us" Text in the header of the theme - Wording is unfitting. I need it to just say "Call Us"

    3. Edit/Remove Black Footer Section - Looking to either remove or change widgets in the black footer. The place that has the "About Business" & Gallery Widget.

    --------

    As I continue to work with the theme, I might add to this list on this thread. If someone could shed some light and help me out, it would be greatly appreciated. The sooner, the better.

    Thanks in advanced!
     
  2. Yogesh

    Yogesh Guest

    Joined:
    Aug 8, 2014
    Messages:
    2,052
    Likes Received:
    41
    Hello,

    1. There is no restriction to add links, you can add many links.

    2. You have to edit two files front-page.php and header.php to change Call Us text as shown below in screenshot.

    18nov1.png

    18nov2.png


    3. You can add your widget in footer section as shown below in screenshot.

    18nov3.png

    ------------------ OR --------------
    If you want to hide that footer section then, paste the code given below in Custom CSS section
    (Appearance -> Theme Options -> Styling Options -> Custom CSS) of your dashboard.
    Code:
    .footer {
    display: none;
    }
    It will resolve your issue.

    Thanks & Regards
    Yogesh Bhade
     
    chuckbartok likes this.
  3. lobostylez

    lobostylez New Member

    Joined:
    Oct 16, 2014
    Messages:
    9
    Likes Received:
    0
    Wow, thank you so much Yogesh! This support is awesome. Complete with pictures and everything. Very nice.

    I'm working on the site now over at http://blvdplazadental.com/ -- I just still have that issue with adding more menu options. Take a look at my screenshots.

    sample1.png sample2.png


    As you can see, the Optional Menu Link only allows for adding 1 link. I would like to know how to add about 3 more.

    Thank you in advanced!
     
  4. Yogesh

    Yogesh Guest

    Joined:
    Aug 8, 2014
    Messages:
    2,052
    Likes Received:
    41
    Hello,

    You can add more Optional Menu directly on front-page.php file, paste following code on line no. 78 in front-page.php file as shown below in screenshot.
    Code:
    <li class="page_item"><a href="http://google.com">Optional Menu1</a></li>
    29nov1.png

    It will resolve your issue.

    Thanks & Regards
    Yogesh Bhade
     
  5. lobostylez

    lobostylez New Member

    Joined:
    Oct 16, 2014
    Messages:
    9
    Likes Received:
    0
    You've been an amazing help thus far Yogesh! I can see why InkThemes is loved by lots of people.

    I just had a few more questions if that is okay.

    1. How would I go about removing the Link and Link Button from Gallery Images? (Image Provided)
    2. I want to showcase all images in the gallery regardless, I have no need for the "All" option. How can I remove it? (Image Provided)

    [​IMG]

    3. I just needed a little help setting up the contact form at the bottom of the page. I would like the emails to go directly to the office email with the addition of a captcha.

    Thanks in advanced Yogesh! I hope you can answer soon!
     
  6. Yogesh

    Yogesh Guest

    Joined:
    Aug 8, 2014
    Messages:
    2,052
    Likes Received:
    41
    Hello,

    1. & 2. Paste the code given below in Custom CSS section
    (Appearance -> Theme Options -> Styling Options -> Custom CSS) of your dashboard.
    Code:
    #filters li[data-filter="all"] {
    display: none;
    }
    .galleryImageLink2 {
    display: none !important;
    }
    .galleryImageLink1 {
    left: 43%;
    }
    3. You have to On captcha in contact form, Go to Theme options ==> Contact Section ==> Then you will find Recaptcha On/Off option

    It will resolve your issue.

    Thanks & Regards
    Yogesh Bhade
     
  7. lobostylez

    lobostylez New Member

    Joined:
    Oct 16, 2014
    Messages:
    9
    Likes Received:
    0
    Beautiful - Everything is coming together nicely Yogesh. I have a few more questions, and then I believe I am done with using and editing the theme.

    1. I want to know if it would be possible to move up the Staff Icons slightly to make room for a button to take visitors to a full staff page.
    2. In relation to the first question, if it would be possible to add a button to direct people to said full staff page. (See Picture labeled 1/2)

    lastrequest1.jpg

    3. I would like to know how to set the default email address to where the contact messages will go to. Like when someone wants to contact the office via the contact form, where to i set the receiving email address.

    Thank You So much Yogesh & InkThemes!
     
  8. Yogesh

    Yogesh Guest

    Joined:
    Aug 8, 2014
    Messages:
    2,052
    Likes Received:
    41
    Hello,

    1. You have to edit front-page.php file as shown below in screenshot.

    <CENTER><a href="see all page URL" class="seeall">SEE All</a></CENTER>

    And add some CSS code for this button.

    27dec1.png

    2. You can set your email address in General Setting option of Wordpress as shown below in screenshot.

    27dec2.png

    It will resolve your issue.

    Thanks & Regards
    Yogesh Bhade
     
  9. lobostylez

    lobostylez New Member

    Joined:
    Oct 16, 2014
    Messages:
    9
    Likes Received:
    0
    Awesome, updated everything.

    Last thing, is how would I go about added CSS for the added button?
     
  10. Yogesh

    Yogesh Guest

    Joined:
    Aug 8, 2014
    Messages:
    2,052
    Likes Received:
    41
    Hello,

    Paste the code given below in Custom CSS section
    (Appearance -> Theme Options -> Styling Options -> Custom CSS) of your dashboard.
    Code:
    center a.seeall{
    background: #077D97;
    color: #fff;
    padding: 8px 15px;
    }
    It will resolve your issue.

    Thanks & Regards
    Yogesh Bhade
     
  11. lobostylez

    lobostylez New Member

    Joined:
    Oct 16, 2014
    Messages:
    9
    Likes Received:
    0
    Hey again Yogesh,

    I hope you can reply to this soon because I need some help. Followed everything you helped with so far but now the gallery images do not show up. I'm running a test enviorment before everything goes live on my website: http://www.lobo-rivera.com/websites/dental/

    As you can see, the gallery images are not showing. I followed all the steps in the documentation and trying it out and I cant get them to show now. They showed before but not now.

    Let me know if you can help ASAP. Thanks.
     
  12. Pramod

    Pramod Guest

    Joined:
    Aug 8, 2014
    Messages:
    2,847
    Likes Received:
    63
    Hello !

    You have to create filters
    Gallery And Portfolio=>Filter

    Thanks & Regards
    Pramod
     
  13. lobostylez

    lobostylez New Member

    Joined:
    Oct 16, 2014
    Messages:
    9
    Likes Received:
    0
    Awesome, thank you Pramod. I got the issue resolved :D

    I also wanted to ask about linking what on the default menu items to another page. Like if I wanted the "Our Staff Button" to actually navigate to a page that I created instead of scrolling down the page. I know I can add another button to do this, but I would like to know how to make the default buttons go to different pages.

    Thanks!
     
  14. Pramod

    Pramod Guest

    Joined:
    Aug 8, 2014
    Messages:
    2,847
    Likes Received:
    63
    Hello !

    For this you have to create custom menu from Appearance=>Menus=>Create menu
    Create links on menu items set them main menu and save all.

    Thanks & Regards
    Pramod
     
  15. lobostylez

    lobostylez New Member

    Joined:
    Oct 16, 2014
    Messages:
    9
    Likes Received:
    0
    Hey Pramod,

    I don't want to add ANOTHER button to the menu. I want to know how to chance where one of the current buttons navigates to. I would like to keep the button count low, so I want to change where the ones that are there go to. I want them to go to another page, rather then just scroll down the home page.

    Thanks!
     
  16. Pramod

    Pramod Guest

    Joined:
    Aug 8, 2014
    Messages:
    2,847
    Likes Received:
    63
    Hello lobostylez!

    As i said for this you have to create custom menu from
    Appearance=>Menus=>Create menu
    Create links on menu items set them main menu and save all.
    You can keep the same menu items but change their links according to your requirement.

    Thanks & Regards
    Pramod
     
  17. lobostylez

    lobostylez New Member

    Joined:
    Oct 16, 2014
    Messages:
    9
    Likes Received:
    0
    Not sure if you're getting my meaning.

    When you do what you said:
    It does not change the menu on the home page. It creates a menu that you can only see if you navigate to another page. I took a screenshot and posted it below.

    custommenu1.jpg
    Like I said, this is not changing the menu on the front page. You have to navigate to another page to see this menu. In the "Menus" section of wordpress, it is selected as the Main Menu location so I'm not sure what else to do.

    This is why I'm asking how to change the default a href links to the main menu on the front page.
     
  18. Pramod

    Pramod Guest

    Joined:
    Aug 8, 2014
    Messages:
    2,847
    Likes Received:
    63
    Hello !

    You can change this from
    businessgrowtheme\functions\inkthemes-functions.php
    between line no. 43-89

    Thanks
    Pramod
     
  19. pierrezimmermann

    pierrezimmermann New Member

    Joined:
    Oct 17, 2015
    Messages:
    18
    Likes Received:
    0
    Hello!

    I have a problem with "Add unlimited Service Box". The 5 face ist on the right side and not on the left side. The URL ist http://beta.saarkanzlei.de/

    Any idea?

    [feature_box]
    [feature_image url='http://beta.saarkanzlei.de' bg='http://beta.saarkanzlei.de/wp-content/uploads/2016/03/KB260x260Kreis.jpg']
    [/feature_image]
    [feature_box_desc]
    [feature_heading url='http://beta.saarkanzlei.de/klaus-berrang']
    Klaus Berrang
    [/feature_heading]
    [feature_desc]
    Geboren 1956.
    Seit 1986 als Rechtsanwalt zugelassen.
    Mitglied des Aufsichtsrates der VVB eG im Regionalverband Saarbrücken.
    [/feature_desc]
    [/feature_box_desc]
    [/feature_box]
     
  20. priya

    priya Guest

    Hello,

    Greetings from InkThemes!

    Please paste the code given below in Custom CSS section (Appearance -> Theme Options -> Styling Options -> Custom CSS) of your dashboard.
    Code:
    .ch-grid li {
        width: 227px;
    }
    Note: Change the numeric value as per the requirement..

    Hope it will resolve your issue

    Do let me know if you need more assistance,

    Thanks & Regards!
    Priyanka
    InkThemes.com
     

Share This Page