• Resolved MariaWeb

    (@mariaweb)


    hi iv’e been trying to find out for awhile now how to put a slider on the frontpage/homepage just like this website.

    I have the slideshows plugin and i can add this piece of shortcode to my posts or pages [slideshow_deploy id=’exemple’] or add this piece of code to where ever i want in my website where i want to place the slideshow: <?php do_action(‘slideshow_deploy’, ‘1212’); ?>

    I have the Colorway theme and I have the colorway theme option. can i add a slider to the frotpage/homepage with css,php or the theme options.

    if anyone could help i would really appreciate if someone could help me ??
    if you don’t really understand what i mean please let me know i’ll try to explain it better ??

Viewing 1 replies (of 1 total)
  • Thread Starter MariaWeb

    (@mariaweb)

    ?! can i edit this to an slider(add more then one image)?

    <div class="slide slide-1" >
    <div class="slide-content entry fl">
    <?php if ( inkthemes_get_option('colorway_slideheading1') !='' ) {?>
    <h2 class="title">"><strong><?php echo inkthemes_get_option('colorway_slideheading1'); ?></strong></h2>
    <?php } else { ?>
    <h2 class="title"><strong>Beauty at its best</strong></h2>
    <?php } ?>
    <?php if ( inkthemes_get_option('colorway_slidedescription1') !='' ) {?>
    <p><?php echo inkthemes_get_option('colorway_slidedescription1'); ?></p>
    <?php } else { ?>
    <p>What happens when beauty and simplicity connects. We tried to give you a slight hint of that with the Colorway Theme.</p>
    <?php } ?>
    </div>
    <!-- /.slide-content -->

    [Please post code & markup between backticks or use the code button. Your posted code may now have been permanently damaged by the forum’s parser.]

    https://www.inkthemes.com/supportforum/topic/how-to-add-slides-manually-in-the-front-pagephp#

Viewing 1 replies (of 1 total)
  • The topic ‘Colorway theme-slider on frontpage/homepage’ is closed to new replies.