Forum Replies Created
-
In reply to: Convert bbPress Topics to WordPress Posts
Thank you so much. Convert Post Types By Stephanie Leary worked perfectly.
You saved so many days of work for me. Thank you again.In reply to: Set featured image for bbpress forum postsI tried various permutations and combinations. Following codes worked for me.
add_theme_support( 'post-thumbnails', array( 'post', 'forum', 'topic' ) ); add_post_type_support('post', 'thumbnail'); add_post_type_support('forum', 'thumbnail'); add_post_type_support('topic', 'thumbnail');
In reply to: Set featured image for bbpress forum postsHi,
After doing this I had noticed that now forums and topics have a featured image section but normal WordPress posts, no longer shows featured image setting option in new post page at site.com/wp-admin/post-new.phpHow Do I resolve this issue?
While trying the trial and error method of disabling the plugin, I was using tools.pingdom.com/fpt/ to test the website from different server location each time whether it is working or not. And each time it showed a blank page.
I didn’t try switching back to default theme.
Going back to bbpress 2.5.6 made everything fine.
Cpanel error log was totally empty.Yeah downgrading back to 2.5.6 did the trick. Thanks a lot everyone.
Latest versions of bbpress, WordPress and all other Plugins.
My site is on bbpress only. Now suddenly this issue has arised since past 2 days.
In reply to: Set featured image for bbpress forum postsThat worked like a charm. Thanks a lot.
Earlier i was adding it to end of functions.php which was not working but adding it before ?> did the trick.In reply to: Set featured image for bbpress forum postsCan anyone answer my question in detail?
How do i add featured image to a bbpress forum post from wordpress post editor page?In reply to: Set featured image for bbpress forum postsI don’t get you. I do not get option to set a featured image in new forum post section at all.
Please explain in detail.In reply to: bbpress topic and reply box going over screenThis is another example.
http://tinypic.com/r/ayqud/8In reply to: Adding border bottom to widgetsWow. That’s hell of a detailed description. Thanks a lot.
In reply to: Adding border bottom to widgetsSo i have to make custom css for each page?
Is there any way to apply these changes to all pages in which the widget is present?In reply to: Adding border bottom to widgetsIt was is not working on a page where i added bbpress forum shortcode. It works everywhere else, like posts, forum root etc.
In reply to: Adding border bottom to widgets#sidebar #bbp_topics_widget-4 li {
border-bottom: 1px solid #F1F1F1;
}This worked. Thanks a lot for support.
In reply to: Adding border bottom to widgetsEven tried adding #sidebar before it. Didn’t work either.
In reply to: Adding border bottom to widgetsI just added that code to custom css file. Doesn’t work.
In reply to: Adding border bottom to widgetshttp://desimedicos.com/forums/
I am trying to add a 1px border at bottom of each of the 5 posts in 2 of my sidebar widgets.
In reply to: Adding border bottom to widgetsI tried adding
#sidebar #bbp_topics_widget-4 .widget ul li {
border-bottom: 1px solid #F1F1F1;
}
or
#sidebar #bbp_topics_widget-4 {
border-bottom: 1px solid #F1F1F1;
}
or
#bbp_topics_widget-4 .widget ul li {
border-bottom: 1px solid #F1F1F1;
}
or
#bbp_topics_widget-4 {
border-bottom: 1px solid #F1F1F1;
}But none is working.
In reply to: Attachment icon gone when buddypress activeIssue was caused when Amazon CloudFront was active in W3TC plugin. Disabling it makes everything fine.
In reply to: Link button not workingIssue was caused when Amazon CloudFront was active in W3TC plugin. Disabling it makes everything fine.
Someone plz help me regarding this.
In reply to: Shotcodes not workingDisabling and re-enabling the plugins did the trick. Thank you.
In reply to: Shotcodes not workingIt’s not a theme issue for sure as it used to work earlier and this problem has arised few weeks back only.
I’ll try disabling the Plugins.In reply to: Shotcodes not workingI am using latest versions of all softwares and Plugins. Theme is wpzoom Gazeti.
Example of error is http://www.desimedicos.com/forum
Getting this 404 errors on all pages with any kind of bbpress shortcode irrespective of whether i am logged in or out.