Title: Bikram's Replies | WordPress.org

---

# Bikram

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

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

 Search replies:

## Forum Replies Created

Viewing 14 replies - 1 through 14 (of 14 total)

 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [[Twenty Sixteen] make page color transparent in Twenty Sixteen theme](https://wordpress.org/support/topic/make-page-color-transparent-in-twenty-sixteen-theme/)
 *  [Bikram](https://wordpress.org/support/users/webseos/)
 * (@webseos)
 * [10 years, 2 months ago](https://wordpress.org/support/topic/make-page-color-transparent-in-twenty-sixteen-theme/#post-6927412)
 * Hi,
 * I have done the same, but created a child theme first. Then use the following
   code in child theme’s style.css file, and I shall use it in my website [http://www.rigseo.com](http://www.rigseo.com)
   very soon.
 *     ```
       body {
           background: transparent url("./img/wood_pattern.jpg") repeat scroll 0 0;
       }
   
       .site {
        background: transparent
       }
       ```
   
 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [remove left sidebar from 2014/2015 themes](https://wordpress.org/support/topic/remove-left-sidebar-from-20142015-themes/)
 *  [Bikram](https://wordpress.org/support/users/webseos/)
 * (@webseos)
 * [10 years, 11 months ago](https://wordpress.org/support/topic/remove-left-sidebar-from-20142015-themes/#post-5705826)
 * The answers here not very to the point. The steps described below to searched
   by the reader:
 * 1) create a child theme of 2015, the tutorial links mentioned above.
    2) Try 
   to follow the template hierarchy picture in wordpress codes, to know what files
   to be edited/created. 3) use firebug and study the layout of article / content
   area and side bar css. This part may be hard. 4) Change it in the child theme
   css file. And override the actual styles.
 * Google each of the above topic..
 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [[Twenty Fifteen] Full width page](https://wordpress.org/support/topic/full-width-page-15/)
 *  [Bikram](https://wordpress.org/support/users/webseos/)
 * (@webseos)
 * [11 years ago](https://wordpress.org/support/topic/full-width-page-15/#post-5598298)
 * Child Theme is the best. I think WordPress may start guidelines on Child Theme
   development articles in CODEX for every version of their major theme release 
   like 2010,2011, 2012, 2013, 2014 and 2015. Just a thought. But it has heavy demand.
 * Bik
    Web Designers House.
 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [[Twenty Fifteen] Full width page](https://wordpress.org/support/topic/full-width-page-15/)
 *  [Bikram](https://wordpress.org/support/users/webseos/)
 * (@webseos)
 * [11 years ago](https://wordpress.org/support/topic/full-width-page-15/#post-5598297)
 * Full width is a requirement. May be he wants a splash page as home page with 
   jquery full width banner sliders. Below that some pics and text. Probably this
   is pearwcz requirement, same as mine. Child theme is a good option. Or may be
   through the customize option of theme 2015.
 * I am planning to make a full width page for my site [http://www.webdesignershouse.com](http://www.webdesignershouse.com)
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [An old bug of WP? You don't have permission to access /wp-admin/po](https://wordpress.org/support/topic/an-old-bug-of-wp-you-dont-have-permission-to-access-wp-adminpo/)
 *  Thread Starter [Bikram](https://wordpress.org/support/users/webseos/)
 * (@webseos)
 * [13 years, 1 month ago](https://wordpress.org/support/topic/an-old-bug-of-wp-you-dont-have-permission-to-access-wp-adminpo/#post-3612643)
 * As I have guessed the whole problem lied in the PHP section. Extra space inserted
   or something. Now I have fixed all used the following type of code : All bugs
   lied in PHP code snippet placed into articles.
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [An old bug of WP? You don't have permission to access /wp-admin/po](https://wordpress.org/support/topic/an-old-bug-of-wp-you-dont-have-permission-to-access-wp-adminpo/)
 *  Thread Starter [Bikram](https://wordpress.org/support/users/webseos/)
 * (@webseos)
 * [13 years, 1 month ago](https://wordpress.org/support/topic/an-old-bug-of-wp-you-dont-have-permission-to-access-wp-adminpo/#post-3612641)
 * [@bottleneck](https://wordpress.org/support/users/bottleneck/) :
 * When I am in edit mode URL of address bar is :
    domain.com/wp-admin/post.php?
   post=42&action=edit
 * But when I am submitting the page : URL is
    domain.com/wp-admin/post.php
 * then the error shows up-
 * I have just updated [this page](http://www.rankingoogle.com/seoupdation/different-seo-services/),
   no error shown but when I am adding some baic PHP code like
    `<?php echo "hello
   world";?>` it works fine, I think some problem in PHP path.
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [An old bug of WP? You don't have permission to access /wp-admin/po](https://wordpress.org/support/topic/an-old-bug-of-wp-you-dont-have-permission-to-access-wp-adminpo/)
 *  Thread Starter [Bikram](https://wordpress.org/support/users/webseos/)
 * (@webseos)
 * [13 years, 1 month ago](https://wordpress.org/support/topic/an-old-bug-of-wp-you-dont-have-permission-to-access-wp-adminpo/#post-3612636)
 * I found the problem zone. I have some PHP code in my article body of wordpress
   like the following `
    <?php include(ABSPATH. ‘../somefilepath.php’); require_once(
   ABSPATH. ‘../another-file-path.php’); ?> `
 * Have Exec-PHP plugin installed, but still this area creating problem.
 * I am sure of it.
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [An old bug of WP? You don't have permission to access /wp-admin/po](https://wordpress.org/support/topic/an-old-bug-of-wp-you-dont-have-permission-to-access-wp-adminpo/)
 *  Thread Starter [Bikram](https://wordpress.org/support/users/webseos/)
 * (@webseos)
 * [13 years, 1 month ago](https://wordpress.org/support/topic/an-old-bug-of-wp-you-dont-have-permission-to-access-wp-adminpo/#post-3612634)
 * Another update : when I am editing another page then the error is not showing.
 * But for one page this error is being shown.
 * I dont know is it right to show my URLs or not ?
 * But I am giving this [URL](http://www.rankingoogle.com/seoupdation/advanced-seo-cost-package/)
   dont create problem during page update
 * But [this page](http://www.rankingoogle.com/seoupdation/special-article-submission-service/)
   creating problem during update and showing forbidden error.
 * I am confused.
 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [How to assign a customized theme location for a custom navigation menu](https://wordpress.org/support/topic/how-to-assign-a-customized-theme-location-for-a-custom-navigation-menu/)
 *  Thread Starter [Bikram](https://wordpress.org/support/users/webseos/)
 * (@webseos)
 * [13 years, 4 months ago](https://wordpress.org/support/topic/how-to-assign-a-customized-theme-location-for-a-custom-navigation-menu/#post-3299958)
 * Is my steps are correct as I described above? I have another query :
 * function register_my_menus() {
    register_nav_menus( array( ‘header-menu’ => __(‘
   Header Menu’ ) ) ); } add_action( ‘init’, ‘register_my_menus’ );
 * What this function does : __(‘Header Menu’)
 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [How to assign a customized theme location for a custom navigation menu](https://wordpress.org/support/topic/how-to-assign-a-customized-theme-location-for-a-custom-navigation-menu/)
 *  Thread Starter [Bikram](https://wordpress.org/support/users/webseos/)
 * (@webseos)
 * [13 years, 4 months ago](https://wordpress.org/support/topic/how-to-assign-a-customized-theme-location-for-a-custom-navigation-menu/#post-3299957)
 * Hi, WPyogi, yes I am following codex mentioned above. My target is to understand
   the steps of showing nav menu. I am following codex now. but I am open to any
   idea and not confined to anything specific.
 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [How to assign a customized theme location for a custom navigation menu](https://wordpress.org/support/topic/how-to-assign-a-customized-theme-location-for-a-custom-navigation-menu/)
 *  Thread Starter [Bikram](https://wordpress.org/support/users/webseos/)
 * (@webseos)
 * [13 years, 4 months ago](https://wordpress.org/support/topic/how-to-assign-a-customized-theme-location-for-a-custom-navigation-menu/#post-3299953)
 * So this tag **personal_menu** is **MENU INDICATOR** and this PHP code
    <?php 
   wp_nav_menu( array( ‘theme_location’ => ‘personal_menu’ ) ); ?> will place the
   menu, a whole bunch of HTML code- dynamically will be placed, Whenever I shall
   use it… am I right ?
 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [How to assign a customized theme location for a custom navigation menu](https://wordpress.org/support/topic/how-to-assign-a-customized-theme-location-for-a-custom-navigation-menu/)
 *  Thread Starter [Bikram](https://wordpress.org/support/users/webseos/)
 * (@webseos)
 * [13 years, 4 months ago](https://wordpress.org/support/topic/how-to-assign-a-customized-theme-location-for-a-custom-navigation-menu/#post-3299952)
 * Thanks for your replay. I understood what you said.
 * Say I have 5 template files header.php, footer.php etc/
 * So the steps is : (assuming child theme name ct2011
 * In this folder’s functions.php file (of child theme) “\wordpress-3.4.2\wp-content\
   themes\child_theme_of_twentyeleven\” I have to write the following line and have
   to use an action hook:
 * register_nav_menu( ‘personal_menu’, __( ‘Personal Menu’, ‘ct2011’ ) );
 * Then in the template files , header.php, footer.php etc/ I have to write :
    <?
   php wp_nav_menu( array( ‘theme_location’ => ‘personal_menu’ ) ); ?>
 * So after this I shall get – in the admin section of dashboard, “theme location”
   will show dropdown “Personal menu” and I can create any menu in dash board and
   assign it in “Personal menu”.
 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [How to assign a customized theme location for a custom navigation menu](https://wordpress.org/support/topic/how-to-assign-a-customized-theme-location-for-a-custom-navigation-menu/)
 *  Thread Starter [Bikram](https://wordpress.org/support/users/webseos/)
 * (@webseos)
 * [13 years, 4 months ago](https://wordpress.org/support/topic/how-to-assign-a-customized-theme-location-for-a-custom-navigation-menu/#post-3299948)
 * I understand that header.php file shows a navigation menu in template, may be
   in this path
    \wordpress-3.4.2\wp-content\themes\twentyeleven\header.php
 * <?php wp_nav_menu( array( ‘theme_location’ => ‘primary’ ) ); ?>
    ________________________________
 * My query is my PERSONAL menu will be shown where ever I want, say middle of a
   div
 * So my theme location is MIDDLE OF A DIV…
 * May be I want to show it in my footer..
 * So what are the steps to create a custom menu in child theme and show it where
   u want..
 *   Forum: [Networking WordPress](https://wordpress.org/support/forum/multisite/)
   
   In reply to: [How can I install 2 wordpress systems , one in sites root and other in a folder](https://wordpress.org/support/topic/how-can-i-install-2-wordpress-systems-one-in-sites-root-and-other-in-a-folder/)
 *  Thread Starter [Bikram](https://wordpress.org/support/users/webseos/)
 * (@webseos)
 * [14 years, 5 months ago](https://wordpress.org/support/topic/how-can-i-install-2-wordpress-systems-one-in-sites-root-and-other-in-a-folder/#post-2454273)
 * What is the basic funda of multisite ? Is it totally different websites by a 
   single wordpress Installation and database ?
 * I have never used multisite. So I don’t know anything about it. But I think I
   am capable of grabbing the basics and hope I shall be able to install it.

Viewing 14 replies - 1 through 14 (of 14 total)