-
Author
-
July 10, 2016 at 18:37 #128655
Zidi
ParticipantNormal
021
false
false
falseES
X-NONE
X-NONE/* Style Definitions */
table.MsoNormalTable
{mso-style-name:”Tabla normal”;
mso-tstyle-rowband-size:0;
mso-tstyle-colband-size:0;
mso-style-noshow:yes;
mso-style-priority:99;
mso-style-parent:””;
mso-padding-alt:0cm 5.4pt 0cm 5.4pt;
mso-para-margin-top:0cm;
mso-para-margin-right:0cm;
mso-para-margin-bottom:10.0pt;
mso-para-margin-left:0cm;
line-height:115%;
mso-pagination:widow-orphan;
font-size:11.0pt;
font-family:”Calibri”,”sans-serif”;
mso-ascii-font-family:Calibri;
mso-ascii-theme-font:minor-latin;
mso-hansi-font-family:Calibri;
mso-hansi-theme-font:minor-latin;
mso-fareast-language:EN-US;}Normal
021
false
false
falseES
X-NONE
X-NONE/* Style Definitions */
table.MsoNormalTable
{mso-style-name:”Tabla normal”;
mso-tstyle-rowband-size:0;
mso-tstyle-colband-size:0;
mso-style-noshow:yes;
mso-style-priority:99;
mso-style-parent:””;
mso-padding-alt:0cm 5.4pt 0cm 5.4pt;
mso-para-margin-top:0cm;
mso-para-margin-right:0cm;
mso-para-margin-bottom:10.0pt;
mso-para-margin-left:0cm;
line-height:115%;
mso-pagination:widow-orphan;
font-size:11.0pt;
font-family:”Calibri”,”sans-serif”;
mso-ascii-font-family:Calibri;
mso-ascii-theme-font:minor-latin;
mso-hansi-font-family:Calibri;
mso-hansi-theme-font:minor-latin;
mso-fareast-language:EN-US;}Hi,
I have some general questions:
1- How can I add KLEO โlike buttonโ at BP acitivity? as I did for share buttons using this code http://pastebin.com/CiNX5XPk
2- It is possible to change only the color of bubble notification (background and text color) at BP profile when a new activity is notified?
3- How can I hide the last activity from the cover of BP and from members page?
4- How can I change the color of stars for product review (the grey and the blue color)?
5- I have two KLEO licenses and two profiles at KLEO forum, and I renewed the support query of one license, it is possible to have all my ticket at only one support account?
Thanks
July 10, 2016 at 18:43 #128659Zidi
ParticipantI apologize for the “code lines” before my message. I don’t know the cause of theses lines
July 11, 2016 at 08:44 #128695Laura
ModeratorHello, i will be happy to help you ๐
For the like button, this feature is not available yet.
For the rest of items, can you share admin credentials so i can test some codes? ๐5. Yes
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionJuly 11, 2016 at 09:32 #128725Zidi
ParticipantHello Laura,
Thank you for your reply.
site: es.unisoko.com
user: laura
password: kleoteam5. My user name for the second account at KLEO support forum is “azidi” and the email is “ali.zidi@gmail.com”. I want to have all ticked in this account
Thanks
July 11, 2016 at 21:13 #128867Laura
ModeratorHello, for 2: Try by adding this to style.css of child theme
COPY CODEa#user-notifications span { color: #ffffff !important; background-color: black !important; }This will change only the one for notification item
3: Add this to style.css of child theme
COPY CODEdiv#latest-update { display: none !important; }4: Add this to style.css of child theme
COPY CODEp.stars.selected a:after { color: red !important; } .woocommerce .star-rating span, .woocommerce-page .star-rating span:before { color: red !important; }5: We cannot transfer topics, but you can use one account for other licenses
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionJuly 11, 2016 at 23:39 #128895Zidi
ParticipantHello again Laura,
I try the code adding it to style css of child theme, but it doesn’t work.
Please could you check my site;Thanks
July 13, 2016 at 03:58 #129017Laura
ModeratorHello, do you have any cache setup that could be blocking it?
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionJuly 13, 2016 at 09:11 #129028Zidi
Participantthe WP Super Cache is on mode Off, I cleaned the cache but it doesn’t work.
July 13, 2016 at 16:31 #129049Zidi
ParticipantHi Laura,
it works well, I found the mistake. I’m really sorry.
I have other question:
I want the background of notification item changes only to notify new activity?
thanks for your help
July 14, 2016 at 13:18 #129184Zidi
ParticipantHi Laura,
I did it using
#buddypress div#item-nav ul li a span {}
#buddypress div#item-nav ul li a span.no-count{}
thanks
July 15, 2016 at 20:33 #129335Laura
ModeratorGlad you could resolve it! ๐
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution -
AuthorPosts
The forum ‘General questions’ is closed to new topics and replies.