Tagged: 

Viewing 16 posts - 1 through 16 (of 16 total)
  • Author
    Posts
  • #106514
    javadth
    Participant

    hi i want to put a table in aboe the content

    i am putting code in header in this where

    but content disappear

    
    	<div id="main" class="clearfix">
    
    		<?php
            /**
    		 * catchbox_before_primary hook
    		 *
    		 */
            do_action( 'catchbox_before_primary' ); ?>
    
    		<div id="primary" class="content-area">
    <?php lasttopics(); ?>
    			<?php
                /**
                 * catchbox_before_content hook
                 *
                 */
                do_action( 'catchbox_before_content' ); ?>
    
    			<div id="content" role="main">

    https://wordpress.org/plugins/mybb-last-topics/

    my site : http://engclubs.net

    #106541
    Mahesh
    Keymaster

    @javadth: Can you please post in the page as in the above image.

    Regards,
    Mahesh

    #106562
    javadth
    Participant

    @mahesh

    didnt get !!

    i think problem is about overflow style tag

    this is my forum last topic block and i want to show above contents in INDEX page

    #106565
    Mahesh
    Keymaster

    @javadth: Can you post the url of the page with the issue. Hope I made myslef clear here.

    Regards,
    Mahesh

    #106566
    javadth
    Participant

    i sent

    http://engclubs.net/

    you can check it

    #106569
    Mahesh
    Keymaster

    @javadth: I did check it and the site seems to be working fine. The content is displaying normally.

    Regards,
    Mahesh

    #106570
    javadth
    Participant

    😐

    did u read my question ?
    if i put that code on that where i told in 1st post

    content will not show

    #106571
    Mahesh
    Keymaster

    @javadth: Does this work with other themes? Seems like a design issue with the plugin.

    Regards,
    Mahesh

    #106573
    javadth
    Participant

    yes

    for example songwriter theme

    now i removed that code because couldnt let my site down till u answer

    but this theme style have big problem with this code

    may i change my theme to songwriter or other one

    #106575
    Mahesh
    Keymaster

    @javadth: Its a design issue then, and has to be fixed manually. May be some plugins are not totally supported by the theme, like some design issue like above one. It can be managed with Custom CSS to some extent. But needs to be checked. The this doesn’t fall under theme support scope.

    Regards,
    Mahesh

    #106576
    javadth
    Participant

    finally u got this is css style problem thanks

    so what can solve it

    i put again code on that place

    check my website

    http://engclubs.net/

    #106580
    Mahesh
    Keymaster

    @javadth: Go to Dashboard=> Appearance=> Customize=> Additional CSS box and add the following CSS:

    .ForumLastTopic {
        width: auto !important;
    }

    Hope this helps.

    Regards,
    Mahesh

    #106581
    javadth
    Participant

    not worked

    problem is related to

    
    <div id="main" class="clearfix">
    
    <div id="primary" class="content-area">
    #106584
    Mahesh
    Keymaster

    @javadth: Add the following CSS:

    #content {
        overflow: unset !important;
        margin-top: 120px;
    }

    Regards,
    Mahesh

    #106585
    javadth
    Participant

    thanks

    solved

    #106612
    Mahesh
    Keymaster

    @javadth: Thank you for your appreciation. If you like my support and Catch Box theme then please support by providing your valuable review and rating at https://wordpress.org/support/view/theme-reviews/catch-box?rate=5#postform
    Have a nice day!

    Regards,
    Mahesh

Viewing 16 posts - 1 through 16 (of 16 total)
  • The topic ‘problem in putting a table in above Catch Box content’ is closed to new replies.