Forum Replies Created
-
this should do it
#bbpress-forums #bbp-your-profile fieldset.submit { padding: 0px; }
In reply to: Html entities in my rss feed titlesi will check this out with mailchimp later and come back to you.
well a full width bbpress.php template would not fix the profile page looks. it would just need some CSS rules for a better bbPress responsive layout.
well thats going to happen if you have a long word like participants in there , maybe replace it with an icon or a synonym with less letters.
In reply to: Html entities in my rss feed titleswell in chrome it would show it like this in chrome , if you are using a service to display your feeds better like Feedpress or Feedblitz it would display correctly.
You can also check out your feed in Firefox and see that it renders well.
if you want users to use an external service to subscribe to feeds and also for it to be free they can use something like Feedly.
In reply to: Strange Whitespaceim not sure if the other topic you had the profile links fixed this, but if you are talking about space under the profile menu links, it should be normal.
check out your profile and see all the space below the profile menu links on this site.
They work fine.
there is some CSS hiding your content though. i just changed
clear:none
toclear:left
if you find any other style awkwardness tell me and i could fix it pretty quick.
add this anywhere you can add custom css
#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: left; }
In reply to: Widgetsits not a widget its the
[bbp-forum-index]
shortcodethere is a couple of alternatives if you do want it in widget form though..
In reply to: Implode Warning on Forums pagethats great that they solved the issue.
In reply to: Main categories option?i think i replied to some of your earlier posts but just in case.
https://github.com/robkk/bbPress-Hierarchical-Forum-and-Category-Layout
In reply to: how to change the post Permalinks?this plugin might help.
In reply to: Reply-To-address including topic idi say look how this plugin is developed and see if you could learn a thing about adding what you want to yours.
https://wordpress.org/plugins/asyncronous-bbpress-subscriptions/
In reply to: Translation doesn't work.In reply to: Restructure The Admincombining the replies/topics/forums section i can see something good about , i think ive seen a plugin customize the look to look like this way actually.
the items at the top i dont agree with you , if you want something like that use this instead.
https://wordpress.org/plugins/bbpress-admin-bar-addition/
if you can put some images of the layout you would like to see.
In reply to: Post tag marge topic tagthis might be some custom development
post a job so a developer can develop this for you.
In reply to: Html entities in my rss feed titlesyou are just talking about stuff like this right??
—
or the way how your titles output like this
<title>Yasodhara Teachers Network ยป All Posts</title>
or this
<title> <![CDATA[ New Internship Opportunities ]]> </title>
just clarifying.
In reply to: echo shortcode – view forum – not see topicswhat is your full function of echoing the shortcode and where are you putting it??
in an actual page you would not need to echo a shortcode you would just place it.
you echo shortcodes in templates if you want though.
In reply to: Subscription emails are not being senthopefully your issue won’t be as hard to find a solution to find as @jayd94’s was
what troubleshooting steps did you already do to help solve the issue.
In reply to: Redirect from page to profile url (menu link)my latest post disappeared, maybe because of too many links.
probably
the default menu below the avatar shall be removed and appear in the sidebar on the right in a dropdown menu ( not only to make a consistent layout but also to prevent users to see the information also on other user profiles).
did you create a custom widget?? it might be better if you did for this because then you could output all of the links to the user profile.
In reply to: Forum overlapped by sidebar, width problemsince your other pages with the sidebar look fine and adjust well.
only thing i can think is maybe you created a bbpress.php and removed some divs that were essential for the sidebar??
since your theme is free i will download it and check it out.
In reply to: Priming the pump?its better if you have some kind of community already like from users commenting on your site a lot , or facebook/twitter users.
but i have seen people pay for other people to make the site look active.
i have also saw a video about the creators of the reddit.com site use to make a bunch of dummy accounts that they would switch to , to make their site seem active.
if you are going to switch to a bunch of accounts
this might help
screenshots are missing
link to your site so i can check and see what might be the issue.
In reply to: Strange Whitespacelink to your forums so i can check it out.
In reply to: Upload & Embed Imageswell a good idea would be to have a tinymce button that pops up a modal when clicked and shows an upload button to add images and then you would accept the uploaded pictures and post it in the content with an anchor tag wrapped image. but we do not have anything like that.
for now you can use this plugin to upload pictures
https://wordpress.org/plugins/gd-bbpress-attachments/
and oembed would automactically embed any links to images from imugur and flickr.
you could also use the
img
button to show an image from external sources too.In reply to: Can’t seem to make login short code workis there anything else supposedly in the my account page??
like say a woocommerce shortcode??