Viewing 11 posts - 1 through 11 (of 11 total)
  • Posted in: Joyn
  • #185806
    imweird
    Member
    Post count: 132

    Hi there.

    I have a couple of problems.

    1) the custom excerpt length. How can i define that?
    right now, the home page is set as blog page. I have masonry style going on. please, check the first post excerpt (it ends with Kochs..) the excerpt results cutted. Now navigate to “Favorit” and check the excerpt of the same post (it ends with begehrt.)

    2) When you are in any post, scroll down, the two arrows for next and previous posts comes in. On rollover, the image is gone.

    Thank you.

     

    #185809
    imweird
    Member
    Post count: 132
    This reply has been marked as private.
    #185960
    Rui Guerreiro – SUPPORT
    Keymaster
    Post count: 25779

    Hi,

    Regarding the excerpt it uses by default what is defined by WordPress.
    We have a specific field in the post meta, to specify the custom excerpt.

    You can also add the code below to change the excerpt size.

    function custom_excerpt_length( $length ) {
    	return 20;
    }
    add_filter( 'excerpt_length', 'custom_excerpt_length', 999 );

    -Rui

    #185990
    imweird
    Member
    Post count: 132

    Hi there!

    Yes, I’m already using the “custom excerpt” field within the post meta in the post.
    i have added this line “Auf dem Düsseldorfer Carlsplatz findet man alles, was das Herz eines Kochs begehrt. ” But it just displays until Kochs..

    I have added the function to my funtions.php page in the child theme but still, nothing changed 🙁

    #186864
    David Martin – Support
    Moderator
    Post count: 20834
    This reply has been marked as private.
    #190045
    imweird
    Member
    Post count: 132

    Of Course. I’m so stupid.
    Thank you David.

    Any ideas for question n2?
    2) When you are in any post, scroll down, the two arrows for next and previous posts comes in. On rollover, the image is gone.

    Thank you guys.

    ps. can you hide the link? otherwise google index it and it pops out on research

    #190047
    David Martin – Support
    Moderator
    Post count: 20834

    Hey,

    No problem.

    q2) Do you mean you want the arrow to remain with the next post title? I have a screenshot to be sure I am following you correctly.

    Attachments:
    You must be logged in to view attached files.
    #190049
    imweird
    Member
    Post count: 132

    Hey! 🙂

    what i mean is that there should be an image (square image) that appears instead of the arrow when you rollover. Here is missing :/

    #190077
    David Martin – Support
    Moderator
    Post count: 20834

    Hey,

    Thanks – I can replicate this and we are looking into this. I will report back with an update.

    Thanks,
    David.

    #190087
    imweird
    Member
    Post count: 132

    Awesome. I’ve noticed that the issue is just with chrome.

    #190098
    David Martin – Support
    Moderator
    Post count: 20834

    Thanks, this is on our radar and we will get back to you with an update.

    Cheers.

Viewing 11 posts - 1 through 11 (of 11 total)

You must be logged in and have valid license to reply to this topic.

License required for one of the following items
Login and Registration Log in · Register