• 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

Minimum Pro – Responsive Slider

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 › Minimum Pro – Responsive Slider

This topic is: not resolved

Tagged: minimum pro theme, responsive slider, Wordpress

  • This topic has 16 replies, 2 voices, and was last updated 12 years, 6 months ago by Brad Dalton.
Viewing 17 posts - 1 through 17 (of 17 total)
  • Author
    Posts
  • November 20, 2013 at 12:29 am #74336
    yolohtzin
    Member

    Hi - I am hoping someone can help me set up a responsive slider - I made the 'background' smaller and would like the slider this size.

    I thank you for being very specific because I am not experienced at changing codes.

    Heather

    http://heatherhess.ca
    November 20, 2013 at 6:07 am #74347
    Brad Dalton
    Participant

    If you are using the Genesis Responsive slider you can change the width in the slider settings.


    Tutorials for StudioPress Themes.

    November 20, 2013 at 8:52 am #74364
    yolohtzin
    Member

    Thanks - should the slider settings be 1600 wide? Problem is I have genesis responsive slider plugin but don't know how to put it were photo of pink roses is.

    I have gone through all the back posts and don't know exactly where to start. Can I create widget for it? Please tell me how to get it 'embedded'.

    Also I see that perhaps http://wordpress.org/plugins/soliloquy-lite/ is the best slideshow

    Thanks so much!

    Heather

    November 20, 2013 at 9:23 am #74370
    Brad Dalton
    Participant

    Here's 2 tutorials which should help:

    Add Slider Background To The Minimum Pro Theme

    Installing Full Width Responsive Slider In Genesis


    Tutorials for StudioPress Themes.

    November 20, 2013 at 9:54 am #74382
    yolohtzin
    Member

    Hi - I activated Soliloquy slider plugin.

    add_action( 'genesis_after_header', 'home_slider', 9 );
    /**
    * @author Brad Dalton - WP Sites
    * @example http://wpsites.net/best-plugins/installing-full-width-responsive-slider/
    */
    function home_slider() {
    if ( function_exists( 'soliloquy_slider' ) )
    soliloquy_slider( 'home-page' ); }

    I uploaded 2 photos and got this shortcode [soliloquy id="1015"] and the option of using this if ( function_exists( 'soliloquy_slider' ) ) soliloquy_slider( '1015' );

    Now I don't know where to put the code to get the slider to show up

    Heather

    November 20, 2013 at 9:57 am #74383
    yolohtzin
    Member
    This reply has been marked as private.
    November 20, 2013 at 10:16 am #74386
    Brad Dalton
    Participant

    I don't get private replies here.

    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++

    Replace the 88 in the code with the i.d number of your slider.


    Tutorials for StudioPress Themes.

    November 20, 2013 at 10:31 am #74392
    yolohtzin
    Member

    I am going to give up and keep one photo on the home page - I have no idea how to do this - thanks for your help - it might make sense someday but I don't entirely understand and don't want to do something wrong. Heather

    November 20, 2013 at 10:46 am #74398
    Brad Dalton
    Participant

    Fair enough however its very easy to install that slider. All you do is copy and paste the code.


    Tutorials for StudioPress Themes.

    November 20, 2013 at 10:51 am #74400
    yolohtzin
    Member

    I don't know where to put the code - do I put it at the bottom of the php file and change the code everytime I want a new slider?

    What is a view raw link?

    Do I need to add both these codes:

    add_action( ‘genesis_after_header’, ‘home_slider’, 9 );
    /**
    * @author Brad Dalton – WP Sites
    * @example http://wpsites.net/best-plugins/installing-full-width-responsive-slider/
    */
    function home_slider() {
    if ( function_exists( ‘soliloquy_slider’ ) )
    soliloquy_slider( ‘home-page’ ); }

    add_action('genesis_after_header', 'soliloquy_slider_header_home');
    /**
    * @author Brad Dalton - WP Sites
    * @example http://wpsites.net/best-plugins/add-soliloquy-slider-in-header-of-any-theme/
    */
    function soliloquy_slider_header_home() {
    if (is_front_page()) {
    if ( function_exists( 'soliloquy_slider' ) ) soliloquy_slider( '88' );
    }
    }

    and change 88 to 1015 (the code on my slider photos)?

    I tried this and the slider didn't show up - do I need to remove background image first or will this override it.

    Also if I upgrade to ProSoliloquy will I need to make any changes in php

    Thanks - I am a slow learner when it comes to adding this.

    Heather

    Heather

    November 20, 2013 at 11:00 am #74407
    Brad Dalton
    Participant

    On the right hand botton corner of the code above, there's a small link named view raw.

    Click that and copy the code then paste it at the end of your child themes functions.php file.

    Change 88 to 1015 in the code.

    Remove the background image wherever you added it.


    Tutorials for StudioPress Themes.

    November 20, 2013 at 11:09 am #74412
    yolohtzin
    Member

    hmmmmmm - it is there but in the wrong place and it's not sliding. Heather

    http://heatherhess.ca

    November 20, 2013 at 1:49 pm #74511
    yolohtzin
    Member

    Hi - I have got it in the right place - finally. However it is too high - I had previously changed gallery that didn't slide to

    .minimum .site-tagline {
    margin-top: 600px;
    margin-top: 60rem;
    }

    and like the height it was

    How can I change height of responsive slideshow please

    Also - why does the black Contact bar (which I think is part of the footer) attached to the gallery?

    Thanks!

    Heather

    November 20, 2013 at 1:55 pm #74521
    Brad Dalton
    Participant

    The black bar is your menu so go to Appearance > Menus and remove theme from the checkbox.

    The slider settings enable you to determine the dimensions.


    Tutorials for StudioPress Themes.

    November 20, 2013 at 7:20 pm #74623
    yolohtzin
    Member

    Well - I couldn't find where to change slider settings so I bought ProSoliloquy - I deleted the basic soliloquy and after I uploaded pro plugin I got this message

    Fatal error: Class 'Tgmsp_Widget' not found in /home4/flowers/public_html/heatherhess.ca/wp-includes/widgets.php on line 324

    What do I do now!

    Thanks

    Heather

    November 22, 2013 at 8:21 am #74948
    yolohtzin
    Member

    Hi - I gave up on slider - thanks for helping though - Heather

    November 22, 2013 at 8:35 am #74952
    Brad Dalton
    Participant

    Sorry to hear that Heather.


    Tutorials for StudioPress Themes.

  • Author
    Posts
Viewing 17 posts - 1 through 17 (of 17 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