buiserik
Forum Replies Created
-
Forum: Themes and Templates
In reply to: Calling medium sized thumbnailGreat! Thanks a lot, that fixed it. I will dive in to the more about background-size later. Thanks for your help and the info.
Forum: Themes and Templates
In reply to: Calling medium sized thumbnailSure, the theme is FashionLife by JoomlaXTC (I used this template before with my Joomla site and recently switched to WordPress). URL of the website is https://www.beatsandbeyond.com
Thanks a lot for your help!
To add to that: the widget is called XTC Newspro
Forum: Themes and Templates
In reply to: Calling medium sized thumbnailHello Jesin,
Sadly that doesn’t work. Maybe it’s because of other factors the widgets uses. Please find the full code below.
<div class="item"><a href="{url}"> <div class="exp" style="width:326px;height:120px;background:url({featuredimagesrc}); background-repeat: no-repeat; background-position: 50% 30%;"></div></a> <div class="newshover animated pulse" style="overflow:visible;z-index:999;"> <div class="newspromore"> <div class="newsitemcattitle">{category}</div> <div class="newsitemstats"> <a class="comment_btn" href="{url}">0</a> <a class="newsitemspecs" href="https://twitter.com/home/?status=Reading+{title}+{url}" target="_blank"> <img src="https://beatsandbeyond.com/wp-content/themes/fashionlife/jumpstart/sample/twitter_con.png" alt="Tweet"></a></div> <div style="clear:both;"></div> <h3 class="newsitemtitlemed"><a class="newsitemtitlemed" href="{url}">{title}</a></h3> <p class="newsitemintro"> {contenttext}</p><p> </p></div></div></div>
When I remove the
<div class="exp" style="width:326px;height:120px;background:url({featuredimagesrc}); background-repeat: no-repeat; background-position: 50% 30%;"></div>
and replace it with the php function no image shows up…
Any other ideas?
Forum: Themes and Templates
In reply to: Calling medium sized thumbnailThanks, do I post the php where ‘featuredimgsrc’ is or do I completely remove the div?
Hi,
That fixed the problem indeed. Thanks a lot!
Thanks for your quick response. I’ll try this tomorrow and get let you know wether this fixes it.
I think it occured after the last update. Not really sure since it was all working until I wanted to change them. Then everything went bad.
The original sidebar is working properly (the once included in the WP-Clear theme), I just can’t select it in the settings of Content Aware Sidebar.
Oh, I have not switched themes by the way. It used to work with WP-clear.
Any tips on a solution?