Post by ShadoZ » Tue Sep 24, 2013 3:02 am

Simpley, if i add new product, i can add image up beafore where has in product page...
Up here costum Image
Product Code: 43444
Reward Points: 10
Availability:35

Newbie

Posts

Joined
Tue Sep 24, 2013 2:58 am

Post by ralphstirrat » Tue Sep 24, 2013 9:17 pm

Can you explain a bit better please

http://colbrook.co.uk


Active Member

Posts

Joined
Wed Aug 29, 2012 7:53 pm

Post by ShadoZ » Thu Sep 26, 2013 12:03 am

Neverming, i got working that but now has conflict with some other thing, code is here

Code: Select all

<style type="text/css">
</style>
<link href="another_product/style-my-tooltips.css" rel="stylesheet" type="text/css" />	
<p> &nbsp;</p>
<img src="another_product/english.png" width="48" height="48" alt="Flag Type" title="This game is 100% english language!" />
<script src="http://ajax.googleapis.com/ajax/libs/jquery/1.7/jquery.min.js"></script>
<script type="text/javascript" src="another_product/jquery.style-my-tooltips.js"></script>
<script>
jQuery.noConflict();
(function($){
$(document).ready(function(){
$("[title]").style_my_tooltips({ 
tip_follows_cursor:true, //boolean
tip_delay_time:100, //milliseconds
tip_fade_speed:300 //milliseconds
});
$("a[rel='add new element']").click(function(e){
e.preventDefault();
$(this).attr("title","Add another element").parent().after("<p title='New paragraph title'>This is a new paragraph! Hover to see the title.</p>");
});
});
})(jQuery);
</script>

Newbie

Posts

Joined
Tue Sep 24, 2013 2:58 am
Who is online

Users browsing this forum: No registered users and 2 guests