Rev. Voodoo
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: how to make my menu bar full page widthLooks 100% to me! Is that what you were after?
Forum: Fixing WordPress
In reply to: how to make my menu bar full page widthI still see the bit of code in your child theme…
/* Theme Name: Vantage Premium Child Author: William Wofford, Jr. Template: vantage */ @import url("../vantage/style.css"); .main-navigation { text-align: center; width: 100%; } .main-navigation ul { display: inline-block; } .home .entry-header { display: none; }
Forum: Fixing WordPress
In reply to: how to make my menu bar full page widthjust press ctrl+f5 to reload the page
Forum: Fixing WordPress
In reply to: how to make my menu bar full page widthtest.rvoodoo.com is my WP testing environment, I have your theme installed now
In your first post, you gave this code
.main-navigation { text-align: center; width: 100%; }
I changed that to
.main-navigation { text-align: center; }
And it looks like my nav bar is full width on my test site
EDIT: I do see the difference on your site. The 100% code I referenced above is breaking your header navigation
Forum: Fixing WordPress
In reply to: how to make my menu bar full page widthIn your child theme, when I pull the width: 100% from
.main-navigation { text-align: center; width: 100%; }
Things look OK again on my test site
Forum: Fixing WordPress
In reply to: how to make my menu bar full page widthAh… I just installed the theme and added your changes. It’s actually what you added that’s throwing it off … I was just able to correct it by tweaking at the points I mentioned above (I hadn’t initially looked at your code, just played around in browser).
I suppose what would be easier would be to adjust what you added in your child theme.
So, what were your original intentions which led to you adding your child theme stuff? As far as I can see the nav is 100% width already
Forum: Fixing WordPress
In reply to: how to make my menu bar full page widthYour theme’s #masthead header is padded 35px on either side which adds that space
Your theme’s use of negative margins for the navigation seems to pull it off centre
Forum: Fixing WordPress
In reply to: Moved WordPress to a different folder site gives errorsMy recommendation would be to leave everything in the /wordpress folder
As long as nothing was edited, everything will still work
Then follow the giving wordpress it’s own directory instructions @tara linked, it has a section specific to wordpress already installed in a subdirectory
it’s a simple setup, adjust your settings, copy files over to your root directory and a simple edit!
Forum: Fixing WordPress
In reply to: WP 3.8 a design fault?Ah, if so, then my comment seems to make sense!
The admin icons are a font if I understand correctly, thus, if you don’t allow the webpages to choose what font they display – the icons can’t appear.
I do believe individuals who do not have that setting turned on will run into this problem more and more as I see, increasingly, websites (not just WordPress sites) utilizing fonts for icons to cut down on resources being loaded.
Forum: Fixing WordPress
In reply to: Access to my website and wp adminI’m able to see your website now.
Is it functioning for you?
My guess would be that you simply overloaded your server. Depending on your level of hosting – especially with shared and cheaper plans – it’s not so hard to do.
I’ve bonked my own sites offline before, they usually come back within a half hour or so.
Forum: Fixing WordPress
In reply to: WP 3.8 a design fault?@esmi – Master’s thesis complete… coming up for air now! ??
@cobourgpress – If you could help us understand a bit better what you are referring to it would help us
I’ve googled to try to decipher what the browser overrides are but it seems to mean different thing for different folks so I’m not 100% clear as to the issue
Forum: Fixing WordPress
In reply to: WP 3.8 a design fault?icons disappear when browser overrides for the font control are activated why
I don’t actually know anything about the browser overrides. In 3.8, the admin icons ARE a font, so to my layman’s mind, it seems like that could be related?
Forum: Fixing WordPress
In reply to: Mystery side effect of WordPress folder moveExactly which directions did you follow? These ones?
If so, WP is doing exactly what yuo told it to do. Running from root, but leaving all the files in a subdirectory. This is personally how I run my site and prefer it!
It keeps me from having a bunch of files in my root directory on the server cluttering things up
Forum: Themes and Templates
In reply to: Twenty Twelve Banner Doesn't Scale On Mobile!Well, I would run a quick test. Shut off that plugin and test your site to make absolutely sure it is the plugin. With th eplugin off, the image should work fine.
If that is the case, I would then approach the plugin devs to see what they might be doing that kills the responsiveness. That would be the simplest approach
Forum: Everything else WordPress
In reply to: front end photo uploaderThere are many forms plugins that offer the ability to allow for uploading.
I think ninja forms might. I know Gravity Forms does – I use it to allow uploading. Search for a contact form plugin that does what you need.