Reply To: Dara theme bbpress help!
ok, poorly asked question by me ! Let me try a couple pf questions, then I’ll see if I can help 1. in dashboard>appearance>menus how is the menu item ‘community’ set up. Is this a custom link or...
View ArticleReply To: Dara theme bbpress help!
In the menu it is set up as a forum and yes it is the only one im planning 🙂
View ArticleReply To: Dara theme bbpress help!
ok, dashboard>pages>add new give it a title of community and in the content put [bbp-single-forum id=4011] and publish and view the oage This should then show this forum in a page if that works,...
View ArticleReply To: Dara theme bbpress help!
ok, I’d suggest you take the breadcrumb out as well – that’s the Home › Forums › Community So put this in your theme’s custom css area div.bbp-breadcrumb { display: none !important; }
View ArticleReply To: Dara theme bbpress help!
and then change the menu item from a ‘forum link’ to the page you’ve created
View ArticleReply To: Dara theme bbpress help!
You could add the below CSS to get your forums off your header and make the forums fill the page width. You’d want to add the code to style.css file, preferably in a child theme so that when you...
View ArticleSplit up my Tags page
I have a page that just shows tags https://wateratairports.com/airports-by-iata-code/, it is working great and getting bigger over 300 it could grow to 1000 which is OK on a big screen but on a...
View ArticleReply To: Split up my Tags page
Hello, How about just adding filter buttons to your current page so that users on your site aren’t directed to another page, instead the tags are displayed based on “Filter” type buttons they click...
View ArticleReply To: Split up my Tags page
That sounds a great idea, not sure how to do it, as you can see from above I can get all the tags but I don’t know how to add a filter.
View ArticleReply To: Split up my Tags page
The way I was referring to would be using jQuery to build the filter buttons and make it filter. I’ll see if I can get a example up for you to check out.
View ArticleReply To: Split up my Tags page
I created that example, I just used the categories on your page for the example since the buttons are built based of of those. I didn’t do really any styling to it since it’s just a example. Link...
View ArticleReply To: Split up my Tags page
Hey there, I got that code for you so you can add it to your page and give it a try. Put the code below in your style.css file of your theme, you can change as needed. It only styles the filter...
View ArticleReply To: Split up my Tags page
That is great, thank you very much, I have put it on my development site and it is exactly what I wanted. I have a few changes to make on something else on my live site and I will add it as soon as I...
View ArticleReply To: Split up my Tags page
No problem, glad that worked out for you. I was trying to update the code in the above to remove the inline styles and !important, but guess I can’t edit replies on here. Will provide update code...
View ArticleReply To: Split up my Tags page
Thanks again, I have increased the size of the font but that is all. Regards Clive
View ArticleReply To: How to remove author name below forum or topic title?
Thank you Robin! That site can not be accessed now. So I paste HTML of part of forum. I would like to remove “By author_name” in the following HTML.
View ArticleReply To: How to remove author name below forum or topic title?
<header class=”entry-header has-text-align-center header-footer-group”> <div class=”entry-header-inner section-inner medium”> <h1 class=”entry-title”>Forum Title</h1> <div...
View ArticleReply To: How to remove author name below forum or topic title?
And the next HTML is topic’s. I would like to remove “By author_name” in the following HTML.
View Article