-
Author
-
June 19, 2015 at 19:56 #63924LifeviseParticipant
Hi, after the update I still have a few issues.
1. I’m unable to delete the title ‘site-wide activity’ on the activity page. On all other pages they are hidden easily but here it doesn’t disable.
2. Why is there no hover color anymore on the profile tabs? What CSS can I use to get it back?
3. Submenu items/pages are not visible on mobile
4. How do I make the Kleo button even bigger than “large”?Thanks in advance.
June 20, 2015 at 18:09 #64051sharmstrModerator1 – Theme Options > Buddypress > Page Title Location
2 – I’ll talk to the developers about this. In the meantime, you can put this in your quick css. Adjust the colors if you have a color scheme other than the default
COPY CODE.main-color #buddypress div.item-list-tabs li a:before { color: #bbbbbb; } .main-color #buddypress div.item-list-tabs li.selected a:before { color: #414142 !important; } .main-color #buddypress div.item-list-tabs li.selected a { color: #414142 !important; }
3 – Cant reproduce. Please provide more information.
4 – Adjust as necessary
COPY CODE.btn-lg { padding: 50px 75px; font-size: 30px; }
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
June 20, 2015 at 18:34 #64054sharmstrModeratorI’m working with the devs on #2 now. Looks like its happening on chrome but not firefox.
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
June 20, 2015 at 20:28 #64066sharmstrModerator#2 is fixed in the next update. Make sure you remove the css I gave you (if you decided to add it), then go into theme options and click save after you update.
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
June 21, 2015 at 17:21 #64201LifeviseParticipantHi sharmstr,
Thank you for your reply.
1. In theme options > buddypress > Page title, location is set on disabled. Also on pages > Activity > Title section I have set: Hide the title – breadcrumb hidden – hide information.
This settings hide the title on every page EXCEPT the activity page… You know what can be wrong?2. Clear, thanks!
3. What I try to say is that in the mobile navigation menu. We have a parent page with sub pages. It shows in the desktop menu but not in the mobile navigation menu. Also under profile icon we have a few subpages: notifications, profile etc. and doesn’t show on mobile. I will add a screenshot.
4. Thanks for the code. I added two ‘lg’ buttons with shortcode to the revolution slider. I only want those buttons to be bigger. Where do I add the code? (I tried to add in edit style and edit global style, but didn’t work)
June 21, 2015 at 17:43 #64207sharmstrModerator1 – Those options dont work on buddypress pages. You need to set it in the backend. Give me a link and credentials and I’ll have a look for you.
3 – I think its a css issue, but hard to know for sure without seeing the page: https://archived.seventhqueen.com/forums/topic/menu-plus-button-not-showing-up
4 – If you only want it for those buttons, then add and extra class name to the button using Kleo Button Settings. Call it extra-lrg-button. Then add this css to either quick css in theme options > general, or to the page using the gear icon in VC
.extra-lrg-button {
padding: 50px 75px;
font-size: 30px;
}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
June 21, 2015 at 18:19 #64209LifeviseParticipant1. I will try myself to set it in back-end for now, if I can’t I will contact support again.
3. Yes, the CSS you gave in the link worked!
4. Clear, fixed.
Thanks for all the help sharmstr!
June 21, 2015 at 18:30 #64210LifeviseParticipantOh, how do I refer to two classes in a short code? I’m using two times el_class= (for lrg button and show kleo login) and only one works…
June 21, 2015 at 18:55 #64211sharmstrModeratorel_class=”extra-lrg-button kleo-show-login”
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
The forum ‘KLEO’ is closed to new topics and replies.