• Resolved Drew75

    (@drew75)


    I’ve created a simple slideshow to have on my sites intro page and am currently wanting to test it out on my staging site before using it on my live site. I’ve created the splash screen and now I’m needing to know where to place the shortcode to test it?

    https://wordpress.org/plugins/kento-splash-screen/

Viewing 5 replies - 1 through 5 (of 5 total)
  • Plugin Author PluginsPoint

    (@kentothemes)

    put [kento-splash-screen] shortcode anywhere(usually content) in which page you want to display popup

    Thanks

    Thread Starter Drew75

    (@drew75)

    I’ve tried putting the shortcode to my splash screen in the header.php, index.php file and into the content area of my home page and none are working. Any other ideas?

    Plugin Author PluginsPoint

    (@kentothemes)

    Hi Drew75
    I am not sure how you are using shortcodes

    Please use php as follows if you want to use header.php or others themes .php files

    <?php echo do_shortcode('[kento-splash-screen]'); ?>

    or use
    [kento-splash-screen] in your post/page content

    please do not use multiple time at same page(like header.php, index.php will generate same page usually )

    also please check your browser cookie “kento_splash_screen” find this and remove or enabled “Test Mode”

    Thread Starter Drew75

    (@drew75)

    Thank you. Is this only a pop up box or can it also be an entire page that generates before automatically going into the home page of my site?

    Thread Starter Drew75

    (@drew75)

    I’m still unable to get this to work properly. It’s currently more of a popup scenario, while I’d like it to be full screen.

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘Where do I place the shortcode?’ is closed to new replies.