pcatjee
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Adding a Phone Number on the top right corner of the headerI have applied your code in functions.php and style.css respectively. Now my question is,is there anything else i am missing? Cause i got no phone number displaying on the right side of my header yet. You can see my website its right header part is still blank. My desired result was expected to be somewhat like the website http://www.compusoftech.in/. I want the same way styling but with a different phone number.
Forum: Fixing WordPress
In reply to: Adding a Phone Number on the top right corner of the headerOkay I think the above error message is fixed now, I checked for the solution online and fixed it. But then I applied the code you gave me but I am not getting the desired result.
Am I doing something wrong?
Forum: Fixing WordPress
In reply to: Adding a Phone Number on the top right corner of the headerThank you for your prompt response leejosepho.
I entered the code which was required in functions.php file and then I entered the respective code for style.css file in child theme, but style.css did not save and gave an error:
Warning: Cannot modify header information – headers already sent by (output started at /home/microhel/public_html/wp-content/themes/ifeature-child/functions.php:22) in /home/microhel/public_html/wp-includes/pluggable.php on line 1196
I am not sure that was has to be done from here on.
Please advice.Forum: Fixing WordPress
In reply to: How to add header widget on right via Child Theme for Phone NumberI have created a child theme for sure…and ifeature which is the parent theme is called or imported into the child theme. The changes so far i have made are in child theme keeping the original theme(parent theme) intact.so any updates wont change any thing i do in child theme.
Also i have functions.php file which is yet blank and waiting for a code to go in. That is where i am lacking knowledge.And I need help.Forum: Fixing WordPress
In reply to: How to add header widget on right via Child Theme for Phone NumberYes that is the one I use.
Forum: Fixing WordPress
In reply to: Child Theme upload format Help NeededThank you so much for your quick response on this people.
Well this actually worked for me. It was ifeature rather than iFeature.
I have changed it to the right case and now it works.Thank you so much stephencottontail.
And it is true that Child themes do work without functions.php, though you will eventually need it afterwards. So better have it there.