Buddypress Groups Page and Search Buttons

Posted in: Newspaper
Post count: 8

Hello tagdiv, thanks for this great theme. I have 2 questions.

1-On a sample groups page, group admins font size is too big, i couldn’t change it via css or php.
How can we change it just like your demo.

Your demo group page: http://demo.tagdiv.com/newspaper_tech/groups/blogmagazine-themes/

My Site: http://www.startupvadisi.com/gruplar/istanbul-teknokent/

You can compare Group Admins font size.

2- On every buddy press page (Groups, Members etc), the search bar (I mean Search Groups, Search Members area) and button on the right top area doesn’t view properly. The Search button goes to the second row. On your demo it views good.

Your Demo Groups Index Page: http://demo.tagdiv.com/newspaper_tech/groups/
My Site: http://www.startupvadisi.com/gruplar/

Search button goes to below search area, it is the same also for members index page.

Could you help us to solve this problems.

Thank you,

Post count: 22421

Sorry but both of your pages provide 404 errors. Please check the links again and provide the proper ones so I can identify the issues.
Thank you!

Post count: 8

Sorry for the links Bogdan,

Correct Links are below:

Groups Index Page: http://www.startupvadisi.com/firmalar/

Sample Group Page: http://www.startupvadisi.com/firmalar/istanbul-teknokent/

Members Index Page: http://www.startupvadisi.com/uyeler/

Thanks a lot.

Post count: 22421

Hi,

Try this css:
#buddypress ul.item-list li div.item-title{
font-size: 12px!important;
}

You can add the css in the theme panel->custom css box.

Thank you!

Post count: 8

Hello Bogdan,

This css didn’t solve our problems.

1- Group Admin text Size is too big.

2- Search bar is going to second row.

Could you help us to handle these problems?

Thank you,

Post count: 22421

Hello,

I could give it another shot but now you have a coming soon page that will not let me access the links. Please let me know when I can access your site.

Thank you!

Post count: 8

Hello, you can access now.

I have two another important question:

1- On every buddy press page (Groups, Members etc), the search bar (I mean Search Groups, Search Members area) and button on the right top area doesn’t view properly. The Search button goes to the second row. On your demo it views good.

Your Demo Groups Index Page: http://demo.tagdiv.com/newspaper_tech/groups/
My Site: http://www.startupvadisi.com/firmalar/

Search button goes to below search area, it is the same also for members index page.

2- On site wide, Buttons have black background everywhere. How can we change this black color.

Forexample: Forums Page: (See black areas – how can we change it)
http://www.startupvadisi.com/forum/

Another example: Activity Page (See Buttons with black bg)
http://www.startupvadisi.com/paylasimlar/

Another Example: Group page (See buttons with black bg)
http://www.startupvadisi.com/firmalar/istanbul-teknokent/

Could you help us to solve this problems.

Thank you

Post count: 22421

Hello,

1. This could be because of your customization. Please restore the plugin and theme to it’s default code and test again. Try to disable all plugins except visual composer and buddypress, clear cache and reset cdn files if you use it. I cannot se this issue on my end so it is caused by something on your end.

2. The colors are added by the plugins and our theme has no option to change these colors. You can use this css code to change the black colors:

.bbp-search-form input[type=submit]{
background-color:red;
}
#bbpress-forums li.bbp-header{
background: none red;
}

#buddypress div.item-list-tabs ul li.selected a{
background-color:red;
}
.td-page-content .item-list-tabs .feed a{
background-color:red!important;
}

These colors do not have settings for them so they can only be altered with css. You will have to identify the ones you want to change and use the browser inspector to alter their color. If the plugin does not add any options for changing the colors, the theme cannot do it instead.

Thank you!

Viewing 8 posts - 1 through 8 (of 8 total)
The forum ‘Newspaper’ is closed to new topics and replies.