Tyrion Frost
Forum Replies Created
-
Forum: Themes and Templates
In reply to: [Theme: Yoko] Cannot change theme colors even after editing css?Sure,
I actually commented out the following entry in /themes/yoko/includes/theme-options.php
// Default options values $yoko_options = array( 'custom_color' => '#009BC2', 'custom_logo' => ''
by changing it to:
// Default options values /*$yoko_options = array( 'custom_color' => '#009BC2', 'custom_logo' => '' );*/
Custom_Color is apparently marked as “important” so it overrides anything in the css. Of course you could just change the custom color, but I found it to be a pain in the butt and just got rid of it. Hope that helps!
Forum: Themes and Templates
In reply to: [Theme: Yoko] Cannot change theme colors even after editing css?That’s because I just figured it out. I always seem to figure out the problem on my own right after I post for help.. (even after hours of trying to figure it out myself) LOL.
Anyway, apparently a special option in the admincp was overriding it. Got it though!
Thanks ??
Forum: Fixing WordPress
In reply to: Got hacked.. any way I can find out how? I have logs..Btw, I found out they hacked my wp-config file. I’ve restored it and am fixing stuff. I’ve also applied a password to the wp-admin directory server-side, so maybe THAT will help while I further investigate what’s going on.
Stupid script kiddies..
Forum: Fixing WordPress
In reply to: Got hacked.. any way I can find out how? I have logs..Incredibly helpful.. I’ll be reading over those for probably most of today. I’m currently uploaded a fresh copy of wp to see if I can figure out what they’ve done now. Last night I was hacked yet again, and I can’t figure out how they did it — or how to get rid of it. It seems they did something differently this time, and I can’t figure out where the hacked page is.
Anyway, thank you very much!
Forum: Fixing WordPress
In reply to: Got hacked.. any way I can find out how? I have logs..I read through all of those. I don’t think it’s a permission issue aside from maybe some sort of javascript exploit.
I fixed everything last night.. to the best of my ability.. and hacked again. Wtf..
Forum: Fixing WordPress
In reply to: Got hacked.. any way I can find out how? I have logs..The edited several files through the theme-editor though.. functions.php.. index.php, header, etc etc.
Forum: Fixing WordPress
In reply to: Got hacked.. any way I can find out how? I have logs..Well the entire log itself is gigantic. Whatever is offered through my Cpanel is kind of limited..and there doesn’t appear to be any options, such as just seeing logs for today. I started where the users IP made a first request though, and ended it where the site was hacked and I fixed it.
As for file modification time, I’m not sure. I reuploaded fresh php files for my theme.. so I’m unsure =\. I was digging deeper in the log though, and it I think it may have been a javascript exploit.. particularly jquery. I see some very weird requests from this person to jquery.. such as
111.95.99.42 – – [07/Jul/2012:06:33:35 +0400] “GET /wp-admin/load-scripts.php?c=1&load=admin-bar,hoverIntent,common,jquery-color,wp-ajax-response,wp-lists,quicktags,jquery-query,admin-comments,jquery-ui-core,jquery-ui-widget,jquery-ui-mouse,jquery-ui-sortable,postbox,dashboard,thickbox,plugin-install,media-upload&ver=3.4.1 HTTP/1.1” 200 34487 “https://mindfuseproductions.com/wp-admin/” “Mozilla/5.0 (Windows NT 5.1) AppleWebKit/536.11 (KHTML, like Gecko) Chrome/20.0.1132.47 Safari/536.11”
Forum: Fixing WordPress
In reply to: Trouble aligning the footer correctly..I had to change width to 924 and add margin-left:-2px; because for whatever reason it was still off, but that pretty much did it! Thank you!!
Forum: Fixing WordPress
In reply to: Trouble aligning the footer correctly..I still can’t figure it out ;(
Forum: Fixing WordPress
In reply to: Trouble aligning the footer correctly..Anyone? ??
Forum: Fixing WordPress
In reply to: Trouble aligning the footer correctly..Yeah, that’s correct.
But if you look at the footer closely (just the black part, with the powered by stuff), it’s actually about a pixel smaller in width than the rest of the layout.. so it looks slightly off. It’s not a big deal by any means, but I try to be a perfectionist so it’s been bothering me for the past few days. I’ve added a white border so you can see what I mean about it being off.
Forum: Fixing WordPress
In reply to: Trouble aligning the footer correctly..Okay I kinda fixed part of it.. I usually end up figuring it out after I post the problem.
I added
margin-left:-2px;
to
.sidebar-subsidiary .sidebar-wrap {
}and that seemed to fix that part of it. I’m thinking adding that to the actual footer will do the same. Though I’m not sure why it was aligned weird to begin with.
Forum: Fixing WordPress
In reply to: Trouble aligning the footer correctly..If anyone could help I’d be eternally grateful ;P