JiveKooly
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Cut off posts! Please help :-(OK I fixed the problem. Somehow the footer went missing! I put the footer code back in and now all is well
Forum: Fixing WordPress
In reply to: Cut off posts! Please help :-(Maybe it has something to do with the images? It cuts right through the images on posts and pages. I dont get why its doing that because it didnt do that before. So far none of the posts in that thread help. The problems theyre having aren’t similar to mine. Theirs have something to do with the excerpt.
Forum: Fixing WordPress
In reply to: Cut off posts! Please help :-(I just checked the site and it seems like its gotten worse since yesterday. Before it was just when i clicked on a post that things seemed to be cut in half! Now its on the main page as welll. Is it possible for it to have a virus thats spreading or something? this is so strange.
Forum: Fixing WordPress
In reply to: Cut off posts! Please help :-(Hi,
Thank you for your response. Im reading through the thread that you linked now. Not sure if they are the same issue that I am having. But I hope I find one that is.
Forum: Plugins
In reply to: [Contact Form 7] [Plugin: Contact Form 7] line breaks in checkboxesNevermind! I found the solution thanks to a member by the name of “koenvd”
Here is the solution if you’re wondering:
Just add the following to your main stylesheet to fix the problem for both checkboxes and radio buttons:span.wpcf7-list-item {
display:block;
}Best thing is it will stay fixed even after you upgrade the contact form 7 plugin.