Radices
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Just changed host, site is not loadingTry manually resetting your plugins (no Dashboard access required). If that resolves the issue, reactivate each one individually until you find the cause.
If that does not resolve the issue, access your server via FTP or SFTP, navigate to
/wp-content/themes/and rename the directory of your currently active theme. This will force the default theme to activate and hopefully rule-out a theme-specific issue (theme functions can interfere like plugins).Forum: Fixing WordPress
In reply to: Call_user_func_array () error and notification of new postsTry asking here.
https://wordpress.org/support/plugin/custom-vc-column-layout
Also check that you have errors turned off. See details here:
Forum: Fixing WordPress
In reply to: Editing font size option has disappeared from toolbarDid/do you have a TinyMce plugin? It might have broken with the latest WordPress update.
Forum: Fixing WordPress
In reply to: Is there a way to disable these social media icons globally?Disable the plugin.
Forum: Fixing WordPress
In reply to: Site redireciton gone wrongwhat do you mean only loads HTML? What’s the url?
Forum: Fixing WordPress
In reply to: Site redireciton gone wrongI think you need to move a copy of the htaccess and index.php out to the root folder. You need to edit the index.php as well to point to the sub folder.
http://codex.wordpress.org/Giving_WordPress_Its_Own_Directory
Forum: Fixing WordPress
In reply to: New Blog Posts Showing Up As "PAGE NOT FOUND"Try it without the 2014 as the beginning of the title. Change the slug and move the 2014.
eg: year-in-reveiw-2014
Forum: Fixing WordPress
In reply to: How To Show Text Selected On Page.What purpose is this for? What would the user do with the selected text?
Well the standard method is to switch themes to a default one and test, disable all the plugins and test. If that works you reactivate each plugin one by one and see which one breaks the site again.
Hi Sachin,
You really should update WordPress to the current Version 4.1. If you still have problems then we can help more.
Forum: Fixing WordPress
In reply to: Anyone see the syntax error on line 155 ? I don't see itHello,
Please use http://pastebin.com/ to paste long code snippets. Better yet just paste line 155. As you can see the lines are not numbered and no one is counting them out to see what your issue is.
Forum: Fixing WordPress
In reply to: Widgetized Home Page not being redirected to cannonical URLAre you using a caching plugin? What cNames do you have on the DNS record.
Forum: Fixing WordPress
In reply to: How to Install Google ad-sense code to websiteGoogle Adsence is trying to run js and load an iFrame directly in a Widget area. I don’t think that will ever work for security reasons built into WordPress.
w3 cache cannot delete any content. It must have had the content cached at some point and then when it was flushed or disabled you lost them.
If you use a commercial theme or plugin and need support, please go to their official support channel. In order to be good stewards of the WordPress community, and encourage innovation and progress, we feel it’s important to direct people to those official locations.
Forum: Fixing WordPress
In reply to: How To Show Text Selected On Page.Hi 78,
I think Josh does understand what you want. The plugin gives you an easy way in the Post Editor window to permanently highlight the text that you select. As said above “selected” text is just text with a light blue background and white font…right?
As I said you can create a custom html tag and use CSS to control it. For example you could use the html tag <h7>Highlight</h7> this word.
The css would be:
h7 { color: white; background-color: blue; }Have you enabled debugging mode?
http://codex.wordpress.org/Debugging_in_WordPress
Maybe also give this plugin a try and see if you can narrow down the error.
https://wordpress.org/plugins/debug-this/
I’d also try a non SSL set-up to eliminate that as the culprit.
https://make.wordpress.org/support/user-manual/web-publishing/https-for-wordpress/