Lesley2013
Forum Replies Created
-
Forum: Themes and Templates
In reply to: Moving icon inside the menu – php question plsForum: Themes and Templates
In reply to: Moving icon inside the menu – php question plshow do i add the id to the actual php code? sorry i haven’t done php before. and i’m very very rusty at css. i make cakes 🙂 LOL
Forum: Themes and Templates
In reply to: Moving icon inside the menu – php question plsok i’m nearly there…. except it still won’t align right 🙁
Any way of forcing the php code to get the image to align right somehow?
<div id="my_details">Enquiries: xxxx xxx xxx<br><span>yada</span><br> <!--start Facebook Icon--> <?php if( function_exists( 'fcbk_bttn_plgn_shortcode' ) ) echo fcbk_bttn_plgn_shortcode("") ; ?> </div> <!--end Facebook Icon--> <!--end Contact Details-->Forum: Themes and Templates
In reply to: Moving icon inside the menu – php question plsthanks… i don’t think its going to work in there… i just checked on safari and it seems that the links spread out on the menu therefore the fb icon is overlapping it…. 🙁 such a shame cause i thought that was the best place for it.
Forum: Themes and Templates
In reply to: Moving icon inside the menu – php question plsi think i kind of got it… lol
except its still not floating right unless i give it a margin of 850px;
here is the css:
#align-right { float:right; position:absolute; margin:-32px 0 0 855px; overflow:auto; clear: right; position:absolute; }Forum: Themes and Templates
In reply to: Moving icon inside the menu – php question plsperfect thank-you so much 🙂
Forum: Themes and Templates
In reply to: Moving icon inside the menu – php question plsi’m using Twenty Twelve Dark
Forum: Themes and Templates
In reply to: Moving icon inside the menu – php question plsum it is in a child folder
Forum: Installing WordPress
In reply to: Re-directs and WPi think i’ve worked it out…. i’ll post in case someone does the same thing i did.
i’ve added this to my index.html
<meta HTTP-EQUIV=”REFRESH” content=”0; url=http://mypage.weebly.com/”>and so now it looks like this…
public_html
/index.html > re-directed to the weebly site
/dev > stays put so i can still develop until done. (this is the folder where wp resides.Forum: Installing WordPress
In reply to: Re-directs and WPits installed under public_html
i’m worried that if i simple just move the folder of wp that it will corrupt the dbase.
nevermind, i have worked it out thank-you.
Forum: Themes and Templates
In reply to: When making changes to functions.phpoh thank-you for confirming… now i feel a tad confident that i’m on the right track. 🙂
I got a bit confused because after reading some of the documents which tell you that if you want to change styles etc. its best practice to name the ‘copy’ stylesheet -child however when i downloaded this dark theme it didn’t show that so i got all confused as to what was what and how it works.
Hi,
I’ve just installed this plugin… as the previous posters i’d like to use the php option as i want to place it on the right hand side of my menu bar.i’m using twenty twelve dark theme and here is my development site
Whereabouts in the header.php should i place this code?
Much appreciated.
Thank-you.
Forum: Themes and Templates
In reply to: When making changes to functions.phpsame with the stylesheet. Main stylesheet sits in the main theme. however copy is in the child theme whereby i can change and have the original file unaffected.
Forum: Themes and Templates
In reply to: When making changes to functions.phpohhh i think i understand what you are saying….
basically functions.php which sits in the [theme folder i’m using] basically only has ‘specific’ functions added. So therefore the main functions.php would be unaffected.
is that right? sorry this is all quite new to me, but kind of starting to grasp it.