Harv696
Forum Replies Created
-
I figured out SSL at least. Thanks.
What’s a good starting point to figure out how to correct my SSL? I know you can’t see my hosting website but can you say where to look in general terms and maybe I can find it.
Like I said, I really need hand holding on this stuff.
Forum: Fixing WordPress
In reply to: How to use categories to control what posts appear on homepageThanks! But yeah, I have no experience with code. But, if I use the code you referenced, where would I put it in WP_Query to get it to work?
Forum: Plugins
In reply to: [Clone] Error message: couldn't connect to host@wp Academy thanks for the tip, but I really this explained to me like I’m five. I don’t know how to use an ftp server. Are they free? Do I need to sign up for one?
Forum: Plugins
In reply to: [Clone] Error message: couldn't connect to hostPS, I’ve tried uploading my zip file to dropbox and then getting a link from that, and I get the same message ??
Forum: Fixing WordPress
In reply to: Galleries are just one column of picturesMy theme is “Weaver 2010” which is pretty widely used. I wouldn’t imagine it’s a broken piece of crap.
Even if it is, it shouldn’t matter. Isn’t there a plug in that can do it?
Forum: Fixing WordPress
In reply to: Galleries are just one column of picturesAre you sure? Because there’s an option for choosing the number of columns you’d like your gallery to have. The problem is it seems not to function. I’d think there’d have to be a way, maybe a plugin? Anybody know?
Forum: Fixing WordPress
In reply to: Galleries are just one column of picturesOh yeah. I know I’m using a plug in here, which is so these pictures can link to other pages. But that’s not the cause of the problem, it’s like that even with just a plain
[gallery]
Forum: Fixing WordPress
In reply to: Galleries are just one column of picturesWoops! of course. Here.
Forum: Fixing WordPress
In reply to: Submenus are weirdly padded on the leftnope never heard of it. I’m new to this stuff. thanks!
Forum: Fixing WordPress
In reply to: Submenus are weirdly padded on the leftNailed it. Thanks to both of you!
Forum: Fixing WordPress
In reply to: Submenus are weirdly padded on the leftMaybe it just doesn’t override the code that adds the padding?
Forum: Fixing WordPress
In reply to: Submenus are weirdly padded on the leftYep. I just post them at the end of style.css?
Forum: Fixing WordPress
In reply to: Submenus are weirdly padded on the leftmust be something else, no dice.
Forum: Fixing WordPress
In reply to: Submenus are weirdly padded on the leftI’m using weaver 2010, so they should be similar, but I don’t see a “sub-menu” anywhere.
Here’s the thing. I know how to do it. I just set this to 0px:
div.menu li { float: left; position: relative; padding: 0px 8px; }
The problem is that also takes away padding from the menu items. So another way to solve this is to find what else can make padding between menu items.