- Posts: 11
- Thank you received: 0
Hot Cinema Joomla
-
muhammodmasum
Inactive member -
Topic Author
- New Member
-
Less
More
12 years 4 months ago #22225
by muhammodmasum
Hot Cinema Joomla was created by muhammodmasum
I need to change the logo, I have to set a .jpg format logo and I have tried to set the logo on the module manager but there doesn't show up my logo. Also I have tried on the template parameters "Features" >> "Logo Image Setting" but there is no option for image upload. How i can solve this problem ?? Please advise me.
My one more problem is - I don't know How I can customize ( HOT CINEMA REVIEWS ) the upper line of Jessica Biel in The Tall Man... Please inform me ASAP.
My one more problem is - I don't know How I can customize ( HOT CINEMA REVIEWS ) the upper line of Jessica Biel in The Tall Man... Please inform me ASAP.
Please Log in to join the conversation.
-
ivan.milic
Support Staff -
- Moderator
-
Less
More
- Posts: 14116
- Thank you received: 1639
12 years 4 months ago #22233
by ivan.milic
Replied by ivan.milic on topic Hot Cinema Joomla
Logo is set in template parameters, you need to turn on image , then selest image for logo. Image should be in \templates\hot_cinema\images\
HTML for that is like this:
HTML for that is like this:
Code:
<div class="catItemRatingBlock">
<span>Rate this item</span>
<div class="itemRatingForm">
<ul class="itemRatingList">
<li class="itemCurrentRating" id="itemCurrentRating21" style="width:60%;"></li>
<li><a href="#" rel="21" title="1 star out of 5" class="one-star">1</a></li>
<li><a href="#" rel="21" title="2 stars out of 5" class="two-stars">2</a></li>
<li><a href="#" rel="21" title="3 stars out of 5" class="three-stars">3</a></li>
<li><a href="#" rel="21" title="4 stars out of 5" class="four-stars">4</a></li>
<li><a href="#" rel="21" title="5 stars out of 5" class="five-stars">5</a></li>
</ul>
<div id="itemRatingLog21" class="itemRatingLog">(1 Vote)</div>
</div>
</div>
Please Log in to join the conversation.
Time to create page: 0.226 seconds