Forum Replies Created
-
Author
-
raniele
Participanthi Radu,
i’m sorry but changing header’s height doesn’t automatically resize the logo.
could you be so kind and provide a different approach? (i.e. pointing me at the right css classes?)
thanks in advanceraniele
ParticipantHello @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 advanceDecember 1, 2015 at 17:22 in reply to: Excluding roles from member older/newer-nav navigation (next /previous) #90341raniele
ParticipantThanks 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.
raniele
Participantthanks 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.
raniele
ParticipantHi 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) #89521raniele
ParticipantThanks LAura
Could you maybe recommend anyone? Either do you offer such services at 7thqueen?raniele
ParticipantHullo 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.raniele
ParticipantHi @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 lotraniele
ParticipantSorry for bothering Radu,
I am afraid that the solution you provided only fixed avatars in the member directory page, avatars of any masonry I create on any page are still blurred.
THanks in advance if you have any suggestion about how to proceed and my most sincere apologies for this messy thread but I’m writing from my phone at the moment.raniele
ParticipantMy 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 🙂raniele
ParticipantThank you very much for your reply Radu,
Unfortunately what you proposed just does not work for fixing the photo blurring.
Let me try to sum it up again adding some pic this time as well:
1. I’ve been trying to set large avatars in the memeber loop view
2. Avatar size was changed via css as follows:
.item-avatar{
width: 200px !important;
height: 200px !important;
margin:0 0 25px 30px !important;
}
#buddypress #members-list li div.item-avatar {
float: none !important;
display:block !important;
}#buddypress #members-list li div.item-avatar img.avatar {
width: 200px !important;
height: 200px !important;
}3. Before using your code, avatars looked blurred as in capture1, of which I am also uploading the original pic.
4. After applying your code (see Capture2), avatar pic just broke as for Capture
raniele
ParticipantThank 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.
raniele
ParticipantHi 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 #81103raniele
ParticipantAbsolutely 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 #80431raniele
ParticipantAnd 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 #80429raniele
ParticipantWell 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 #80416raniele
ParticipantThank you so much for your availability,
You can log in at http://www.translatorsunion.com/
as: sharmstr
the password is: 7thqueenpasswordLogin link is in the upper-right corner.
The page you are looking for is
http://www.translatorsunion.com/test-user-dashboard/and the button I need to style is the blu one in page upper section. IT says Do Action of Type 1, I would need it to be like 300 px wide.
I’ll be waiting for your feedback, and thanks again for your help.
October 1, 2015 at 18:32 in reply to: CSS classes and IDs on KLEO button with visual composer #80300raniele
ParticipantNo 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 #80285raniele
ParticipantThanks 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 #79570raniele
ParticipantThanks 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.raniele
ParticipantHello 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