Title: shortcodes
Last modified: January 1, 2021

---

# shortcodes

 *  [freddyee](https://wordpress.org/support/users/freddyee/)
 * (@freddyee)
 * [5 years, 6 months ago](https://wordpress.org/support/topic/shortcodes-398/)
 * Hi
    How to insert shortcodes ? I have them from the smartslider plugin and I 
   must insert them in the homepage and store page after the header and after the
   page title

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

 *  [hannah](https://wordpress.org/support/users/hannahritner/)
 * (@hannahritner)
 * [5 years, 6 months ago](https://wordpress.org/support/topic/shortcodes-398/#post-13859932)
 * Hey [@freddyee](https://wordpress.org/support/users/freddyee/),
    You can paste
   your shortcode into a content area or widget area via a text widget. If your 
   homepage is a static page you can paste the shortcode into the top of your home
   content area. Hope that’s helpful!
 * Kindly,
    Hannah
 *  Thread Starter [freddyee](https://wordpress.org/support/users/freddyee/)
 * (@freddyee)
 * [5 years, 6 months ago](https://wordpress.org/support/topic/shortcodes-398/#post-13859998)
 * I want to get this result [https://snipboard.io/RhYUDO.jpg](https://snipboard.io/RhYUDO.jpg),
   but right now I just got this via elementor shortcode box [https://snipboard.io/c1wS6D.jpg](https://snipboard.io/c1wS6D.jpg),
   how to get the result wanted ?
 *  [hannah](https://wordpress.org/support/users/hannahritner/)
 * (@hannahritner)
 * [5 years, 6 months ago](https://wordpress.org/support/topic/shortcodes-398/#post-13865117)
 * Hey,
    Are you able to post a link to your site so I can see how you have things
   set up?
 * Thanks,
    Hannah
 *  Thread Starter [freddyee](https://wordpress.org/support/users/freddyee/)
 * (@freddyee)
 * [5 years, 6 months ago](https://wordpress.org/support/topic/shortcodes-398/#post-13865238)
 * My live url site is on the oceanwp theme, Im working on the site locally with
   the kadence theme on flywheel, Im gonna change of theme.
    I’m not quite sure 
   how to share urls in that situation, but I believe is this [https://3b704bf8ef43.ngrok.io/](https://3b704bf8ef43.ngrok.io/)
 *  [hannah](https://wordpress.org/support/users/hannahritner/)
 * (@hannahritner)
 * [5 years, 6 months ago](https://wordpress.org/support/topic/shortcodes-398/#post-13869935)
 * Sorry, I believe I missed the window for that link to be valid. Have you set 
   your header to be transparent?
 * Kindly,
    Hannah
 *  Thread Starter [freddyee](https://wordpress.org/support/users/freddyee/)
 * (@freddyee)
 * [5 years, 6 months ago](https://wordpress.org/support/topic/shortcodes-398/#post-13869947)
 * this is the link 99f7c3a38b97.ngrok.io on flywheels, but it’ll expires soon because
   im on the free plan.
 * [https://snipboard.io/Smw8pN.jpg](https://snipboard.io/Smw8pN.jpg) that’s a screenshot,
   it’s transparent but even the bar that I want to be black, containing the icons
   of facebook, instagram and youtube.
 *  [Ben Ritner – Kadence WP](https://wordpress.org/support/users/britner/)
 * (@britner)
 * [5 years, 6 months ago](https://wordpress.org/support/topic/shortcodes-398/#post-13870289)
 * Hey,
    If you want your topbar to have a background color even when you set the
   header to be transparent you can add this css in your custom css:
 *     ```
       .transparent-header .site-top-header-wrap .site-header-row-container-inner {
           background: black;
       }
       ```
   
 * Ben
 *  Thread Starter [freddyee](https://wordpress.org/support/users/freddyee/)
 * (@freddyee)
 * [5 years, 6 months ago](https://wordpress.org/support/topic/shortcodes-398/#post-13870387)
 * I use the code in CSS, but that doesn’t change the color.
    I want the slides 
   to move down that bar, not just to be cover in black by the bar
    -  This reply was modified 5 years, 6 months ago by [freddyee](https://wordpress.org/support/users/freddyee/).
 *  [Ben Ritner – Kadence WP](https://wordpress.org/support/users/britner/)
 * (@britner)
 * [5 years, 6 months ago](https://wordpress.org/support/topic/shortcodes-398/#post-13874635)
 * Hey,
    Lets update your css to this:
 *     ```
       .transparent-header .site-top-header-wrap .site-header-row-container-inner {
           background: black !important;
       }
       ```
   
 * > I want the slides to move down that bar, not just to be cover in black by the
   > bar
 * Unfortunately, that isn’t an option. You can manually apply so padding but the
   transparent header is designed to be for the whole header.
 *     ```
       .transparent-header #inner-wrap {
           padding-top: 30px;
       }
       ```
   
 * Ben

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

The topic ‘shortcodes’ is closed to new replies.

 * ![](https://i0.wp.com/themes.svn.wordpress.org/kadence/1.5.1/screenshot.png)
 * Kadence
 * [Support Threads](https://wordpress.org/support/theme/kadence/)
 * [Active Topics](https://wordpress.org/support/theme/kadence/active/)
 * [Unresolved Topics](https://wordpress.org/support/theme/kadence/unresolved/)
 * [Reviews](https://wordpress.org/support/theme/kadence/reviews/)

 * 9 replies
 * 3 participants
 * Last reply from: [Ben Ritner – Kadence WP](https://wordpress.org/support/users/britner/)
 * Last activity: [5 years, 6 months ago](https://wordpress.org/support/topic/shortcodes-398/#post-13874635)
 * Status: not resolved