• hello everybuddy,

    I’ve got the following problem…I messed around with the image parameters of the style.css rand seem to have messed something up. Because now the featured images have disappeared entirely from the blog articles preview page and in the actual blog posts, they have moved from the right side of the introductory text to above the text.

    Blog page:
    https://www.datenschutz-online.com/datenschutzblog29

    Style.css Info:

    */
    #home-readmore a{
    text-decoration: none;
    display: inline-block;
    background:#801229;
    border-radius: 10px;
    color: #ffffff;
    padding: 10px 20px;

    fpc-widget-front .thumb-wrapper img {
    width: 270px;

    }
    .hs-featured-image-wrapper{
    width: 100%;
    float: right;
    height: 0;
    }
    .hs-featured-image-wrapper img {
    max-width: 100%;
    border: 0px none;
    vertical-align: bottom;
    height: 0;
    }
    .post-half-content {
    width: 50%;
    float: left;
    }
    article.postArticle:after{
    clear: both;
    display: block;
    content: “”;
    }
    article.postArticle{
    margin-bottom: 30px;
    }
    .page-featured-image-wrapper img{
    max-height: 0;

    }

    .footerMenu{
    list-style: none;
    text-align: right;
    margin: 0;
    padding: 0;

    }
    .footerMenu:after{
    display: block;
    content: “”;
    clear: both;
    }
    .footerMenu li{
    position: relative;
    display: inline-block;

    }
    .footerMenu li:after{
    content: “|”;
    display: inline-block;
    position: absolute;
    bottom: 0;
    right: 0;

    }
    .footerMenu li:last-child:after{
    content: “”;
    display: inline-block;
    position: absolute;
    bottom: 0;
    right: 0;

    }
    .footerMenu li a{
    padding:0 10px ;
    display: block;
    }

    Who would be so nice and help me out?

    kind regards and many thanks in advance!

Viewing 5 replies - 1 through 5 (of 5 total)
  • Matt Knowles

    (@aestheticdesign)

    Seems ok. Did you fix it?

    Thread Starter DrMorbius

    (@drmorbius)

    Yes, thanks, I did. But one thing I can’t make sense of: the footer link menu is displayed as a bullet point list but used to look like the one in the header.
    The tags in the style sheet look correctly…any idea what could have caused this to happen? Any other page that specifies those parameters besides the style.css?

    Matt Knowles

    (@aestheticdesign)

    Can’t get to your site at all now.

    Thread Starter DrMorbius

    (@drmorbius)

    Yes, sorry, the site has moved to it’s original URL https://www.projekt29.de and we switched to https as well.
    I was able to fix the no-showing of the images, but the footer menu is still screwed up…

    Thread Starter DrMorbius

    (@drmorbius)

    The problem seems to be with

    */
    #home-readmore a{
    text-decoration: none;
    display: inline-block;
    background:#801229;
    border-radius: 10px;
    color: #ffffff;
    padding: 10px 20px;

    someone told me there’s the } missing after that. Funny thing is: when I add it, the footer menu shows properly again, but all images from the blog articles disappear. Delete the } and all images reappear but the footer menu is screwed up. Any ideas anyone? I’m buffled.

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘"featured images" disappeared from the blog page’ is closed to new replies.