Forum Replies Created

Viewing 15 replies - 1 through 15 (of 18 total)
  • Forum: Plugins
    In reply to: JCarousel -Please Help
    Thread Starter tinkerdomino

    (@tinkerdomino)

    Fixed! Or rather, fixed by my friend Simon, who removed the code from functions.php.

    Thank you so much for all your help and patience Kawauso… I think I anyway have a better understanding of jScript now!

    for interest, this is my header.php now:

    <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "https://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
    <html xmlns="https://www.w3.org/1999/xhtml">
    <head profile="https://gmpg.org/xfn/11">
    <meta http-equiv="Content-Type" content="<?php bloginfo('html_type'); ?>; charset=<?php bloginfo('charset'); ?>" />
    
    <title><?php wp_title(''); if (function_exists('is_tag') and is_tag()) { ?>Tag Archive for <?php echo $tag; } if (is_archive()) { ?> archive<?php } elseif (is_search()) { ?> Search for <?php echo $s; } if ( !(is_404()) && (is_search()) or (is_single()) or (is_page()) or (function_exists('is_tag') and is_tag()) or (is_archive()) ) { ?> at <?php } ?> <?php bloginfo('name'); ?></title>
    	<meta http-equiv="Content-Type" content="text/html; charset=<?php bloginfo('charset'); ?>" />
    	<meta name="generator" content="WordPress <?php bloginfo('version'); ?>" />
    <link rel="stylesheet" href="<?php bloginfo('stylesheet_url'); ?>" type="text/css" media="screen" />
    
    <link rel="alternate" type="application/rss+xml" title="<?php bloginfo('name'); ?> RSS Feed" href="<?php bloginfo('rss2_url'); ?>" />
    <link rel="pingback" href="<?php bloginfo('pingback_url'); ?>" />
    <link rel="stylesheet" href="./wp-content/themes/Thean/jcarousel/lib/jquery.jcarousel.css" type="text/css" media="screen" />
    <link rel="stylesheet" href="./wp-content/themes/Thean/jcarousel/skins/tango/skin.css" type="text/css" media="screen" />
    <link rel="stylesheet" href="./wp-content/themes/Thean/jcarousel/skins/ie7/skin.css" type="text/css" media="screen" />
    
    <?php wp_enqueue_script("jquery"); ?>
    <?php wp_head(); ?>
    
    <script type="text/javascript" src="./wp-content/themes/Thean/jcarousel/lib/jquery.jcarousel.pack.js"></script>
    <script type="text/javascript">
    
    jQuery(document).ready(function() {
        jQuery('#mycarousel').jcarousel();
    });
    
    </script>
    
    </head>
    <body>
    
    <div id="wrap">
    <div class="menucontainer">
    <div class="menu"><?php displayMenu(1); ?></div><div class="shareblock">
                        <ul>
    <li><a href="https://www.facebook.com/home.php#/yourfcaebook?ref=nf" target="_blank"><img alt="" src="<?php bloginfo('stylesheet_directory'); ?>/images/facebook.gif"></a></li>
                                  <li><a href="yourtwitterpage" target="_blank"><img alt="" src="<?php bloginfo('stylesheet_directory'); ?>/images/twitter.gif"></a></li>
                        </ul>
              </div></div>
    <div id="head">
    	<h1><a href="<?php echo get_option('home'); ?>/"></a></h1>
    		<div class="description"></div>
    <ul id="mycarousel" class="jcarousel-skin-tango">
        <li><img src="https://static.flickr.com/66/199481236_dc98b5abb3_s.jpg" width="75" height="75" alt="" /></li>
        <li><img src="https://static.flickr.com/75/199481072_b4a0d09597_s.jpg" width="75" height="75" alt="" /></li>
        <li><img src="https://static.flickr.com/57/199481087_33ae73a8de_s.jpg" width="75" height="75" alt="" /></li>
        <li><img src="https://static.flickr.com/77/199481108_4359e6b971_s.jpg" width="75" height="75" alt="" /></li>
        <li><img src="https://static.flickr.com/58/199481143_3c148d9dd3_s.jpg" width="75" height="75" alt="" /></li>
        <li><img src="https://static.flickr.com/72/199481203_ad4cdcf109_s.jpg" width="75" height="75" alt="" /></li>
        <li><img src="https://static.flickr.com/58/199481218_264ce20da0_s.jpg" width="75" height="75" alt="" /></li>
        <li><img src="https://static.flickr.com/69/199481255_fdfe885f87_s.jpg" width="75" height="75" alt="" /></li>
        <li><img src="https://static.flickr.com/60/199480111_87d4cb3e38_s.jpg" width="75" height="75" alt="" /></li>
        <li><img src="https://static.flickr.com/70/229228324_08223b70fa_s.jpg" width="75" height="75" alt="" /></li>
      </ul>
    
    </div>

    Thank you everyone for your patience!

    Forum: Plugins
    In reply to: JCarousel -Please Help
    Thread Starter tinkerdomino

    (@tinkerdomino)

    Hello

    I’m back

    I have uploaded to here:
    https://theantoerien.co.za/thean/

    Please see if you can spot the problem?

    Thank you

    Forum: Plugins
    In reply to: JCarousel -Please Help
    Thread Starter tinkerdomino

    (@tinkerdomino)

    Still local. Can I let you know when I am ready to put it up? Thank you so much.

    Forum: Plugins
    In reply to: JCarousel -Please Help
    Thread Starter tinkerdomino

    (@tinkerdomino)

    Hi

    Thank you
    It is still making a buletted list. Could it be the style sheet?

    Hi

    If I do that, I get this error:
    Parse error: parse error in C:\wamp\www\Thean\wp-content\plugins\wp-menu-creator\menu-creator.lib.php on line 184

    Any ideas why?

    Forum: Plugins
    In reply to: JCarousel -Please Help
    Thread Starter tinkerdomino

    (@tinkerdomino)

    Oh… and I get the same error if I try to log in. If I remove the script in functions.php, I can get into the site, but the images appear as an bullet list.

    Forum: Plugins
    In reply to: JCarousel -Please Help
    Thread Starter tinkerdomino

    (@tinkerdomino)

    Hi again

    I tried all, but am now getting a parse error (still local – ftping in this country is a silly joke!)

    The parse error is as follows:
    Parse error: parse error in C:\wamp\www\Thean\wp-content\themes\Thean\functions.php on line 10

    the code for fucntions is as follows:

    <?php
     if ( function_exists('register_sidebars') )
     register_sidebars(2,array(
            'before_widget' => '',
        'after_widget' => '',
     'before_title' => '<h5>',
            'after_title' => '</h5>',
        ));
    wp_enqueue_script( 'jquery' );
    wp_enqueue_script( 'jcarousel', '/wp-content/plugins/jcarousel/lib/jcarousel.js', array('jquery'), 0.2.3 );
    wp_enqueue_style( 'jcarousel', '/wp-content/plugins/jcarousel/lib/jquery.jcarousel.css', null, 0.2.3 );
    wp_enqueue_style( 'jcarousel-ie7', '/wp-content/plugins/jcarousel/skins/ie7/skin.css', array('jcarousel'), 0.2.3 );
    ?>

    And the page header template:

    <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "https://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
    <html xmlns="https://www.w3.org/1999/xhtml">
    <head profile="https://gmpg.org/xfn/11">
    <meta http-equiv="Content-Type" content="<?php bloginfo('html_type'); ?>; charset=<?php bloginfo('charset'); ?>" />
    
    <title><?php wp_title(''); if (function_exists('is_tag') and is_tag()) { ?>Tag Archive for <?php echo $tag; } if (is_archive()) { ?> archive<?php } elseif (is_search()) { ?> Search for <?php echo $s; } if ( !(is_404()) && (is_search()) or (is_single()) or (is_page()) or (function_exists('is_tag') and is_tag()) or (is_archive()) ) { ?> at <?php } ?> <?php bloginfo('name'); ?></title>
    	<meta http-equiv="Content-Type" content="text/html; charset=<?php bloginfo('charset'); ?>" />
    	<meta name="generator" content="WordPress <?php bloginfo('version'); ?>" />
    <link rel="stylesheet" href="<?php bloginfo('stylesheet_url'); ?>" type="text/css" media="screen" />
    <link rel="alternate" type="application/rss+xml" title="<?php bloginfo('name'); ?> RSS Feed" href="<?php bloginfo('rss2_url'); ?>" />
    <link rel="pingback" href="<?php bloginfo('pingback_url'); ?>" />
    <?php wp_head(); ?>
    <script type="text/javascript">
    
    jQuery(document).ready(function() {
        jQuery('#mycarousel').jcarousel();
    });
    
    </script>
    </head>
    <body>
    
    <div id="wrap">
    <div id="head" onclick="location.href='https://randaclay.com/themes';" title="return to main page"; style="cursor: pointer;">
    	<h1><a href="<?php echo get_option('home'); ?>/"><?php bloginfo('name'); ?></a></h1>
    		<div class="description"><h2><?php bloginfo('description'); ?></h2></div>
    
    <ul id="mycarousel" class="jcarousel-skin-tango">
        <li><img src="https://static.flickr.com/66/199481236_dc98b5abb3_s.jpg" width="75" height="75" alt="" /></li>
        <li><img src="https://static.flickr.com/75/199481072_b4a0d09597_s.jpg" width="75" height="75" alt="" /></li>
        <li><img src="https://static.flickr.com/57/199481087_33ae73a8de_s.jpg" width="75" height="75" alt="" /></li>
        <li><img src="https://static.flickr.com/77/199481108_4359e6b971_s.jpg" width="75" height="75" alt="" /></li>
        <li><img src="https://static.flickr.com/58/199481143_3c148d9dd3_s.jpg" width="75" height="75" alt="" /></li>
        <li><img src="https://static.flickr.com/72/199481203_ad4cdcf109_s.jpg" width="75" height="75" alt="" /></li>
    
        <li><img src="https://static.flickr.com/58/199481218_264ce20da0_s.jpg" width="75" height="75" alt="" /></li>
        <li><img src="https://static.flickr.com/69/199481255_fdfe885f87_s.jpg" width="75" height="75" alt="" /></li>
        <li><img src="https://static.flickr.com/60/199480111_87d4cb3e38_s.jpg" width="75" height="75" alt="" /></li>
        <li><img src="https://static.flickr.com/70/229228324_08223b70fa_s.jpg" width="75" height="75" alt="" /></li>
      </ul>
    
    </div>

    This is geeting really sad!

    Thank you for all help so far…

    Forum: Plugins
    In reply to: JCarousel -Please Help
    Thread Starter tinkerdomino

    (@tinkerdomino)

    sorry about backticks… I see now! DUH!

    Forum: Plugins
    In reply to: JCarousel -Please Help
    Thread Starter tinkerdomino

    (@tinkerdomino)

    Thank you so much… super star

    I am ftping site, and will give it a bash tomorrow (its late here…) will let you know.

    Thank you so much again.

    Forum: Plugins
    In reply to: JCarousel -Please Help
    Thread Starter tinkerdomino

    (@tinkerdomino)

    Forum: Plugins
    In reply to: JCarousel -Please Help
    Thread Starter tinkerdomino

    (@tinkerdomino)

    I have no idea what a back tick is… Sorry – we have different names for punctuation here…

    I have tried alsorts, but at the moment I ma trying these instructions:
    https://www.shahin.co.nr/how-to-install-and-style-jcarousel-lite/

    I did follow all the instructions, and they did not work. To test, I an now trying to call jc.php like this: <?php include (TEMPLATEPATH . ‘/jc.php’); ?>
    but it has the same result.

    Forum: Plugins
    In reply to: JCarousel -Please Help
    Thread Starter tinkerdomino

    (@tinkerdomino)

    I have no idea what a back tick is… Sorry – we have different names for punctuation here…

    I have tried alsorts, but at the moment I ma trying these instructions:
    https://www.shahin.co.nr/how-to-install-and-style-jcarousel-lite/

    I did follow all the instructions, and they did not work. To test, I an now trying to call jc.php like this: but it has the same result.

    Forum: Plugins
    In reply to: JCarousel -Please Help
    Thread Starter tinkerdomino

    (@tinkerdomino)

    ‘<script type=”text/javascript” src=”js/jquery.js”></script>
    <script type=”text/javascript” src=”js/jcarousellite.js”></script>
    <script>
    $(document).ready(function() {
    $(“.widget_style”).jCarouselLite({
    btnPrev: “.previous”,
    btnNext: “.next”,
    /*this makes it a true carousel rather than a slideshow*/
    circular: true
    });
    });’

    I hope is have put the code in correctly…

    Forum: Plugins
    In reply to: JCarousel -Please Help
    Thread Starter tinkerdomino

    (@tinkerdomino)

    I am so confused now… whaaaaaaaaa?

    Thanx Morgaine! Will check it out.

Viewing 15 replies - 1 through 15 (of 18 total)