badget

Biggest Sale! Special Offer!

Get 30% discount on all of our single themes with this coupon code: #30%SALE

Hurry up! *Limited time offer*

Services widget

Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • #12313
    Nikkie
    Participant

    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.

    #12316

    hi 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/interface

    Thank you!

    #12335
    Nikkie
    Participant

    Hi 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/1

    And i know, i need to customize the code, but can you tell me where can i change the high of the text on homepage?

    #12354

    hi 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!

    #12373
    Nikkie
    Participant

    Hi Support Team,

    it works! Thank you very much for the great support and beautiful theme.

    #12380

    That’s great Nikkie,

    Thank you!

    #17758
    claude
    Participant

    For ‘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?

    #17759

    Hi 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!

Viewing 8 posts - 1 through 8 (of 8 total)
  • You must be logged in to reply to this topic.