Title: Full width background
Last modified: August 31, 2016

---

# Full width background

 *  Resolved [kartus](https://wordpress.org/support/users/kartus/)
 * (@kartus)
 * [10 years, 2 months ago](https://wordpress.org/support/topic/full-width-background-1/)
 * Hi guys,
    this is my [site](http://agronika.bg) . As you can see I have a background
   slider plug-in right now. The problem is that when the images change there are
   glitches. The plug-in is old and it hasn’t been updated in years. That’s why 
   i want to change in with Smart WD. Is it possible for it to be used the same 
   way (Full width background)? I need it only on my home page. Thank you in advance.
   Best regards, Vlad!
 * [https://wordpress.org/plugins/slider-wd/](https://wordpress.org/plugins/slider-wd/)

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

 *  [Sona](https://wordpress.org/support/users/support-web-dorado/)
 * (@support-web-dorado)
 * [10 years, 2 months ago](https://wordpress.org/support/topic/full-width-background-1/#post-7211656)
 * [@vlad](https://wordpress.org/support/users/vlad/),
 * Thank you for your interest in our product. Yes, that’s possible to use the plugin
   only for homepage in full-width. Thank you.
 *  Thread Starter [kartus](https://wordpress.org/support/users/kartus/)
 * (@kartus)
 * [10 years, 2 months ago](https://wordpress.org/support/topic/full-width-background-1/#post-7211671)
 * Thank you for your response.
    Can you give me some hints how can I do that?
 *  [Sona](https://wordpress.org/support/users/support-web-dorado/)
 * (@support-web-dorado)
 * [10 years, 2 months ago](https://wordpress.org/support/topic/full-width-background-1/#post-7211717)
 * [@kartus](https://wordpress.org/support/users/kartus/),
 * Install the plugin. Create the slider and in settings section set it to be full
   width. Then on your homepage add the slider shortcode. It should be either a 
   page or a homepage.php file. Note that if it’s a .php file you should add php
   shortcode, if that’s a standard page, typical WordPress shortcode will do just
   fine. Thank you.
 *  Thread Starter [kartus](https://wordpress.org/support/users/kartus/)
 * (@kartus)
 * [10 years, 2 months ago](https://wordpress.org/support/topic/full-width-background-1/#post-7211721)
 * Hi. Again ty for your response.
    I’m really sorry to keep bothering you but I
   have an issue. First of all whenever I try to insert the code in my home.php 
   or front-page.php (not sure if this one is for the homepage) nothing happens.
   The slideshow appears when i add the code in header.php (or footer.php). When
   I do that the slideshow moves my menu (up or down, depending on which line and
   php file I edit). I need the menu and the logo to be over the the slide. Now 
   a gray bar appears behind it. How can I fix that? Again, I’m really sorry for
   bothering you with this, but my php understanding is very (very) novice. Thank
   you in advance. Best regards, Vlad!
 *  [Micyeung723](https://wordpress.org/support/users/micyeung723/)
 * (@micyeung723)
 * [10 years, 2 months ago](https://wordpress.org/support/topic/full-width-background-1/#post-7211734)
 * Can you post how you add your code in your php file? Maybe there is a “if” condition
   before your content.
 * *Please always be reminded to add the code here with `backticks`.
 *  Thread Starter [kartus](https://wordpress.org/support/users/kartus/)
 * (@kartus)
 * [10 years, 2 months ago](https://wordpress.org/support/topic/full-width-background-1/#post-7211741)
 *     ```
       <head>
   
       		<meta charset="<?php bloginfo( 'charset' ); ?>"/>
       		<meta name="viewport" content="width=device-width, initial-scale=1.0">
   
       		<title><?php wp_title( '|', true, 'right' ); ?></title>
   
       		<link rel="profile" href="http://gmpg.org/xfn/11"/>
       		<link rel="pingback" href="<?php bloginfo( 'pingback_url' ); ?>"/>
   
       		<?php wp_head(); ?>
       	</head>
       <?php wd_slider(1); ?> !!!!!!!!!!!!!
       <body <?php body_class(); ?>>
   
       <?php responsive_container(); // before container hook ?>
       <div id="container" class="hfeed">
       ```
   
 * The plug-in code with !!!!!!! after it.
    This is when it is inserted in the header.
   php. This way the slideshow displays on every page.
 *  [Sona](https://wordpress.org/support/users/support-web-dorado/)
 * (@support-web-dorado)
 * [10 years, 2 months ago](https://wordpress.org/support/topic/full-width-background-1/#post-7211745)
 * [@kartus](https://wordpress.org/support/users/kartus/),
 * Checking out your site, we have figured it out that the changes should made in
   another file rather than header.php. But what’s the file depends on your theme
   and we cannot tell it without checking it out. In any case the code should be
   added before “wpfront-notification-bar-spacer” id container.
 * If you need further assistance with the file, I will require you to contact our
   support team at support[at]web-dorado.com for checking out the back end.
 *  Thread Starter [kartus](https://wordpress.org/support/users/kartus/)
 * (@kartus)
 * [10 years, 2 months ago](https://wordpress.org/support/topic/full-width-background-1/#post-7211751)
 * Hello Sona.
    Again I’m really grateful for your assistance by now. I figured 
   out a way to bypass the php usage. I decided to create a page named Home, and
   set it as the homepage via the theme’s options (static front page). In theory
   it should look the same as the one i was trying to make. Right now i will try
   to do it on my own, but still can you give me some hints on how to make the slideshow
   as a page/post background?
 *  [Sona](https://wordpress.org/support/users/support-web-dorado/)
 * (@support-web-dorado)
 * [10 years, 2 months ago](https://wordpress.org/support/topic/full-width-background-1/#post-7211763)
 * [@kartus](https://wordpress.org/support/users/kartus/),
 * You should create a slider set it to full-width. Then add the slider as a shortcode
   to that page. Go to the Page. Here you will see “Insert Slider” button with a
   Slider icon. Press the button, Select the slider and press Insert.
 *  [Micyeung723](https://wordpress.org/support/users/micyeung723/)
 * (@micyeung723)
 * [10 years, 1 month ago](https://wordpress.org/support/topic/full-width-background-1/#post-7211808)
 * Please mark this as solved if it is. Thanks!

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

The topic ‘Full width background’ is closed to new replies.

 * ![](https://ps.w.org/slider-wd/assets/icon-256x256.png?rev=2068748)
 * [Slider by 10Web - Responsive Image Slider](https://wordpress.org/plugins/slider-wd/)
 * [Support Threads](https://wordpress.org/support/plugin/slider-wd/)
 * [Active Topics](https://wordpress.org/support/plugin/slider-wd/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/slider-wd/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/slider-wd/reviews/)

 * 10 replies
 * 3 participants
 * Last reply from: [Micyeung723](https://wordpress.org/support/users/micyeung723/)
 * Last activity: [10 years, 1 month ago](https://wordpress.org/support/topic/full-width-background-1/#post-7211808)
 * Status: resolved