Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #267602

    Hallo Enfold Team,

    1. Bei Blog.Eintraegen, in denen ich Textauschnitt angebe, erscheinen nie die Shortcodes. Da ich Produkte vorstellen moechte, wuerde ich aber auch schon in den Textausschnitten gerne Buttons wie “Hier geht es zum Deal” einfuegen. Laesst sich das realisieren?

    2. Ist es moeglich beim Eintraege Slider eine Fixe Hoehe festzuschreiben. Irgendwie stoert es, das je nach Laenge der Ueberschriften/Texte sich die Hoehe insgesamt verschiebt.

    Danke.

    Gruesse Thomas

    #267770

    Hi tom77113!

    Thank you for visiting the support forum!

    1.) Are you using the Grid Layout for the blog? Unfortunately, you can’t use shortcodes for the excerpt. You might need to hire a freelance developer to modify the theme for you. Please visit Envato Studio or Werkpress for further customization. There is a workaround if you’re using the grid layout. Please edit config-templatebuilder > avia-shortcodes > postslider.php. Find this code on line 311:

    $prepare_excerpt = !empty($entry->post_excerpt) ? $entry->post_excerpt : avia_backend_truncate($entry->post_content, apply_filters( 'avf_postgrid_excerpt_length' , 60) , apply_filters( 'avf_postgrid_excerpt_delimiter' , " "), "…", true, '');
    

    Replace it with this:

    $prepare_excerpt = !empty($entry->post_excerpt) ? $entry->post_excerpt : do_shortcode(avia_backend_truncate($entry->post_content, apply_filters( 'avf_postgrid_excerpt_length' , 150) , apply_filters( 'avf_postgrid_excerpt_delimiter' , " ") , "…", false, ''));
    

    2.) I’m not sure if understand this one correctly so please provide us with a link to the actual page. I’ll ask Dude to check this thread.

    Regards,
    Ismael

    #267807

    Hi!

    Um die zweite Frage zu beantworten – ja dies sollte mit CSS Code möglich sein. Füge diesen Code in das Quick CSS Feld ein und passe den min-height Wert deinen Bedürfnissen an:

    
    .avia-content-slider .slide-entry {
    min-height: 150px;
    }
    

    Best regards,
    Peter

    #377549

    Thanks,

    1. ok, I hired a freelancer.

    2. That works perfect.

    Thanks

    #377887

    Hey!

    Glad we could help. :)

    Cheers!
    Ismael

Viewing 5 posts - 1 through 5 (of 5 total)
  • The topic ‘Shortcodes in Textausschnitten/Fixe Hoehe bei Eintraege Slider’ is closed to new replies.