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

[Solved] Problem with "Title Limit" module Sj Extra Slider
(1 viewing) (1) Guest
  • Page:
  • 1

TOPIC: [Solved] Problem with "Title Limit" module Sj Extra Slider

[Solved] Problem with "Title Limit" module Sj Extra Slider 9 years, 9 months ago #19652

The topic has been locked.

Re: Problem with "Title Limit" module Sj Extra Slider 9 years, 9 months ago #19668

  • SA Thuy
Website Information (for Admin Only)
Site Url:
Admin Username:
Admin Password:
FTP/SSH Server:
FTP/SSH Username:
FTP/SSH Password:
Dear Tatyana Kulneva,

You check the file: your_site\templates\SJ_TEMPLATE\html\mod_sj_extraslider\default.php (if it doesn't exist, please check: your_site\modules\mod_sj_extraslider\default.php) and find:
<?php if( $options->item_title_display == 1 ){?>
				    		<div class="item-title">
                                <a href="<?php echo $item->link;?>" target = "<?php echo $options->item_link_target;?>">
                                	<?php echo substr($item->title, 0,25);?>
                                </a>    			     
				    		</div>
			    		<?php }?>

=> Edit the code:
<?php echo substr($item->title, 0,25);?>
to
<?php echo $item->title;?>

So, It will become to:
<?php if( $options->item_title_display == 1 ){?>
				    		<div class="item-title">
                                <a href="<?php echo $item->link;?>" target = "<?php echo $options->item_link_target;?>">
                                	<?php echo $item->title;?>
                                </a>    			     
				    		</div>
			    		<?php }?>


Thanks
The topic has been locked.

Re: Problem with "Title Limit" module Sj Extra Slider 9 years, 9 months ago #19669

Thank you very very much!
The topic has been locked.
  • Page:
  • 1
Time to create page: 0.19 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