jherrington1
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Where is the subscriber button?What is your URL?
Forum: Fixing WordPress
In reply to: Issues with custom menuI’m assuming you are talking about the left hand side when it comes to the custom menus and how the pages get laid out. Let me try and help avoid some confusion. The information on the left hand side when you click view all is just giving you your pages so that you can build your menus on the right hand side. The way that the menu view works is that for it to show children you actually need the pages to have parents. Have you done that correctly? I have worked with sites over 100 pages long and have never had issues.
Forum: Fixing WordPress
In reply to: ImagesIt goes inside of style.css
Forum: Fixing WordPress
In reply to: How to split page into few columnsDid you know you can install plugins right from within WordPress? You can search for them, install, and activate them all from within wordpress.
Forum: Fixing WordPress
In reply to: ImagesThe HTML would be useless without the CSS
Forum: Fixing WordPress
In reply to: Imagesif you placed it in the right place … it would have added it to the right. Can you put it back so that we can see?
Forum: Fixing WordPress
In reply to: I cant upload a freaking Featured Image in WP 4.0Yeah that sounds super frustrating. Sorry to hear that. It’s such a unique issue with that one plugin that doesn’t relate to WP as a whole that I would recommend you post on the plugin’s thread. People using it and the author will probably be able to help you more.
A tip of advice: any client that is only paying 100% after the work and would drop you and not pay you if you don’t complete something within 3-4 hours … is a client YOU should fire.
Forum: Fixing WordPress
In reply to: ImagesHey I know this might sound strange but are you wanting to move it to the top right of the white box or to the two right of the browser window?
If you are wanting to move it to the top right of the white background area then right after your <body> tag in header.php add this:
HTML:
<div class="top-right-img"><img src="#" alt="Lorem Ipsum"></div><div class="clear-both"></div>
CSS:
.top-right-img { float: right; } .clear-both { clear: both; }
Forum: Fixing WordPress
In reply to: e-mailsI would suggest using Contact Form 7. That will provide you with the capabilities you are looking for.
Forum: Fixing WordPress
In reply to: ImagesCan you please provide a link? Are you wanting it to be in the top right corner of the browser of your design?
Forum: Fixing WordPress
In reply to: No admin permissionsHave you tried changing your access within your MySQL Database?
Forum: Fixing WordPress
In reply to: Search results returned only when permalink is at defaultHey well if you are using that form three places in one area there is going to be some syntax issues because you are only supposed to call an ID once on a page. So calling id=”search” three times on a page is going to cause issues. I know this in fact does cause JS issues. I don’t know what the PHP implications are but you might want to look at changing that and testing.
Forum: Fixing WordPress
In reply to: How to split page into few columnsDo you know php/html and css? Without knowledge of those two things and without being able to use plugins, it will be nearly impossible to complete what you are trying to do.
Forum: Fixing WordPress
In reply to: I cant upload a freaking Featured Image in WP 4.0Have you tried disabling your plugins and or switching back to classic template to see if any of those issues are causing problems? There could be a conflicting issue with that plugin and some other.
Forum: Installing WordPress
In reply to: Dashboard 4.0 brokenHave you tried clearing your cache?