Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #14276
    iLinux85
    Member

    hello

    there is a symbol : between the subject post and the body post , how could i remove the symbol : between it ?

    Regards

    #14301
    Sakin
    Keymaster

    @iLinux85: Can you send me your site URL and explain to me in reference to your site.

    #14331
    iLinux85
    Member

    unfortunately the site not English site different language

    for example i made new post in wordpress

    subject : Hello World
    body : this is a a test post

    when i set this post in feature slider in the main site i got below the image feature the text feature

    Hello World : this is a test post

    i want to remove the : between Hello World and this is a test post so it will be

    Hello World this is a test post

    Hope you get it

    Regards

    #14335
    Sakin
    Keymaster

    @iLinux85: Doesn’t matter with the language. I need to check in site url to give you the suggestion.

    #14336
    iLinux85
    Member

    here is example of the site

    http://ur-cars.net/en/

    see the feature text below the image feature

    i want to remove the : after Hello world

    #14349
    Sakin
    Keymaster

    @iLinux85: There is no easy way to side separation. We will add that in our next version update. For now, you have to build child theme and then create functions.php file in your child theme and then copy the function simplecatch_sliders() from simplecatch_functions.php to your child theme functions.php and replace the line
    $simplecatch_sliders .= the_title( '<span>','</span>', false ).': '.$excerpt;
    with
    $simplecatch_sliders .= the_title( '<span>','</span>', false ) . $excerpt;

Viewing 6 posts - 1 through 6 (of 6 total)
  • The topic ‘Question About the Posts in Featured Post Slider’ is closed to new replies.