Ryan
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Shopping Cart WidgetActually I just figured it out. For anyone who has this problem in the future in the On site intructions to buyer when placing an order: section of the plugin you can not add extra line breaks in. So for example your text can only look like this:
NOTE: You will not have to pay when you first place an order. This order is only to book your interest. You may cancel this order at any time. Also, please note your final price may vary based on options you choose to add to your site. When we receive the order we will contact you within 48 hours to set up a meeting. After our meeting you will then be sent an invoice & after a contract is signed site design will begin
Instead of this: NOTE: You will not have to pay when you first place an order. This order is only to book your interest. You may cancel this order at any time.
Also, please note your final price may vary based on options you choose to add to your site. When we receive the order we will contact you within 48 hours to set up a meeting.
After our meeting you will then be sent an invoice & after a contract is signed site design will begin
Kind of annoying but I will probably just add an extra text widget to fix this.
Forum: Fixing WordPress
In reply to: Adding Extra Links to HeaderOk so I think my gf just figured out how to link. She just used the following code:
<a href="your_url_goes_here"><img src="your_picture.jpg" /></a>
Forum: Fixing WordPress
In reply to: Adding Extra Links to HeaderAlso I have this theme as a child theme so that’s not the reason it is calling other files/functions is it?
Forum: Fixing WordPress
In reply to: Adding Extra Links to HeaderOk I think I understand a little better. So do I need to place that code in my header.php file and if so where?
I currently have the images displaying now is there not anyway to link them to an outside website the way they are displaying now?
Forum: Fixing WordPress
In reply to: Adding Extra Links to HeaderAlso I don’t see a line in my header.php that says <div class=”content”>.
Forum: Fixing WordPress
In reply to: Adding Extra Links to HeaderOk so why do we need to know which file/functions are used to create that div? I’m not following you here.
Forum: Fixing WordPress
In reply to: Need help with Using CSS to position Widgets & Header image linksThanks buddy. I appreciate all the help.
Forum: Fixing WordPress
In reply to: Adding Extra Links to HeaderWell I want the to be on top of the current header and in the exact position the other logo’s are now. Sorry this website stuff is fun when you are getting somewhere.
Forum: Fixing WordPress
In reply to: Adding Extra Links to HeaderAlso it seems like it is not in the right section. I need to be able to make my image (with a link to another site) appear where the current limestone logo is now.
Forum: Fixing WordPress
In reply to: Adding Extra Links to HeaderOh and how do I link the image? Through the media section in wordpress or in the header.php file with more code?
Forum: Fixing WordPress
In reply to: Adding Extra Links to Headerhere is the CSS I have now and it is not affecting the image at all. Is it because of the p.headlogo??
.custom #header { padding-bottom: 10px; } p.headlogo { position:relative; top:10px; left:20px; }
Forum: Fixing WordPress
In reply to: Adding Extra Links to HeaderAlso when I add a second one will I just need to call it header 2 so that when I do the CSS to position it will know which one I am talking about? And speaking of the CSS to position what is the best way to do that? Download a ruler tool from the chrome store??
Forum: Fixing WordPress
In reply to: Adding Extra Links to HeaderThat’s Awesome!!! Now all I need to do is redo the header in paintshop to remove the old image. How would I go about adding a second one? Just add another line below the one I have added now?
Forum: Fixing WordPress
In reply to: Adding Extra Links to HeaderI added it between 57 & 58 is that correct?
Forum: Fixing WordPress
In reply to: Adding Extra Links to Headerwhere is that in the code? what line?