Mark Ratledge
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Migrated WP: But all links goes back to old url.See Moving WordPress « WordPress Codex and especially WordPress Serialized PHP Search Replace Tool in order to correctly change the old URLs in the database to the new domain.
- This reply was modified 9 years, 8 months ago by Mark Ratledge.
Forum: Fixing WordPress
In reply to: Advice sought for integrating PHP app into WP siteNo one here can tell you much because a lot of it depends on the non-Wordpress code and very specific questions once you find out how the other system works. What you want is called Single Sign On – SSO – and you do that with cookies or more securely with a standard like oAuth. It’s best to start with a Google search for WordPress and SSO and what ever system the other PHP site uses for login and authentication.
- This reply was modified 9 years, 8 months ago by Mark Ratledge.
Forum: Fixing WordPress
In reply to: wp-admin damageForum: Fixing WordPress
In reply to: Solved the Pharma Hack, but Google still shows the linksUse https://github.com/noitcudni/google-webmaster-tools-bulk-url-removal to remove all the bad URLs. Build a list by using the search string
site:http://example.comThen, submit a new sitemap to Webmaster’s Tools, and then Fetch and Render the site. Be sure there is no manual action against your site in the Tools.
Forum: Fixing WordPress
In reply to: News Pro: blog post missing in home pageWhat “News Pro” theme are you using? Where did you download it from? http://codex.wordpress.org/Forum_Welcome#Include_as_Much_Information_as_Possible
Forum: Fixing WordPress
In reply to: Visual Editor Tab not workingGlad that worked.
Forum: Fixing WordPress
In reply to: Form with calendar pickerForum: Fixing WordPress
In reply to: Simple and faster social sharing bottons for wordpress site.You want social sharing that loads asynchronously. There are lots of possibilities: https://www.google.com/search?q=asynchronous+social+buttons+wordpress
Forum: Fixing WordPress
In reply to: Form with calendar pickerBest thing to do is search: https://wordpress.org/plugins/ and Google for keywords pertaining to the plugin features.
Forum: Fixing WordPress
In reply to: Visual Editor Tab not workingTry
define('CONCATENATE_SCRIPTS', false);in wp-config.php.
And use dev tools in your browser to see if the file
http://example.com/wp-includes/js/tinymce/tiny_mce.jsis being loaded. See Firefox (or Firebug) or Chrome or Safari or IEAnd also check to be sure a security plugin did not leave an .htaccess file in wp-includes which will prevent access to that file
wp-includes/js/tinymce/tiny_mce.jsForum: Fixing WordPress
In reply to: SSL certificate upload to directory?You really need to to work with GoDaddy on this, because it’s their server and doesn’t have much to do with WordPress. But, the SSL does not belong in the Media folder; delete it from there. It belongs in the same folder – the public_html folder – where wp-includes, wp-content and wp-config.php are.
Ask them to update openssl. And look in their error logs, too.
Your host is blocking access and outgoing https requests to wordpress.org. Ask them to allow such access.
Forum: Fixing WordPress
In reply to: How to right align header widget in Canvas theme@yukon4: Sorry, but you’re using a premium/paid theme not supported in these forums. It’s best to go to the support site where you bought the theme – http://woothemes.com/ – for help with customizations and issues. You paid for support when you bought the theme, so you should contact the people who sold you the theme. These forums are for free themes available in the WordPress theme directory at wordpress.org/themes/. See http://codex.wordpress.org/Forum_Welcome#Commercial_Products
Forum: Fixing WordPress
In reply to: Something Wrong with the dropdown on the menu@jezatu: Sorry, you’re using a premium/paid theme not supported in these forums. It’s best to go to the support site where you bought the theme for help with customizations and issues. You paid for support when you bought the theme, so you should contact the people who sold you the theme.
These forums are for free themes available in the WordPress theme directory at http://wordpress.org/themes/. See http://codex.wordpress.org/Forum_Welcome#Commercial_Products