-
Brad replied to the question Styling Issues in the forum Boss. theme 9 years, 9 months ago
Hello Varun,
Thank you for this. I’ve added the noted code to custom.css but am not seeing any changes. I don’t believe custom.css is called by the login page. What should I do?
Also, I understand why the logo is blending in — as a suggestion for the theme, since the logo is on the login page, perhaps the main background of this page should be…[Read more]
-
Brad replied to the question Changing Mobile Profile Icons in the forum Boss. theme 9 years, 9 months ago
Thank you!
-
Brad replied to the question Styling Issues in the forum Boss. theme 9 years, 9 months ago
Update: it appears that the above noted CSS code was intended to correct issue #4. It was successful.
Accordingly, items 2 and 3 are still outstanding.
-
Brad replied to the question Mobile App icon in the forum BuddyBoss theme 9 years, 9 months ago
@tjchester If I copy the file to the child theme, effectively I would not benefit from any updates of the file, right?
-
Brad replied to the question Styling Issues in the forum Boss. theme 9 years, 9 months ago
Regarding #4, the attached image demonstrates the icon hover color — I have not specified this color in any case on the customize page.
-
Brad replied to the question Styling Issues in the forum Boss. theme 9 years, 9 months ago
Also, I should note that the CSS proposed did not solve my concern.
As such, issues 2, 3, and 4 are still present.
I’ve attached a screenshot of my login page to demonstrate what I am seeing regarding 2 and 3.
-
Brad replied to the question Right Mobile Menu Not Showing Links in the forum Boss. theme 9 years, 9 months ago
This issue is now resolved. I was not seeing any links in the right sidebar because the Wordpress toolbar was disabled for my profile.
-
Brad replied to the question Unable to Correctly Set Up Theme in the forum Boss. theme 9 years, 9 months ago
This is now resolved.
-
Brad replied to the question Right Mobile Menu Not Showing Links in the forum Boss. theme 9 years, 9 months ago
Hello Varun — My concern is regarding the right menu. I am able to get items to the left menu without a problem. Can you please provide guidance regarding this?
Thanks,
Brad
-
Brad started the question Right Mobile Menu Not Showing Links in the forum Boss. theme 9 years, 9 months ago
The menu work fine on desktop (http://tradingpremium.com) but appears blank on mobile (as attached).
-
Brad replied to the question Styling Issues in the forum Boss. theme 9 years, 9 months ago
Hello Varun,
I note that not all colours are changeable from the admin panel, specifically with regards to #4.
Also, some of my colour selections are conflicting in some areas but look great in others, as presented in #2.
Can you please provide guidance with how to correct these issues?
Thanks,
Brad
-
Brad started the question Changing Mobile Profile Icons in the forum Boss. theme 9 years, 9 months ago
Is it possible to change the profile icons (e.g. Wall, Profile, Notifications, Messages from the attached image)?
If so, how?
Thanks,
Brad
-
Brad replied to the question Styling Issues in the forum Boss. theme 9 years, 9 months ago
I should also note that while logged in on mobile, I am not seeing any of the “My Profile” links (photo attached)…
-
Brad replied to the question Styling Issues in the forum Boss. theme 9 years, 9 months ago
I should also note that while logged in on mobile, I am not seeing any of the “My Profile” links…
-
Brad replied to the question Mobile App icon in the forum BuddyBoss theme 9 years, 9 months ago
The following code is contained in header.php of the parent theme. Is there any way I can have the child theme remove/ignore this (as I do not want to have to update the favicon each time the theme is updated)?
<link rel="shortcut icon" href="<?php echo get_stylesheet_directory_uri(); ?>/images/favicon.ico"…
[Read more] -
Brad replied to the question Mobile App icon in the forum BuddyBoss theme 9 years, 9 months ago
I’ve added the following code to functions.php to achieve the desired result…
function add_favicons()
[Read more]
{
echo "<link rel="shortcut icon" href="http://tradingpremium.com/assets/icon-32.png">n";
echo "<link rel="apple-touch-icon-precomposed" href="http://tradingpremium.com/assets/icon-57.png">n";
echo "<link… -
Brad replied to the question Styling Issues in the forum Boss. theme 9 years, 9 months ago
@ryanmaler I am using bbPress — compliments to the designers for the clean look!
Regarding styling issue #1, the following code corrected the icons that were blending in with the white background:
.sidebar-btn {
color: #999;
}.sidebar-btn:hover {
color: #999;
} -
Brad started the question Styling Issues in the forum Boss. theme 9 years, 9 months ago
I am setting up the theme on my site at http://tradingpremium.com
I am having the following issues:
1.) The menu button is white on a white background on mobile devices
2.) The logo blends into the background on http://tradingpremium.com/wp-login.php
3.) There is a blue line above the login button on the above noted page.
4.) When the side menu…[Read more] -
Brad replied to the question Unable to Correctly Set Up Theme in the forum Boss. theme 9 years, 9 months ago
These issues were caused by interactions with other plugins. Once the plugins were deactivated the problems disappeared.
-
Brad started the question Most Liked Activity Widget Not Formatting Correctly in the forum BuddyBoss Wall 10 years, 5 months ago
As per the attached screenshot, there is something wrong with this widget as it affects the placement/position of the title of the following widget.
On my site, I have had to reposition the widget to be the last widget on the sidebar to avoid this problem. Please let me know when if this issue is to be resolved.