Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
QUESTION New user
#1
Hi, im new to a workplace and have been assigned to our website. I am wondering if there is any resource material that has great detail i can look into, what should i research or any good sites that will help. Webdesign is not my area of expertise but i pick this sort of stuff up extremely quickly. Any help pointing me in the right direction would be great.

What im trying to do is add another slider and add text to the footer but to the right on the same line as the current text.
Reply
#2
(2016-04-14, 00:00:44)レイsurge Wrote: Hi, im new to a workplace and have been assigned to our website. I am wondering if there is any resource material that has great detail i can look into, what should i research or any good sites that will help. Webdesign is not my area of expertise but i pick this sort of stuff up extremely quickly. Any help pointing me in the right direction would be great.

What im trying to do is add another slider and add text to the footer but to the right on the same line as the current text.

For a slider I use http://jquery.malsup.com/cycle2/tcycle/

You can see how I use it on my site at http://zoomaviation.com/pinguino

PHP Code:
// header.inc.php

<head>
...
...
  <script src="<?php get_theme_url(); ?>/js/jquery.min.js"></script>
  <script src="<?php get_theme_url(); ?>/js/jquery.tcycle.js"></script>
  <?php get_header(); ?>
</head> 


<div class=tcycle data-timeout=15000 data-speed=4000 >
    <img src="<?php get_theme_url(); ?>/images/pg_01.jpg" width="1000" height=250>
    <img src="<?php get_theme_url(); ?>/images/pg_02.jpg" width="1000" height=250>
...
... etc

</div>  <!--  end tcycle --> 
Thanks,
jwzumwalt
(\__/)
(='.'=)
(")_(")
Reply




Users browsing this thread: 1 Guest(s)