Hi Joomlart team,

Could you help me to remove completely this part of articles pages ?

How can I send you credentials for my production website ?

Thanks
Carine

    carine-k
    Hi
    Open file "/html/com_content/article/default-artist.php" in template "ja_muzic".
    Find and remove this code

    		<div class="span3">
                <?php if(isset($metadata->jcontent_amazonsell) && $metadata->jcontent_amazonsell != '') : ?>
    						  <a class="btn btn-source btn-buy" href="<?php echo $metadata->jcontent_amazonsell;?>"><?php echo JText::_('TPL_BUY_ON_AMAZON'); ?></a>
                <?php endif;?>
                
    						<button class="btn btn-source btn-share" data-toggle="modal" href="#myModal"><?php echo JText::_('TPL_SHARE_ON'); ?></button>
    						<div class="modal hide fade" id="myModal">
    					    <div class="modal-header">
    					    <a class="close" data-dismiss="modal">×</a>
    					    <h3><?php echo JText::_('TPL_SHARE_ON'); ?></h3>
    					    </div>
    					    <div class="modal-body">
    								<?php echo $this->item->event->beforeDisplayContent; ?>
    					    </div>
    				    </div>
    						
    						<!-- Inset content -->
                            <?php if(MuzicHelper::loadmodules('inset','T3xhtml')): ?>
    						<div class="inset">
                                <?php echo MuzicHelper::loadmodules('inset','T3xhtml'); ?>
    						</div>
                            <?php endif;?>
    						<!-- //Inset content -->
    						
    					</div>

    Line 384 - 408

    Now find span9
    and replace it with span12

    Regards

    Thanks a lot, that's great !
    Is it possible to center images on carousel ?

    Thanks
    Carine

      Hi,

      It's the carousel on artists pages. Please see screen shot

      Thanks
      Carine

        carine-k
        Hi
        The image you are using is small thats reason its already full width.
        Yo can add a big width image so it will fill more space.

        4 days later

        Hi,
        Yes I know but I don't have images with same sizes. Is it possible to center all images instead of a left alignment ?

        Thanks
        Carine

        carine-k Hi
        Apply the same changes for this
        file "/html/com_content/article/default-track.php" in template "ja_muzic".
        Find and remove
        <div class="span3">
        <?php if(isset($metadata->jcontent_amazonsell) && $metadata->jcontent_amazonsell != '') : ?>
        <a class="btn btn-source btn-buy" href="<?php echo $metadata->jcontent_amazonsell;?>"><?php echo JText::_('TPL_BUY_ON_AMAZON'); ?></a>
        <?php endif;?>
        <button class="btn btn-source btn-share" data-toggle="modal" href="#myModal"><?php echo JText::_('TPL_SHARE_ON'); ?></button>
        <div class="modal hide fade" id="myModal">
        <div class="modal-header">
        <a class="close" data-dismiss="modal">×</a>
        <h3><?php echo JText::_('TPL_SHARE_ON'); ?></h3>
        </div>
        <div class="modal-body">
        <?php echo $this->item->event->beforeDisplayContent; ?>
        </div>
        </div>

        			
        			
        		Now find span9 and change it with span12
        11 days later

        carine-k
        You are welcome!
        Keep backup of changes before updating the template.

        Ninja locked the discussion.
        Write a Reply...
        You need to Login to view replies.