BenM
asked 6 years ago

Hello
It is possible to copy our existing header and use it throughout the theme ? IN addition can custom text fonts be added as we use “Poppins” text font and we it all matching ?
If the answer is yes then I will proceed to purchase.

3 Answers
DominicStaff
answered 6 years ago

Please let me know detail about this issue, you can send me a screenshot for further checking and provide your site URL.

BenMc
replied 6 years ago

I thought I had already provided you details about the issue. There were 2 questions.
1. Can custom text fonts be added or can the text fonts be changed ?
2. Can the existing header be changed with by adding custom html or other ?

I cannot provide a screenshot as I have not purchased the theme yet as I clearly state in the original question.

Dominic Staff
replied 6 years ago

1. Yes, you can custom text font very easy. If you want to custom it, you can let me know. We will help you resolve this issue.

2. If you want to change the header you can custom in the header.php file of the theme.

BenMc
replied 6 years ago

Ok thank you. I will purchase and let you know if I need assistance.

BenMc
replied 6 years ago

Please let me know where the text font can be changed as I cannot see find anywhere it can be changed

Dominic Staff
replied 6 years ago

Sorry, I have checked your email in our system and I can not find your email, I don’t know the theme you are using. Please let me know the theme name.

BenMc
replied 6 years ago

What email are you referring to as I did not mention anything about an email. Before purchasing i asked if the font can be changed and you said it can be changed very easily. Now that i have purchased there is no were that the font can be changed so please advise what easy you are referring to. In addition please advise if there is any special files that need to be changed to copy our current website header with menu items to the DW theme.

Lastly the button ‘Start Discussion’ does not do anything. Can you advise what needs to be done to configure this button.

Thank you.

Dominic Staff
replied 6 years ago

Yes, I know what you want. However, I need to know about the Theme that you are using to check the issues to help you resolve this issues.
I mentioned about your email Because I think you have purchased the product here and using this email and I can find the Theme that you are using.

BenMc
replied 6 years ago

Sorry yes you are right as I used a different email here. If you need the purchase code let me know. The theme is the DW Knowledge base complete theme with the Q & A and Discussion.
Our current main site is in maintenance mode so you will not be able to see the header however I can give you access to view the header. As this may fall outside of the normal support I am happy to pay for the header integration from our main website and make it the same as the Knowledge Base. In addition you may want to add child theme to your themes as it prevents codes being removed once you update. As you will be modifying our header you will also need to create a child theme otherwise on the next update the custom header may be removed.

Let me know if you want access to both our Knowledge Base and also our main website so you can view the header and also if you need our purchase code and I will create a private reply with the details.

Dominic Staff
replied 6 years ago

Yes, please send me username & password of your site for further checking.

DominicStaff
answered 6 years ago

You can try the following code in the style.css file: 

@media (min-width: 768px) {
.navbar>.container .navbar-brand, 
.navbar>.container-fluid .navbar-brand {
    position: absolute;
    top: -44px;
    height: 100px;
  }
.site-header .container {
    position: relative;
  }
}

@media (max-width: 768px) {
  .navbar>.container .navbar-brand, 
  .navbar>.container-fluid .navbar-brand {
    position: absolute;
    top: -26px;
  }

  .navbar-brand>img {
    width: 70%;
  }
}
DominicStaff
answered 6 years ago

About this button, you need to insert the link to ask question page in the Dashboard > Appearance > Widgets. See the screenshot: http://prntscr.com/kkpqag

BenMc
replied 6 years ago

Thank you….all done.

Dominic Staff
replied 6 years ago

If you have any issue or question, you can create another question. We will check and help you resolve it.

Powered by DW Question & Answer Pro