Custom (non-Core) field loading in wrong possition in Blog template

More
5 years 9 months ago - 5 years 9 months ago #73797 by ajisaju
The top position should be displayed right to the image position  ie,( Image| Top )
 but in result top position is displayed below image you can see it in
www.viatn.com/kanyakumari-dist/kanyakumari
also a scroll bar appears I have used the below code :
Code:
 <?php if ((isset($item->positions['image'])) || (isset($item->positions['top']))) : ?>        <!-- BOF image/top row -->         <aside class="flexi topblock group">  <!-- NOTE: image block is inside top block ... -->                          <?php if (isset($item->positions['image'])) : ?>                 <!-- BOF image block -->                 <?php foreach ($item->positions['image'] as $field) : ?>                 <figure class="flexi image field_<?php echo $field->name; ?> span4">                     <?php echo $field->display; ?>                     <div class="fcclear"></div>                 </figure>                 <?php endforeach; ?>                 <!-- EOF image block -->             <?php endif; ?>                          <?php if (isset($item->positions['top'])) : ?>                 <!-- BOF top block -->                 <?php                     $top_cols = $this->params->get('top_cols', 'two');                     $span_class = ''; //$top_cols == 'one' ? 'span8' : 'span4'; // commented out: bootstrap spanNN is not responsive to width !                 ?>                 <div class="flexi infoblock <?php echo $top_cols; ?>cols span8">                     <ul class="flexi row">                         <?php foreach ($item->positions['top'] as $field) : ?>                         <li class="flexi lvbox <?php echo 'field_' . $field->name . ' ' . $span_class; ?>">                             <div>                                 <?php if ($field->label) : ?>                                 <span class="flexi label field_<?php echo $field->name; ?>"><?php echo $field->label; ?></span>                                 <?php endif; ?>                                 <div class="flexi value field_<?php echo $field->name; ?>"><?php echo $field->display; ?></div>                             </div>                         </li>                         <?php endforeach; ?>                     </ul>                 </div>                 <!-- EOF top block -->             <?php endif; ?>                      </aside>         <!-- EOF image/top row -->     <?php endif; ?>
Last edit: 5 years 9 months ago by ajisaju.

Please Log in or Create an account to join the conversation.

More
5 years 9 months ago - 5 years 9 months ago #73805 by ggppdk
Hello

Enable loading of bootstrap CSS in our component options

1. Click configuration button
2. Inside "Advanced Tab" , set parameter "bootstrap CSS" to 'Frontend'


-- Flexicontent is Free but involves a big effort on our part.
Like the our support? (for a bug-free FC, despite having a long list of functions) Like the features? Like the ongoing development and future commitment to FLEXIcontent?
-- Add your voice to the FLEXIcontent JED listing with a 5-star...
Last edit: 5 years 9 months ago by ggppdk.

Please Log in or Create an account to join the conversation.

More
5 years 9 months ago #73820 by ajisaju
I have changed the settings,
but the position has not changed

Please Log in or Create an account to join the conversation.

More
5 years 9 months ago #73822 by micker
1 disable css conmpression when you work on css that more clear to find value
2 you need to adapt your css this your template because you have a module in right colum (a cwNews cwGallery)

FLEXIcontent is Free but involves a very big effort on our part.
Like the our support? (for a bug-free FC, despite being huge extension) Like the features? Like the ongoing development and future commitment to FLEXIcontent?
-- Add your voice to the FLEXIcontent JED listing reviews. Thanks![/size]

Please Log in or Create an account to join the conversation.

More
5 years 9 months ago #73881 by ajisaju
Code:
Code:

1 disable css conmpression when you work on css that more clear to find value
2 you need to adapt your css this your template because you have a module in right colum (a cwNews cwGallery)

1. its disabled
2. See i have changed everything even tryed changing template but not working

Please Log in or Create an account to join the conversation.

More
5 years 9 months ago #73884 by micker
your site is down

FLEXIcontent is Free but involves a very big effort on our part.
Like the our support? (for a bug-free FC, despite being huge extension) Like the features? Like the ongoing development and future commitment to FLEXIcontent?
-- Add your voice to the FLEXIcontent JED listing reviews. Thanks![/size]

Please Log in or Create an account to join the conversation.

Moderators: vistamediajoomlacornerggppdk
Time to create page: 0.297 seconds
Save
Cookies user preferences
We use cookies to ensure you to get the best experience on our website. If you decline the use of cookies, this website may not function as expected.
Accept all
Decline all
Essential
These cookies are needed to make the website work correctly. You can not disable them.
Display
Accept
Analytics
Tools used to analyze the data to measure the effectiveness of a website and to understand how it works.
Google Analytics
Accept
Decline