Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #1344433
    oga23
    Participant

    Hi there,
    i was setting up my portfolio clients page and saw this warning – see attachement please, as i can’t copy it.
    What does that mean and how can we fix it?

    thanks.

    #1344690
    Thai
    Moderator

    Hi There,

    Could you please try adding some portfolio categories then refresh this page again?

    Thanks.

    #1344887
    oga23
    Participant

    had them but for some reason … well – refreshed the page and it’s all good now! thanks!

    #1344888
    oga23
    Participant

    oh – one more thing, please – what is the best image size for portfolio item?

    #1345070
    Joao
    Moderator

    Hi There,

    There is no such a thing as a best email size, it depends on your layout and on type of product as well.

    If you share your URL we might come up with a suggestion.

    Cheers

    #1345243
    oga23
    Participant

    hi, its beta.mojzastopnik.si/partnerji. thanks!

    #1345606
    Friech
    Moderator

    Hi There,

    An optimize 1366 x 768 should be fine.

    Please provide us login credentials in private reply since the portfolio page error is on the backend.

    Thanks.

    #1346051
    oga23
    Participant
    This reply has been marked as private.
    #1346116
    Lely
    Moderator

    Hi There,

    There’s no more error when I checked.
    Can you clarify the glitch? This is what I am seeing and it is fine:http://screencast-o-matic.com/watch/cbVO61QMLL

    #1346300
    oga23
    Participant

    The testimonials or better letters in the testimonials seem to be moving a little bit left and right and the small icons under that sections too…i am on safari.

    How do you make a color overlay to make a background picture of a section darker like in integrity demo one? i was fighting this for a week now and can’t make it 🙂

    #1346331
    Lely
    Moderator

    Hi There,

    I tried to add red background so it is easy to spot the glitch or the moving. See this:http://screencast-o-matic.com/watch/cbVO2bQLce. Since it is fine my test, but then I am on chrome, can you provide video screencast of the issue?

    Integrity one is not using color overlay. The effect is part of the background image. See the following background image:
    http://theme.co/media/x-home-main-bg-community.jpg
    http://theme.co/media/x-home-5-bg-band-2.jpg

    Though to achieve overlay effect, please add the following CSS on Appearance > Customize > Custom > Edit Global CSS:

    .x-section.bg-overlay {
        position: relative;
    }
    .x-section.bg-overlay:before {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        border: 0;
        background-color: rgba(0,0,0,.75); /*Adjust .75 to your color overlay preferred opacity*/
        width: 100%;
        height: 100%;
        content: ' ';
        display: block;
        z-index: 99;
    }

    Then to apply that overlay, just add the bg-overlay on the class field of a section.

    Hope this helps.

    #1346480
    oga23
    Participant

    that is amazing! thank you!

    #1346543
    Prasant Rai
    Moderator

    You are most welcome. 🙂

  • <script> jQuery(function($){ $("#no-reply-1344433 .bbp-template-notice, .bbp-no-topic .bbp-template-notice").removeClass('bbp-template-notice'); }); </script>