Forum Replies Created
-
Author
-
ranieleParticipant
Hello @Sharmstr
Sorry to bump into this thread, I think I need some direction to show up video in sliders just the way they look in the link you posted above.If I add the video to the custom post type I am using it appears in the post content but not in the slider. the attachments should clarify what I am trying to achieve and what I see instead.
Any clue will be veru welcome.
Thanks in advanceAttachments:
You must be logged in to view attached files.December 1, 2015 at 17:22 in reply to: Excluding roles from member older/newer-nav navigation (next /previous) #90341ranieleParticipantThanks for your reply and suggestion,
After asking on the Envato support forum for Kleo, I’ve been pointed to line 1959 in kleo/buddypress/buddypress-functions.php , namely to function kleo_bp_add_profile_navigationI’m posting it here as well in case somebody else had the same problem.
I’ll try to exculude roles from there and will be updating this thread in case I come up with anything.
Thanks a lot.
ranieleParticipantthanks for your reply Laura,
After some testing I’d like to add that the right parameter to modify is not background-image, as doing so would just add another additional icon beneath the existing one.Rather, it seems the most fruitful approach would be addressing the content: and font-family: parameters, such as:
a#user-following:before{
content:”\a89f” !important;
font-family:”fontello” !important;
}p.s.: the fontello code in content: is just an example.
ranieleParticipantHi Laura,
Very many thanks for you availability.
Actually I need to change the icons for certain additional component navigation tabs, such as myCred, BuddyFollow and the like, which for the moment are loading Kleo standard “checked circle” icon. Please feel free to use any sample picture name/url for the moment, I am mostly interested in learning how to do it myself.November 27, 2015 at 13:47 in reply to: Excluding roles from member older/newer-nav navigation (next /previous) #89521ranieleParticipantThis reply has been set as private.ranieleParticipantHullo Radu,
Thanks afgain for your support but fortnately I found a solutuion.
In case anybody else is interested I fixed it addressing buddypress default avatar size.ranieleParticipantHi @Catalin,
I was looking for the same pieace of information, knew it was hera as had used it before but the link now seems broken, could you please update me about how to change the icons?
Thanks a lotranieleParticipantMy bad!
I realised just after having sent the message where (my) syntax error was.
Your solution went as smooth as witch’s oil.
Thanks a lot Radu, from me and Ronald 🙂Attachments:
You must be logged in to view attached files.ranieleParticipantThank you very much Radu,
I think I might have found a suitable workaround for my needs, yet I would like to ask your support to properly style members’ avatar in the member directory “card” view. Feel free to move this thread elsewhere should it result offtopic.In two words:
a)I made avatars bigger tuning the following CSS rules:
#buddypress #member-list li div.item-avatar img.avatar,
and .img.avatarbut the pics are now pretty blurred and I don’t know how to fix it (same pics look nice in member masonry view, created via shortcode).
b)how can I change img.avatar (still in member directory) from .rounded to .squared?
Thanks in advance for you support.
ranieleParticipantHi Radu and thanks for you answer. However I am looking to hide the div for site visitors only. logged on members should still be able to use navs and subnavs.I am afraid this wasn’t very clear in my original question. any suggestion?
thanks in advanceOctober 6, 2015 at 14:05 in reply to: CSS classes and IDs on KLEO button with visual composer #81103ranieleParticipantAbsolutely right, thanks for pointing it out to me.
October 2, 2015 at 16:38 in reply to: CSS classes and IDs on KLEO button with visual composer #80431ranieleParticipantAnd yet…
I am sorry to bother you further but could you please explain what exactly have you done?I changed the CSS in WP editor as you suggested and the button was actually styled as required. If however I try to style the element further my changes just does not apply.
For instance: on the same page I created three more buttons, all with class .dshbrd_bttn.
Since however they were all slided 10px rightwise except the first, I renamed this latter class as dshbrd_bttn_1st and styled the element as.dshbrd_bttn_1st {
width: 300 px !important;
margin: 0 0 0 10px !important;
}And again this doesn’t work, despite flushing the cache and checking user sessions. Honestly this puzzles me quite a bit… what is your professional opinion about this behaviour?
October 2, 2015 at 16:03 in reply to: CSS classes and IDs on KLEO button with visual composer #80429ranieleParticipantWell this is what I call fanta-ICT… I’d swear I tried that already but anyway thanks for making it work and for your time in doing so.
Hail to the (7th)Queen!October 2, 2015 at 15:00 in reply to: CSS classes and IDs on KLEO button with visual composer #80416ranieleParticipantThis reply has been set as private.October 1, 2015 at 18:32 in reply to: CSS classes and IDs on KLEO button with visual composer #80300ranieleParticipantNo I am not. should I?
in the VisualComposer interface I typed mybuttonclass.mybuttonclass has only been used in the style sheet.
October 1, 2015 at 17:33 in reply to: CSS classes and IDs on KLEO button with visual composer #80285ranieleParticipantThanks for the quick answer but I already tried with the!important declaration and it just does not seem to work: neither using just .mybuttonclass nor with .mybuttonclass within #rowID.
September 26, 2015 at 15:26 in reply to: customising blog items for CPT with custom templates #79570ranieleParticipantThanks Sharmstr,
both for the code and for the directions.
It worked smoothly and hopefully I could learn something, really appreciated your help and your sharing.
There is just one more thing I can’t figure out and I would like to ask your kind your help with:
What if I want to show more than one hyerarchical taxonomy through kleo_entry_meta?
It seems I am just not able to dublicate get_the_term_list
Thanks in advance for your time.ranieleParticipantHello Radu,
I’m replying to this thread beacuse I think I am quite in the same siituation.
I have created a custom post type and made a single-mycpt.php for it, which has been added to Kleo Child.I would need to have one specific sidebar only on that particular post type, but despite content-aware-sidebars, there seems to be no way to even display any sidebar with said cpt.
I would really appreciate any help. Thanks in advance -
AuthorPosts