Tagged: catch box
- This topic has 15 replies, 2 voices, and was last updated 6 years, 11 months ago by
Mahesh.
-
AuthorPosts
-
January 6, 2017 at 7:17 am #106514
javadth
Participanthi 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
January 6, 2017 at 11:45 am #106541January 6, 2017 at 3:55 pm #106562javadth
Participantdidnt 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
January 6, 2017 at 4:36 pm #106565Mahesh
Keymaster@javadth: Can you post the url of the page with the issue. Hope I made myslef clear here.
Regards,
MaheshJanuary 6, 2017 at 4:37 pm #106566javadth
ParticipantJanuary 6, 2017 at 4:41 pm #106569Mahesh
Keymaster@javadth: I did check it and the site seems to be working fine. The content is displaying normally.
Regards,
MaheshJanuary 6, 2017 at 4:42 pm #106570javadth
Participant😐
did u read my question ?
if i put that code on that where i told in 1st postcontent will not show
January 6, 2017 at 4:45 pm #106571Mahesh
Keymaster@javadth: Does this work with other themes? Seems like a design issue with the plugin.
Regards,
MaheshJanuary 6, 2017 at 4:47 pm #106573javadth
Participantyes
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
January 6, 2017 at 4:50 pm #106575Mahesh
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,
MaheshJanuary 6, 2017 at 4:53 pm #106576javadth
Participantfinally u got this is css style problem thanks
so what can solve it
i put again code on that place
check my website
January 6, 2017 at 5:04 pm #106580Mahesh
Keymaster@javadth: Go to Dashboard=> Appearance=> Customize=> Additional CSS box and add the following CSS:
.ForumLastTopic { width: auto !important; }
Hope this helps.
Regards,
MaheshJanuary 6, 2017 at 5:10 pm #106581javadth
Participantnot worked
problem is related to
<div id="main" class="clearfix"> <div id="primary" class="content-area">
January 6, 2017 at 5:22 pm #106584Mahesh
Keymaster@javadth: Add the following CSS:
#content { overflow: unset !important; margin-top: 120px; }
Regards,
MaheshJanuary 6, 2017 at 5:38 pm #106585javadth
Participantthanks
solved
January 7, 2017 at 8:53 am #106612Mahesh
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 -
AuthorPosts
- The topic ‘problem in putting a table in above Catch Box content’ is closed to new replies.