Hello, my website is http://www.techlume.com and I'm using Angular as the wordpress theme. I know I should create this thread under that BUT it won't let me (odd!). Anyway, as you can see from my homepage the sidebar widget with the posts doesn't show the pictures of the various posts. How can I show the pictures? Thanks in advance for your assistance! :)
How can I display pictures in the combo widget?
5 posts from 2 voices-
Posted 1 year ago #
-
Hey! You need to use the angular slideshow image function to make the theme recognize that there is a preview image. When writing a post scroll down and you will recognize the green button that says "add image to slideshow"
If you only add one image it will simply display that single image without any slideshow functionality. this is necessary for wordpress to know which thumbnail it has to use for the sidebar widget
Posted 1 year ago # -
Hm that doesn't really help to be honest - it adds the image twice. I've already added the image to the article and it shows under the title, which is what I want. However, when I click on the 'add image to slideshow' button, it adds the same picture on top of the title (which is not what I want) and then the image shows on the widget. Is there a way to avoid the image being shown twice?
Posted 1 year ago # -
You could simply hide the slideshow with css if you think you wil never need it. otherwise it would involve heavy coding.
add this to your custom.css stylesheet in folder /css/ or to the quick-css panel located in your wordpress backend at angular->styling:
#top .slideshow_container{display:none;}Posted 1 year ago # -
That works! Thank you VERY much for your help! :)
Posted 1 year ago #
Reply
You must log in to post.














