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*

HTML in Our Team widget

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #45949
    Caroline
    Participant

    Hi!
    Is there any way to enable the use of HTML for the Our Team widget, more specifically the description section? Either by changing something in the theme files or adding a plugin? Want to add line breaks and link email addresses. Hope contact inputs for this widget is something you’ll consider for future updates.

    #45960

    Hi Caroline,
    We are sorry for this. You can’t add any html on our team widgets. For this it needs code customization. To add that field and support html code its would be completely a new feature to be added in the theme. If you are good at coding then you can make a duplicate of ourteam widgets and customize the code according to your needs.

    First create a child theme. 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. The widgets is displayed from theme folder -> inc -> widgets -> interface_widgets.php on line no 925. You need to make changes within this class.

    Just making same file structure in the child theme like /library/widgets won’t overwrite the parent file. Hope this helps.

    Thank you

    #51578
    Charles Koehler
    Participant

    I agree this would be a good feature to add. Linking contact info and being able to add paragraphs to the description seems like something that should come standard on this team page functionality. Please add to future additions. Now I need to look into a plugin that does this because I can’t do what I need to do with the team page template (and all I need to do is add a return, so the text isn’t all running in one big line.)

    #51595

    Hi Caroline,

    Inspect/Copy the layout of our team template via developer tool from your browser and edit the html code as your wish from the code editor and goto Appearance -> Widgets -> Drag and drop text widgets to our team template then paste your html code in text widget

    If necessary you can add custom css code for your new layout.

    Thank You!

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