Navigation
This is archived content. Visit our new forum.
  • Author
    Posts
  • #221536

    Mastres
    Participant

    Hi, the content band with pattern backgrounds and parallax effect don´t work well when i add a fullwidth slider or a slider with parallax effect. It seem that only happens in chrome, in firefoxs looks well, i don’t have test in other browsers
    https://docs.google.com/a/mastres.com/file/d/0Bzw99BGQm4rIeDJhSDlaNm1idjg/edit?usp=drivesdk

    It’s possible to change blog look? i mean size of image and position.

    I use renew stack and blog icons don’t look well i don’t know why. https://docs.google.com/a/mastres.com/file/d/0Bzw99BGQm4rIV05wSzhCdWdzSk0/edit?usp=drivesdk
    Regards

    #221853

    Nabeel A
    Moderator

    Hi there,

    Thanks for writing in! To assist you with this issue, we’ll first need you to provide us with your URL. This is to ensure that we can provide you with a tailored answer to your situation. Once you have provided us with your URL, we will be happy to assist you with everything.

    #222087

    Mastres
    Participant
    This reply has been marked as private.
    #222416

    Rad
    Moderator

    Hi there,

    That’s pattern issue is kind of weird. Would you mind providing your admin login credentials in private so we can take a closer look?

    It looks like it only happens on that page so I like to confirm it first by testing them.

    And about the icons, add this css at your customizer’s custom css. I checked the styling for the icons and positioning by pixel is empty.

    @media (min-width: 980px) {
    .x-full-width-active .entry-title:before, .x-content-sidebar-active .entry-title:before {
    position: absolute;
    margin-top: -10px;
    margin-left: -70px;
    }
    }

    And about changing image height, not possible. Height depends on width, if you force its height then it will be stretched. It’s important not to touch images height to maintain same aspect ratio.

    Thanks!

    #224875

    Mastres
    Participant
    This reply has been marked as private.
    #224881

    Mastres
    Participant

    I’m trying to add a pattern background for blog page, something like your example. But firt, page don´t use the class that i choose. https://docs.google.com/a/mastres.com/file/d/0Bzw99BGQm4rILVpxVFdZLU12OWM/edit?usp=drivesdk

    When i try to edit in live, with wordpress customazer i don’t see the image that i have add https://docs.google.com/a/mastres.com/file/d/0Bzw99BGQm4rILUMzdklWaDNLRUk/edit?usp=drivesdk

    And when you try to exit of the customazer don’t work

    #224958

    Christopher
    Moderator

    Hi there,

    #1 You need to add style to this class otherwise this page is same as other pages.

    Example :

    .noticias p{
    color:red;
    }

    #2 Please add the following CSS under Customize -> Custom -> CSS :

    .site{
    background-color:transparent;
    }

    #3 You could try testing for a plugin conflict. You can do this by deactivating all third party plugins, and seeing if the problem remains. If it’s fixed, you’ll know a plugin caused the problem, and you can narrow down which one by reactivating them one at a time.

    Hope it helps.

    #224966

    Mastres
    Participant

    Ok, i will try. What about index page? are you still looking about the problem?
    I think is a problem with slider, in other pages when i try to make slider with a parallax effect, content band with parallex active breaks

    #225191

    Zeshan
    Member

    Hi Mastres,

    On your homepage, there are thousands of JS conflicts (see: http://prntscr.com/6fhjuh) that seems to be causing these issues. For these issues, I’d also recommend to test of a plugin conflict.

    Thanks.

    #225260

    Mastres
    Participant

    i don’t have that error…
    i have change some content-band effect with CSS but don’t load well images…
    I have deactivated all plugins but still have the problem…

    #225372

    Nabeel A
    Moderator

    Hi again,

    It seems like you’ve not installed the Visual Composer plugin, please install the latest version of it and test your index page again.

    Let us know how this goes!

    #225927

    Mastres
    Participant

    i have installed the plugin but nothing change.

    I deactivated the slider and all works well, so i still think that the problem is the slider, maybe something in his configuration?
    Regards

    #226051

    Zeshan
    Member

    Hi there,

    In that case, could you try creating a different test slider in the place of current one and see if the issue persists. This is an unusual issue. I’m also seeing some elements in your homepage added by 3rd party scripts or plugins that could also interfere with the slider. So, I’d advise that you also try creating a separate test page with a slider and a few content bands with background patterns.

    Thank you.

    #226062

    Mastres
    Participant

    Ok
    The other plugin is essencial Grid from themepunch, like revolution slider
    Regards

    #226231

    Rad
    Moderator

    Hi there,

    The slider parallax and content band’s parallax works well on my end. Chrome 41.0.2272.89

    Though, yes, I saw this issue before but now I can’t replicate it. Could be animation/effect conflict. That’s why we always advice minimal effect if possible, and your site now that slow on my end.

    It’s also not advisable to use parallax to slider that uses big images and a lot slides. That will eat up much of your memory and cpu resource when it animates.

    Thanks!