• bebebloom

    (@bebebloom)


    Hi,
    I’m quite a beginner. I just purchased and installed an dedicated ssl certificate and somehow my slideshow that came with the theme stopped working. All the pictures are laid out and it looks messy.

    this is the slideshow code that came with the theme in the front.php

    <section id="slideshow" class="ten columns">
    		<div>
    
    <ul>
    			<?php
    			global $wpdb;
    			$results = $wpdb->get_results("SELECT * FROM $wpdb->postmeta WHERE meta_key = '_wp_attachment_metadata' AND meta_value LIKE '%slider%'");
    			foreach($results as $result) :
    				$image = get_post($result->post_id);
    			?>
    
    <li><?php if ($_image->post_content) : ?><a>post_content; ?>"><?php endif; ?><img src="<?php echo $image->guid; ?>" alt="<?php echo $image->post_title; ?>" /><?php if ($_image->post_content) : ?></a><?php endif; ?></li>
    			<?php endforeach; ?>
    			</ul>
    		</div>
    	</section>

    here is my website:
    http://www.bbbloomboutique.com

    How do I change it so the slideshow works again without deactivating the SSL?

    Thanks,
    Annie

  • The topic ‘Theme not compatible with dedicated ssl’ is closed to new replies.