Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #1013437

    Hi,
    I have some problems with the responsive view of my site. Elements are not sorting each other.
    Slideshow buttons under the Titles and Text are not coming up for smaller devices.
    The slideshow titles and text are also not centered for smaler devices.
    Columns in color section area and and rows in grid elements are not displayed on its own for smaler devices.
    The footer Widgets also not displayed below each other for smaler devices.
    I have running a child theme changed the function.php, header.php, footer.php and style.css. and put some code in the quick css
    Everything is fine if I delete the style.css in child theme. But if I activate the style.css without any code the same problems come up.
    I can not find the error,

    Maybe you can help me?
    I put an admin login in the private content

    #1014066

    Hey tbp,

    Can you please check the login credentials – when I try to log in I get the error message: “ERROR: The username or password you entered is incorrect. Lost your password?”

    Best regards,
    Peter

    #1014091
    This reply has been marked as private.
    #1015121

    Hi,

    LogIn works
    You will find the data in private content

    #1015266

    Hi,

    Everything is fine if I delete the style.css in child theme.

    Yes because the child theme is not loaded then (wordpress can’t “find” the theme without the style.css theme information).

    I corrected some css coding errors in style.css, please check if this fixes some issues on your end. If not please make a backup of your child theme.

    Then delete all files except the style.css from the child theme folder and check if this fixes the error. If yes one of your child theme templates triggers the display errors. If not start to delete css code from the style.css (step by step) and check your website for display errors. If they suddenly vanish the code you deleted before caused the errors.

    I’d also recommend to move the code from the quick css field to the style.css file – otherwise it might overwrite or conflict with your style.css code and you don’t notice it. In addition the style.css code editor highlights syntax errors and warnings for you (if the quick css code is not valid).

    Best regards,
    Peter

Viewing 5 posts - 1 through 5 (of 5 total)
  • You must be logged in to reply to this topic.