Title: webdevsonline's Replies - page 2 | WordPress.org

---

# webdevsonline

  [  ](https://wordpress.org/support/users/webdevsonline/)

 *   [Profile](https://wordpress.org/support/users/webdevsonline/)
 *   [Topics Started](https://wordpress.org/support/users/webdevsonline/topics/)
 *   [Replies Created](https://wordpress.org/support/users/webdevsonline/replies/)
 *   [Reviews Written](https://wordpress.org/support/users/webdevsonline/reviews/)
 *   [Topics Replied To](https://wordpress.org/support/users/webdevsonline/replied-to/)
 *   [Engagements](https://wordpress.org/support/users/webdevsonline/engagements/)
 *   [Favorites](https://wordpress.org/support/users/webdevsonline/favorites/)

 Search replies:

## Forum Replies Created

Viewing 15 replies - 16 through 30 (of 36 total)

[←](https://wordpress.org/support/users/webdevsonline/replies/?output_format=md)
[1](https://wordpress.org/support/users/webdevsonline/replies/?output_format=md)
2 [3](https://wordpress.org/support/users/webdevsonline/replies/page/3/?output_format=md)
[→](https://wordpress.org/support/users/webdevsonline/replies/page/3/?output_format=md)

 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [Fatal error after Plug in and Theme updates](https://wordpress.org/support/topic/fatal-error-after-plug-in-and-theme-updates/)
 *  [webdevsonline](https://wordpress.org/support/users/webdevsonline/)
 * (@webdevsonline)
 * [14 years, 2 months ago](https://wordpress.org/support/topic/fatal-error-after-plug-in-and-theme-updates/#post-2612070)
 * Since this has happened after updating. Deactivate all your plugins, see if this
   fixes your problem.
 * If it does, activate each plugin one and at time, should find out which ones 
   giving you an issue.
 * If not, your theme may not be compatible with the latest wordpress?
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [how to add WP blog to HTML website?](https://wordpress.org/support/topic/how-to-add-wp-blog-to-html-website/)
 *  [webdevsonline](https://wordpress.org/support/users/webdevsonline/)
 * (@webdevsonline)
 * [14 years, 2 months ago](https://wordpress.org/support/topic/how-to-add-wp-blog-to-html-website/#post-2611001)
 * You can use wordpress to do similar, yes. Its not difficult to install wordpress,
   all you would do is create a subdirectory, install wordpress into it and you’re
   most of the way there.
 * Then you create a theme, or find a theme, which suits your website. To allow 
   people to post in the same way as the wish upon a hero site you could simply 
   set everyone as a contributor on sign up. Simply done. However the more you want
   the user to be able to do the more complicated things get and you may need to
   start finding, buying or even self-creating plugins to manage what you want.
 * Bare bones wise though, what you want is doable.
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [Site gone Blank](https://wordpress.org/support/topic/site-gone-blank-2/)
 *  [webdevsonline](https://wordpress.org/support/users/webdevsonline/)
 * (@webdevsonline)
 * [14 years, 2 months ago](https://wordpress.org/support/topic/site-gone-blank-2/#post-2609029)
 * Have you tried disabling all your plugins? If this fixes it, enable each plugin
   one at a time, and it’ll show you which is causing a problem.
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [Site Not Displaying Properly](https://wordpress.org/support/topic/site-not-displaying-properly-1/)
 *  [webdevsonline](https://wordpress.org/support/users/webdevsonline/)
 * (@webdevsonline)
 * [14 years, 2 months ago](https://wordpress.org/support/topic/site-not-displaying-properly-1/#post-2608281)
 * Sometimes file permissions are locked by your host. Have had that problem once
   or twice when changing permissions with an ftp program, and had to get my host
   to give my account better permissions.
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [Site Not Displaying Properly](https://wordpress.org/support/topic/site-not-displaying-properly-1/)
 *  [webdevsonline](https://wordpress.org/support/users/webdevsonline/)
 * (@webdevsonline)
 * [14 years, 2 months ago](https://wordpress.org/support/topic/site-not-displaying-properly-1/#post-2608268)
 * Looks like it maybea problem with your CSS file. Its not accessible (403 forbidden)
   to look at.
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [how do i reduce space between top nav/menu options](https://wordpress.org/support/topic/how-do-i-reduce-space-between-top-navmenu-options/)
 *  [webdevsonline](https://wordpress.org/support/users/webdevsonline/)
 * (@webdevsonline)
 * [14 years, 2 months ago](https://wordpress.org/support/topic/how-do-i-reduce-space-between-top-navmenu-options/#post-2608263)
 * The menu is within the div `menu-top-navigation-container`
 * it is inheriting css from:
 *     ```
       #access a {
           color: #EEEEEE;
           display: block;
           line-height: 3.333em;
           padding: 0 1.1em;
           text-decoration: none;
       }
       ```
   
 * You can find this easily by using something like firebug.
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [Help: Site Hacked and Redirecting to Porn (not good!!)](https://wordpress.org/support/topic/help-site-hacked-and-redirecting-to-porn-not-good/)
 *  [webdevsonline](https://wordpress.org/support/users/webdevsonline/)
 * (@webdevsonline)
 * [14 years, 2 months ago](https://wordpress.org/support/topic/help-site-hacked-and-redirecting-to-porn-not-good/#post-2608262)
 * In firefox, the first seems to work fine, the second seems to be blank?
 * You can gain access to both wordpress sites through your phpmyadmin (or similar)
   provided by your web host to regain access. You can there alter the admin password
   and relog in again.
 * On your server the htaccess may have done a redirect, in which case you may want
   to reset it (if you have modules and such activated wordpress can reset some 
   of them for permalinks and such).
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [Page 404 when saving settings](https://wordpress.org/support/topic/page-404-when-saving-settings/)
 *  [webdevsonline](https://wordpress.org/support/users/webdevsonline/)
 * (@webdevsonline)
 * [14 years, 2 months ago](https://wordpress.org/support/topic/page-404-when-saving-settings/#post-2607778)
 * Have you looked through the plugin posts on here to see if anyone else has had
   the same problem? Or contacted the plugins authors?
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [Can't change font](https://wordpress.org/support/topic/cant-change-font/)
 *  [webdevsonline](https://wordpress.org/support/users/webdevsonline/)
 * (@webdevsonline)
 * [14 years, 2 months ago](https://wordpress.org/support/topic/cant-change-font/#post-2608258)
 * Looking through your site with firebug, can’t see that font being utilised, have
   you cleared your cache tho?
 * Simple way, ctrl+F5 – this forces a server to download everything again.
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [Not loading in CSS](https://wordpress.org/support/topic/not-loading-in-css/)
 *  [webdevsonline](https://wordpress.org/support/users/webdevsonline/)
 * (@webdevsonline)
 * [14 years, 2 months ago](https://wordpress.org/support/topic/not-loading-in-css/#post-2608255)
 * Whats the CSS file looking like?
 * Normally, when you take the link of a .css file and bung it in your browser you
   get a full display of the CSS – is the CSS file intact?
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [Missing Screen Options with 3.3.1](https://wordpress.org/support/topic/missing-screen-options-with-331/)
 *  [webdevsonline](https://wordpress.org/support/users/webdevsonline/)
 * (@webdevsonline)
 * [14 years, 2 months ago](https://wordpress.org/support/topic/missing-screen-options-with-331/#post-2608253)
 * You can always try something like this:
 * [http://wordpress.org/extend/plugins/post-tags-and-categories-for-pages/](http://wordpress.org/extend/plugins/post-tags-and-categories-for-pages/)
 * Came up from a plugin search of ‘categories on pages’
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [Missing Screen Options with 3.3.1](https://wordpress.org/support/topic/missing-screen-options-with-331/)
 *  [webdevsonline](https://wordpress.org/support/users/webdevsonline/)
 * (@webdevsonline)
 * [14 years, 2 months ago](https://wordpress.org/support/topic/missing-screen-options-with-331/#post-2608252)
 * Thoughout my time on wordpress over the past few years, I’ve always done it hard
   coded, using theme templates.
 * You can do it as suggested here:
 * [http://wordpress.org/support/topic/display-the-posts-of-one-category-in-a-page-solved?replies=37](http://wordpress.org/support/topic/display-the-posts-of-one-category-in-a-page-solved?replies=37)
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [Error Message](https://wordpress.org/support/topic/error-message-106/)
 *  [webdevsonline](https://wordpress.org/support/users/webdevsonline/)
 * (@webdevsonline)
 * [14 years, 2 months ago](https://wordpress.org/support/topic/error-message-106/#post-2607766)
 * Where are you recieving the error? Front or back end? Can you link to the site?
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [/wp-admin isn't loading](https://wordpress.org/support/topic/wp-admin-isnt-loading-1/)
 *  [webdevsonline](https://wordpress.org/support/users/webdevsonline/)
 * (@webdevsonline)
 * [14 years, 2 months ago](https://wordpress.org/support/topic/wp-admin-isnt-loading-1/#post-2608250)
 * Can you link to the site please?
 * I’ve had wp-admin go blank for a number of different reasons. Personally I’d 
   end up digging through my phpmyadmin to turn off the theme and get my wp-admin
   back.
 * Is the front end of the website loading correctly?
 * Web Devs Online
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [Missing Screen Options with 3.3.1](https://wordpress.org/support/topic/missing-screen-options-with-331/)
 *  [webdevsonline](https://wordpress.org/support/users/webdevsonline/)
 * (@webdevsonline)
 * [14 years, 2 months ago](https://wordpress.org/support/topic/missing-screen-options-with-331/#post-2608249)
 * > Pages cannot be associated with Categories and cannot be assigned Tags. The
   > organizational structure for Pages comes only from their hierarchical interrelationships,
   > and not from Tags or Categories.
 * [http://codex.wordpress.org/Pages](http://codex.wordpress.org/Pages)
 * Do you mean for posts? As, posts have these options.

Viewing 15 replies - 16 through 30 (of 36 total)

[←](https://wordpress.org/support/users/webdevsonline/replies/?output_format=md)
[1](https://wordpress.org/support/users/webdevsonline/replies/?output_format=md)
2 [3](https://wordpress.org/support/users/webdevsonline/replies/page/3/?output_format=md)
[→](https://wordpress.org/support/users/webdevsonline/replies/page/3/?output_format=md)