Home Forums Themes Support Formota Formota -> Actors -> “actor-excerpt”

Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • #5087

    Hi,
    by the content with the class “actor-excerpt” the text that i insert in the field is cut off from a certain number of characters. I would like to increase or completely deactivate the certain number of characters. How can I do that?
    Thank you in advance.
    Yours sincerely
    Tania Corrado

    #5089

    Hi,
    Thanks for contacting us and choosing our product!
    Please send us your site URL, so we can understand more about the issue.
    Now we fixed excerpt_length is 20.
    About this issue you can do it via child theme follow this topic tutorial:

    How to customize WordPress theme using Child theme


    The file you need to change is:
    wp-content/plugins/haru-formota-core/templates/posttype/actor/actor-style/style_x.php
    Maybe you are using style_4.php
    You can change:
    $excerpt_length = 20;
    to
    $excerpt_length = 1000; // or other value
    https://prnt.sc/resowo
    Hope this help!

    ****
    Regards,
    HaruTheme

    #5098

    Hello,
    thank you for you quick answer.
    Unfortunately i don´t have a chield theme and i don´t want to make a change in the style_x.php because by an update the change is missing.
    Do i have a other possibility?
    Thank you in advance.
    Yours sincereley
    Tania Corrado

    #5101

    Hi,
    In our Formota package already have child theme:
    https://prnt.sc/rf74yc
    You also can edit it direct in that file.
    We’ll update and change it in next version.
    Hope this help!

    ****
    Regards,
    HaruTheme

    #5102

    Hello,
    i have never install a child theme until now.
    If i install it now, must i say to this that this is the main theme?
    i think then all is damaged …
    can´t i make it without child theme?
    Perhaps only in the functions.php?
    Yours sincerely
    Tania Corrado

    #5103

    Hi,
    Sorry but why install child theme all is damaged?
    This is function of WordPress, All customization need to do via child theme.
    If you use functions.php in parent theme it will lost when you update theme too.
    You can edit direct in the file:
    wp-content/plugins/haru-formota-core/templates/posttype/actor/actor-style/style_x.php
    by go to Plugins -> Editor and select Haru Formota Core plugin in Top Right.
    We’ll add new version later so you can change it in admin dashboard.

    ***
    Regards,
    HaruTheme

    #5105

    Hello,

    i never install chield themes. so i don´t know how it works and if i install all what i change in backend bei the main theme perhaps will never work.

    now for this case i have make it directly in the style_4.php and have make me a notice.

    Thank you for your help.

    Yours sincerely

    Tania Corrado

    #5106

    Hi,
    Thanks for your reply!
    We’ll make an update in next version and you can change it in admin dashboard.

    ****
    Regards,
    HaruTheme

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

You must be logged in to reply to this topic.