Forum Replies Created

Viewing 7 replies - 1 through 7 (of 7 total)
  • OKsana thank you very much for the correction!!!

    Oksana, it was actually a conflict like you mentioned and I was able to fix it. an this is what I did to fix it

    After doing some research and also reading jquery tutorials, I made some changes to the function of one of the scripts that’s causing the conflict and the issue was resolved. I created a different alias instead of Jquery to use in the rest of the script. The original function is as shown below

    `$(document).ready(function() {

    $(“.tell”).click(function () {

    $(“DIV#tellform”).show(“slide”, { direction: ‘left’ }, 2000);

    $(“.tell”).hide(“”, {} );

    });

    $(“.closer”).click(function () {

    $(“DIV#tellform”).hide(“slide”, { direction: ‘left’ }, 2000);
    $(“.tell”).show(“fade”, {}, 45000);

    });

    });`
    And this is how it looks after the changes

    `var j = jQuery.noConflict($);

    j(document).ready(function() {

    j(“.tell”).click(function () {

    j(“DIV#tellform”).show(“slide”, { direction: ‘left’ }, 2000);

    j(“.tell”).hide(“”, {} );

    });

    j(“.closer”).click(function () {

    j(“DIV#tellform”).hide(“slide”, { direction: ‘left’ }, 2000);
    j(“.tell”).show(“fade”, {}, 45000);

    });

    });`

    I’m working on a website and after installing the gallery plugin, it pops up when you click on it but without the supposed effect. The link to the gallery in question is Gallery

    It only starts to work properly only when I remove the lines bellow But then some other stuff on the websites stops to work because they need those.

    <script src="https://ajax.googleapis.com/ajax/libs/jquery/1.5/jquery.js"></script>
    
      <script src="https://ajax.googleapis.com/ajax/libs/jqueryui/1.8/jquery-ui.js"></script>
    Thread Starter Chibueze Okechukwu

    (@dzslick)

    How and where do I do that bro. I appreciate your patients and help

    Thread Starter Chibueze Okechukwu

    (@dzslick)

    here is it bro

    <html>
    <head>
    <title>Woodtown Pilesgrove Business Association</title>
    <link rel="stylesheet" href="https://localhost/wordpress/wp-content/themes/woodstownbiz/style.css">
    </head>
    <body>
      <div id="rack">
         <div id="header">
           <div id="top">
             <ul style="margin-bottom: 0">
               <li><a href="contactus.php">Contact us</a></li>
               <li><a href="aboutus.php">About us</a></li>
               <li><a href="wpba-job-posting.php">Job posting</a></li>
               <li><a href="members.php">Members</a></li>
               <li><a href="index.php" class="active">Home</a></li>
             </ul>
           </div>
           <!-- End Top -->
    
    <div id="logo"><a href="index.php"><img alt="Woodstown-Pilesgrove Logo" src="https://localhost/wordpress/wp-content/themes/woodstownbiz/
    images/logo.png"></a>
    
    </div><!-- End Logo -->
    
    <div id="banner"></div><!-- End Banner -->
    
    </div>
    
    <div id="main">
    
    <div id="mainleft">
    
    <div id="intro">
    
    	<div id="meteor-slideshow" class="meteor-slides  navnone">
    
    			<div class="mslide mslide-1">
    
    					<img width="679" height="308" src="https://localhost/wordpress/wp-content/uploads/2012/03/Garyjohnson60.jpg" class="attachment-featured-slide wp-post-image" alt="Garyjohnson60" title="Garyjohnson60" />					
    
    			</div><!-- .mslide -->
    
    			<div class="mslide mslide-2">
    
    			</div><!-- .mslide -->
    
    			<div class="mslide mslide-3">
    
    			</div><!-- .mslide -->
    
    			<div class="mslide mslide-4">
    
    			</div><!-- .mslide -->
    
    	</div><!-- .meteor-slides -->
    
    </div><!-- End Intro -->
    
    <div id="categories">
    
    <div id="cathead">
    
    <ul>
    
    <li>L</li> <li>i</li> <li>n</li> <li>k</li> <li>s</li> 
    
    </ul>
    
    </div><!-- End CartHead -->
    
      <ul>
      <li>Arts & Entertainment</li>
      <li>Banks </li>
        <li>Beauty & Fitness </li>
        <li>Contractors </li>
        <li>Food & Beverage </li>
        </ul>
             <ul>
              <li>Gifts & Shopping </li>
                <li>Health Care  </li>
                <li>Home & Garden  </li>
                <li>Insurance & Finance  </li>
                <li>Other  </li>
            </ul>
                <ul>
        <li>Professional Services  </li>
        <li>Real Estate   </li>
      <li>Travel Agencies   </li>
      </ul>
    
    </div><!-- End Categories -->
    
    <!-- End MidBoxHead -->
    
    <div class="glidecontenttoggler" id="p-select"></div><!-- End MidboxRight -->
    <div class="tabcontent">
    
      <div id="content">
    
        <h1><a href="https://localhost/wordpress/"></a></h1>
    
        <h1 data-ft="{"type":1}">FATHER, I am not worthn</h1>
    <p>FATHER, I am not worthy to ask You ANYTHING, but today I NEED YOU! Hear me…have mercy on me…I beg of you! I have NOTHING TO OFFER YOU, but the love in my heart for you. SAVE ME. ***If you don’t have time to write a quick “AMEN”, please LIKE to show support of GOD</p>
    <h1 data-ft="{"type":1}">FATHER, I am not worthn</h1>
    <p>FATHER, I am not worthy to ask You ANYTHING, but today I NEED YOU! Hear me…have mercy on me…I beg of you! I have NOTHING TO OFFER YOU, but the love in my heart for you. SAVE ME. ***If you don’t have time to write a quick “AMEN”, please LIKE to show support</p>
    
        <p align="center"></p>
    
        </div>
    
    </div><!-- Sc1 -->
    
    <!-- End MidBox -->
    
    </div><!-- End MainLeft-->
    
    <div id="mainright">
    
    <div id="sidebar">
    
    <h3>Other links</h3>
    
    <ul style="margin-bottom: 0;">
    
    <li><a href="#">? Our gallery</a></li>
    
    <li><a href="ourmission.php">? Our mission</a></li>
    
    <li><a href="members.php">? Our members</a></li>
    
    <li><a href="profile003.php">? Featured business</a></li>
    
    <li><a href="joinus.php">? Become a member</a></li>
    
    <li class="lastclick"><a href="arts&entertainment.php">? Business categories</a></li>
    
    </ul>
    
    </div><!-- End SideBar -->
    <div id="ftb">
      <h4>Featured Business</h4>
      <p><strong>Wright Consulting & Training, Inc.</strong></p>
      <p>If your company has any computer service needs, we can  answer the call with prompt efficiency.<br />
    </p>
      <p>We can repair PC’s, install computer networks, troubleshoot  problems, protect you from hackers, design web pages and anything else your  computer systems may need to keep them running smoothly.<br />
      </p>
      <p>Why Wright Consulting & Training, Inc.?  25 years of experience…</p>
      <p style="margin-bottom: 0;"><a href="Wrightwildwood brochure.pdf">? more</a></p>
    </div>
    <!-- End FTP -->
    
    </div>
    </div><!-- End Main -->
    
    	</div><!-- #main -->
    <div id="footer">
      <div id="footerin">
        <div id="footerleft">
          <div id="blinks">
            <h4>Quick links</h4>
            <ul style="margin-bottom: 0;">
              <li><a href="index.php">? Home</a></li>
              <li><a href="ourmembers.php">? Members</a></li>
              <li><a href="aboutus.php">? About us</a></li>
              <li><a href="contactus.php">? Contact us</a></li>
              <li><a href="ourmission.php">? Our mission</a></li>
              <li><a href="members.php">? Our members</a></li>
              <li><a href="wpba_gallery.php">? Our gallery</a></li>
              <li><a href="profile002.php">? Featured business</a></li>
              <li><a href="joinus.php">? Become a member</a></li>
              <li class="lastlink"><a href="arts&entertainment.php">? Business categories</a></li>
            </ul>
          </div>
          <!-- End BLinks -->
          <form action="thankful.php" method="post" enctype="plain/text" id="basecontact" style="margin-bottom: 0">
            <div id="bcontact">
              <h4> Quick E-mail</h4>
              <ul>
                <li><span id="sprytextfield1">
                  <label>
                    <input type="text" name="Name" id="Name" />
                  </label>
                  <span class="textfieldRequiredMsg">We know you have a Name.</span></span></li>
                <li class="bmcontent"><span id="sprytextarea1">
                  <label>
                    <textarea name="message" class="content" id="message"></textarea>
                  </label>
                  <span class="textareaRequiredMsg">Please say something</span></span></li>
                <li><span id="sprytextfield2">
                  <label>
                    <input type="text" name="email" id="email" />
                  </label>
                  <span class="textfieldRequiredMsg">We'll not share your Email</span><span class="textfieldInvalidFormatMsg">We'll not share your Information.</span></span></li>
                <li><span id="sprytextfield3">
                  <label>
                    <input type="text" name="Phone" id="Phone" />
                  </label> <span class="textfieldRequiredMsg">We'll not share your Number.</span><span class="textfieldInvalidFormatMsg">We'll not share your Information.</span></span></li>
                <li><span id="sprytextfield4">
                  <label>
                    <input type="text" name="Member" id="Member" />
                  </label>
                  <span class="textfieldRequiredMsg">We need to know please.</span><span class="textfieldMinCharsMsg">Just say Yes or No.</span><span class="textfieldMaxCharsMsg">That's neither Yes nor No.</span></span></li>
                <li><span id="sprytextfield5">
                  <label>
                    <input type="text" name="Subject" id="Subject" />
                  </label>
                  <span class="textfieldRequiredMsg">Subject is required.</span></span></li>
                <li class="bbttn">
                  <label>
                    <input type="submit" name="bbutton" id="bbutton" value="send your  message" />
                  </label>
                </li>
              </ul>
              <ul style="margin-bottom: 0;">
              </ul>
            </div>
            <!-- End BContact -->
            <div>
              <ul style="margin-bottom: 0">
              </ul>
            </div>
          </form>
    </div>
        <!-- End Footerleft -->
        <div id="fbook">
          <div id="fb-root"></div>
          <script src="https://connect.facebook.net/en_US/all.js#xfbml=1"></script>
          <fb:like-box href="https://www.facebook.com/pages/WPBA-Woodstown-Pilesgrove-Business-Association/261950407203422?" width="270px" height="400" colorscheme="dark"  show_faces="true" border_color="#41586a" stream="false" header="false"></fb:like-box>
        </div>
        <!-- End Fbook -->
        <div>
          <form action="thankful.php" method="post" enctype="plain/text">
            <div></div>
          </form>
        </div>
        <div>
          <form action="thankful.php" method="post" enctype="plain/text">
            <div></div>
          </form>
        </div>
      </div>
      <!-- End Footerin -->
    
    <div id="base">
    <div id="owner"><img alt="Woodstown-Pilesgrove Logo" src="https://localhost/wordpress/wp-content/themes/woodstownbiz/
    images/blogo.gif">
     <h5>? <span class="ow">W</span><span class="op">P</span><span class="ob">B</span><span class="oa">A</span></h5></div><!-- End Owner -->
    <ul>
    <li><img alt="Facebook Link" class="social" src="https://localhost/wordpress/wp-content/themes/woodstownbiz/
    images/facebook.png">
    </li>
    <li><img alt="Twitter Link" class="social" src="https://localhost/wordpress/wp-content/themes/woodstownbiz/
    images/tumblr.png">
    </li>
    <li><img alt="Blogger Link" class="social" src="https://localhost/wordpress/wp-content/themes/woodstownbiz/
    images/blogge.png">
    </li>
    <li class="builder"><img alt="Designed by siteripe" src="https://localhost/wordpress/wp-content/themes/woodstownbiz/
    images/builder.png">
    </li>
    </ul>
    <h2>Site<span class="br">R</span><span class="bi">i</span><span class="bp">p</span><span class="be">e</span> <span class="design">design</span></h2>
    </div>
    <!-- End Base -->
    
    </div><!-- End Footer -->
    </body>
    </html>
    Thread Starter Chibueze Okechukwu

    (@dzslick)

    J here is the source code bro.

    \\<?php
    /* Template Name: Front Page
    */
    ?>
    
    <?php get_header(); ?>
    
    <div id="main">
    
    <div id="mainleft">
    
    <div id="intro">
    <?php if ( function_exists( 'meteor_slideshow' ) ) { meteor_slideshow(); } ?>
    
    </div><!-- End Intro -->
    
    <div id="categories">
    
    <div id="cathead">
    
    <ul>
    <li>L</li>
    <li>i</li>
    <li>n</li>
    <li>k</li>
    <li>s</li>
    </ul>
    </div><!-- End CartHead -->
    
    <ul>
    <li>Arts & Entertainment</li>
    <li>Banks </li>
    <li>Beauty & Fitness </li>
    <li>Contractors </li>
    <li>Food & Beverage </li>
    </ul>
    <ul>
    <li>Gifts & Shopping </li>
    <li>Health Care  </li>
    <li>Home & Garden  </li>
    <li>Insurance & Finance  </li>
    <li>Other  </li>
    </ul>
    <ul>
    <li>Professional Services  </li>
    <li>Real Estate   </li>
    <li>Travel Agencies   </li>
    </ul>
    </div><!-- End Categories -->
    
    <!-- End MidBoxHead -->
    
    <div class="glidecontenttoggler" id="p-select"></div><!-- End MidboxRight -->
    <div class="tabcontent">
    
      <div id="content">
    
        <?php if ( have_posts() ) : while ( have_posts() ) : the_post(); ?>
    
        <h1><a>"></a></h1>
    
        <?php the_content(); ?>
    
        <?php endwhile; else: ?>
    
        <h2>Woops...</h2>
    
        <p>Sorry, no posts we're found.</p>
    
        <?php endif; ?>
    
        <p align="center"><?php posts_nav_link(); ?></p>
    
        </div>
    
    </div><!-- Sc1 -->
    
    <!-- End MidBox -->
    
    </div><!-- End MainLeft-->
    
    <div id="mainright">
    
    <div id="sidebar">
    
    <h3>Other links</h3>
    
    <ul style="margin-bottom: 0;">
    
    <li><a href="#">? Our gallery</a></li>
    <li><a href="ourmission.php">? Our mission</a></li>
    <li><a href="members.php">? Our members</a></li>
    <li><a href="profile003.php">? Featured business</a></li>
    <li><a href="joinus.php">? Become a member</a></li>
    <li class="lastclick"><a href="arts&entertainment.php">? Business categories</a>
    
    </div><!-- End SideBar -->
    <div id="ftb">
      <h4>Featured Business</h4>
      <p><strong>Wright Consulting & Training, Inc.</strong></p>
      <p>If your company has any computer service needs, we can  answer the call with prompt efficiency.
    </p>
      <p>We can repair PC’s, install computer networks, troubleshoot  problems, protect you from hackers, design web pages and anything else your  computer systems may need to keep them running smoothly.
      </p>
      <p>Why Wright Consulting & Training, Inc.?? 25 years of experience…</p>
      <p style="margin-bottom: 0;"><a href="Wrightwildwood brochure.pdf">? more</a></p>
    </div>
    <!-- End FTP -->
    
    </div>
    </div><!-- End Main -->
    
    <?php get_footer(); ?>' \\
    Thread Starter Chibueze Okechukwu

    (@dzslick)

    J I’m still working on it locally. I didn’t post any java for my theme and this is my first theme. How do we solve this, since it’s not live yet?

Viewing 7 replies - 1 through 7 (of 7 total)