Your Cart is currently empty!
Product update
Coupon
add
Coupon code invalid! Please re-enter!
AJAX loader
You are here: HomeForum
Welcome, Guest

Articles Options Issue
(1 viewing) (1) Guest
  • Page:
  • 1
  • 2

TOPIC: Articles Options Issue

Articles Options Issue 10 years, 10 months ago #10630

In SJ Carousel, I selected NO for the field "show title" which is located under ARTICLES OPTIONS, but if you go to the frontend, the title is still showing.

I do not want the title of the Articles to show.

URL: nollycentral.com/

Re: Articles Options Issue 10 years, 9 months ago #10671

  • SA Thuy
Dear Buni Bunie,

Because you use SJ Plus, we fix code on template for requirements of design. You can go to your_site\templates\sj_plus\html\mod_sj_carousel and rename 'mod_sj_carousel' folder.

Thanks

Re: Articles Options Issue 10 years, 9 months ago #10674

Rename it to what? I dont understand

Re: Articles Options Issue 10 years, 9 months ago #10687

  • SA Thuy
Dear Buni Bunie,

Our module work fine, in your_site\templates\sj_plus\html\mod_sj_carousel, we modify override layout and always display title. If you don't display title, you have to rename folder 'mod_sj_carousel' and it will choose yoursite/modules/mod_sj_carousel to run.

Thanks

Re: Articles Options Issue 10 years, 9 months ago #10708

I renamed it but that did not work. Let me ask you something. How can I make the Title not linkable? If I can make it not clickable, I think I will be ok with it.

Re: Articles Options Issue 10 years, 9 months ago #10728

  • loitt
  • OFFLINE
  • Platinum Boarder
  • Posts: 2222
  • Karma: 48
Dear Buni Bunie,

I think that you can still use the override of sj carousel module in the sj plus template if you want.

+ remain the name of sj carousel module (mod_sj_carousel) in "templates\sj_plus\html" folder.

+ go to "templates\sj_plus\html\mod_sj_carousel\default.php", finding:


<div class="carousel-caption">
	<h4>
		<a href="<?php echo $item->link ?>" <?php echo SjCarouselHelper::parseTarget($options->item_link_target);?>>
			<?php echo $item->title;?>
		</a>
	</h4>
	<p><?php echo $item->displayIntrotext;?></p>
</div>


=>

<?php if(($options->item_title_display == 1) || ($options->show_introtext == 1)){?>
<div class="carousel-caption">
	<?php if($options->item_title_display == 1){?>
	<h4>
		<a href="<?php echo $item->link ?>" <?php echo SjCarouselHelper::parseTarget($options->item_link_target);?>>
			<?php echo $item->title;?>
		</a>
	</h4>
	<?php }?>
	
	<?php if($options->show_introtext == 1){?>
		<p><?php echo $item->displayIntrotext;?></p>
	<?php }?>	
	
</div>
<?php }?>


Thanks
Ticket System | Join our Clubs to download our extensions and templates
  • Page:
  • 1
  • 2
Time to create page: 0.24 seconds

Notification

Please find your issue via Suggested Posts before submitting your question. We have solved the most of issues and maybe your issue was solved before.

Latest My Topics

No posts to display.

Love all our templates?

Join our membership clubs starting at $49 only for access to all of our templates

Join Now
Home Pricing
Your Cart is currently empty!
Product update
Coupon
add
Coupon code invalid! Please re-enter!
AJAX loader
SearchSupport
Magento Themes Magento Extensions Free Magento Extensions Prestashop Themes Prestashop Modules Magento 2 Themes