• Lab Lover

    (@peterscaffidi)


    After wasting countless hours trying to make the Customizr slider work properly, without cropping images, fouling up image resolution or screwing with page formatting, I decided to find a replacement third party slider.

    I tried numerous other sliders, and the one I have settled on is Smart Slider 3 (https://wordpress.org/plugins/smart-slider-3/).

    I was able to replace the default slider in the header and adjust it to show only on the home page with minimal effort. The features and options available with this slider appear to be extensive and I have yet to explore all the options.

    I encountered a conflict with one of my plugins and the author was very responsive and solved it within hours.

    I highly recommend this plugin!

    You can see it on my site:

    http://compuaidusa.com

    I hope this helps someone.

Viewing 15 replies - 1 through 15 (of 15 total)
  • That is a very nice slider, Lab Lover. How did you replace the default slider?

    I’m trying to do the same thing but with the Master Slider slider. I bought their pro version hoping I would get good support but instead it has been atrocious. And so many bugs… It is sleek though and if they can figure things out…

    Thanks,
    Sam

    Thread Starter Lab Lover

    (@peterscaffidi)

    Glad to help.

    Disable the built-in customizr slider on the front page.

    Make sure you have created a child theme. In addition to creating the functions.php and style.css files, copy the header.php file from customizr to your child theme folder.

    Install smart slider 3 and create your first slider. Obtain the php code from the smart slider 3 slider.

    Edit the child header.php so as to comment out the existing slider code and insert the new slider.

    Here is the original:

    </header>
    
    			/*<?php
      		 	//This hook is used for the slider : TC_slider::$instance->tc_slider_display()
      			do_action ( '__after_header' )
      		?>

    And this is what the edited code in my header.php looks like:

    </header>
    
    			<?php
      		 /*	//This hook is used for the slider : TC_slider::$instance->tc_slider_display() */
      			do_action ( '__after_header' )
    			?>
    
    		<?php
    			if (is_front_page() || is_home()) {
    		    echo do_shortcode('[smartslider3 slider=1]');
    			}
    		?>

    Note that I commented out one line of the original code and added several lines below that. This PHP ensures the slider will only appear in the header of the home page, not in the header of other pages.

    Let me know if you need further clarification.

    Awesome, works great!

    Only problem now is my home page won’t scroll… I’m going to start a new topic about that though…

    Thanks,
    Sam

    Thread Starter Lab Lover

    (@peterscaffidi)

    Remove from your custom CSS

    .home {
    overflow: hidden;
    }

    And your scrolling will return.

    You might also consider larger, higher resolution images for your slider, 1920×500. Many of the current images are very grainy on my 24″ monitors.

    That solved it, brilliant, was trying to deal with overflowing master slider, overdid it…

    I know, very bad images… I’m just recently starting to use a full width slider and only now do I realize how bad my images are, I will user higher resolution from this point on, but really I need a new camera…

    Perhaps you have an answer to another quick question. I’m wondering if it is possible to add the pretty post grid that customizr does to other pages besides the home page and category archives. Any thoughts?

    Thanks,
    Sam

    Thread Starter Lab Lover

    (@peterscaffidi)

    I do not use the Pro version of the theme, maybe I will in the future as my website construction proceeds. I also cannot find a good resource which adequately illustrates the features in Pro vs. Free. All that said, maybe the pro version provides you the ability to display a grid of posts on any page, but I do not know.

    You can look at any number of other free plugins that provide the desired capability, e.g. https://wordpress.org/plugins/post-grid/

    As for your pictures, I suspect your camera is adequate, simply set it to capture images at the highest resolution possible. Another good approach is to use Google images to find pictures which will be adequate for your needs. Capturing decent images is more a matter of proper lighting and background and can become a career in and of itself, distracting from your core business mission.

    Additionally, for products you are selling, don’t hesitate to pilfer images from the manufacturers of the products. It is in the manufacturers best interests to produce and provide high quality images of it’s products. For example, the bicycle, odds are the manufacturer has some super high quality images you can freely use.

    Hi to you both!

    Could you advise me how to place the slider into center? After using code you gave it’s from the left side of home page.

    Thanks!

    Thread Starter Lab Lover

    (@peterscaffidi)

    Are you using a full width slider?

    How about posting a link to your website?

    Oh, I used small size. In resolution 1920×500 everything is ok.

    Are there ane possibility to put on slider any clicable (with URL link) text or button?

    Hi Lab Lover,

    The only pro difference I could see was full support and better fonts. I will take your suggestions on image quality etc.

    Thanks for all your help,
    Sam

    Thread Starter Lab Lover

    (@peterscaffidi)

    Yorkterrier, if you are asking about Smart Slider 3, yes, you can add clickable links, etc. Head over to their website for more information.

    Lab Lover,

    Thx for advise. I’ll try to find out this info there.

    Hello Lab Lover, thanks for sharing great tips for us. i was wondering how you can edit copyright in your footer of your website? would you like to tell me? this is my web Rental Mobil Surabaya Murah thanks in advance.

    Thread Starter Lab Lover

    (@peterscaffidi)

    Your copyright holder name changes when you change your “Site Title” in Customize.

    If you are actually asking about the “Credits” in the footer, then follow these instructions:

    http://presscustomizr.com/snippet/altering-adding-footer-credits/

    thanks bro LabLover for sharing! it worked now -> Rental Mobil Surabaya Murah thanks a lot!

Viewing 15 replies - 1 through 15 (of 15 total)
  • The topic ‘Recommended Slider Replacement’ is closed to new replies.