Stywn.romi
Junior Member
- Jun 19, 2018
- 131
- 6
i bought theme for app but i need some custom such like avoid togle show more
like this screenshoot
https://imgur.com/a/1qxsvSj
also i try to find the code at frontend php, but i dont understand how to remove it
anyone can you help me please??
see the code below
<?php }}
}
function themeson_app_description(){
global $post;
$title = themeson('single_description_title');
$title = str_replace(['%post_title%','%app_name%'],[get_the_title(),playsapp('app_name')],$title);
?>
<div class="single_desc">
<h2 class="single_subtitle"><?php _e($title)?></h2>
<div class="single_descs"><?php the_content();?></div>
<div class="single_desc_sep"></div>
<div class="single_desc_more"><a href="#" id="more">Show More... <i class="fa fa-angle-down"></i></a></div>
<?php if(themeson('ads_single_underdesc_opt')!='')_e('<div class="das">'.themeson('ads_single_underdesc').'</div>');?>
</div>
<?php
like this screenshoot
https://imgur.com/a/1qxsvSj
also i try to find the code at frontend php, but i dont understand how to remove it
anyone can you help me please??
see the code below
<?php }}
}
function themeson_app_description(){
global $post;
$title = themeson('single_description_title');
$title = str_replace(['%post_title%','%app_name%'],[get_the_title(),playsapp('app_name')],$title);
?>
<div class="single_desc">
<h2 class="single_subtitle"><?php _e($title)?></h2>
<div class="single_descs"><?php the_content();?></div>
<div class="single_desc_sep"></div>
<div class="single_desc_more"><a href="#" id="more">Show More... <i class="fa fa-angle-down"></i></a></div>
<?php if(themeson('ads_single_underdesc_opt')!='')_e('<div class="das">'.themeson('ads_single_underdesc').'</div>');?>
</div>
<?php