Guntekin
Forum Replies Created
-
Forum: Themes and Templates
In reply to: Enable Slide show – Permanent Text problemSolved :
Go to Fruitful Functions.php ,
delete 2 else statements about no slider text , starting at lines 575 and 580. Be careful with parantheses.
else {
$slider_ = ‘<div class=”main-slider-container”>’;
$slider_ .= ‘<section class=”slider”><h3 class=”no-slider-text”>’. __(‘Please add images for slider in theme options!’, ‘fruitful’) .'</h3></section>’;
$slider_ .= ‘</div>’;
}
} else {
$slider_ = ‘<div class=”main-slider-container”>’;
$slider_ .= ‘<section class=”slider”><h3 class=”no-slider-text”>’. __(‘Please add images for slider in theme options!’, ‘fruitful’) .'</h3></section>’;
$slider_ .= ‘</div>’;Forum: Themes and Templates
In reply to: Enable Slide show – Permanent Text problemI am using Meta Slider for slide shows. Just I need is to remove this text. I can delete it from the PHP codes if anyone knows where it is.
Forum: Themes and Templates
In reply to: Enable Slide show – Permanent Text problemForum: Themes and Templates
In reply to: Enable Slide show – Permanent Text problemThis disables the slider, yes text dissapears but the slide also. I want to use the slide show without this text.