Title: olddocks's Replies | WordPress.org

---

# olddocks

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

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

 Search replies:

## Forum Replies Created

Viewing 15 replies - 1 through 15 (of 22 total)

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

 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [[Corpocrat] Multiple slider](https://wordpress.org/support/topic/multiple-slider-1/)
 *  Theme Author [olddocks](https://wordpress.org/support/users/olddocks/)
 * (@olddocks)
 * [12 years, 4 months ago](https://wordpress.org/support/topic/multiple-slider-1/#post-4632195)
 * it seems there is a problem with plugin itself which is why it is not working.
 *   Forum: [Hacks](https://wordpress.org/support/forum/plugins-and-hacks/hacks/)
   
   In reply to: [Strange issue with theme options page?](https://wordpress.org/support/topic/help-strange-issue-with-theme-options-page/)
 *  Thread Starter [olddocks](https://wordpress.org/support/users/olddocks/)
 * (@olddocks)
 * [12 years, 5 months ago](https://wordpress.org/support/topic/help-strange-issue-with-theme-options-page/#post-4540267)
 * Thanks chris, fixed the issue. It seems that accessing old page not in the menu-
   slug causing this issue. it works
 *   Forum: [Hacks](https://wordpress.org/support/forum/plugins-and-hacks/hacks/)
   
   In reply to: [Strange issue with theme options page?](https://wordpress.org/support/topic/help-strange-issue-with-theme-options-page/)
 *  Thread Starter [olddocks](https://wordpress.org/support/users/olddocks/)
 * (@olddocks)
 * [12 years, 5 months ago](https://wordpress.org/support/topic/help-strange-issue-with-theme-options-page/#post-4540261)
 * oh thanks! i am sorry yes it was a typo. i changed it to softlights-theme-options
   without spaces, still the problem persists.
 * In the wordpress codex [http://codex.wordpress.org/Function_Reference/add_theme_page](http://codex.wordpress.org/Function_Reference/add_theme_page)
 * it says
 * > NOTE: If you’re running into the »You do not have sufficient permissions to
   > access this page.« message in a `wp_die()` screen, then you’ve hooked too early.
   > The hook you should use is `admin_menu`.
 * I dont want to hook into ‘admin_menu’ as the wordpress theme reviewers insist
   that themes must use edit_theme_options hook to get approved.
 * what does this mean?
 *   Forum: [Hacks](https://wordpress.org/support/forum/plugins-and-hacks/hacks/)
   
   In reply to: [Strange issue with theme options page?](https://wordpress.org/support/topic/help-strange-issue-with-theme-options-page/)
 *  Thread Starter [olddocks](https://wordpress.org/support/users/olddocks/)
 * (@olddocks)
 * [12 years, 5 months ago](https://wordpress.org/support/topic/help-strange-issue-with-theme-options-page/#post-4540245)
 * chris- the3rd parameter is the slug, not the second one, which is title.
 *   Forum: [Hacks](https://wordpress.org/support/forum/plugins-and-hacks/hacks/)
   
   In reply to: [Issues with select box in options page?](https://wordpress.org/support/topic/issues-with-select-box-in-options-page/)
 *  Thread Starter [olddocks](https://wordpress.org/support/users/olddocks/)
 * (@olddocks)
 * [12 years, 6 months ago](https://wordpress.org/support/topic/issues-with-select-box-in-options-page/#post-4461636)
 * [@bcworkz](https://wordpress.org/support/users/bcworkz/), Thank you very much
   for the followup,i am using the good old way of doing selected..
 * `<option value="blue" <?php if($corpocrat_options['theme-style']=="blue") { echo'
   selected="selected"';} ?>>Blue</option>`
 * I am happy with the code but the wordpress theme specifications indicate that
   themes are required to use the selected() function, which is why i am concerned.
 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [Fixing – Enter password to view comments](https://wordpress.org/support/topic/fixing-enter-password-to-view-comments/)
 *  Thread Starter [olddocks](https://wordpress.org/support/users/olddocks/)
 * (@olddocks)
 * [12 years, 6 months ago](https://wordpress.org/support/topic/fixing-enter-password-to-view-comments/#post-4446161)
 * Update: I checked this using firebug and it shows like this.
 *     ```
       <div class="totalcomments">
       Enter your password to view comments.
       <span class="commentname">COMMENTS</span>
       </div>
       ```
   
 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [Blank page after i activate a new theme!](https://wordpress.org/support/topic/blank-page-after-i-activate-a-new-theme-1/)
 *  [olddocks](https://wordpress.org/support/users/olddocks/)
 * (@olddocks)
 * [15 years, 6 months ago](https://wordpress.org/support/topic/blank-page-after-i-activate-a-new-theme-1/#post-1829034)
 * it could be a problem with htaccess. check it and try to create new permalinks.
 *   Forum: [Developing with WordPress](https://wordpress.org/support/forum/wp-advanced/)
   
   In reply to: [One WP…several servers?](https://wordpress.org/support/topic/one-wpseveral-servers/)
 *  [olddocks](https://wordpress.org/support/users/olddocks/)
 * (@olddocks)
 * [15 years, 9 months ago](https://wordpress.org/support/topic/one-wpseveral-servers/#post-1710532)
 * > Question one: Does anyone know how we can set the WP blog up on JUST the staging
   > server, and once blog entries are approved, push the entries to the live?
   > Question two: Would these entries only push to one place? Could we have them
   > push to all 3 live servers?
 * All you need is 4 IPs and 1 ip for database server and rest other 3 ips for running
   a web server where you host your wordpress blog.
 * All webservers running will remotely connect to mysql database server in that
   way all blogs will be sync.
 * Finally, you will need to change DNS zone file and assign round robin DNS to 
   your webservers like ww1, ww2, ww3 and db pointing to those IPs. This is how 
   i would imagine to work.
 * Do also consider WordPress MU: [http://mu.wordpress.org](http://mu.wordpress.org)
 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [trouble uploading themes](https://wordpress.org/support/topic/trouble-uploading-themes-2/)
 *  [olddocks](https://wordpress.org/support/users/olddocks/)
 * (@olddocks)
 * [16 years, 11 months ago](https://wordpress.org/support/topic/trouble-uploading-themes-2/#post-1165338)
 * there could be a double subfolder in your theme. fix it.
 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [Error message in themes](https://wordpress.org/support/topic/error-message-in-themes/)
 *  [olddocks](https://wordpress.org/support/users/olddocks/)
 * (@olddocks)
 * [17 years, 7 months ago](https://wordpress.org/support/topic/error-message-in-themes/#post-932408)
 * > Fatal error: Call to undefined function: language_attributes() in /home/httpd/
   > vhosts/todaystransactions.com/httpdocs/wp-content/themes/searchfriendly/header.
   > php on line 2
 * just open the file and uncomment the function causing this problem.
 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [Which is the best theme as per SEO](https://wordpress.org/support/topic/which-is-the-best-theme-as-per-seo/)
 *  [olddocks](https://wordpress.org/support/users/olddocks/)
 * (@olddocks)
 * [17 years, 7 months ago](https://wordpress.org/support/topic/which-is-the-best-theme-as-per-seo/#post-916560)
 * it has nothing to do with SEO. just write good titles of blog posts and make 
   friendly URLs. Thats it!
 * You might want to consider a good theme as well.
 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [Thumbnails](https://wordpress.org/support/topic/thumbnails-3/)
 *  [olddocks](https://wordpress.org/support/users/olddocks/)
 * (@olddocks)
 * [17 years, 7 months ago](https://wordpress.org/support/topic/thumbnails-3/#post-911801)
 * which theme are you using?
 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [thumbnail/galery](https://wordpress.org/support/topic/thumbnailgalery/)
 *  [olddocks](https://wordpress.org/support/users/olddocks/)
 * (@olddocks)
 * [17 years, 7 months ago](https://wordpress.org/support/topic/thumbnailgalery/#post-899011)
 * as of wordpress 2.6.2 thumbs are automatically created. If you want you can specify
   the thumbnail size on main > miscellaneos > width and height in wordpress admin.
 * .
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [Pictures not uploading](https://wordpress.org/support/topic/pictures-not-uploading-1/)
 *  [olddocks](https://wordpress.org/support/users/olddocks/)
 * (@olddocks)
 * [17 years, 8 months ago](https://wordpress.org/support/topic/pictures-not-uploading-1/#post-893781)
 * Just set the uploads folder 777 permissions to make it writable by wordpress.
   Only then you will be able to upload
 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [Image thumbnails](https://wordpress.org/support/topic/image-thumbnails-3/)
 *  [olddocks](https://wordpress.org/support/users/olddocks/)
 * (@olddocks)
 * [17 years, 8 months ago](https://wordpress.org/support/topic/image-thumbnails-3/#post-878175)
 * since wordpress 2.6.2 thumbnails are handled automatically without need of plugins.
   you just need to go to settings and set the thumb size.

Viewing 15 replies - 1 through 15 (of 22 total)

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