Topic: Content not showing up in WordPress
dtommy79 pro asked 7 years ago
Hi,
I'm trying to convert one of the magazine template into a WordPress theme and I encountered a strange problem.
Currently I'm working on index.php, I enqueued all css and js files.
When I visit the index template in a browser I can only see the navigation, a white section (instead of the main content) and the background color of the footer. Can't see the content, although all content is still static.
When I view the page source, all the content code is there so I have no idea why it is not displayed.
Any idea?
Dawid Adach pro answered 7 years ago
Dear Tommy,
without source code, we can't help much. Please share your code here.
FREE CONSULTATION
Hire our experts to build a dedicated project. We'll analyze your business requirements, for free.
Status
Answered
Specification of the issue
- ForumUser: Pro
- Premium support: No
- Technology: Other
- MDB Version: -
- Device: -
- Browser: -
- OS: -
- Provided sample code: No
- Provided link: No
Tags
dtommy79 pro commented 7 years ago
I think it has something to do with: .wow { visibility: hidden; } If I change this to visible, I can see the content. Do I need to use any additional resource for this?