• The original slide-image code for two pictures:

    <a href="#"  class="show">
    <img src="<?php echo get_template_directory_uri(); ?>/images/slides/(1).jpg" alt="D5 Socialia by D5 Creation" rel="<h3>Welcome to D5 Socialia Theme Previewing, Visit D5 Creation for Details</h3>D5 Socialia is a WordPress Theme which is Ideal for Social Organizations, NGOs, CBOs, Environmental Organizations, Societies, Climate Change Related Progrms.You can Chnage these Images and Captions by Editing the <?php echo get_template_directory_uri(); ?>/slide-image.php"/></a>
    
    <a href="#"  class="show">
    <img src="<?php echo get_template_directory_uri(); ?>/images/slides/(1).jpg" alt="D5 Socialia by D5 Creation" rel="<h3>Welcome to D5 Socialia Theme Previewing, Visit D5 Creation for Details</h3>D5 Socialia is a WordPress Theme which is Ideal for Social Organizations, NGOs, CBOs, Environmental Organizations, Societies, Climate Change Related Progrms.You can Chnage these Images and Captions by Editing the <?php echo get_template_directory_uri(); ?>/slide-image.php"/></a>

    I have changes these to my personal settings like:

    <a href="https://www.mysite.com/page2" class="show">
    <img src="<?php echo get_template_directory_uri(); ?>/images/slides/water.png" alt="water" rel="<h3>Water – Walk for water</h3>Walk over water week."/></a>
    
    <a href="https://www.mysite.com/page3"  class="show">
    <img src="<?php echo get_template_directory_uri(); ?>/images/slides/sun.png" alt="water" rel="<h3>sun</h3>The sun week"/></a>

    Like you can see, I have changes the link to our page2, it’s sad the slide-image doesn’t open the URL when you have 2 or more slide pictures with a link.

    Is there a solutions for fix that?
    Thanks.

  • The topic ‘slide-image url’ is closed to new replies.