featured image in blog article???

Support Forums for LiveMesh Themes & Plugins Forums Agile Theme Support featured image in blog article???

Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • #6370
    manuelribis
    Member

    Hi,

    maybe i am to stupid, but WHY is the featured image also in the blog article?
    Please see: http://www.mopedmarathon.at/nur-noch-68-tage-bis-zum-start/

    It should be just a simple picture and some text article. not more…

    Where can i switch off the leave a comment part?

    Thank you for all your help
    *Manuel

    #6387
    Ernesto
    Member

    Hi, you can take out the comments on the blog in your Dashboard in the Settings>Discussion section.

    Let us know if you have any further issues!

    #6536
    manuelribis
    Member

    Thank you! That worked!

    Is there a possibility to get the featured image out of the blog article as seen here: http://www.mopedmarathon.at/die-checkpoints-sind-angekommen-oemm/ – Its the first picture from that guy sitting on the floor which should not be in the article.

    Thx, Manuel

    #6537
    manuelribis
    Member

    I´ve set the width down to 1% in style.css

    Its a workaround. Is there a better solution?
    THX

    /* ———– Single Post Styling ———— */
    .single img.featured {
    margin-bottom: 20px;
    width: 1%;
    -webkit-transform: none !important;
    -moz-transform: none !important;
    -ms-transform: none !important;
    transform: none !important; }
    .single .featured-slider-container {
    margin-bottom: 40px; }
    .single .thumbnail-slider-container {
    margin-bottom: 20px; }

    #6560
    Ernesto
    Member

    Hi! That will turn all of your featured images to 1%. I’m not seeing any photo of a guy sitting on the floor so I’m assuming it worked at first sight. But, why not just eliminating the picture from the page directly?

    #6871
    manuelribis
    Member

    eliminating directly sounds very good! BUT HOW?
    Can you tell me please?

    Thank you *Manuel

    #6876
    Ernesto
    Member

    Hi! Just eliminate the picture from the page section. If you can’t, send us in a private message a temp user, and indicate the name of the page where the problem is taking place, so we can inspect the issue and provide you with the exact code you need?

    Cheers!

    #6885
    Nexus
    Moderator

    Pls put the following code into custom css in theme options

    .single-post .image-area { display: none; }

    Hope that helps.

Viewing 8 posts - 1 through 8 (of 8 total)
  • The forum ‘Agile Theme Support’ is closed to new topics and replies.