cellarridge
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Page navigation links on top bar aren't working.Yes I did. Same result.
Forum: Fixing WordPress
In reply to: Page navigation links on top bar aren't working.I don’t believe so. What should the settings be?
Forum: Fixing WordPress
In reply to: Page navigation links on top bar aren't working.Right, but why is that link not working?
Forum: Fixing WordPress
In reply to: Page navigation links on top bar aren't working.Okay. Good news. Now, if you can, how do I connect the menu button up top to the page itself? Do you need to know some code?
Forum: Fixing WordPress
In reply to: Page navigation links on top bar aren't working.I created a page and so it went up the navigation menu. I get that. I deleted the page I created and remade it with a different title. Why won’t the link work? I created the page, and it auto fills up to the menu, so why would the link not work? That is the essence of my above question: do i have the authority to create pages based on what computer i am working on? Do i have to actually be the one who created the blog? I log in as admin but am I the creator?
Forum: Fixing WordPress
In reply to: Page navigation links on top bar aren't working.Is it something to do with whether or not I am the ‘host’ or ‘server’ or on the computer that created the site?
Forum: Fixing WordPress
In reply to: Page navigation links on top bar aren't working.Thank you for the suggestion. While I explore that option, is there any way to operate in what I have, without downloading anything ancillary?
Forum: Fixing WordPress
In reply to: Editing my sidebar (on right)Well, I managed to solve the issue of picking the images, but how do I center the images that are tied to the links?
Forum: Fixing WordPress
In reply to: Need help changing header image. PLEASE!Thank you for all the help. On to the next forum.
Forum: Fixing WordPress
In reply to: Need help changing header image. PLEASE!Okay, well, how do I edit the images in the side bar on the right?
Forum: Fixing WordPress
In reply to: Need help changing header image. PLEASE!For those following along at home, here is what the final header code ended up looking like:
https://pastebin.com/rMWeniznForum: Fixing WordPress
In reply to: Need help changing header image. PLEASE!Okay: I got aggressive and just started pasting code in with little to no regard for the long term and ended up with exactly what I wanted!
https://www.vivelacasaverde.com
now has a new header! Thank you both for all of your help!
It is much appreciated!
Saved me!Forum: Fixing WordPress
In reply to: Need help changing header image. PLEASE!Full, pre-edited HTML:
https://pastebin.com/hvk43Ad2#Part to edit:
https://pastebin.com/DuHMSuQeFinished HTML:
https://pastebin.com/sadQMKRqForum: Fixing WordPress
In reply to: Need help changing header image. PLEASE!So, I am starting with a whole header code of this:
[Code moderated as per the Forum Rules. Please use the pastebin]and replacing only this part:
[Code moderated.]With this part:
<div id="top-image"> <div id="top-image-wrap"> <img src="<?php echo (wp_upload_dir())['baseurl']; ?>/2012/01/12_LCV_website_header.jpg" /> </div> </div>
or this one:
<div id="top-image"> <div id="top-image-wrap"> <img src="https://vivelacasaverde.com/wp-content/uploads/2012/01/12_LCV_website_header.jpg" /> </div> </div>
So my finished, entire code for the Header section of my editor HTML will look like:
[Code moderated.]
Is that right? To have all that code still in there?
Forum: Fixing WordPress
In reply to: Need help changing header image. PLEASE!So i did it (i think). But now nothing loads when I go to https://www.vivelacasaverde.com
What now?