Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Author wpshopmart

    (@wpshopmart)

    Hi,

    If you are adding slider with using shortcode in coming soon page.

    Coming Soon plugins is not support external plugins content inside descriptions.

    Thread Starter seboutch

    (@seboutch)

    I don’t use shortcode but I try to insert PhP code.
    Here is the PhP I have to insert :
    <?php if ( function_exists( ‘easingslider’ ) ) { easingslider( 198 ); } ?>

    The problem is that I don’t know how to add this code in the html code. So, I tried to use custom css to add this php :
    #about p:after{
    content : “<?php if ( function_exists( ‘easingslider’ ) ) { easingslider( 198 ); } ?>”;
    }
    But this command just displayed the text between the”” . If I remove the “”, nothing happen..

    What else can I do ?

    Thank you

    Plugin Author wpshopmart

    (@wpshopmart)

    Hello Sir,

    I have told you that every coming soon plugin is does not capable to display others plugins contact.

    You can only able to display your text and html code , but if you want to add sliders or gallery using other plugin then it is not possible.

    Sorry sir but right now When you include others plugin content inside coming soon then you have to allow other plugins and the theme hooks to run and this has a high potential for bugs.

    Thanks

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Insert slider’ is closed to new replies.