juggledad
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Can't delete images from media libraryI honestly don’t read anything , i just marked the option to not show this anymore and now I can’t delete any images.
having never seen that dialogue box, I’m afraid I’m not going to be much help. I would suggest that you disable ALL your plugins to see if one of them is causing the issue.
Forum: Fixing WordPress
In reply to: Site title and tagline doesn't show correctlyI beleive this is caused by a change in WP 4.4 that your theme author needs to address. Then are using the function wp_title() which has been deprecated. THis is causing the creating of two title elements
<title></title>
<title>IMI – 艾美時尚</title>
Report this to your theme author.
If you feel courageous, you could edit your themes header.php file and delet line 10 which should be:
<title><?php wp_title(‘|’, true, ‘right’); ?></title>
which may fix the issue.
Forum: Fixing WordPress
In reply to: QR Code: when scanned, automatic email with geographical positionIs the QR code on the actual pet? So If I use a QR scanner it will bring me to your site (I assume that is what the QR code will do) and now you want some kind of code that will ask my phone to send you my GPS location.
While this may (??) be possible, you will probably have to spend a bit of money to get someone to code a custom plugin.
Why not just have an email form on the page the person could fill in?
Forum: Fixing WordPress
In reply to: can't join to category pageTry setting your permalinks to teh default and saving them, then set them back to what you have now.
Forum: Fixing WordPress
In reply to: Home Page It's Gone After Update to WP 4.41) what is the url?
2) do you have access to the backend?
3) do you have a caching plugin active?Forum: Fixing WordPress
In reply to: Can't delete images from media librarySince I selected the option to ”Dont show the dialog box”
where did you see this option?
Forum: Fixing WordPress
In reply to: 4.4 update and force_ssl_loginI’d determine which plugin is causing the issue (try them one at a time) and then contact the plugin author and request a fix.
Or you could restore a backup of your site to before you made the update.
If you have an editor that will do searches across multiple folders (textwrangler on the mac does this) you could search for ‘force_ssl_login’ to figure out which plugin has the issue and you could try changing the code yourself.
One question: if thissite is critical, why didn’t you test the new version of wordpress on a test site before upgrading?
Forum: Fixing WordPress
In reply to: Site title and tagline doesn't show correctly1) what is the theme?
2) what did you change the site title to?
3) clear your cache adnd disable the w3total cache plugin so you can see changes right awayForum: Fixing WordPress
In reply to: New blog posts will not show1) what is the url?
2) what do you have set at dashboard->settings->reading->Front page displays
3) Can you preview the post? if so what is the url that shows when you preview it?Forum: Fixing WordPress
In reply to: Error building the category permalinksYou are putting the literal ‘a’ in your permalink…why??
try changing the permalinks to/%post-id%/%postname%/
Forum: Fixing WordPress
In reply to: Ghost Comments?1) do you have wooCommerce installed?
2) What other plugins?Forum: Fixing WordPress
In reply to: Weird links injected throughout websiteTry installing the wordfence plugin and seeing if it finds anything.
Forum: Fixing WordPress
In reply to: Weird links injected throughout websiteWith or without the WWW gets me the same page and links to the same site.
Try setting the permalinks to the default and see what the links show.
Did you look at the post yet to see if the link is actually there?
Forum: Fixing WordPress
In reply to: Weird links injected throughout websiteShould I do something like right now to protect our main site/moneymaker? It’s on the same server??
Change all your passwords: ftp, panel, all users on the sites who aren’t subscribers would be a good thing too.
Forum: Fixing WordPress
In reply to: Weird links injected throughout websiteAnd it may be that they changed your actual database entries. I would go edit some of your posts and see if the links have been injected right into the posts.
For example on stupidrepublicanquotes.com teh first post say
– Speaker Paul Ryan in response to the Planned Parenthood clinic cloud atlas screenplay pdf download in Colorado Springs, Colorado, which left three people–including a police officer–dead.
and the part ‘cloud atlas screenplay pdf download’ is a link – check to see if that link is in the actual post. if it is, the links are in your database.
I hope you keep a good set of database backups.
On that first post, check when the post was revised, that may give you a clue as to when the hack occurred.