Problems with the new update - by AANDAGT

This topic has 16 replies, 5 voices, and was last updated 8 years, 4 months ago ago by Eva Kemp

  • Avatar: AANDAGT
    AANDAGT
    Participant
    December 2, 2015 at 13:21

    Hello,

    Since the new update(s) my theme has some issues..

    The banner content is no longer vertically aligned in the banners and the blocks with recent posts are no longer the same height.

    Please, contact administrator
    for this information.
    15 Answers
    Avatar: stan
    Stan Russell
    Participant
    December 2, 2015 at 13:56

    Hello AANDAGT,

    would you kindly show us these problems on screenshot? This will help a lot.

    Regards,
    Stan Russell.

    Avatar: AANDAGT
    AANDAGT
    Participant
    December 2, 2015 at 14:01

    Yes, ofcourse!

    See: http://i.imgur.com/D90qqaU.png for the issue with the height of my “Post Blocks”

    And the banner block, the text should be vertically aligned in the banner. This somehow got screwed up after the update: http://i.imgur.com/vBMnTYS.png

    Thanks!

    Avatar: Eva
    Eva Kemp
    Support staff
    December 2, 2015 at 16:39

    Hello,

    Please update all required plugins too.
    You can download them here:
    https://www.8theme.com/download-plugins/

    Regards,
    Eva Kemp.

    Avatar: AANDAGT
    AANDAGT
    Participant
    December 2, 2015 at 16:47

    All plug-ins are up to date, but the issues both still appear

    Avatar: Robert Hall
    Robert Hall
    Support staff
    December 2, 2015 at 16:55

    Hello,

    Please try to add the following code in Child Theme

    @media (max-width: 767px){
    .banner-inner {
        display: block;
        top: 50%;
        width: 100%;
        position: absolute;
        margin-top: -50px;
    }
    }

    Regards,
    Robert Hall.

    Avatar: AANDAGT
    AANDAGT
    Participant
    December 3, 2015 at 15:55

    Hello,

    That doesn’t fix the problem on larger screens?

    And what about the blocks with the recents posts?

    Thanks in advance.

    Avatar: Robert Hall
    Robert Hall
    Support staff
    December 3, 2015 at 16:40

    Hello,

    Do you have this problem on larger screens?

    Please provide screenshot for our better understanding what exactly you mean.

    Regards,
    Robert Hall.

    Avatar: AANDAGT
    AANDAGT
    Participant
    December 3, 2015 at 16:50

    As posted before:

    See: http://i.imgur.com/D90qqaU.png for the issue with the height of my “Post Blocks”

    And the banner block, the text should be vertically aligned in the banner. This somehow got screwed up after the update: http://i.imgur.com/vBMnTYS.png

    Thanks!

    Avatar: Eva
    Eva Kemp
    Support staff
    December 3, 2015 at 18:12

    Hello,

    I’ve edited the code:

    @media (min-width: 767px){
    .banner-inner {
       display: block !important;
       top: 50% !important;
       width: 100% !important;
       position: absolute !important;
       margin-top: -70px !important;
    }
    }

    and added this code in child style.css for posts blocks:

    .vc_custom_1449052172843 {
       height: 200px;
    }

    Please check your site now.

    Regards,
    Eva Kemp.

    Avatar: AANDAGT
    AANDAGT
    Participant
    December 4, 2015 at 08:44

    Hi,

    That doesn’t fix my blocks. See:
    http://i.imgur.com/2eYQtE2.png

    Also, the height of the blocks is only fixed for the element on my home. Not on other pages.
    There was an option before the update to automatically give the post-blocks the same heights.

    Avatar: Jack Richardson
    Jack Richardson
    Support staff
    December 4, 2015 at 15:02

    Hello,

    I’ve set this code in child style.css file:

    .vc_gitem-zone {
      height: 200px;
    }

    instead of this code:

    .vc_custom_1449052172843 {
       height: 200px;
    }

    and added this code in CSS block of Visual Composer editor in home page:
    http://storage7.static.itmages.com/i/15/1204/h_1449237725_2275337_69e8d4e2a2.png

    Please check pages now.

    Best regards,
    Jack Richardson.

    Avatar: AANDAGT
    AANDAGT
    Participant
    December 4, 2015 at 15:06

    Hello Jack,

    I see what you did, but this isn’t really a solution for the height of the blocks.
    Now on smaller screen and tablets it looks totally off.

    Before the update the height was automatically calculated (I think), so it would fit on any screenport.

    Is there no way to get this back?

    Regards,
    Rafael

    Avatar: Jack Richardson
    Jack Richardson
    Support staff
    December 4, 2015 at 16:48

    Hello,

    Please show screenshots of the issues you see on mobile. Also check if they persist with parent theme.

    Thank you.

    Best regards,
    Jack Richardson.

    Avatar: AANDAGT
    AANDAGT
    Participant
    December 9, 2015 at 11:14
    Avatar: Eva
    Eva Kemp
    Support staff
    December 10, 2015 at 16:10

    Hello,

    I’ve added this code in child style.css:

    @media (max-width: 480px) {
    .banner1 .banner-inner, .banner3 .banner-inner {
        margin-top: 39% !important;
    }
    .banner2 .banner-inner {
        margin-top: 8% !important;
    }}

    Please check site on mobile now.

    Regards,
    Eva Kemp.

  • Viewing 16 results - 1 through 16 (of 16 total)

You must be logged in to reply to this topic.Log in/Sign up

We're using our own and third-party cookies to improve your experience and our website. Keep on browsing to accept our cookie policy.