No pictures for Related Posts

I'm porting old blogs into BeTheme. When you view one blog, it shows Related Posts at the bottom. However, it also shows the picture for each post. But my posts don't have pictures associated with them, leading to Related Posts looking like this:

image

How do I get it to not try to show pictures where there are none? (Or is this "sorry we don't customize files" case?)

Comments

  • Hi,

    at first, we appreciate if you can do not be so rude. If you do not understand what is included into support, we suggest to read support policy on http://themeforest.net/page/item_support_policy and because you bought something on this marketplace, you should follow the rules like any other people.

    If you will send us link to page where you got related posts, we can give you css to remove ALL related posts images because it's not possible to do not display only those that does not exist.

    Thanks!
  • at first, I would appreciate if you would not assume my comment was out of rudeness. I know your policy. It shows up several times as I search this forum for answers, only to find out it is yet another aspect that requires customizing files. Yes, I purchased this product but it is not until after I purchase it that I discover which parts are not customizable, making it difficult to use this theme for my particular application. Enough said.

    Right now I have this website hidden behind an "under construction" page. You will need to login to
    http://new.garystringham.com/wp-login.php. I'll private message you username and password. Once you log in, here is a post showing blank images for related posts:


    And here is where the testimonials page is per my "Testimonials List Placement" message:


    Alternatively, is it possible to explain how you look at a website and come up with the CSS code to override something? I've managed to create some based on your responses to other users but other codes I have not been able to generate correct ones. That way I won't have to bother you for codes.

    Thanks,
  • To remove images from related posts section, please use the following css:
    .section-post-related .format-standard.no-img .image_frame { display: none !important; }
    .section-post-related .post-related .date_label { display: none !important; }
    In reference to your question about customization, all has been explained on http://themes.muffingroup.com/betheme/documentation/#theme-customizations
  • Thanks. That works. And thanks for pointing me to the customization section.
Sign In or Register to comment.