Forum Replies Created
-
In reply to: No Forum subscriptions (update to 2.5)
You must to update at latest version 2.5.1 and resolve this issue!!
In reply to: wrong navigation current_page, need CSS helpclick here 😀 http://dev.itarsenal.com/forums/ it is most simple link 😛
In reply to: Internal Server ErrorYou receive this error in all your site.. You have Linux space? You can try to repair write/read permission on your file and folders using tools in your hosting web space..
In reply to: Internal Server ErrorHave you recently update wordpress or other plugin and after you receive this error?
I think is not bbpress related..In reply to: Internal Server ErrorTry to repair permission on files and folders…
In reply to: Examples well regarded bbpress forumsForum are been customized from their owners, do not exist themes to buy or download.. Sorry…
In reply to: Why is the forum vertical?I think you have solved.. i see now your forum perfect… 🙂
In reply to: Why is the forum vertical?Hi, this is a little bug of 2.5 version.. you can add this patch: https://bbpress.trac.wordpress.org/ticket/2481 or wait for 2.5.1 version..
In reply to: layout changesand css… 🙂
In reply to: Warning: Illegal offset type in isset or empty inNo problem for me Stephen… I like bbpress…
In reply to: Warning: Illegal offset type in isset or empty inHi, this type of error is also here: https://wordpress.org/support/topic/plugin-post-types-order-advanced-version-illegal-offset-type-error
You add a topic in support forum of this plugin…
In reply to: Warning: Illegal offset type in isset or empty inWell.. We wait to have info from you… 🙂
In reply to: Warning: Illegal offset type in isset or empty inWhat you have changed? i cannot see error now 😀
And.. i see all topic and i not logged in Yeaahhh!!
In reply to: Warning: Illegal offset type in isset or empty inTry to disable it..
I think you have a plugin registering a post type incorrectly, and then core complains.
Content-single-topic.php is in plugin/bbpress/templates/default/bbpress/
In reply to: Warning: Illegal offset type in isset or empty inMaybe… have you a cache plugin active? Try to disable all plugin and use only bbpress!!
If you search on google your problem you aren’t alone… many many sites have it but not with bbpress!!
In reply to: Warning: Illegal offset type in isset or empty inHi, i’m registered on your site to test this problem… Is strange problem..
This issue was only in a single topic template.. please.. Open File content-single-topic.php and backup it..
On line 28 remove entire this:
<?php if ( bbp_show_lead_topic() ) : ?> <?php bbp_get_template_part( 'content', 'single-topic-lead' ); ?> <?php endif; ?>
This is only a test to see if anything happens..
You have another problem.. If i logout from yuor site i cannot view my test topic.. i see only your..
If i get login i see all..
Use widht only for low resolution…
In reply to: AvatarYeahh 😀
In reply to: AvatarHi, problem was in style.css line 1 see down:
.reply a, a#cancel-comment-reply-link { background: url("img/reply.png") repeat-x scroll 0 0 rgba(0, 0, 0, 0); border: 1px solid #FFFFFF; border-radius: 0 3px; box-shadow: -1px 1px 3px #D1D1D1; color: #6E6E6E; font-size: 11px; line-height: 11px; padding: 3px 16px; position: absolute; right: 0; text-decoration: none; text-shadow: 1px 1px 0 #FFFFFF; top: 0; }
Remove entire code and problem was resolved.
Problem was in your responsive.css see down:
@media only screen and (min-width: 1566px) { .item { width: 16.6%; } .grid-double { width: 33.2%; } .grid-triple { width: 49.8%; } }
your media queries is no correct.. remove item width for major resolutions
In reply to: AvatarTo see in your css i need to open your website… Please paste here a link of one page with this problem!!
In reply to: AvatarYou past here link with issue?
In reply to: Part of reply erasedpaste here your site url or screenshot..
In reply to: CSS bug?This is not a bbpress css problems.. you can modify css.. create a folder named css in your theme folder and copy and paste bbpress.css here…
Bbpress use for future the css in your template, you can modify css and when bbpress being updated css remaining same..
Remove clear none and show all replies in your user profile!!
In reply to: CSS bug?Why you use clear none?
#bbpress-forums #bbp-user-wrapper ul.bbp-lead-topic, #bbpress-forums #bbp-user-wrapper ul.bbp-topics, #bbpress-forums #bbp-user-wrapper ul.bbp-forums, #bbpress-forums #bbp-user-wrapper ul.bbp-replies, #bbpress-forums #bbp-user-wrapper fieldset.bbp-form { clear: none; }