Home › Forums › Free Themes › Business Hub › "Post id" clarification – Business Hub Theme
- This topic has 58 replies, 2 voices, and was last updated 5 years, 7 months ago by wensolutions.
-
AuthorPosts
-
July 9, 2018 at 5:39 pm #75273RashidaParticipant
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.July 10, 2018 at 12:00 am #75282wensolutionsKeymasterHello @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:
You can find the id of the post on the URL by going to individual post edit screen.
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!!
July 11, 2018 at 12:14 pm #75368RashidaParticipantHi 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,
RHJuly 12, 2018 at 12:21 am #75406wensolutionsKeymasterHello @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:
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:
Hope this helps.
Thank you đ .
Have a good day đ .
July 13, 2018 at 5:23 pm #75519RashidaParticipantHi,
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.July 13, 2018 at 7:39 pm #75520RashidaParticipantHi 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.July 16, 2018 at 12:28 am #75592wensolutionsKeymasterHello @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!!
July 17, 2018 at 12:14 pm #75704RashidaParticipantHi,
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.July 17, 2018 at 1:19 pm #75714RashidaParticipantOh, 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.July 17, 2018 at 8:13 pm #75738RashidaParticipantHi 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.July 17, 2018 at 9:07 pm #75741RashidaParticipantFor your reference – below is the site link: http://www.newdesign.directsupplyservices.com
Regards,
RHJuly 18, 2018 at 1:43 am #75751wensolutionsKeymasterHello @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!!
July 18, 2018 at 2:23 pm #75886RashidaParticipantHi,
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.July 19, 2018 at 12:41 am #75899wensolutionsKeymasterHello @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!!
August 2, 2018 at 12:30 pm #76835RashidaParticipantHi 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. -
AuthorPosts
- You must be logged in to reply to this topic.