Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #60519
    Kim
    Participant

    Sakin,

    I tried to get my slider function to work in the center where my first post is which is 640px. Check out my site hidemyage.com. I tried to implement it on my staging site but it spreads out super wide: https://hidemyage.staging.wpengine.com

    Help!

    #60590
    Sakin
    Keymaster

    @Kim: I don’t see any slider in your both live and staging server. Can you add it and let me know it.

    #60661
    Kim
    Participant

    Sorry about that! Did you get my email re the custom work issue?

    #60662
    Kim
    Participant

    I added the slider. I would like it to show up between the two sidebars…

    #60708
    Sakin
    Keymaster

    @Kim: I don’t see option to move that slider between two sidebar. I only see that in Catch Evolution Pro theme. So, in order to move that, you need to add the following function in your child theme functions.php file.

    function catchflames_unhook_functions() {
    	remove_action( 'catchflames_before_main', 'catchflames_slider_display', 40 );
    }
    add_action( 'init','catchflames_unhook_functions');
    
    add_action( 'catchflames_before_content', 'catchflames_slider_display', 40 );

    It’s been really out with email as I am working on supporting online. Will check in and reply you.

Viewing 5 posts - 1 through 5 (of 5 total)
  • The topic ‘Center Slider’ is closed to new replies.