:: Support Me ::
How to build a Premium Theme for WordPress – Lesson 15
Create the Header Section
GitHub Repo:
Download Sunset Theme FREE:
:: Tutorial Series ::
WordPress 101 – Create a theme from scratch:
Learn SASS from Scratch:
:: My Website ::
:: Follow me on ::
Twitter:
Google+:
Facebook:
Nguồn: https://akbarmontada.com/
Xem thêm bài viết: https://akbarmontada.com/category/cong-nghe
For the sunset icon, is there an advantage of using the font rather than an image.
Hi, Thanks for your tutorial. I'm wondering what's the difference between style.css and the sunset.css file? I mean isn't enough to have that style.css in the root of your directory?
wheres the header file? I have found your PSD file, but thats useless as I dont have photoshop??
Ive check in github and the header file isnt there
i don't know why logo appear as box for me !!
i have an error on croping the image
class="col-xs-12" is no longer supported in bootstrap 4. we have to use "col-12". they simply dropped "xs"
The sunset-logo class isn't working for me. I get a square instead of the image and a 404 error in console even though my files are where they are supposed to be.
Some parts of bootstrap seem to have changed. Especially the "hide" class which appears now to be "d-none". Hope this helps others using this excellent tutorial.
Hey there, don't mind but in your inc folder you haven't added custom-header.php , i just copied all your includes but failed to get the header tab in the appearance , i also edited functions.php , header.php but still did't worked, i guess you must fist tell people "how to add custom header" don't mind me if i go wrong. 🙂
same question as Micro Pixels
This is so weird. All of a sudden WP is showing the admin toolbar in the front end and also the backend is acting strange, seems like the WP CSS on it's own is not able to load properly. Anyone maybe knwos what to do?
I have a question, what if someone wants to change the sunset logo to their own logo? is there an easy way to do it on the back end?
Where i can download all images e.g. header image ?
Hello Dear,
My logo is not appeared and from where i will get this background image?
I had trouble displaying my background image and I figured out that even though the div class="col-xs-12" was set to "display: block;" it had a width of 0px. Is there a way to bypass this other than directly editing that div?
LOL. Let's pretend I have no clue what I'm doing. Can you start from the very beginning. How did you get there, at :36? You went to "header" from a list
If anyone is having problem with the latest bootstrap v 4.0.0 , just use v 3.3.7
These are awesome, thanks dude.
hey, my header is only covering a small portion of the screen. I have checked the Github repository and checked the code with zero errors. the header wraps the logo and Title text only.
Help!!
Hey there, don't mind but in your inc folder you haven't added custom-header.php , i just copied all your includes but failed to get the header tab in the appearance , i also edited functions.php , header.php but still did't worked, i guess you must fist tell people "how to add custom header" don't mind me if i go wrong. 🙂
There is 1 problem my wordpress customiser is not showing header image 🙁 I just follow as you said in the video, please tell me what i need to edit for that?
Wow i just wanna hug you for these great video tutorials, too bad they are very limited(less):(. please upload more
hey man thank you so much for the tutorials,
i have a question i want my header image to take 100% of the width i tryed width: 100% and it didnt work i also tryed padding-left: 0 padding-right: 0 can you please tell me how to make it take the whole width please
col-xs-* no longer exists in the latest v4 of bootstrap @alessandro
Where can I find the header image, is there a link where I can download it?
Hello, can you please tell me in which lesson you explained how u get the introduced social links to the front-and to echo-it in the href atribute ? cz you're explaining alot of great stuff but now i need right that thing and i can't find the lesson, until then i can't go further. I'll apreciate it very much! Thank you for your amazing job and sorry about my horrible english
Hi, really awesome tutorial. My wordpress version is the 4.7.5 and the Header not appear in Appearance Menu O.o
Which code editor do you use please?
how do I add an actual image as my logo?
Hello Alex. Thanks for the video. I downloaded files of lesson 14 from your github and uploaded and I saw this video and I clicked "appearance" but I cannot find "header". Why is that??
Have problem with printing icon logo. Not working even with the code from git hub 🙁 In fact, same problem with printing any icon from sunset-icon font. Inspector says, that everything is ok, the following rule is applied: .sunset-logo::before {
content: "e807";
}
Great videos, Alessandro! I have a question about this one. Perhaps this is covered later on in anther video that I haven't gotten to yet. If this were a theme you wish to build in order to distribute for other people to use, how would the end user change the logo to their own logo without digging into the code? Shouldn't there be an option for the user to upload and display their own logo in the header?
For some reason my body{ font-family: 'Raleway', sans-serif; } does not work but if i add the h1 after the body like : body h1{font-family: 'Raleway', sans-serif;} or body h2{font-family: 'Raleway', sans-serif;} it works normally… any solution? Thanks