Home Forums Free Themes Business Hub "Post id" clarification – Business Hub Theme

Viewing 15 posts - 1 through 15 (of 59 total)
  • Author
    Posts
  • #75273
    Rashida
    Participant

    Hi There,

    Can anyone please tell me, how can I set up the “home sections” in “theme options”?

    I made a post and tried the post id as well, but its not showing anything.

    Thanks!
    RH.

    #75282
    wensolutions
    Keymaster

    Hello @rashida,

    First of all thank you very much for using the theme.

    Now to set up the homepage sections you need to select the category in some filed and enter the ID of the posts in some filed.

    As for example in “Why choose us section” you need to enter the id of the post of your preferred choice as given in the screenshot below:

    http://prntscr.com/k4kk2y

    You can find the id of the post on the URL by going to individual post edit screen.

    http://prntscr.com/k4kke0

    Or you can even find the ID upon hovering over the post in post listing page.

    Hope this helps.

    If you have any issues further then please let us know.

    Thank you.

    Best Regards!!

    #75368
    Rashida
    Participant

    Hi there,

    Thank you so much for the prompt reply!

    However, I am trying to set a banner image after my navigation bar. I created a category and a post (as you mentioned earlier) and entered my post id as well but my image isn’t showing up. Can you advise; what I might have done wrong?

    Thanks & Regards,
    RH

    #75406
    wensolutions
    Keymaster

    Hello @rashida,

    The image in the banner section is displayed from the “Feature Image” section of the particular post edit screen so you need to at first make sure to add the image in this field.

    Screenshot:

    https://prnt.sc/k5g3s8

    Then you need to go to Admin Panel > Appearance > Customize > Theme Options > Slider and set up the section as per in the screenshot given below:

    http://prntscr.com/k5g41n

    Hope this helps.

    Thank you 🙂 .

    Have a good day 🙂 .

    #75519
    Rashida
    Participant

    Hi,

    Thank you so much. I was able to do it successfully.

    I have another question though; if I want to edit the index.php or functions.php files .. can I do it directly from the “Editor” in WordPress? or shall I do it via my hosting service?

    Kindly advise.

    Thanks again for helping out so much. I really appreciate it.

    Regards,
    RH.

    #75520
    Rashida
    Participant

    Hi again,

    Another question..

    How can I change the placeholder text of the search bar? If you can guide me through..I will so appreciate it.

    Thanks!
    RH.

    #75592
    wensolutions
    Keymaster

    Hello @rashida,

    You can do it directly from the editor but the main concern here is, do not make any modification directly in your parent theme. If you make any then you will lose the original set of code and could not revert back if you make any mistake.

    So we strongly recommend you to use the child theme for any modification in the parent them in this way you are free to do any sorts of modifications on the theme.

    Regarding your second query, to edit the placeholder text we need to make the change in the code which requires code customization and this beyond the support we offer for our product.

    Hope you understand 🙂 .

    If you have any issues further then please let us know.

    Thank you.

    Regards!!

    #75704
    Rashida
    Participant

    Hi,

    Thanks for reminding me about Child Theme 🙂

    And I understand though if you can at least tell me where to find the searchform.php – that would be great. I have been looking for the php file so I can edit.

    Thanks & Regards,
    RH.

    #75714
    Rashida
    Participant

    Oh, another query,

    I want to edit the footer.php as well. I found the php file but I don’t see the information of “changing the text” in that file. For instance: copyright information.

    Am I looking in the right direction?

    Kindly advise.
    Thanks!
    RH.

    #75738
    Rashida
    Participant

    Hi again!

    Sorry to bother again .. but can you guide me through with some CSS Customization, please?

    1: When I click on my ‘Search Bar’ – the border color becomes blue. How can I change that? What ‘class’ do I need to look for in CSS style sheet if it’s there?

    2: After the banner in header – I see a “blue line”. How can I change the color of that?

    3: How can I change the ‘hover color’ of ‘Get a Quote’ button?

    4: I don’t know whether you would be able to help me with “WP Forms”. If you can; I need to know a) how can I change the ‘width’ of the ‘text area’ – of EMAIL & PHONE NUMBER.
    b) how can I change the font of the labels?

    5: Lastly, about contact information in header. I need to know:
    a) How can I change the phone icon facing right? (earlier it was, just 2-3 days back it was flipped).
    b) How can I shift the contact information more to right?

    If you can just guide me with the “class” – I will be able to fix it 🙂

    Thanks so much in advance.
    Regards,
    RH.

    #75741
    Rashida
    Participant

    For your reference – below is the site link: http://www.newdesign.directsupplyservices.com

    Regards,
    RH

    #75751
    wensolutions
    Keymaster

    Hello @rashida,

    Please find answers to your queries below:

    1: When I click on my ‘Search Bar’ – the border color becomes blue. How can I change that? What ‘class’ do I need to look for in CSS style sheet if it’s there?

    Response: To change the color please add below given CSS by going to Admin Panel > Appearance > Customize > Additonal CSS.

    .full-nav-menu .search-form input[type="search"]:focus {
    	outline-color: #a53553;
    }

    2: After the banner in header – I see a “blue line”. How can I change the color of that?

    Response: To change the border color use below given CSS.

    .scroll-down-wrapper:after {
    	background-color: #fff;
    }

    3: How can I change the ‘hover color’ of ‘Get a Quote’ button?

    Response: To change the button color use below given CSS.

    .btn-business:hover {
    	background-color: #343434;
    }

    4: I don’t know whether you would be able to help me with “WP Forms”. If you can; I need to know a) how can I change the ‘width’ of the ‘text area’ – of EMAIL & PHONE NUMBER.
    b) how can I change the font of the labels?

    Response: The issue is not quite related to the theme but we will still provide the custom CSS to fix the issue so to change the width use below given CSS.

    div.wpforms-container-full #wpforms-form-162.wpforms-form input.wpforms-field-medium {
    	max-width: 100%;
    }

    To change the font family and size use below given CSS.

    div.wpforms-container-full #wpforms-form-162.wpforms-form .wpforms-field-label {
    	font-family: 'Comic Sans Pro', sans-serif;
    	font-size: 14px;
    }

    5: Lastly, about contact information in header. I need to know:
    a) How can I change the phone icon facing right? (earlier it was, just 2-3 days back it was flipped).
    b) How can I shift the contact information more to right?

    Response: To change the font alignment use below given CSS.

    .contact-information i.fa-phone {
    	-ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
    	-webkit-transform: scale(-1,1);
    	transform: scale(-1, 1);
    }

    To shift the contact information towards right use below given CSS.

    .contact-info-section .contact-information-wrapper {
    	margin-right: -40px;
    }

    Here change the color code as per your requirement.

    Hope this helps.

    Thank you.

    Regards!!

    #75886
    Rashida
    Participant

    Hi,

    Thank you so much for the help. It all worked out 🙂

    And I understand you cannot help with code customization; though if you can at least tell me where to find the searchform.php – that would be great. I have been looking for the php file so I can edit on my own. Also..
    I want to edit the footer.php as well. I found the php file but I don’t see the information of “changing the text” in that file. For instance: copyright information.

    Am I looking in the right direction?

    Kindly advise.
    Thanks!
    RH.

    #75899
    wensolutions
    Keymaster

    Hello @rashida,

    Glad you previous issues are resolved.

    Regarding footer copyright text, the option is available in the pro version so if you want the feature then please upgrade your theme to the pro version.

    Not only this pro version comes with lots of other exciting feature and to know about it please refer to below given link:

    http://themepalace.com/downloads/business-hub-pro/

    Also, to change the placeholder text for the search you can just look into the file business-hub > travel-eye > inc > customizer > default.php .

    Hope this helps.

    Regards!!

    #76835
    Rashida
    Participant

    Hi there,

    I have a question related to “banner image” for Homepage. What size this banner is supposed to be?

    Also, can you please guide me with the CSS code of how to change color of selected/active page (nav bar).

    Thanks & Regards,
    Rashida H.

Viewing 15 posts - 1 through 15 (of 59 total)
  • You must be logged in to reply to this topic.