Home › Forums › Themes Support › Formota › Formota -> Actors -> “actor-excerpt”
- This topic has 7 replies, 2 voices, and was last updated 3 years, 8 months ago by
admin.
-
AuthorPosts
-
March 11, 2020 at 1:39 pm #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 CorradoMarch 11, 2020 at 2:29 pm #5089Hi,
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:
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,
HaruThemeMarch 12, 2020 at 6:50 am #5098Hello,
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 CorradoMarch 12, 2020 at 9:56 am #5101Hi,
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,
HaruThemeMarch 12, 2020 at 10:02 am #5102Hello,
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 CorradoMarch 12, 2020 at 10:09 am #5103Hi,
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,
HaruThemeMarch 12, 2020 at 10:48 am #5105Hello,
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
March 12, 2020 at 12:10 pm #5106Hi,
Thanks for your reply!
We’ll make an update in next version and you can change it in admin dashboard.****
Regards,
HaruTheme -
AuthorPosts
You must be logged in to reply to this topic.