- This topic has 7 replies, 3 voices, and was last updated 10 years ago by Theme Horse Support Team.
-
AuthorPosts
-
July 21, 2014 at 7:31 am #12313NikkieParticipant
First of all thanks for such great theme. I have a question about business page services widget.
Is it possible to show less tekst on my home page? I wil show only a short piece of tekst in my services widget. “Read more” function from my editor is not workink for this widget. Where can i change this? Maybe can i change max high in php?
I hope you can help me.July 21, 2014 at 10:48 am #12316Theme Horse Support TeamKeymasterhi Nikkie,
We have designed our theme this way so you need code customization for it and
regarding to read more button
==> it must work because its working fine in our demo site too.
https://www.themehorse.com/preview/interfaceThank you!
July 21, 2014 at 5:57 pm #12335NikkieParticipantHi Support team,
thank you for the fast response.
I know, its working fine on your demo, but you have a short text. I have a long text and this don’t look good anymore.
You can see this on my screenshot: http://nl.tinypic.com/m/i734fl/1And i know, i need to customize the code, but can you tell me where can i change the high of the text on homepage?
July 22, 2014 at 4:59 am #12354Theme Horse Support TeamKeymasterhi Nikkie,
go to themefolder -> inc -> functions.php on line no 139 you will see this code.function interface_excerpt_length( $length ) { return 50; // this will return 50 words in the excerpt }
How much words you want to display. If you want to display 100 words then
function interface_excerpt_length( $length ) { return 100; // this will return 100 words in the excerpt }
This will display for all the content. We have designed our theme this way. We recommended not to change the code because if you change the code then while updating to our new version all your customization code will be lost. So better make child theme and first unhook the functions and the edit the code.
http://codex.wordpress.org/Child_Themes
If still not solve your problem then you may hire a developer to fix the issue.
Thank you!July 22, 2014 at 8:32 pm #12373NikkieParticipantHi Support Team,
it works! Thank you very much for the great support and beautiful theme.
July 23, 2014 at 5:50 am #12380Theme Horse Support TeamKeymasterThat’s great Nikkie,
Thank you!
October 21, 2014 at 11:02 am #17758claudeParticipantFor ‘service widget’ I want to change the shape/size of the featured image, same as ‘recent works’ without loss of the image quality . Is it possible?
October 21, 2014 at 11:51 am #17759Theme Horse Support TeamKeymasterHi claude,
First of all create a child theme. And under it create a two files style.css and function.php.In functions.php of the child theme, create your widgets and register them. Just copy the parent widget, change the name of widget like Theme Horse Child: Featured Page Widget, make customisation and create your custom widget. If you do this, the widgets of parent theme and child both will appear. Use your custom widget of child theme instead of the parent theme.Just making same file structure in the child theme like /library/widgets won’t overwrite the parent file.
Hope this helps.If you are still unable to customize the code then you need to hire a developer to fix it.
Thank you!
-
AuthorPosts
- You must be logged in to reply to this topic.