This topic has 8 replies, 2 voices, and was last updated 10 years by Abe.

  • Author
  • #19635
     livestrong2406
    Participant

    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.
    #19937
     Abe
    Keymaster

    hi, 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.

    #20017
     livestrong2406
    Participant

    Hmm.. 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?

    #20518
     Abe
    Keymaster

    Try 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.

    #22430
     livestrong2406
    Participant
    This reply has been set as private.
    #22432
     livestrong2406
    Participant
    This reply has been set as private.
    #22542
     Abe
    Keymaster

    Give 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.

    #22552
     livestrong2406
    Participant

    Thanks 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.

    #22563
     Abe
    Keymaster

    Great. 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.

Viewing 9 posts - 1 through 9 (of 9 total)

The topic ‘Formatting/reply box only showing half way’ is closed to new replies.

Log in with your credentials

Forgot your details?