Viewing 14 replies - 1 through 14 (of 14 total)
  • Plugin Author Hal Gatewood

    (@halgatewood)

    It will only render code on the page if you have added Slides in the admin and assigned them to that homepage.

    It seems to doesn’t work… I also followed your instruction and I have 3 slides in back office but no slide…

    I put all your code in functions.php and this in header.php :

    <?php if(function_exists('show_flexslider_rotator')) echo show_flexslider_rotator( 'homepage' ); ?>

    Plugin Author Hal Gatewood

    (@halgatewood)

    Do you have WordPress debugging turned on? Do you get any error messages? What versions of WordPress are you using?

    Any additional information would be great as I don’t have a lot of information to work with.

    Hal,

    I’ve got the same problem, I think.
    I installed the plugin and setup the filter in functions.php. When trying to create a slide, there is this little, red message that says:
    “No rotators have been setup. Contact your site developer.
    See the documentation to learn how to setup a rotator.”
    So it seems the filter is not working.

    No further debugging notes show up.
    It’s WP 3.5 on a local machine (MAMP).

    In case you need more information – feel free to pepper me.

    Regards,

    Kirsten

    Plugin Author Hal Gatewood

    (@halgatewood)

    @netzialist Can you post what you put into your functions.php?

    Hi Hal,

    I’m having the same issue as @netzialist.

    I figured it out on my end, and it might have been the same for others. At the end of the readme, the code you give to add to the functions.php is this:

    The easiest way to add a placeholder is to put this in your functions.php
    
    function set_FlexSlider_hg_rotators()
    {
    	$rotators = array();
    	$rotators['homepage'] = array( 'size' => 'homepage-rotator' );
    	return $rotators;
    }
    add_filter('FlexSlider_hg_rotators', 'set_FlexSlider_hg_rotators');

    Notice that FlexSlider is camelcase, while it needs to be written in all lowercase. Changing ‘FlexSlider to “flexslider” fixed it for me.

    Thanks for making the plugin!

    Plugin Author Hal Gatewood

    (@halgatewood)

    Fantastic! Thank you, I will update the code.

    I remember doing a find and replace on the readme file at some point because I know how wordPreSS people like to get the correct capitalisation.

    ??

    The problem with it not showing is your just adding the functions for the slider into wordpress. The slider itself still has to be created on the index.php page for it to show in your website. That part must of been left out on purpose so you have to purchase the plugin.

    reysar

    (@reysar)

    One big question… and silly to how on earth do i add slides into the admin after creating a new slide i dont have the option to add images….

    Can you advice me on that please

    kwatts22

    (@kwatts22)

    You have to upload them through the media manager and copy the image url so that it can be pasted into the plugin. The developer didn’t add the function to be able to upload them directly.

    Here is step by step to help you. Your’s may be a little different depending on the version of wordpress that your running.

    On the left side click Media
    Next click the Add New
    Upload your image and make sure to give it a alt text for the search engine
    Click on Save and it will go back to the screen that shows all your pictures.
    Click on the name of the picture that your wanting to use in the slide
    Where it says File URL copy everything in that box by highlighting it the right click your mouse and select copy.
    Next go to the slide that your working on adding the images and paste that url you just copied into the image url and your done.

    Plugin Author Hal Gatewood

    (@halgatewood)

    Not sure what kwatts22 is talking about here. But you simply use the Featured Image uploader. More information in the WordPress Codex:

    https://codex.www.ads-software.com/Post_Thumbnails#Setting_a_Post_Thumbnail

    reysar

    (@reysar)

    But then that means that i can add only 1 image per slide?, or can i add “N” images to the slide i am building my site from ground so before finish homepage and move to the other files i would like to know about that thank you.

    I really appreciate your help

    Reysar Davila

    Plugin Author Hal Gatewood

    (@halgatewood)

    It works with 1 image per slide and multiple slides per rotator.

Viewing 14 replies - 1 through 14 (of 14 total)
  • The topic ‘Slideshow not appearing on homepage’ is closed to new replies.