Title: Sykat's Replies | WordPress.org

---

# Sykat

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

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

 Search replies:

## Forum Replies Created

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

1 [2](https://wordpress.org/support/users/sykat/replies/page/2/?output_format=md)
[3](https://wordpress.org/support/users/sykat/replies/page/3/?output_format=md) …
[7](https://wordpress.org/support/users/sykat/replies/page/7/?output_format=md) 
[8](https://wordpress.org/support/users/sykat/replies/page/8/?output_format=md) 
[9](https://wordpress.org/support/users/sykat/replies/page/9/?output_format=md) 
[→](https://wordpress.org/support/users/sykat/replies/page/2/?output_format=md)

 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [How to display a floating ad on a mobile site?](https://wordpress.org/support/topic/how-to-display-a-floating-ad-on-a-mobile-site/)
 *  [Sykat](https://wordpress.org/support/users/sykat/)
 * (@sykat)
 * [11 years, 5 months ago](https://wordpress.org/support/topic/how-to-display-a-floating-ad-on-a-mobile-site/#post-5915596)
 * This is what I use:
 *     ```
       .floating-div {
       position: fixed; //that make your div sticky
       width: 100%; //optionally
       bottom: 0px; //that force your div to bottom
       z-index: 99; //that make your div top of other
       }
       ```
   
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [Getting 404 on pages on localhost](https://wordpress.org/support/topic/getting-404-on-pages-on-localhost/)
 *  [Sykat](https://wordpress.org/support/users/sykat/)
 * (@sykat)
 * [11 years, 5 months ago](https://wordpress.org/support/topic/getting-404-on-pages-on-localhost/#post-5914987)
 * I am using xmapp and wp is just running great in default configuration. I think
   you messed somewhere right in front of your nose. To be sure, in dashboard>settings
   >general, what you are seeing in WordPress Address (URL), and Site Address (URL)?
   are those [http://localhost/wpfolder](http://localhost/wpfolder) or different?
   *
   wpfolder is the folder you’ve installed WP.
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [Space around site?](https://wordpress.org/support/topic/space-around-site/)
 *  [Sykat](https://wordpress.org/support/users/sykat/)
 * (@sykat)
 * [11 years, 5 months ago](https://wordpress.org/support/topic/space-around-site/#post-5873308)
 * I think you already adjusted it and sorry for late replay. If you change menu
   items then your total menu width will definitely be changed. So each time you
   change the menu items, you have to adjust the width`width: 880px;` to new width.
   This is the reason I mentioned my solution as
 * > not so stable
 * If you are up to a fixed solution then you have to edit a lot of things of css
   so I don’t recommend it you.
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [Event Details Permalink](https://wordpress.org/support/topic/event-details-permalink/)
 *  [Sykat](https://wordpress.org/support/users/sykat/)
 * (@sykat)
 * [11 years, 5 months ago](https://wordpress.org/support/topic/event-details-permalink/#post-5884622)
 * That should be a premium theme. So, it is not a public theme. You better ask 
   support from the seller.
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [Event Details Permalink](https://wordpress.org/support/topic/event-details-permalink/)
 *  [Sykat](https://wordpress.org/support/users/sykat/)
 * (@sykat)
 * [11 years, 5 months ago](https://wordpress.org/support/topic/event-details-permalink/#post-5884589)
 * As I said.. It is a “custom post type” named event. I also have custom posts 
   in my blog named album, video, playlist, news etc.. I think it is built in feature
   of your theme. If yes, you have to edit your theme. Which theme are you using?
   from WP/theme or other source? If your theme is a pro theme then the provider
   can help you best. If you downloaded from wp, then say name..
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [Space around site?](https://wordpress.org/support/topic/space-around-site/)
 *  [Sykat](https://wordpress.org/support/users/sykat/)
 * (@sykat)
 * [11 years, 5 months ago](https://wordpress.org/support/topic/space-around-site/#post-5873289)
 * ok.. login to wp-admin
    Appearance>Editor Now the stylesheet file would be open
   in front of you. press (ctrl+f) and a search box appears on your browser’s bottom
   left.. write
 * > header nav ul
 *  in search box and you will find something like this
    .header nav ul{ ———————-——————————————}*—-
   are codes written there… Then replace whole .header nav ul {} with the code I
   provided. Do it so with second code (known as css class). Hope you understand.
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [Event Details Permalink](https://wordpress.org/support/topic/event-details-permalink/)
 *  [Sykat](https://wordpress.org/support/users/sykat/)
 * (@sykat)
 * [11 years, 5 months ago](https://wordpress.org/support/topic/event-details-permalink/#post-5884545)
 * Can you provide a screenshot?
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [Space around site?](https://wordpress.org/support/topic/space-around-site/)
 *  [Sykat](https://wordpress.org/support/users/sykat/)
 * (@sykat)
 * [11 years, 5 months ago](https://wordpress.org/support/topic/space-around-site/#post-5873271)
 * oh.. you must mention that you are using child theme. then add left: 0%; in first
   class and right:0% in 2nd class.
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [How Do I Add a Twitter Button to my Header?](https://wordpress.org/support/topic/how-do-i-add-a-twitter-button-to-my-header/)
 *  [Sykat](https://wordpress.org/support/users/sykat/)
 * (@sykat)
 * [11 years, 5 months ago](https://wordpress.org/support/topic/how-do-i-add-a-twitter-button-to-my-header/#post-5888557)
 * then please say your theme name (free theme from [https://wordpress.org/themes/](https://wordpress.org/themes/))
   or provide header.php code (premium theme)
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [How can I display the arrows in this loop?](https://wordpress.org/support/topic/how-can-i-display-the-arrows-in-this-loop/)
 *  [Sykat](https://wordpress.org/support/users/sykat/)
 * (@sykat)
 * [11 years, 5 months ago](https://wordpress.org/support/topic/how-can-i-display-the-arrows-in-this-loop/#post-5888496)
 * This is a totally css issue… Try to understand the css used there using inspect
   element or you will get better response from a design related forum.
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [I can't access my admin page at all](https://wordpress.org/support/topic/i-cant-access-my-admin-page-at-all/)
 *  [Sykat](https://wordpress.org/support/users/sykat/)
 * (@sykat)
 * [11 years, 5 months ago](https://wordpress.org/support/topic/i-cant-access-my-admin-page-at-all/#post-5838870)
 * It is opening fine in my computer.. A purple nav bar and a big image, right? 
   As a returning visitor, you have to wait up to 48 hour to fix dns with your server…
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [How Do I Add a Twitter Button to my Header?](https://wordpress.org/support/topic/how-do-i-add-a-twitter-button-to-my-header/)
 *  [Sykat](https://wordpress.org/support/users/sykat/)
 * (@sykat)
 * [11 years, 5 months ago](https://wordpress.org/support/topic/how-do-i-add-a-twitter-button-to-my-header/#post-5888492)
 * Well.. edit header.php and add bellow code where you like to show..
 *     ```
       <a class="twitter-follow-button"
         href="https://twitter.com/yourusername"
         data-show-count="false"
         data-lang="en">
       Follow @twitterdev
       </a>
       <script>window.twttr=(function(d,s,id){var js,fjs=d.getElementsByTagName(s)[0],t=window.twttr||{};if(d.getElementById(id))return;js=d.createElement(s);js.id=id;js.src="https://platform.twitter.com/widgets.js";fjs.parentNode.insertBefore(js,fjs);t._e=[];t.ready=function(f){t._e.push(f);};return t;}(document,"script","twitter-wjs"));</script>
       ```
   
 * Resource: [https://dev.twitter.com/web/follow-button](https://dev.twitter.com/web/follow-button)
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [Background colour behind navigation bar](https://wordpress.org/support/topic/background-colour-behind-navigation-bar/)
 *  [Sykat](https://wordpress.org/support/users/sykat/)
 * (@sykat)
 * [11 years, 5 months ago](https://wordpress.org/support/topic/background-colour-behind-navigation-bar/#post-5888491)
 * above trick is for homepage, for other pages,
    find `#header` and change `background-
   color: #377FBF;`
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [Background colour behind navigation bar](https://wordpress.org/support/topic/background-colour-behind-navigation-bar/)
 *  [Sykat](https://wordpress.org/support/users/sykat/)
 * (@sykat)
 * [11 years, 5 months ago](https://wordpress.org/support/topic/background-colour-behind-navigation-bar/#post-5888490)
 * Very easy!!!!!
    Appearance>editor>find(ctrl+f) **.home.has-slideshow #header .
   top** and add `background: #000;` just after **`{`** It may looks like
 *     ```
       home.has-slideshow #header .top {
       background: #000; width: 100%;
       position: absolute !important;
       top: 0px;
       z-index: 100;
       text-align: center;
       }
       ```
   
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [How Do I Add a Twitter Button to my Header?](https://wordpress.org/support/topic/how-do-i-add-a-twitter-button-to-my-header/)
 *  [Sykat](https://wordpress.org/support/users/sykat/)
 * (@sykat)
 * [11 years, 5 months ago](https://wordpress.org/support/topic/how-do-i-add-a-twitter-button-to-my-header/#post-5888488)
 * ur Gdrive file is privacy protected

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

1 [2](https://wordpress.org/support/users/sykat/replies/page/2/?output_format=md)
[3](https://wordpress.org/support/users/sykat/replies/page/3/?output_format=md) …
[7](https://wordpress.org/support/users/sykat/replies/page/7/?output_format=md) 
[8](https://wordpress.org/support/users/sykat/replies/page/8/?output_format=md) 
[9](https://wordpress.org/support/users/sykat/replies/page/9/?output_format=md) 
[→](https://wordpress.org/support/users/sykat/replies/page/2/?output_format=md)