This topic has 14 replies, 4 voices, and was last updated 9 years by Milton Ayala.
-
Author
-
January 12, 2015 at 21:40 #41803Sebastien789Participant
Hi,
Is there a way to hide the “time since the last login” on my member page ?
Thanks ! 😉
January 12, 2015 at 22:03 #41805sharmstrModeratorFor member profile page
COPY CODE#item-header-content span.activity { display: none; }
For members listing page
COPY CODE.member-inner-list .item-meta { display: none; }
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
January 12, 2015 at 22:21 #41806Sebastien789ParticipantOk thanks for your help and rocket reply ! 😀
Just one other question :
I use Mycred to give points/Credits to my users. I want to show the amount of credit on the top menu.
The dev of Mycred give me this code : http://pastebin.com/2MjYgZpmBut I don’t know how to use it on your theme. I’ve try to put it on the function.php of the child theme, and i’ve replace “main-menu” by “menu-top-menu” but it didn’t works..
Any idea about that ?
Thanks again for this Crazy support ! 🙂
January 12, 2015 at 23:23 #41810niick8Participant+this! 🙂 would also like to know how to implement the css changes.
/Kr
NickJanuary 12, 2015 at 23:32 #41811sharmstrModerator@sebastien I believe you need to change it to “top”.
@niick8 – You can put css changes in wp admin > theme options > general settings > quick cssHi 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
January 12, 2015 at 23:44 #41815Sebastien789Participant@sharmstr nothing appear with “top” neither the name of my menu which is top menu so “top-menu”. :/
January 13, 2015 at 00:02 #41817sharmstrModeratorOk. I didnt really look at their code. The part where they have ‘main-menu’ is really saying 3 things
1 – If its not ‘main-menu’ location
2 – If the mycred function doenst exist
3 – If you’re not logged inIf any of those are true, then it wont show the menu.
There are 2 menu locations that Kleo uses
top = top menu
primary = main menuSo, “top” should work. If it doesn’t, contact the plugin dev.
For your reference: http://codex.wordpress.org/Function_Reference/wp_nav_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
January 14, 2015 at 01:27 #41968Sebastien789ParticipantThanks for your reply, i’ll contact the dev of mycred about this issue ;).
Just on other thing :
Is there a way to see if there is an issue with the theme, which can cause some big load time ?
Since some week now, my backend is very slow and my website is slow on chrome.. I’ve made all the check with my plugin, unable all of us, but I still have the same issue.And, the file : “admin-ajax.php” took a really long time to load on my page. How can I make it better ? (i’ve seen an other post about this issue here, but there is no reply)
Thanks ! 😉
January 14, 2015 at 01:55 #41973sharmstrModeratoradmin-ajax.php is a WP utility file, which means that tons of things use it. WP, BP, BBP, Kleo… the list goes on. You can change the live notification interval or disable it all together, you’ll need to look at what process/function is the slow one. Do a search google search for more info on that.
You can try one of the built in themes to see if you still have slowness. My guess is that you will. There’s a thread on here about caching using W3TC. Its a pain to configure, but once you do, you’ll be happier.
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
January 14, 2015 at 23:10 #42081sharmstrModeratorYou can inspect the page and look at the network tab to see all the resources being loaded.
That its a buddypress error. You should ask them about 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
January 15, 2015 at 02:04 #42114sharmstrModeratorDid you clear your server cache after installing the ssl cert?
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.