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,
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.
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
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!