Viewing 15 posts - 1 through 15 (of 15 total)
  • Author
    Posts
  • #352338

    Hello,
    I would like add my biography with a picture in the Blog sidebar, I didn’t find a specific widjet for it.
    How can I set up it?
    In addition I would like add the titles up to the widjet, like up to the Facebook Likebox widjet I want to put “Follow me in Facebook”. How can I add it, I try it with text widjet but I’m not satisfied.
    Thanks in advance
    Regards

    #352695

    Hi paola86pp!

    You would have to use a text widget for this. You can add HTML such as images, links, text, etc etc.

    And you can grab the facebook like code from here, https://developers.facebook.com/docs/plugins/like-button.

    Cheers!
    Elliott

    #352871

    Hi Elliott,
    Thanks for your message,
    I’m trying to built the biography in the sidebar, but I want to change the colour of the title and more it’s in block letters; then the colour of the words are in light grey (almost invisible), and I didn’t understand how add the picture and the link to an other page.
    Where can I change all the settings of this widjet?
    Thanks again
    Have a nice day

    #353095

    Hi!

    You can enable debugging mode to see shortcodes you have created in pages using Advanced Layout Builder – http://kriesi.at/documentation/enfold/enable-advanced-layout-builder-debug/
    You can switch to Default Editor and click on Magic Wand to see full list of shortcodes http://i.imgur.com/n4KXkdm.jpg
    then you can create any of them and copy/paste shortcode into any other content element or into text widget.

    Can you also post the link to your website and a screenshot showing the changes you would like to make so we can make sure that we are on the same page?

    Best regards,
    Yigit

    #353614

    Hey Yigit,
    thanks for your answer. I took a screenshot: http://www.uploady.com/#!/download/cDz8kI4~NCw/Iylw1oo~yJnKur4e
    I would like change the title, colour of the text, add a photo and a link.
    Should I do what you write me in the previous post?
    Have a lovely day
    Kind regards

    #353620

    Hi Paola

    Sorry but link to your screenshot is not working :/
    I asked for a screenshot to figure if it would be easier for you to use a shortcode or HTML as @elliott suggested. Can you please try posting a screenshot again? You can upload your screenshots on imgur.com or Dropbox public folder.

    Regards,
    Yigit

    #353715

    Hey Yigit,
    Here you find the screenshot in igmur http://imgur.com/S6ogVig
    Thanks, regards

    #354161

    Hey!

    You can use the Text widget. Add the image using html or shortcodes generated from a temporary post / page using the shortcode wand. You can also add inline css styling to change the color of the text and title. Please refer to this link on how to use inline css styling: http://www.w3schools.com/css/css_howto.asp

    Best regards,
    Ismael

    #354224

    Hey Ismael,
    Your suggestions are great :)
    Now I’m adding the titles to the widjets and I’m using inline css, but I have to change the font size and more there is too much space between them, as you can see in the screenshot: http://imgur.com/HHnEga8
    How can I change them?
    Thanks in advance
    Have a lovely day
    Kind regards

    #355803

    Hi!

    We will need to see the actual website in order to debug the issue. How did you add the code?

    Regards,
    Ismael

    #355807

    Hi paola86pp!

    I found a very useful widget for putting the content into sidebar.

    see example: http://fritzimages.com/blog/2014/fritzimages-2014-nov-blog/24599/

    (Sidebar) Content is developed by the user in “Content Blocks”. The plug in lets you create “content blocks” with php, text,images or short code, then you can place them via widgets in any page or post location or keep them as an archive for later use. I think of them as mini-pages. It is very flexible and I’ve been using it for years.

    Plug-in name is Custom Post Widget

    all the best

    #355852

    Hey Ismael,
    This is the link to my site: http://imprenditoredigitale.it/blog/
    To add the titiles to the different parts I’m using the text widjet and I’m using this code: <h1 style=”color:blue;margin-left:7px;”>Non perdere le mie news esclusive per gli iscritti</h1>
    I would like change the size and more there is too much space between the titles and the blocks.
    Thanks for your help
    Kind regards

    Hey EdFritz, thanks also to you for the support.
    Kind regards

    #356161

    Hi!

    You can decrease the text widget padding with this:

    .widget_text {
    padding: 10px 0 0 0;
    }

    To change the font size, add the font-size property:

    <h1 style=”color:blue;margin-left:7px;font-size:15px;”>Non perdere le mie news esclusive per gli iscritti</h1>
    

    Regards,
    Ismael

    #356652

    Hi Ismael,
    Thanks for your help, however the padding is not working.
    I try to put it in the text widjet after and before the title, but in both cases no results.
    Should I put it in a different place?
    Thanks again
    Kind regards

    #357358

    Hi!

    You should add it on Enfold > General Styling > Quick CSS field. Please take some time to review all of the resources in the Theme Documentation. A lot of basic stuff like theme installation, element configuration, options overview, css snippets and whole lot of handy stuff regarding the theme are probably available in there. You can watch video tutorials or get hold of a few hooks and filter functions that may help you modify the theme as you like. You can also search the forum for any related questions or issues.

    If you don’t find what you’re looking for, don’t hesitate to let us know and we will be happy to assist you. For any complicated questions or add-on, please visit our Feature Requests page. Thanks!

    Best regards,
    Ismael

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