-
AuthorPosts
-
November 17, 2014 at 12:26 pm #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
RegardsNovember 17, 2014 at 9:39 pm #352695Hi 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!
ElliottNovember 18, 2014 at 10:30 am #352871Hi 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 dayNovember 18, 2014 at 5:29 pm #353095Hi!
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,
YigitNovember 19, 2014 at 1:31 pm #353614Hey 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 regardsNovember 19, 2014 at 1:37 pm #353620Hi 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,
YigitNovember 19, 2014 at 3:20 pm #353715Hey Yigit,
Here you find the screenshot in igmur http://imgur.com/S6ogVig
Thanks, regardsNovember 20, 2014 at 10:05 am #354161Hey!
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,
IsmaelNovember 20, 2014 at 11:57 am #354224Hey 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 regardsNovember 22, 2014 at 7:24 am #355803Hi!
We will need to see the actual website in order to debug the issue. How did you add the code?
Regards,
IsmaelNovember 22, 2014 at 8:00 am #355807Hi 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
November 22, 2014 at 11:42 am #355852Hey 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 regardsHey EdFritz, thanks also to you for the support.
Kind regardsNovember 23, 2014 at 10:04 am #356161Hi!
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,
IsmaelNovember 24, 2014 at 11:21 am #356652Hi 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 regardsNovember 25, 2014 at 6:30 am #357358Hi!
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 -
AuthorPosts
- You must be logged in to reply to this topic.