-
Author
-
June 10, 2014 at 17:20 #19635livestrong2406Participant
This is probably a simple fix but i couldn’t find anything in support..
My formatting box/Create new Topic/Reply box, only shows halfway instead of full width.. What did i do to cause this and how can i fix this?
I’ve marked what i mean in my screenshot.
Thanks in advance!
Attachments:
You must be logged in to view attached files.June 17, 2014 at 00:51 #19937AbeKeymasterhi, I see a plugin for signature there. Try disabling some plugins and see how it goes
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution---
@ SeventhQueen we do our best to have super happy customers. Thanks for being our customer.June 17, 2014 at 21:56 #20017livestrong2406ParticipantHmm.. i tried disabling all plugins for bbpress as well as any other non-related theme plugins and it’s still showing the same problem. I’m wondering if my css is messed up anywhere because in the past, i had a plugin that minified certain code and quickly realized that this would mess up quite a bit so i deleted that. Maybe its leftover broken code?
June 23, 2014 at 17:34 #20518AbeKeymasterTry clearing your cache since it should not look like that if you have disabled all plugins
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution---
@ SeventhQueen we do our best to have super happy customers. Thanks for being our customer.July 14, 2014 at 16:18 #22542AbeKeymasterGive me a link to your site to take a look and temp admin. For the attachments to show like on this support site, add this in your kleo-child/functions.php
COPY CODE//Attachments add_action('wp_footer', 'kleo_my_attach_popup', 100); function kleo_my_attach_popup() { ?> <script> /* WordPress Gallery */ jQuery(".bbp-attachments a[href$=jpg], .bbp-attachments a[href$=JPG], .bbp-attachments a[href$=jpeg], .bbp-attachments a[href$=JPEG], .bbp-attachments a[href$=png], .bbp-attachments a[href$=gif], .bbp-attachments a[href$=bmp] :has(img)").magnificPopup({ type: 'image', mainClass: 'mfp-gallery-pop', navigateByImgClick: true, gallery: { enabled: true, navigateByImgClick: true, preload: [0,1] }, image: { verticalFit: false } }); </script> <?php }
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution---
@ SeventhQueen we do our best to have super happy customers. Thanks for being our customer.July 14, 2014 at 16:56 #22552livestrong2406ParticipantThanks for your help. I ended up using inspector and finding the css code and went into my ftp and edited the files manually. Turns out that the reason the boxes were cut off was because the css was completely missing two rules. One was correct at 100% but had to change that to 1228px instead of 100% which fixed the problem and the other one, the button box right above the text box, was missing the width rule so i also set that to 1228px and it fixed my problem.
I suspect that using one of the minify/caching plugins early on in creation was the cause of the problem.
Anyways, thanks for your help and I’ll take a look the lightbox script too. 🙂
You can mark this as solved.
July 14, 2014 at 18:23 #22563AbeKeymasterGreat. Closing topic
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution---
@ SeventhQueen we do our best to have super happy customers. Thanks for being our customer. -
AuthorPosts
The topic ‘Formatting/reply box only showing half way’ is closed to new replies.