Forum Replies Created

Viewing 4 replies - 1 through 4 (of 4 total)
  • He is right, there is no menu to access the settings page. I just installed it and cannot find the button above woocommerce menu as shown in your screenshot. That’s why is a smart thing to add “Settings” link in installed plugins page as well.

    Same problem here, once i add the form code or form title it doesn’t show up!

    thank you!

    Thread Starter ciprian

    (@ciprian)

    I just checked on their website via mobile and on home page their slider is responsive.

    “Camera is a responsive/adaptive slideshow. Try to resize the browser window”

    ciprian

    (@ciprian)

    here, decoded ??

    <?php get_header(); 
    
     include (TEMPLATEPATH . '/gallery.php'); 
    
     get_footer(); ?>
    <div id="footer">
        	<h3>Copyright <?php echo date("Y");   bloginfo('name'); ?> - All Rights Reserved</h3>
            <p>The "Video Flick" theme by: <a href="https://www.wicked-wordpress-themes.com/category/press75/" title="Free wordpress theme" >Free WordPress Theme</a> by <a href="https://www.projectnatalgamer.com">Project Natal Games</a></p>
            <p><a href="<?php bloginfo('rss2_url'); ?>" title="Subscribe">Subscribe (RSS)</a></p>
        </div> <!-- end footer -->
    
    </div> <!-- end wrapper -->
    
    <?php wp_footer(); 
    
     echo get_option('google_analytics'); ?>
    
    <!--[if IE 6]>
    <script type="text/javascript">
    	/*Load jQuery if not already loaded*/ if(typeof jQuery == 'undefined'){ document.write("<script type=\"text/javascript\"   src=\"https://ajax.googleapis.com/ajax/libs/jquery/1.3.2/jquery.min.js\"></"+"script>"); var __noconflict = true; }
    	var IE6UPDATE_OPTIONS = {
    		icons_path: "https://static.ie6update.com/hosted/ie6update/images/"
    	}
    </script>
    <script type="text/javascript" src="https://static.ie6update.com/hosted/ie6update/ie6update.js"></script>
    <![endif]-->
    
    </body>
    </html>
Viewing 4 replies - 1 through 4 (of 4 total)