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
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
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
carine-k
Hi
Image already show fully in this module : http://prntscr.com/uqxtq6
Hi,
It's the carousel on artists pages. Please see screen shot
Thanks
Carine
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
Hi Pankaj,
I've also seen on theses kind of pages that button "share on" is still available.
https://sostenutoprod.com/artistes/thibaud-defever/91-musique/audios/thibaud-defever-solo-audios/335-thibaud-defever-solo-peau-neuve
Is it possible to remove it also on these pages ?
Thanks a lot
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
Perfect !
Thanks a lot