• Skip to main content
  • Skip to forum navigation

StudioPress

  • Shop for Themes
  • My StudioPress

Forum navigation

  • Home
  • General Genesis Discussions
  • StudioPress Themes
  • Genesis Blocks
    • Genesis Blocks
    • Genesis Custom Blocks
  • Retired Themes
  • FAQs
  • Forum Rules
  • Internationalization and Translations
  • Forum Bugs and Suggestions
  • Forum Log In

Are You Using The WordPress Block Editor?

Genesis now offers plugins that help you build better sites faster with the WordPress block editor (Gutenberg). Try the feature-rich free versions of each plugin for yourself!

Genesis Blocks Genesis Custom Blocks

Slider on the home page (fabric theme)

Welcome!

These forums are for general discussion on WordPress and Genesis. Official support for StudioPress themes is offered exclusively at My StudioPress. Responses in this forum are not guaranteed. Please note that this forum will require a new username, separate from the one used for My.StudioPress.

Log In
Register Lost Password

Community Forums › Forums › Archived Forums › Design Tips and Tricks › Slider on the home page (fabric theme)

This topic is: not resolved

Tagged: home page slider

  • This topic has 6 replies, 2 voices, and was last updated 12 years, 6 months ago by [email protected].
Viewing 7 posts - 1 through 7 (of 7 total)
  • Author
    Posts
  • September 22, 2013 at 5:35 am #63734
    [email protected]
    Member

    I read all your tricks concerning slider on top of the home page.

    I install vslider and i want to put this code :
    <?php if(function_exists('vslider')){ vslider('feemarmaille'); } ?> on the code but I don't know how ? (my theme is Fabric)

    or I want to create a home top area widget but I don't manage with the tricks you give.

    Please help me, thanks a lot Sophie

    http://lafeemarmaille.com/
    September 22, 2013 at 1:30 pm #63762
    Brad Dalton
    Participant

    Please copy the code from the view raw link and paste it at the end of your child themes functions.php file using a text editor like Notepad++

    https://gist.github.com/braddalton/6662981


    Tutorials for StudioPress Themes.

    September 23, 2013 at 4:10 am #63822
    [email protected]
    Member

    thanks for your help braddalton but i get this :
    Fatal error: Call to undefined function dd_action() in /homez.764/lafeemar/www/wp-content/themes/fabric/functions.php on line 83

    September 23, 2013 at 4:19 am #63823
    [email protected]
    Member

    sorry it's ok !!! perfect !!
    Is it possible to put it on the top of the home page body and not after header ?

    September 23, 2013 at 4:31 am #63824
    [email protected]
    Member

    I want to put it in the content area on top of the text outside the sidebar.
    like this http://lafeemarmaille.com/ it's not nice at all.

    Tanks for your help !!

    September 23, 2013 at 5:40 am #63829
    Brad Dalton
    Participant

    Simply change the hook from:

    genesis_after_header
    

    To:

    genesis_before_loop
    

    Like this:

    add_action('genesis_before_loop', 'display_slider_home');
    
    function display_slider_home() {
    if (is_front_page() && function_exists('vslider')){
    vslider('feemarmaille');
       
       }
    
    }
    

    Tutorials for StudioPress Themes.

    September 23, 2013 at 6:32 am #63838
    [email protected]
    Member

    it's perfect thanks a lot !!!!!!!

  • Author
    Posts
Viewing 7 posts - 1 through 7 (of 7 total)
  • The forum ‘Design Tips and Tricks’ is closed to new topics and replies.

CTA

Ready to get started? Create a site or shop for themes.

Create a site with WP EngineShop for Themes

Footer

StudioPress

© 2026 WPEngine, Inc.

Products
  • Create a Site with WP Engine
  • Shop for Themes
  • Theme Features
  • Get Started
  • Showcase
Company
  • Brand Assets
  • Terms of Service
  • Accptable Usse Policy
  • Privacy Policy
  • Refund Policy
  • Contact Us
Community
  • Find Developers
  • Forums
  • Facebook Group
  • #GenesisWP
  • Showcase
Resources
  • StudioPress Blog
  • Help & Documentation
  • FAQs
  • Code Snippets
  • Affiliates
Connect
  • StudioPress Live
  • StudioPress FM
  • Facebook
  • Twitter
  • Dribbble