Hello,
We bought MD Avendor theme, and sometimes, on pages, where products appear, weh have lot of warning messages.
Here is a pic of the warning:
Can you help with this?
I think its connected to the theme, we have theese warning on other MD themes.
Thx for the answer.
Have a good day!
Hi,
Errors appear because one section of Awecontent has no object. Please find and delete empty section. Or you could send us your site url, admin account by private comment, we would like to help you.
Please check site. We fixed already. You also can go to your account page (http://megadrupal.com/user/prompth) to download an updated file of Awecontent.
Thank you for the help, but removing that view is not a solution, but with that i could find the problem.
I had to replace <?php print render($row->field_field_pictures);?> with <img src="<?php print image_style_url("portfolio_slider",$row->field_field_pictures[0]['raw']['uri']); ?>" alt="" /> In the view tpl file. (I used Avendor portfolio view as a reference to make this view)