• I just updated from 0.2.2 to v0.3.1 and this seems to have broken several things on my webpage. Previously I used a single-pixel transparent logo image to prevent the site title from being displayed in the top-left corner as I did not want to display that for my website. Now both the single-pixel image and the site title text are shown and I can’t seem to get rid of it anymore.

    The post previews at the bottom of my page now have a completely white text over the images which is impossible to read. In the older version the text was shown with a transparent blue background and this was easy to read over any image, but I can’t seem to find an option to make it readable with the new theme.

    Also, the content over the static slider image used to be centered and for some reason this has moved down to the bottom of the page with the new version of the theme.

    I really regret updating to 0.3.1 wish I could go back to 0.2.2 is it possible to go back to the older version? My website is: https://lune-digital.com

Viewing 5 replies - 16 through 20 (of 20 total)
  • Theme Author OptimizerWP

    (@layerthemes)

    Hi,

    Try adding this to your Custom CSS:

    @media screen and (max-width: 1200px){
    .stat_has_img .stat_content_inner { transform: scale(0.8);}
    }

    Regards

    Thread Starter stefel77

    (@stefel77)

    Hi I tried that but it does not solve the problem. You can have a look at the page now wit that code added, and vertical slider position is set to the middle. When the smaller the width of the browser window, the further up the content is pushed until the top part of the content is completely pushed off-screen.

    Thread Starter stefel77

    (@stefel77)

    Hi, I just noticed there’s a new version so I updated to 0.3.3 but the vertical centering is still incorrect.

    Theme Author OptimizerWP

    (@layerthemes)

    @stefel77

    Can you please lower the slider content with “Content Box Vertical Position” option?

    Thread Starter stefel77

    (@stefel77)

    Hi I lowered the content box vertical position from 50% to around 20%, but the content seems to be not centered at all no matter what the vertical position of the box is set to, when I make the window wider, the content is moved too low and when I make the window narrower, the content is moved too high.

    [ No bumping please. ]

Viewing 5 replies - 16 through 20 (of 20 total)
  • The topic ‘Updating to v0.3.1 broke my webpage!’ is closed to new replies.