hellowoo
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: styles for WYSIWYGjust tried it, this works perfect! much better than expected.
I’m trying to change the background, I just inspected the element, but not sure if this is proper way of doing so. is this ok?
#tinymce { background: black; }
Forum: Fixing WordPress
In reply to: styles for WYSIWYGesmi, this sounds a lot more promising.
Forum: Fixing WordPress
In reply to: styles for WYSIWYGI was thinking something a bit more streamlined. if I change the template styles it would change the admin styles as well.
Forum: Fixing WordPress
In reply to: wordpress exploit, site hacked [newportalse.com][update]
seemed to have clean the install and no more problems. here are the steps I took:
1. download wordpress and extract l10n.js listed above, and replace it, there is malicious code in it.
2. clean your functions.php file in your themes, some versions of this might affect more than one install or theme, mine happened to just be in active theme. they inject about 100 lines then add some code.
the code:
https://pastebin.com/Qe1Ag47Athats what you want to delete. also redo your salt tags.
3. make new username/password for wordpress and database.
https://sitecheck.sucuri.net/scanner/ posts that there is no more problems. this was scary as I have about a million hits a month, yikes, hope I didn’t do damage to other peoples computers :/
note: this might not be an exhaustive method, there more be more hidden code. my wordpress was updated to most current version and all plugins were updated, so I’m not sure how it happened.
so far no more problems. hope this helps.
Forum: Fixing WordPress
In reply to: wordpress exploit, site hacked [newportalse.com]yikes. I have at least 10 wordpress sites, what a pain. I saw it might be via tim thumbs php injection. but not certain.
Forum: Fixing WordPress
In reply to: wordpress exploit, site hacked [newportalse.com]I have a friend that finds lots of exploits to fix, one of the lead guys out there, I will keep you posted if I find a fix.
Forum: Fixing WordPress
In reply to: wordpress exploit, site hacked [newportalse.com]found some info on attacks, but nothing on this exact one if you’re interested:
https://www.google.co.uk/support/forum/p/Webmasters/thread?tid=111c656d782114dd&hl=en
https://ocaoimh.ie/2008/06/08/did-your-wordpress-site-get-hacked/
and https://sucuri.net/ is where I found the scan.
Forum: Fixing WordPress
In reply to: Images and CCS Not Loadingyour site is down so i can’t really check.
Forum: Fixing WordPress
In reply to: save variables based on useranyone? ;[
Forum: Fixing WordPress
In reply to: Images and CCS Not Loadingget rid of those nasty frames. they are wayyyyyyyy outdated. no need for them.
how are you loading your stylesheet? you adding the full url?
try replacing:
<link rel="stylesheet" type="text/css" media="all" href="https://www.johnstonheavyindustries.com/wp-content/themes/twentyeleven/style.css" />
with:
<link rel="stylesheet" href="<?php bloginfo('stylesheet_url'); ?>" type="text/css" media="screen" />
Forum: Fixing WordPress
In reply to: previous_post_link and next_post_link within categoryI did use pastebin, it was actually worse. pastebin converted it, somehow it wasnt utf8 or something, it replaced “&&” with html equivalents, and who knows what else. maybe that is what is breaking it?
I attempted to fix it, but with no luck. went back to my old code.
Forum: Fixing WordPress
In reply to: previous_post_link and next_post_link within categoryhttps://shortcutaday.com/photoshop/
for some reason photoshop category stays in its category, however illustrator does not.
https://shortcutaday.com/illustrator/
here is the code i use for photoshop page: https://pastebin.com/iCuR8Tpt
its exactly same for illustrator, except it is filtering for illustrator category instead.here is how the categories are in the back end: https://localhostr.com/files/GAkEoKH/Screen+shot+2011-08-02+at+10.43.44+PM.png
I’ve very confused.
Forum: Fixing WordPress
In reply to: previous_post_link and next_post_link within categorythink problem is that I have posts that are linked to multiple categories.
Forum: Fixing WordPress
In reply to: previous_post_link and next_post_link within categorydidn’t work. something wrong with the code.
Forum: Fixing WordPress
In reply to: most effective way to migrate from local to server