Auto excerpt

Home Forums Shard – WordPress Theme Auto excerpt

This topic contains 22 replies, has 2 voices, and was last updated by  ab-themes 8 years ago.

Viewing 10 posts - 11 through 20 (of 23 total)
  • Author
    Posts
  • #15869

    ab-themes
    Keymaster

    Hi there,

    sorry for keep you waiting,

    for

    “On old Posts we are using often long Titels – what i have to do – to display it right in Breadcrumbs-Bar?”

    please open you breadcrumbs.php file (you can find it here \shard\wp-content\themes\shard\inc\breadcrumbs.php)

    on line 78 you have this:

    echo $before . get_the_title() . $after;

    Replace that code with

    echo $before . substr(get_the_title(), 0, 10) . $after;

    That number 10 is number of signs that will be displayed so put there some other number that you like :)

    Cheers

    #15878

    MichaelK
    Participant

    Hey,

    thanks for this i will check it.

    But there is no solution to set an automatic More-Tag? My Question 1

    And Number 3: The Pagination on Mobile display under Sidebar?

    I have a next Question for Editor.

    In our last Theme the Window that you see on Screenshot display in Visual Modus . On Shard i have to change to Text Modus (We work in Visual) – is there a chance to change this? That this Window appears in Visual Modus?

    Thanks Michael

    #15880

    MichaelK
    Participant

    Long Titel Solution works fine – Thanks :)

    Hope you can help with the last 3 one – i think then everything is ready :)

    #15894

    MichaelK
    Participant

    1)

    To understand better the Problem with more-tag

    In our last theme we have an setting for this.

    On Blog, Category Search and Tag Search – shard display the full post with all pictures – because we dont set more tag in editor on all existing posts.

    But we want see only little Text and featured Pictur on this three Sections.

    —–

    2 and 3) I Have send Screenshots in this Thread here – too see :)

    Cheers

    Michael

    #15964

    ab-themes
    Keymaster

    Hi there,

    1) for issue with more tag – unfortunately, our theme doesn’t support that and this would require customization of our theme. We don’t support customization.

    2) the Pagination on Mobile display under Sidebar – we are not sure where on your site is pagination, so can you send us URL and maybe screenshot of that page? Thanks for that.

    3) for this question

    “In our last Theme the Window that you see on Screenshot display in Visual Modus . On Shard i have to change to Text Modus (We work in Visual) – is there a chance to change this? That this Window appears in Visual Modus?” – This problem is solved in new WordPress so we suggest you to be patient, very soon we will release our new version of Shard theme and new Revolution slider.

    Cheers :)

    #15975

    MichaelK
    Participant

    Hey again,

    thanks for answer

    1) Ok so we will solve it with a Plugin.

    2) Please look here – The Credentials dont change. The Pagination is displayed under the Sidebar (iPhone) on Search Rsults

    http://dev.naschecks.de/?s=test

    Here it is right – before Sidebar

    http://dev.naschecks.de/tag/news/

    http://dev.naschecks.de/category/news/

    3) Ok fine :)

    Thanks Michael

    #15977

    MichaelK
    Participant

    I Have last Question .(

    In Portrait Modus on iPad there is not enough Place for Sidebar – but shard display it

    I have hide it with Media Queries – but the text is not at full display? Please see Screenshot

    #15979

    MichaelK
    Participant

    i have found it :)

    .row .span9 {
    width: 100%;
    }

    yay

    :)

    So only Number 2 .)

    #15982

    MichaelK
    Participant

    Im Really frustrated – Nr.1

    we have more then 3000 Posts without more tag and in Category and Tag Results they show with full text – and no PLugin work .(

    Need a Solution for automatic excerpt for exisiting post .( – You dont support this WordPress Feature?

    #15983

    MichaelK
    Participant

    It was easier i think – for you to know ( without Plugin)

    you must only replace this

    <?php the_content(); ?>

    to this

    <?php the_excerpt(); ?>

    in index.php and all existing posts are cutted to 55 Words :)

    So again and last – only Number 2 :)

Viewing 10 posts - 11 through 20 (of 23 total)

The topic ‘Auto excerpt’ is closed to new replies.