Hi Joomlart team,

I can't find where I can remove right part of artists pages with "share on" block.
And also remove comments part on bottom of page.
Could you explain this to me ?
I can send you credentials if needed.

Thanks
Carine

    carine-k
    Hi
    To remove the right part please share if you want to remove it completely or only the Share buttons?
    About the comments, you can go to plugin manager and disable : Content - JA Disqus Debate Echo plugin.

    Hi,
    Thanks for comments part.

    Yes I'd like to remove completely right part so article's content will have more space.

    Thanks
    Carine

    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.