some question regarding the reviews and upcoming tabs

Rate this topic: Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.1.00 out of 6 based on 1 vote(s)
GK User
Sat Feb 22, 2014 7:31 am
Reply with quote
Report this post
Hi

http://bollywoodbook.in/

at right side tab Reviews and upcoming tabs

1) In reviews- i want the image to be on centre and other details below it.
2)In upcoming - there's is image problem Image is too much zoomed. i have specified it to 200/250 px it becomes too large !!!
User avatar
Expert Boarder

GK User
Sat Feb 22, 2014 10:44 am
Reply with quote
Report this post
Hi,
you still ask us about customization, not typical support...
you have lucky that I like Bollywood movies...

REVIEWS
In module configuration change margin values for image
must be :
Left: 25px
Right: 25px
User avatar
Platinum Boarder

GK User
Sat Feb 22, 2014 10:54 am
Reply with quote
Report this post
UPCOMING
You have two options:
1) Use this
Code: Select all
.nspArt img.nspImage { width: auto !important; }

Or
2) Disable Responsive option in module configuration

Both should help...
User avatar
Platinum Boarder

GK User
Sat Feb 22, 2014 10:58 am
Reply with quote
Report this post
p.s.
I suggest in article view displace "movie box" from bottom to place before Tags and Ratings....
To do this edit: templates/gk_gamenews\html\com_k2\templates\default\item.php

Copy whole from line 279 to 294
Code: Select all
            <?php if($params->get('itemVideo') && !empty($this->item->video)): ?>
            <div class="itemVideoBlock" id="itemVideoAnchor">
                  <h3><?php echo JText::_('K2_MEDIA'); ?></h3>
                  <?php if($this->item->videoType=='embedded'): ?>
                  <div class="itemVideoEmbedded"> <?php echo $this->item->video; ?> </div>
                  <?php else: ?>
                  <span class="itemVideo"><?php echo $this->item->video; ?></span>
                  <?php endif; ?>
                  <?php if($params->get('itemVideoCaption') && !empty($this->item->video_caption)): ?>
                  <span class="itemVideoCaption"><?php echo $this->item->video_caption; ?></span>
                  <?php endif; ?>
                  <?php if($params->get('itemVideoCredits') && !empty($this->item->video_credits)): ?>
                  <span class="itemVideoCredits"><?php echo $this->item->video_credits; ?></span>
                  <?php endif; ?>
            </div>
            <?php endif; ?>


and put in line ~128
User avatar
Platinum Boarder

GK User
Sat Mar 01, 2014 7:25 pm
Reply with quote
Report this post
hi,

1) http://bollywoodbook.in/
here on the right side tab Reviews : the second movie "Anuradha" image touches the line above it , want to keep slight distance between thm so it looks preety good
User avatar
Expert Boarder

GK User
Sat Mar 01, 2014 8:45 pm
Reply with quote
Report this post
maybe remove this line
Code: Select all
.nspArt.nspCol1 {border-top:0px;}


Please next time learn more about Firebug !
User avatar
Platinum Boarder


cron