• Hi, i’m a beginner and i use happenstance theme, this theme has stripped back-ground image by default, so when i upload a clean color as background-image of the site, the image becomes stripped, how can i display the default stripes to have clean colors in the bacground ? i search for a long time on google but i could’t found any solution, sorry for my english and thank you for help..

Viewing 11 replies - 1 through 11 (of 11 total)
  • Moderator Steven Stern (sterndata)

    (@sterndata)

    Volunteer Forum Moderator

    Please provide a link to a page on your site where we can see this. Thanks.

    Can you provide a link so we can see your website? Also, if you are using Happenstance by TT Themes, his website says the themes are no longer supported which in the future could be an issue.

    Thread Starter samben7

    (@samben7)

    thank you for reply, i ‘m builduing the website on localhost, i tried too many themes but i found that happenstance support very well LTR and RTL and it’s sipmle and classic theme concept for a small public institution, we can see stripes in the theme by default but i don’t know if there is a way to upload screen capture of the issue, thank you again for your efforts

    Moderator Steven Stern (sterndata)

    (@sterndata)

    Volunteer Forum Moderator

    We need to see a live site and examine the CSS.When you have it publicly available, let us know.

    Thread Starter samben7

    (@samben7)

    i uploaded a screen acpture of the issue on imgbb.com, here’s the link: https://ibb.co/jPfGea

    thanks !

    Thread Starter samben7

    (@samben7)

    `body {
    background: #dedede;
    color: black;
    font-family: Arial, Helvetica, sans-serif;
    line-height: 150%;
    }
    #container {
    margin: 0 auto;
    max-width: 1170px;
    position: relative;
    width: 100%;
    }
    #container-shadow {
    -webkit-box-shadow: 0px 0px 10px #aaaaaa;
    -moz-box-shadow: 0px 0px 10px #aaaaaa;
    box-shadow: 0px 0px 10px #aaaaaa;
    background: white;
    float: left;
    width: 100%;
    }
    #header,
    #main-content,
    #wrapper-footer {
    float: left;
    height: auto;
    position: relative;
    width: 100%;
    }
    #wrapper #main-content {
    padding: 28px 28px 10px;
    width: 1114px;
    }
    #content {
    float: left;
    margin: 0;
    width: 734px;
    }
    .page-template-template-full-width-php #container #content,
    .page-template-template-landing-page-php #container #content,
    .page-template-template-full-width-without-title-php #container #content {
    width: 100%;
    }
    #sidebar {
    float: right;
    margin: 0 0 0 28px;
    width: 352px;
    }
    .scroll-top {
    border: 1px solid #111111;
    color: #111111;
    cursor: pointer;
    display: block;
    font-family: ElegantIcons !important;
    font-size: 21px;
    height: 21px;
    line-height: 21px;
    opacity: 0.5;
    filter: alpha(opacity=50);
    padding: 4px;
    position: fixed;
    bottom: 10px;
    right: 10px;
    text-align: center;
    width: 21px;
    z-index: 2000;
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -o-transition: all 1s ease;
    -ms-transition: all 1s ease;
    transition: all 1s ease;
    }
    #wrapper .scroll-top:hover {
    background: #555555;
    color: white;
    opacity: 1;
    filter: alpha(opacity=100);
    }
    body .pattern {
    background: left top repeat url(images/pattern.png);
    height: 100%;
    opacity: 0.5;
    filter: alpha(opacity=50);
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    z-index: -1;
    }

    may be this CSS of happenstance can give idea about backround image, if not thank you anyway for your efforts

    Moderator Steven Stern (sterndata)

    (@sterndata)

    Volunteer Forum Moderator

    get rid of the body.patternsection.

    Thread Starter samben7

    (@samben7)

    sorry i tried to rid it, but the problem is the same

    Moderator Steven Stern (sterndata)

    (@sterndata)

    Volunteer Forum Moderator

    When you have a public site, come on back.

    Thread Starter samben7

    (@samben7)

    Thank you very much for your time

    Thread Starter samben7

    (@samben7)

    sorry to come back too early, but here is the link of happenstance theme online, we can see stripes (lesser then i have) in the backround image: http://happenstance.tomastoman.com/

    If my new information gives more for someone, if not thanks anyway

    • This reply was modified 6 years, 9 months ago by samben7.
Viewing 11 replies - 1 through 11 (of 11 total)
  • The topic ‘background image is stripped’ is closed to new replies.