jayapramod
Forum Replies Created
-
Thanks for your valuable guidance… Let me check it…
Forum: Plugins
In reply to: [Notification - Custom Notifications and Alerts for WordPress] UnsubscribeOk… thanks
Forum: Plugins
In reply to: [OneClick Chat to Order] Desktop link going to ‘api’Thank you very much…
Forum: Themes and Templates
In reply to: [Neve] Lost Header footer alignment after updateI solved the issue. It’s a caching issue (I am using WP-Optimize plugin). Now it’s working fine. Inconvenience regretted.
Forum: Plugins
In reply to: [bbp style pack] Show latest postOk, sure… Thank you very much for your kind help and guidance.
Forum: Plugins
In reply to: [bbp style pack] Show latest postHi, it’s not affecting in the output, it’s showing like as:
<ul id=”bbp-topic-1346″ class=”loop-item-0 user-id-1 bbp-parent-forum-0 odd post-1346 topic type-topic status-publish hentry”>
<li class=”bbp-topic-title”>
Online learning Online learning is education that takes place over the Internet. It is often referred to as “e-lear… <p></p>
<p class=”bbp-topic-meta”>Applied
echo '<br>'.bbp_topic_excerpt();
also not breaking the line.- This reply was modified 4 years, 8 months ago by jayapramod.
Forum: Plugins
In reply to: [bbp style pack] Show latest postHi, it was a nice solution thanks. But the description is displaying along with the title. How to break this into a new line?
eg:
Viewing 6 topics – 1 through 6 (of 6 total)
Topic Voices Posts Last Post
Online learning Online learning is education that takes place over the Internet. It is often referred to as “e-lear…
Started by: admin in: Online learning
Forum: Plugins
In reply to: [bbp style pack] Show latest postHi @robin-w,
One more doubt. Need to display the ‘topic description’ (which we are giving while creating a topic) on ‘the topic list view’. Also if there are more than three lines need to add a ‘Read more’ at the end.
While googling, I found that some years back you have given support for this:
https://bbpress.org/forums/topic/how-to-create-a-topic-description-under-topic-in-forum-list/
Or else where should I put this code?:
function rk_topic_description() { echo bbp_topic_excerpt(); } add_action('bbp_theme_after_topic_title','rk_topic_description');
Pls help, I am not that much familiar in coding.
Forum: Plugins
In reply to: [bbp style pack] Show latest postHi,
Thank you very much for your valuable guidance and quick support. I am working on this. It’s a very nice plugin. Very useful.
Forum: Plugins
In reply to: [bbp style pack] Show latest postHi,
Right now, my ‘Discussions’ WordPress page showing:Home > Forums > Topics
Topic Voices Posts Last Post
I used Shortcode ‘[bbp-topic-index]‘ on this page.
Here I wish to show the recent posts, which are posted in any forum/topic. Is it possible?
Forum: Themes and Templates
In reply to: [Neve] Neve Options not showingSorry for the inconvenience. The problem is in WordPress and PHP version. My hosting team helped me to update it to latest version. Now it’s working fine. Thank you for your support.
Hi @toddcav,
‘wp_bouncer_number_simultaneous_logins’ this also affects globally.
Hi @sharmadpk03
Thanks for your kind reply… My contents are for rural area people, they are very low educated. Mostly they don’t have a mail id but will have a mobile number. That’s why I asked the question… anyway thank you very much.
I have another question. Form successfully created and viewed on-page, also the login and registration links are working fine. But when I create a user and click the submit button, nothing happening. User not creating. Any Idea?