• 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 15 replies - 1 through 15 (of 20 total)
  • Thread Starter stefel77

    (@stefel77)

    OK I managed to hide the title text with the following custom css:

    .logo {
    visibility: hidden;
    }

    I still need to find a solution to the other problems.

    Theme Author OptimizerWP

    (@layerthemes)

    Hi

    Sorry for the inconvenience.

    1. You can change the Post hover overlay color from Appearance -> Customize -> Basic -> Basic Style -> Site Background Color

    2. Slider content alignment will be fixed in our next release (tomorrow)

    Let me know if you ave any more queries.

    Thanks

    Thread Starter stefel77

    (@stefel77)

    Hi Thanks for the quick response.

    Changing the Site Background Color just filled some parts of the webpage background with that color and did not have any effect on the post hover text, however changing the “Other Elements Text Color” does change it. Unfortunately it’s still much less readable than it was with the old theme, because most images consist of light and dark areas, so light text has visibility issues on light areas of images and dark text has visibility issues on dark parts of images. While the text scrolling in is kind of cool, I don’t think it was a good idea to make that change, the original text over transparent blue background solution was much better and even a very basic “show post title above the image as static text” would be better than the current hovering title.

    Thread Starter stefel77

    (@stefel77)

    By the way I updated my page to use black text instead of white for the hover and you can have a look and see what I mean by bad visibility no matter what color I use.

    Theme Author OptimizerWP

    (@layerthemes)

    Hi,

    Please remove this from your custom css. Its preventing the blue background from being displayed:

    .img_hover{background:none !important;}

    Thread Starter stefel77

    (@stefel77)

    Thanks, that makes it much more readable. That CSS code was suggested in this forum in the past to hide the Preview/Read more icons. I’ll wait for the update to fix the positioning of the content over the static slider then.

    Theme Author OptimizerWP

    (@layerthemes)

    Hi,

    Just checked your site again, The slider content looks centered.

    And you can move the slider content higher with “Content Box Vertical Position” option under Appearance> Customize > Frontpage > Slider

    Thanks

    Thread Starter stefel77

    (@stefel77)

    Hi thanks for having a look. It does not appear centered at all with Chrome here, although I just checked with Firefox and it’s perfectly centered there. Also, in Chrome in the place where the social icons should be, I’m seeing 3 short black lines that link to lune-digital.com/#sidr. I guess that’s to do with the sidebar widget but I don’t have any widgets added for that so I don’t know why that shows up in Chrome but not under FF.

    Thread Starter stefel77

    (@stefel77)

    I just found that even with Firefox when I make the window smaller the social icons disappear and that 3-black-line icon appears in their place.

    Theme Author OptimizerWP

    (@layerthemes)

    I just checked your site again with Chrome and the text looks center. Can you please press ctrl+ f5 couple and see if that fixes it?

    and about the 3 bars. they are the mobile menu. But if you dont want to display it, you can try adding this to your Custom CSS:

    @media screen and (max-width: 1024px){
    	#topmenu{ display: block;}
    	#simple-menu{ display:none;}
    }

    Regards

    Thread Starter stefel77

    (@stefel77)

    Hi, it looks centered on another PC with Chrome. On the one I have here I also see the WP toolbar on the top, and I see the mobile menu (3 black bars) instead of the social icons no matter how large I make the window.

    I also found some strange things when viewing the webpage through a mobile phone (Chrome on an Android phone). The mobile menu does not show on the top-right corner (or anywhere else for that matter), but the social icons are also not shown at all on the mobile browser. Also, when scrolling to the bottom of the page, the hover text for the page links is shown in white without any blue transparent background so again it’s unreadable especially on the second image. This is probably because you can’t hover a mouse pointer over the images on a phone which would cause the transparent blue background to appear. If you could have a look at the page with a mobile phone and make a suggestion on what could be done to fix it, it would be much appreciated.

    Thread Starter stefel77

    (@stefel77)

    Hi, I’m still having major problems with v0.3.1. I updated the static slide content with an image, and now the Mailchimp signup form that was in that content is no longer visible! The code for the signup form still looks intact in the Text tab and tie Visual tab shows it (albeit without styling) as well under ‘Edit Content’ However it’s not visible on the actual page for some reason. I now reverted the change to the static slide content to the way it was before, but the signup form is still not showing! Again my webpage is: https://lune-digital.com
    I’m using the same mailchimp signup form code in some posts on the same page and it works fine there, for example at the bottom of this page: https://lune-digital.com/?p=109

    The strange thing is that the singup form was visible in the static slide content when I upgraded from 0.2.2 to 0.3.1, it only disappeared when I edited the static slide content under 0.3.1.

    Thread Starter stefel77

    (@stefel77)

    When looking at the produced html code of the webpage it reveals that all ‘input’ tags are missing even though they are still there under the Text tab in slider Edit Content. Please help, I can’t leave the webpage like this.

    Theme Author OptimizerWP

    (@layerthemes)

    Hi,

    The input fields and forms can be embedded in version 0.3.2. Update the theme to 0.3.2 and they will show up fine.

    Thanks

    Thread Starter stefel77

    (@stefel77)

    Hi, I updated to 0.3.2 and the signup form is working again, cheers! I’m still having problems getting the static slider content centered though. If I move the content box vertical position to the middle, the content is pushed up so far that the logo is no longer visible. If I lower the vertical position I can get it centered with a certain window size but then it goes off-center on a different window size. It only seems to center it correctly when there are no images in the content box. Any suggestions?

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