Title: jacobuid's Replies | WordPress.org

---

# jacobuid

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

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

 Search replies:

## Forum Replies Created

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

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

 *   Forum: [Networking WordPress](https://wordpress.org/support/forum/multisite/)
   
   In reply to: [Admin bar 'My Sites' path is wrong](https://wordpress.org/support/topic/admin-bar-my-sites-path-is-wrong/)
 *  [jacobuid](https://wordpress.org/support/users/jacobuid/)
 * (@jacobuid)
 * [12 years, 9 months ago](https://wordpress.org/support/topic/admin-bar-my-sites-path-is-wrong/#post-3528511)
 * ok, this is actually a** bug** in the **WordPress Core files**… but i dont have
   time to file a bug and get it fixed…
 * you need to go to “/wp-includes/link-template.php” search for “network_admin_url”
 * here is the block of code you are looking for:
 * _[Moderated]_
 * the problem is that the path of the network is staticly set as “wp-admin/network/”
   this has to be changed to allow for the custom sub-folder that you installed 
   your WP files.
 * the fix is inside the code below… replace the above code with the code below:(
   this new code uses the admin_url() function to set the path relative the the 
   custom sub-folder you instaled WP in)
 * _[Moderated]_
 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [Problems with The Columnist](https://wordpress.org/support/topic/problems-with-the-columnist/)
 *  [jacobuid](https://wordpress.org/support/users/jacobuid/)
 * (@jacobuid)
 * [13 years ago](https://wordpress.org/support/topic/problems-with-the-columnist/#post-2919586)
 * if you cant find it in the Admin part of WP, look in the header.php…
 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [How do I change the line below my menu???](https://wordpress.org/support/topic/how-do-i-change-the-line-below-my-menu/)
 *  [jacobuid](https://wordpress.org/support/users/jacobuid/)
 * (@jacobuid)
 * [13 years, 9 months ago](https://wordpress.org/support/topic/how-do-i-change-the-line-below-my-menu/#post-2922060)
 * add to that code what i had above, the :
    `border-bottom: 1px solid #DDDDDD;`
 * you can delete any of the box-shadow lines…
 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [How do I change the line below my menu???](https://wordpress.org/support/topic/how-do-i-change-the-line-below-my-menu/)
 *  [jacobuid](https://wordpress.org/support/users/jacobuid/)
 * (@jacobuid)
 * [13 years, 9 months ago](https://wordpress.org/support/topic/how-do-i-change-the-line-below-my-menu/#post-2922048)
 * why don’t you let me know what exactly did step-by-step, and ill try to see what
   went wrong…
 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [How do I change the line below my menu???](https://wordpress.org/support/topic/how-do-i-change-the-line-below-my-menu/)
 *  [jacobuid](https://wordpress.org/support/users/jacobuid/)
 * (@jacobuid)
 * [13 years, 9 months ago](https://wordpress.org/support/topic/how-do-i-change-the-line-below-my-menu/#post-2922046)
 * because you didn’t do what i instructed, the css styles i told you to replace
   are still there…
 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [how to make a conditional statement in wordpress “ function.php” using if is_qa_](https://wordpress.org/support/topic/how-to-make-a-conditional-statement-in-wordpress-functionphp-using-if-is_qa_/)
 *  [jacobuid](https://wordpress.org/support/users/jacobuid/)
 * (@jacobuid)
 * [13 years, 9 months ago](https://wordpress.org/support/topic/how-to-make-a-conditional-statement-in-wordpress-functionphp-using-if-is_qa_/#post-2922568)
 * i am unfamiliar with the function is_qa_page() and cant seem to find it online
   anywhere, do you have a link to documentation on this function?
 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [Updated Theme](https://wordpress.org/support/topic/updated-theme/)
 *  [jacobuid](https://wordpress.org/support/users/jacobuid/)
 * (@jacobuid)
 * [13 years, 9 months ago](https://wordpress.org/support/topic/updated-theme/#post-2922565)
 * Yea, to be on the safe side, it couldn’t hurt… 🙂
 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [How do I change the line below my menu???](https://wordpress.org/support/topic/how-do-i-change-the-line-below-my-menu/)
 *  [jacobuid](https://wordpress.org/support/users/jacobuid/)
 * (@jacobuid)
 * [13 years, 9 months ago](https://wordpress.org/support/topic/how-do-i-change-the-line-below-my-menu/#post-2922009)
 * in your styles.css file, search for:
 * -webkit-box-shadow: rgba(0, 0, 0, 0.4) 0px 1px 2px;
    -moz-box-shadow: rgba(0,
   0, 0, 0.4) 0px 1px 2px; box-shadow: rgba(0, 0, 0, 0.4) 0px 1px 2px;
 * it will be on line 541 inside the #access{} selector.
 * and replace it with “border-bottom: 1px solid #DDDDDD;”
 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [Problems with Origami theme](https://wordpress.org/support/topic/problems-with-origami-theme/)
 *  [jacobuid](https://wordpress.org/support/users/jacobuid/)
 * (@jacobuid)
 * [13 years, 9 months ago](https://wordpress.org/support/topic/problems-with-origami-theme/#post-2922006)
 * do you have access to your Web Root Directory? the folder where you have other
   folders like: wp-admin, wp-include, and wp-content?
 * if you do navigate to “\wp-content\themes” and delete the theme.
 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [color of slogan](https://wordpress.org/support/topic/color-of-slogan/)
 *  [jacobuid](https://wordpress.org/support/users/jacobuid/)
 * (@jacobuid)
 * [13 years, 9 months ago](https://wordpress.org/support/topic/color-of-slogan/#post-2922534)
 * Add to your CSS file:
 *     ```
       #branding .blog-description {
           color: #??????;
       }
       ```
   
 * Replace ?????? with color you want…
 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [Footer – shows up on the right only on Firefox!](https://wordpress.org/support/topic/footer-shows-up-on-the-right-only-on-firefox/)
 *  [jacobuid](https://wordpress.org/support/users/jacobuid/)
 * (@jacobuid)
 * [13 years, 9 months ago](https://wordpress.org/support/topic/footer-shows-up-on-the-right-only-on-firefox/#post-2922001)
 * add “`clear: both;`” to `<footer>` element in your styles.css on line 97
 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [Exporting a Theme](https://wordpress.org/support/topic/exporting-a-theme/)
 *  [jacobuid](https://wordpress.org/support/users/jacobuid/)
 * (@jacobuid)
 * [13 years, 9 months ago](https://wordpress.org/support/topic/exporting-a-theme/#post-2922531)
 * Contact WordPress.com Support, this isnt WordPress.com… lol
 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [[Eclipse] [Theme: Eclipse] PHP error message need help](https://wordpress.org/support/topic/theme-eclipse-php-error-message-need-help/)
 *  [jacobuid](https://wordpress.org/support/users/jacobuid/)
 * (@jacobuid)
 * [13 years, 9 months ago](https://wordpress.org/support/topic/theme-eclipse-php-error-message-need-help/#post-2922527)
 * What is your website address? I cant help you until i look at your site…
 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [Updated Theme](https://wordpress.org/support/topic/updated-theme/)
 *  [jacobuid](https://wordpress.org/support/users/jacobuid/)
 * (@jacobuid)
 * [13 years, 9 months ago](https://wordpress.org/support/topic/updated-theme/#post-2922524)
 * Actually this isn’t a Noob question, it depends on the theme, since the theme
   is just upgrading to a newer version, im sure the Developers, developed the upgraded
   theme so that it will not mess with widgets & widget names. but in any case, 
   if you were to instal a different theme the widgets would be in different areas,
   and have different content in them… based on their names…
 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [how to make a conditional statement in wordpress “ function.php” using if is_qa_](https://wordpress.org/support/topic/how-to-make-a-conditional-statement-in-wordpress-functionphp-using-if-is_qa_/)
 *  [jacobuid](https://wordpress.org/support/users/jacobuid/)
 * (@jacobuid)
 * [13 years, 9 months ago](https://wordpress.org/support/topic/how-to-make-a-conditional-statement-in-wordpress-functionphp-using-if-is_qa_/#post-2922517)
 *     ```
       if (!qa_page()) {
       	require_once(GABFIRE_FUNCTIONS_PATH. '/review-options.php');
               require_once(GABFIRE_FUNCTIONS_PATH . '/custom.php');
               require_once(GABFIRE_FUNCTIONS_PATH . '/shortcodes.php');
               require_once(GABFIRE_FUNCTIONS_PATH . '/post-types.php');
       }
       ```
   
 * This may work not sure…

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

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