| Teky Template highlight |
| Author | Text |
whoopys Just arrived
Posts: 6

Gender:  Online: No |
Date: 21/11/2008 18:19 Teky Template highlight | #post15404 | Hi @ all,
How can I change, that the Highlight shows Html and not Pics? Hope youre understand me. Sorry for this bad English  |
|
 |
| |
mem MemHT's Dad Admin & Developer

Posts: 6901

Gender:  Online: No
Languages: English, Italiano, Македонски, Српски |
Date: 21/11/2008 18:19 Re: Teky Template highlight | #post15405 | Are you talking about gallery? |
|
 |
| |
whoopys Just arrived
Posts: 6

Gender:  Online: No |
Date: 21/11/2008 18:22 Re: Teky Template highlight | #post15406 | the changing Pictures in the Top of the Main Page. This called "Highlight" |
|
 |
| |
whoopys Just arrived
Posts: 6

Gender:  Online: No |
Date: 21/11/2008 18:26 Re: Teky Template highlight | #post15407 | |
|
 |
| |
mem MemHT's Dad Admin & Developer

Posts: 6901

Gender:  Online: No
Languages: English, Italiano, Македонски, Српски |
Date: 21/11/2008 18:55 Re: Teky Template highlight | #post15410 | template/xxx/highlight.html |
|
 |
| |
whoopys Just arrived
Posts: 6

Gender:  Online: No |
Date: 21/11/2008 19:06 Re: Teky Template highlight | #post15412 | But as I get that, that the highlight HTML indicate and no pictures. Can that be done at all? |
|
 |
| |
mem MemHT's Dad Admin & Developer

Posts: 6901

Gender:  Online: No
Languages: English, Italiano, Македонски, Српски |
Date: 21/11/2008 19:59 Re: Teky Template highlight | #post15414 | That's the included highlight file... if you put images you'll see images, if you put html code you'll see html code. I don't understand the problem |
|
 |
| |
whoopys Just arrived
Posts: 6

Gender:  Online: No |
Date: 21/11/2008 20:28 Re: Teky Template highlight | #post15418 | evenly not. I have the code:
| code | <!-- JQUERY i -->
<script type="text/javascript" src="jquery.cycle.js"></script>
<script type="text/javascript">
$(document).ready(function() {
$('.pic').cycle({
fx: 'fade',
speed: 2500,
pause: 1
});
});
</script>
<!-- JQUERY e -->
<div class="pics" style="height:395px; widht:392px; margin-bottom:10px; border:4px solid #EEE;">
<a href="#" title=""><img src="highlight/1.jpg" width="395" height="392" alt="" border="0"></a>
<a href="highlight/XXX.htm" width="395" height="392"></a>
</div> |
Where does the error lie? What wrong do I make? Edited: 21/11/2008 20:28 |
|
 |
| |
sisnox Moderator Developer
Posts: 1638

Gender:  Online: No
Version: 4.0.1 Country: Portugal Languages: Portuguese, Portuguese and little english ^^ |
Date: 21/11/2008 20:39 Re: Teky Template highlight | #post15419 | you only put link.
| code |
<a href="highlight/XXX.htm" width="395" height="392"></a>
|
Where is image?
Code example.:
| code |
<a href="#" title="link title"><img src="highlight/your_image.jpg" width="552" height="200" alt="Highlight" border="0"></a>
|
Change only "link title and your_image" |
|
 |
| |
whoopys Just arrived
Posts: 6

Gender:  Online: No |
Date: 22/11/2008 09:37 Re: Teky Template highlight | #post15450 | It does not function. Somewhere in the Script an error must be.
Is that perhaps the error?
| code | $(document).ready(function() {
$('.pics').cycle({ |
|
|
 |
| |