Forum Replies Created
-
Author
-
sharmstrModerator
Since it worked, that’s probably an indication that you have a coding error further down in your css rules.
Yeah, it doesn’t look good at all. If you want to change the text color, you can do that by changing background-color to color. Then change the color code too.
Also, I cant figure out a way to get it to work with mega-menu items, but it doesnt look like you’re using them anyways.
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionThis support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com
sharmstrModeratorIts confusing because this forum parsed out the ‘& g t ;” code (which is the code for the greater than symbol.
Anyhow, looks like your css is correct now. What I dont understand is why its not parsing it. I can see kleo-child/style.css is being called in <head> but its not using that rule. Can you try moving the code up to the very top of your style.css file? Just below “Please add your custom styles below”.
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionThis support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com
sharmstrModeratorArggg. The forum returned the greater than sign. Look at the attached image to see the issue.
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionThis support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com
Attachments:
You must be logged in to view attached files.sharmstrModeratorI just looked at your style.css and its returning “>” instead of “>”. This is what it looks like.
COPY CODE.current-menu-parent > a { background-color: #848484 !important; }
But, in trying to figure that out, I noticed that not all main menu items use the current-menu-parent style so we need to add a another one to the css.
COPY CODE.current-menu-parent > a, .current-menu-item > a { background-color: #848484; }
You can use the editor to add the placeholder by selecting “Kleo” in the “Select theme to edit” dropdown. Then click on Search Form. Though I see the placeholder is already in your widget so maybe you’ve figured that out.
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionThis support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com
Attachments:
You must be logged in to view attached files.sharmstrModeratorForgot to mention, you can always change /kelo/searchform.php using wp admin editor just to make sure it works and its what you want. Then, once you get ftp access, you can copy it over to kelo-child.
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionThis support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com
sharmstrModeratorOk. Now I get it. Try .current-menu-parent > a. Though my guess is that you’re not going to be happy with changing the background color since the menu item is as tall as the menu.
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionThis support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com
sharmstrModeratorOkay, lets back up and make sure I’m understanding what you want. Your original question was “how to change the color of the text or the background to highlight what the active page is in the navbar.”.
My understanding is, for example, when you are on the members page, the “Members” menu item under “Community” will be styled differently than the default. Actually, if that’s the case, you can change that in the Theme Options-> Styling Options -> Header -> Alternate background color (I dont see an option for alternate text color, though.)
If that’s not what you want, can you explain it to me?
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionThis support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com
sharmstrModerator1 – I’m getting a “domain not active” error when clicking on the link. Just to be clear, you’re adding the code to kleo-child/style.css AND you have the Kleo Child theme active, right?
2 – Copy /kelo/searchform.php to /kelo-child/searchform.php then add placeholder=”Search” to line 4
COPY CODE<input name="s" id="s" type="text" class="form-control input-sm" placeholder="Search" value="<?php if (isset($_GET) && isset($_GET['s'])) echo esc_attr($_GET['s']);?>">
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionThis support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com
sharmstrModeratorCan you give me a link to your site? The code works fine for me.
For your second question, can you elaborate? I’m not sure what you are asking for.
(note: I’m not a member of support. I’m just a customer like you, but trying to help.)
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionThis support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com
sharmstrModeratorAdding linebreaks so it displays on here better.
COPY CODE.header-color .dropdown-menu > .active > a { color: #CA0000 !important; background-color: #000000; }
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionThis support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com
sharmstrModeratortry this
COPY CODE.header-color .dropdown-menu > .active > a { color: #CA0000 !important; background-color: #000000; }
Change the colors to suit you. Also, make sure you’re adding it to your child theme.
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionThis support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com
sharmstrModeratorThank you for the code. Its working great. One thing I added was a check to see if its actually a support forum before adding the status before the title. My forums are a mix of support and general topics and I needed to remove the status from all the general forums.
I put this in the “aq_modify_before_title” function
`//Let’s not override default if its not a support forum
if (!bbps_is_support_forum(bbp_get_forum_id())){
//echo ‘<span> its a support fourm </span>’;
}’Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionThis support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com
sharmstrModeratorThat comes from the social articles plugin
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionThis support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com
sharmstrModeratorLike you would any other theme. In admin->themes.
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionThis support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com
sharmstrModeratorput it in kleo-child/style.css. Make sure you have the Kleo Child theme enabled.
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionThis support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com
sharmstrModeratorFind and install a conditional widget plugin and set the widget to only display for logged in users.
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionThis support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com
sharmstrModeratorIts set in bbpress.css with !important. You’ll have to copy that entire file to child theme and make the change or figure out a way to override it.
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionThis support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com
sharmstrModeratorI realized that right after I posted it and provided the css code for the header. You should be set now. Let me know if you still have problems with it.
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionThis support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com
sharmstrModeratorI think they said early June.
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionThis support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com
sharmstrModeratorSorry, that was for the titles. Here’s the column headers
COPY CODE#bbpress-forums li.bbp-header li.bbp-forum-info, #bbpress-forums li.bbp-header li.bbp-forum-topic-count, #bbpress-forums li.bbp-header li.bbp-forum-reply-count, #bbpress-forums li.bbp-header li.bbp-forum-freshness { color: #000; }
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionThis support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com
sharmstrModeratorYou need to add it to your kleo-child’s style.css
COPY CODEa.bbp-forum-title { color: #ca0000 !important; }
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionThis support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com
sharmstrModeratorThere’s no ‘conflict’. Kleo specifically and intentionally removes some standard VC elements. The Kleo team has stated that the next update will re-introduce some of the elements. Do search here for more information.
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionThis support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com
sharmstrModeratorYou need to change it yourself. Best place to start is bbpress codex http://codex.bbpress.org/layout-and-functionality-examples-you-can-use/
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionThis support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com
sharmstrModeratorAssuming you are talking about the default kleo phone number bit, you have to change that in two places. Header Options AND Buddypress.
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionThis support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com
sharmstrModeratorSwitch to visual composer and add it using the revolution slider element
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionThis support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com
sharmstrModeratorGoogle is your friend: http://wordpress.stackexchange.com/questions/41805/is-front-page-only-works-in-theme-file-and-does-not-work-in-functions-php
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionThis support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com
sharmstrModeratorDo you some sort of caching enabled?
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionThis support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com
sharmstrModeratorHad to ask. Anyhow, I had that problem all the time on godaddy servers and actually had to split the import file into smaller chunks (with a different theme). I recently moved over to a new host and the first import of Kleo data gave me a blank screen. I had failed to select “admin” for the ‘assign posts to’ section. When I tried to do it again, this time selecting ‘admin’, it worked fine and it was quick. So, not really sure if it was a temporary ‘server’ issue or and issue with not selecting ‘admin’.
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionThis support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com
sharmstrModeratorDid you restart php on the server after you changed max memory and max execution?
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionThis support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com
sharmstrModeratorYou shouldn’t have to do all of that. All that is required is copying you changes to the child theme.
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionThis support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com
sharmstrModerator+1 for Wanguard. Love it.
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionThis support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com
sharmstrModeratorIt doesn’t come with it. Kleo ‘supports’ it. Go to Admin -> Plugins and install it.
https://wordpress.org/plugins/paid-memberships-pro/
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionThis support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com
sharmstrModeratorAdmin -> Appearance -> Menus.
Click on Links
URL = #
Link Text = My Account
Click Add to MenuAfter its added to the menu, position where you want it then add BuddyPress menu items under it.
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionThis support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com
sharmstrModeratorThank you!
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionThis support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com
sharmstrModeratorThat’s perfect! Thank you.
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionThis support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com
sharmstrModeratorNo problem. And yes, I’m a very busy WOMAN 🙂
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionThis support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com
sharmstrModeratorI wrote script that does that: https://github.com/colabsadmin/BuddyPress-Manage-Notifications I’m supposed to be adding it to BuddyPress core, but I got frustrated and distracted. Anyhow, there’s a few dropdown display name issues with it but maybe you can sort those out. I warn you, I’m not going to offer much support for it. I dont have the time.
To use it, take the first 3 files and put them in a folder called ‘bp-manage-notifications’ in the plugins dir. Then put notifications-loop.php in /kleo-child/buddypress/members/single/notifications. Good luck.
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionThis support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com
sharmstrModeratorI believe that they are changing the code so that it picks up the first image of the post if a featured image is not defined.
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionThis support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com
-
AuthorPosts