-
Author
-
July 10, 2016 at 18:37 #128655ZidiParticipant
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;}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
Attachments:
You must be logged in to view attached files.July 11, 2016 at 08:44 #128695LauraModeratorHello, 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 solutionLaura Solanes - Graphic Designer and Web Designer
Please be patient as I try to answer each topic as fast as i can.
If you like the theme or the support you've received please consider leaving us a review on Themeforest!
Always happy to help you 🙂
July 11, 2016 at 21:13 #128867LauraModeratorHello, 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 solutionLaura Solanes - Graphic Designer and Web Designer
Please be patient as I try to answer each topic as fast as i can.
If you like the theme or the support you've received please consider leaving us a review on Themeforest!
Always happy to help you 🙂
July 13, 2016 at 03:58 #129017LauraModeratorHello, 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 solutionLaura Solanes - Graphic Designer and Web Designer
Please be patient as I try to answer each topic as fast as i can.
If you like the theme or the support you've received please consider leaving us a review on Themeforest!
Always happy to help you 🙂
July 13, 2016 at 09:11 #129028ZidiParticipantthe WP Super Cache is on mode Off, I cleaned the cache but it doesn’t work.
July 13, 2016 at 16:31 #129049ZidiParticipantHi 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 #129184ZidiParticipantHi 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 #129335LauraModeratorGlad 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 solutionLaura Solanes - Graphic Designer and Web Designer
Please be patient as I try to answer each topic as fast as i can.
If you like the theme or the support you've received please consider leaving us a review on Themeforest!
Always happy to help you 🙂
-
AuthorPosts
The forum ‘General questions’ is closed to new topics and replies.