-
AuthorPosts
-
March 12, 2017 at 9:41 am #759576
Hi Guys,
One more question. Iff you look at the link (private section) you notice that the sidebar images are 68x68px ‘square’ (i have changed the thumbnails size for the whole site to this). But…
These sidebar images are generated by the “Enfold latest portfolio widget” I would like these thumbs to be landscape with the 68px height. and the title, centered beneath the thumb. But only for the latest portfolio widget and not for the latest news widget.
Is there a css for this?
March 12, 2017 at 6:32 pm #759653Hey Jeffrey,
I went to your link, but I only saw the news sidebar widget, and not the portfolio sidebar widget. Can supply a different url?Best regards,
MikeMarch 12, 2017 at 6:41 pm #759657The link supplied in private DOES give you the latest portfolio widget in the right sidebar on that page. 100% sure!
Also re-checked the widgets and it is.
Sure you went to in private mentioned link?
March 14, 2017 at 8:11 am #760505March 15, 2017 at 2:25 pm #761422Hi,
Sorry for the late response. You can change the size using this plugin: https://wordpress.org/plugins/simple-image-sizes/
Then after you have modified the thumbnail size and regenerated the images, try adding this css code in Quick CSS (located in Enfold > General Styling):#portfoliobox-2 .news-thumb { float: none; margin: 0; }
Hope this helps.
Best regards,
NikkoMarch 15, 2017 at 3:31 pm #761451Hi Nikko,
Thanks for reply’in. Does this plugin only handles the portfolio thumbs? Because it may NOT affect the other thumnails.
March 16, 2017 at 12:05 am #761686Hi,
It affects all images using that size in this case it only affects the sidebar portfolio and news widget, since they are both using ‘widget’ image size as well as they are both made using the same system/code.
Cheers!
NikkoMarch 16, 2017 at 7:21 am #761747I’ve tried the de-bug option and make a 1 column portfolio categorie. Copied the code and pasted it into a tekst widget. That also works.
Thanks!
- This reply was modified 7 years, 8 months ago by jeffreytreffers.
March 17, 2017 at 6:28 am #762343Hi,
Thanks for the feedback, so you got everything working then I assume?
Best regards,
RikardMarch 17, 2017 at 8:19 am #762379Hi Rikard,
Not exactly as i want to, but it will do. Iff you check the link in private previous post you will notice that the thumbs are the way i want them to be, but i cant’t get them a little bit bigger and under each-other.
This is my code now;
[av_one_full first min_height='' vertical_alignment='' space='' custom_margin='' margin='0px' padding='0px' border='' border_color='' radius='0px' background_color='' src='' background_position='top left' background_repeat='no-repeat' animation='' mobile_display=''] [av_portfolio categories='23' columns='2' one_column_template='special' items='-1' contents='' preview_mode='auto' image_size='portfolio' linking='' sort='no' paginate='no' query_orderby='date' query_order='DESC'] [/av_one_full]
- This reply was modified 7 years, 8 months ago by jeffreytreffers.
March 18, 2017 at 9:28 am #762847Hey,
Try adding this css code:
#top .sidebar .widget .no_margin.av_one_half { position: static !important; width: 100%; }
Hope this helps :)
Regards,
NikkoMarch 18, 2017 at 9:57 am #762852Hi NIkko! That did it! Thanks. Made the width 75% instead of 100%.!
You can close it now. Thanks againn
March 18, 2017 at 11:52 am #762862Hi,
Glad we could help :)
Best regards,
Nikko -
AuthorPosts
- The topic ‘SIDEBAR portfolio thumbs ->16/9’ is closed to new replies.