aliali007
Forum Replies Created
-
Forum: Themes and Templates
In reply to: [Theme: Twenty Twelve] Product List & CSS@esmi, OK no problem.
Forum: Themes and Templates
In reply to: [Theme: Twenty Twelve] Product List & CSSCan I speak to you on skype just that the project is for a friend who doesn’t what the website to be public.
Thanks
Forum: Themes and Templates
In reply to: [Theme: Twenty Twelve] Adding footerHello johnfotios thanks for your response appreciate it very much.
Yes I already have footer.php within the child theme.Can you please have a look at the following link where I have included my code:-
Within the codes I have created 4 different Div’s, have I done it correct bud?
Also, it’s been long time since I done HTML & CSS perhaps 5 years lol
Thanks
Forum: Themes and Templates
In reply to: [Theme: Twenty Twelve] Adding footerHey salsaturation thanks for your response appreciate it very much. At the moment I have a basic footer that can display text but I was hoping to implement something similar to the link above. The footer in the link above has 4 different sections within the footer.
Is it possible to do something similar?
Thanks
Forum: Themes and Templates
In reply to: [Theme: Twenty Twelve] Add border to navigation menu and pageHey Pete, I’ve managed to add border now mate. I used Firebug to help me out but it can get complicated at times especially if there’s many lines of codes.
Do you know how I can get the footer to be something similar to this:- http://www.redfactory.nl/themes/switcher/?theme=therestaurant
I tried using Firebug but there’s too many code lines and I;m getting confused 🙁
Thanks
Forum: Themes and Templates
In reply to: [Theme: Twenty Twelve] Add border to navigation menu and page“The <div id=”wrapper-2″ …..> code is in your HTML”
Just a look at both twentytwelve & twentytwelve-child and there doesn’t seem to be any HTML page mate.
Would you happen to know which file I should place the HTML code?
Thanks
EDIT: I managed to add the golden border but it goes around the header image and navigation menu as a whole. How do I separate it so I have two golden border one for header image and another for navigation menu?
Forum: Themes and Templates
In reply to: [Theme: Twenty Twelve] Add border to navigation menu and pageSorry to be a complete noob mate, where would I insert the above code into the style.css of the child theme along with:-
#wrapper-2, div.wrapper-mirroring-2 {
border-color: #E3BD72;
border-style: double;
border-width: 3px;
}Thanks
Forum: Themes and Templates
In reply to: [Theme: Twenty Twelve] Add border to navigation menu and pageI’m using child theme to make changes etc mate.
On the website I have posted the link, how did the person manage to add a border around the navigation menu and the page mate?Forum: Themes and Templates
In reply to: [Theme: Twenty Twelve] Add border to navigation menu and pageHey Pete thanks for your response appreciate it very much.
So I used the code that you provided but it wouldn’t work I assume it’s because I don’t have anything name #wrapper-2 anywhere in the style.css mate?Forum: Themes and Templates
In reply to: [Theme: Twenty Twelve] Add border to navigation menu and pageHey sdavis2702 thanks for you’re response, I would have posted the link but I don’t have permission to do so as it’s for a friend. Is it possible to send you the link in another way, e.g. skpype, PM?
Thanks
Forum: Themes and Templates
In reply to: Child Theme – CSS nightmareHey, you are fricking awesome! Finally after long time we have got it working. Very strange on why it would work in the first place.
Thanks again mate appreciate it very much.
BTW, would you happen to know how to add border to the navigation menu and page?
Forum: Themes and Templates
In reply to: Child Theme – CSS nightmareHey mrtom414 thanks for your response. I was trying to change the background colour to the following: #B24747. But wanted to change it using style.css I tried using:-
background {
background-color: #B24747;
}I also tried adding “.” & “#”. Yet still it wouldn’t work.
Forum: Themes and Templates
In reply to: Child Theme – CSS nightmareHello alchymyth, thanks for your response appreciate it very much.
I am trying to change the background colour of the child theme.The following is the code of the style.css:-
Theme Name: Twenty Twelve Child
Description: Twenty Fourteen Child Theme
Template: twentytwelve
Version: 1.0.0
Tags: light, dark, two-columns, right-sidebar, responsive-layout, accessibility-ready
Text Domain: twenty-twelve-child
*/@import url(“../twentytwelve/style.css”);
background {
background-color: #000000;
}I have been using Firefox along with Inspect Element with Firebug.
Also, I am able to go into ‘dashboard – appearance – background’ option and set the background. But how would I do it so it works in the style.css?
Thanks