T T
Forum Replies Created
-
Forum: Themes and Templates
In reply to: Edit Twenty Eleven 1.1 ThemeThanks People and Thanks to Alchymyth & Esmi …Perfect TIPS! it just did the job ! however I like to keep the edit bottom so i just saved the following and delete the rest as mentioned above ..it is clean and smooth now !
<?php edit_post_link( __( ‘Edit’, ‘twentyeleven’ ), ‘<span class=”edit-link”>’, ‘</span>’ ); ?>
Thanks again !
Hi esmi ,thanks …i got the Fire-bug add-on install in Firefox now & you know what ? after trying out I have no idea how it works hehe …i think i nee to learn how to use it .
Anyways ..I create a logo on the left top of header with site description and it looks great ! i create a header.php file and did editing…I am learning a lot from this forum , all am been able to do is because of this forum ..folks have really given lots of knowledge base infos and tips ..i thank them all .
Ok now I would like to add ‘Hello Guest – Log in – Register ” on the right top of the header ? where do I start from ? how is done ?
I will delighted to have your tips and suggestions !
Thanking you ….Hi esmi , thanks ..i did some home work , read a lot in forum and did some trial and error practice hehe ,end of the day its great to learn !
Ok why i need those files ? Once i start creating pages/sub pages of my website i will have to customize pages according to the products thats why , but i could be totally wrong to create all these files.
Now I have come to certain understand & found out that just with functions.php lot can be done ! isn’t it !!! ?
Hence , i’ve simplified :
I have activated my twentyeleven child theme .
Now on my wp dashboard editor i just have
1)style.css folder
2)functions.php file
3) cover_page.php ( my static home page )a blank page
4)index.php ( a blank page)
After activating 2011 child theme , every thing is fine and well .
I wanted to remove the header and found this code in the forum –
I just copy and paste it in functions.php
`<?php
// REMOVE TWENTY ELEVEN DEFAULT HEADER IMAGES
function wptips_remove_header_images() {
unregister_default_headers( array(‘wheel’,’shore’,’trolley’,’pine-cone’,’chessboard’,’lanterns’,’willow’,’hanoi’)
);
}
add_action( ‘after_setup_theme’, ‘wptips_remove_header_images’, 11 );
?>And the header is removed !!! that’s exactly what i need !
Now ny next task is I am trying to increase the space above the header (I have opt Display text – “No” in the header option )
So if I can increase the space above header then I will try to add my logo and site description on the top /left side .SO NOW HOW DO I INCREASE THE SPACE ABOVE THE HEADER ???
PLS ..GIVE ME YOUR TIPS AND SUGGESTIONS !!!
Thanking you .
Hi esmi , thanks for your tips ..appreciate it !
Well , reading all i have noticed that creating a child theme is the first step and I have done that .
I have my 2011 child theme ready with
style.css folder and functions.php file in wp-content , themes directory.
I just need to activate my 2011 child theme .
I need these other following files too
image.php
header.php
archive.php
single.php
home.php
front-page.php
comments.php
sidebar.php
index.phpSo my question is should I create all these other files BEFORE activating my 2011 child theme or AFTER creating the child theme ???
And after creating each file can I copy the contents of each ONE from DASHBOARD EDITOR and paste it , so that I can do the edit later ?
Pls bare with my little knowledge ….
Thanking you !
Forum: Themes and Templates
In reply to: Twenty Eleven: Remove Header ImageSOLVED !
Thanks a lot to bosch_hh and alchymyth
(u’ll find alchymyth’s post in another topic)
i was looking media under Settings & couldn’t find anything relevant ..stupid me .
On the WP Dashboard its on the Top ..Click Media and click library thats where I found all the images .
I delete and now all the click circles are also gone .
I am staring afresh now !
Thanks a lot for the tips !Forum: Themes and Templates
In reply to: Twenty Eleven 1.1 custom header questionThank you very much alchymyth that really helped …i was stuck in this .
I delete it via wp-content before but the circles were still there ..now it is all afresh and i can start new ! thanks a lot !Forum: Themes and Templates
In reply to: Twenty Eleven: Remove Header ImageHi no problem at all …thanks am open to learn !
As for the click circles I thought it did but when i rechecked , delete and upload again .. I found the click circles still there …it didn’t remove !Forum: Themes and Templates
In reply to: Twenty Eleven: Remove Header ImageIn Cpanel scroll down to Files and click Legacy File manager , pop up window will open , it will show 4 options, click Document root and then it will take you to a page where you can select wp-content .
Click wp-content and then click UPLOADS …then check 2011 file .
i am sure you know this ….Forum: Themes and Templates
In reply to: Twenty Eleven: Remove Header ImageHi NoDeity …looks like same here .
tried to recheck did uploading and deleting again & the click circles are there …to make it worse i have 15 click circles now.
Does anyone know what we are missing ?Forum: Themes and Templates
In reply to: Twenty Eleven: Remove Header Imageare u using Cpanel from yr hosting ?
Forum: Themes and Templates
In reply to: Twenty Eleven: Remove Header Imageme too had same problem …
i think keeping default header images is a must not to get a bug later .
i went to Cpanel then to file manager -choose root document and click
wp-content ..then pick the uploads file and select and delete .it worked fine with me .