-
Pichitra started the question The sidebar for the blog page doesn't load in the forum Boss. theme 9 years ago
The sidebar for the blog page doesn’t load. Is it normal? I’ve tried to put some widget there but it doesn’t show. The website is http://www.asksurgery.com/ and this is the blog page http://www.asksurgery.com/articles/
Patricia
-
Pichitra started the question BBPress Text needs to be bigger. Need help! in the forum Boss. theme 9 years, 1 month ago
Hi There!
I’ve bought your Boss theme. And now I want to increase the body text size for BBpress. Do you know what I can do? I’ve attached the screenshot to show where I want the text to increase.
Regards,
Patricia
-
Pichitra replied to the question Lost Password Page error in the forum Boss. theme 9 years, 1 month ago
-
Pichitra started the question Lost Password Page error in the forum Boss. theme 9 years, 1 month ago
After I upgraded my Boss theme, every time I clicked on ‘Lost Your Password’ Link on registration page, I get this error (Screeshot). Do you know how to fix it?
Pichitra
-
Pichitra replied to the question Slider Disappear after Theme Update! in the forum Boss. theme 9 years, 2 months ago
Thank you! Found it! 😉 @vapvarun
-
Pichitra started the question Can you change the wording in the Activation Page? in the forum Boss. theme 9 years, 2 months ago
Hi @vapvarun
I have used my email accounts to test the registration of my website. The problem is, every time I use Gmail accounts to register my website, the activation email that the user need to click in order to confirm the registration always goes to Trash or Spam. So is it possible that you add wording something like ‘Please check their…[Read more]
-
Pichitra started the question Slider Disappear after Theme Update! in the forum Boss. theme 9 years, 2 months ago
Hi All,
Need help please! The Slider tool disappears from the admin area. I’ve attached the screenshot. Do you know where I can find it? I need to adjust the detail of the slide! But the front page still shows the slide.
Regards,
Patricia
-
Pichitra started the question Slider Disappear after Theme Update! in the forum Boss. theme 9 years, 2 months ago
Hi All,
Need help please! The Slider tool disappears from the admin area. I’ve attached the screenshot. Do you know where I can find it? I need to adjust the detail of the slide! But the front page still shows the slide.
Regards,
Patricia
-
Pichitra started the question Slider Disappear after Theme Update! in the forum Boss. theme 9 years, 2 months ago
Hi All,
Need help please! The Slider tool disappears from the admin area. I’ve attached the screenshot. Do you know where I can find it? I need to adjust the detal!
-
Pichitra replied to the question How do I show only posts from a specific category in the post page? in the forum Boss. theme 9 years, 2 months ago
Hi @vapvarun
Finally, I have figured it out how to do it! This is the code that I’m using.
add_action('pre_get_posts', 'bb_filter_categories');
function bb_filter_categories($query) {
if ($query->is_main_query() && is_home) {
$query->set('category__not_in', '10');
}
}This is because the ‘page id’ should be set as…[Read more]
-
Pichitra replied to the question How do I show only posts from a specific category in the post page? in the forum Boss. theme 9 years, 2 months ago
Hi @vapvarun
Thank you for your reply. But it doesn’t really work. this is the code I put
add_action('pre_get_posts', 'bb_filter_categories');
function bb_filter_categories($query) {
if ($query->is_main_query() && is_page( 167 )) {
$query->set('category_name','Plastic Surgery Doctors, uncategorized');
}
}So the questions…[Read more]
-
Pichitra replied to the question How do I add 'Placeholder' in the bbp-forum-form? in the forum BuddyPress (general issues) 9 years, 2 months ago
Hi @pallavi
That doesn’t help, really. Would you mind telling me which file should I go to? And what code should I add please?
Regards,
Patricia
-
Pichitra started the question How do I add 'Placeholder' in the bbp-forum-form? in the forum Boss. theme 9 years, 4 months ago
Hi @vapvarun
As you can see from my attachment here, the fields for adding ‘Topic Title’, ‘Message’, and ‘Topic Tags’ are not distinguishable. And some users who are not familiar with bbpress might not know where to add topics. So my questions are;
1) Can you tell me how to add ‘Placeholder’ in the fields for ‘Topic Title’, ‘Message’, and…[Read more]
-
Pichitra started the question How do I add 'Placeholder' in the bbp-forum-form? in the forum Boss. theme 9 years, 4 months ago
Hi @vapvarun
As you can see from my attachment here, the fields for adding ‘Topic Title’, ‘Message’, and ‘Topic Tags’ are not distinguishable. And some users who are not familiar with bbpress might not know where to add topics. So my questions are;
1) Can you tell me how to add ‘Placeholder’ in the fields for ‘Topic Title’, ‘Message’, and…[Read more]
-
Pichitra started the question How do I add 'Placeholder' in the bbp-forum-form? in the forum Boss. theme 9 years, 4 months ago
Hi @vapvarun
As you can see from my attachment here, the fields for adding ‘Topic Title’, ‘Message’, and ‘Topic Tags’ are not distinguishable. And some users who are not familiar with bbpress might not know where to add topics. So my questions are;
1) Can you tell me how to add ‘Placeholder’ in the fields for ‘Topic Title’, ‘Message’, and…[Read more]
-
Pichitra replied to the question How do I show only posts from a specific category in the post page? in the forum Boss. theme 9 years, 4 months ago
Hi @vapvarun
If I want to go for the route of using coding approach. What do I need to do? This is because the plugin you suggested is very old and I think it might crash my theme. As I am not techy, could you tell my step by step about the procedure please? For example, 1) go to the file named blah blah blah, 2) rewrite the code in this file…[Read more]
-
Pichitra started the question How do I show only posts from a specific category in the post page? in the forum Boss. theme 9 years, 4 months ago
Hi Guys,
I have bought your theme. Now I have a question. I have set a ‘Post Page’ (the page that all posts run in a loop) and I want to have the posts from a certain group of categories displayed in that page. Do you know how I can do that?
For example, I have 2 categories: ‘food’ and ‘wine’. I want to show only the posts with the category…[Read more]