-
AuthorPosts
-
September 24, 2018 at 1:34 am #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 contentSeptember 25, 2018 at 9:24 am #1014066Hey 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,
PeterSeptember 25, 2018 at 10:32 am #1014091This reply has been marked as private.September 27, 2018 at 6:09 am #1015121Hi,
LogIn works
You will find the data in private contentSeptember 27, 2018 at 1:16 pm #1015266Hi,
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 -
AuthorPosts
- You must be logged in to reply to this topic.