-
Author
-
March 3, 2015 at 10:31 #48525vertideskParticipant
Hello
Ok, i’ve few issues with new install with multisite, buddypress.
website: goodgameempirefans.comfirst up- Menu background color not getting changed I’ve asked in other thread also https://archived.seventhqueen.com/forums/topic/color-of-the-nav-bar-icon
second – Videos in home page stop working, clicks seems disabled
third – Captcha – There is no captcha for security for registration and login page, I tried Theme my login plugin with captcha but it didn’t worked.
fourth – Transparent menu issue, even after disabling breadcrums, chk screenshot title is merging, going under http://prntscr.com/6c3f9u
Fifth – Animation is not smooth when scrolling and top menu get sticky, it gives a shake and content all sudden goes extra margin up.. (can’t explain, plz check scrolling website little 😛 )
Looking forward for solutions on the above, before I post more 😛
Regards
– VMarch 3, 2015 at 16:13 #48546sharmstrModerator1 – That other thread was about icon colors. I dont see any icons in your menu. Tell me exactly what you need.
2 – Videos are not working because you have and empty container over the activity feed container and the video container.
3 – Do a search here. Its been discussed before but not sure of the result.
4 – Transparent: You also need to turn off info and title.
5 – Animation seems fine 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
Attachments:
You must be logged in to view attached files.March 3, 2015 at 17:52 #48566vertideskParticipantmenu background color change – I want to achieve this – http://prntscr.com/6c722i
Videos – earlier videos was working, now they not working here is edit page view- looks fine to me http://prntscr.com/6c74wb
Will search captcha
Plz tell me where to turn off info and title for getting Tranparent thing. I didn’t see it in header section.
Animation chk this – scroll from this position http://prntscr.com/6c7dh3 TO Next too much http://prntscr.com/6c7e2b (Many pixels jumped).
March 3, 2015 at 19:02 #48579sharmstrModeratortry this
COPY CODEul#menu-top-menu { background-color: rgba(256,256,256,0.7); }
Get rid of that empty space and see if it fixes the issue. Put a gap below each column instead.
Turn off title and info section at the page level. Go into page editor and scroll down to the Theme General Settings > Title Section
I dont know what’s going on with your site and the animations. Could be any one of the customizations you’ve done. It doesnt happen by default: http://seventhqueen.com/themes/kleo/groups/
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
March 3, 2015 at 21:54 #48621vertideskParticipantHello
CSS is working, but looking very ODD 😛
plz tell how to reduce height of the menu items not the background as in here http://prntscr.com/6cb2xm for menu background i’ll add white space in image itself, need menu text to go bit down.videos working now
I need title and info section, so i’ll live without transparent menuanimation is weird, there is no customizations, original kleo theme and child theme there, (i’m using child theme) not fixed even after disabling and deleting plugins i’ve added additionaly, that animation is really irritating, plz help fix it. (all pages have same)
March 7, 2015 at 05:52 #49074hyestParticipantHi, I’m not associated with KLEO themes, just a user. But for the menu you can try this code to reduce the height (in appearance/editor or the area to add custom css in theme options):
COPY CODE.kleo-main-header .navbar-collapse > ul > li > a { line-height: 40px !important; }
You might have to change the 40px to another number to suit your needs.
I’m not sure about the animation of the sticky header, it might be the extras you added to the header that make it skip a little like that. If it’s not important to have a sticky header, you can just disable sticky header in Theme Options / Header Options.
March 7, 2015 at 20:50 #49126sharmstrModeratorSorry for the late response, I’ve had to deal with some family issues.
Lets us know if @hyest solution works.
As far as the animations go, you say that there are no customization but when I looked at your site there were. Furthermore, its not happening on anyone elses site, its specific to your site. Did you reset your cache after disabling 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
March 7, 2015 at 21:49 #49136vertideskParticipantHello
No syest solution is not working, i’ve added in quick css in theme option.
also i’m not using any cache plugin and after disabling other plugins i’ve cleared all cache /cookies.🙁
March 7, 2015 at 22:16 #49137sharmstrModeratorrespond privately with links and admin credentials. I probably wont be able to look at it today since I need to leave. But I’ll look at it as soon as I can.
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
March 8, 2015 at 17:04 #49203sharmstrModeratorLooks like this only happens on pages that dont have much data on them making them short. For example, the forums container is only 800px or so. If I manually change the container height to 1200px, it stops jumping around. I’m going to assign this to Abe so he can take a look at 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
March 8, 2015 at 17:17 #49205vertideskParticipantNo, all pages jumping..
Forums also. should not be height dependent, as content can be extended to any length.Also plz have a look at menu also.
March 8, 2015 at 17:22 #49206sharmstrModeratorFor me…. Its not happening on activity page. Its not happening on main page. It IS happening on the forum page which is shorter. I’m assigning to Abe who is the lead developer to look at. Please be patient while we figure this 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
March 14, 2015 at 00:20 #50083vertideskParticipantHello any update on this..?
and atleast plz tell me about menu height as stated above.Regards
-V
March 17, 2015 at 00:22 #50375AbeKeymasterhi there.
to reduce the height of the items this CSS should work
COPY CODE.kleo-main-header.header-left:not(.header-scrolled) .navbar-collapse > ul > li > a { line-height: 44px !important; }
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution---
@ SeventhQueen we do our best to have super happy customers. Thanks for being our customer.March 17, 2015 at 00:22 #50376AbeKeymasterthanks @sharmstr @hyest for the help
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution---
@ SeventhQueen we do our best to have super happy customers. Thanks for being our customer. -
AuthorPosts
The forum ‘General questions’ is closed to new topics and replies.