Forum Replies Created

Viewing 40 posts - 81 through 120 (of 246 total)
  • Author
  • in reply to: Social Sharing of Activity Stream #114271
     Kieran
    Participant

    I quite like the idea of this, but I wouldn’t want it loaded for every single activity item, maybe a share button that only load the standard kleo share options when pressed. It’d have to account for getting the specific activity URL too rather than just sharing the page in which it appears (for instance default ‘Activity’ page).

    in reply to: New users can not create a forum #112972
     Kieran
    Participant

    Is this a new group you’ve just created, or was this group created before?

    If the group was created before, could you try creating a new group with an attached forum and see it the issue still appears.

    in reply to: New users can not create a forum #112969
     Kieran
    Participant

    You’re welcome glad it helped @dave_mccoy 🙂

    in reply to: New users can not create a forum #112967
     Kieran
    Participant

    Just a thought..

    Have you gone to wp-admin > Tools > Forums and run all the repair tool options?

    Does the group have the appropriate forum assigned to it in the discussion forum panel under wp-admin > Groups > ‘Group Name Here’ > Edit as well the the check box ticked?

    in reply to: Menus going out of viewable area when full width. #112844
     Kieran
    Participant

    Also..

    There appears to be a z index issue with the styling of individual replies within bbPress both here and in the main Kleo theme. It’s appearing over the main menu when a user scrolls instead of in the main page area.

    Attachments:
    You must be logged in to view attached files.
    in reply to: Menus going out of viewable area when full width. #112843
     Kieran
    Participant

    Hi Laura,

    Sorry for the delay in replying. I currently do not have a live example to show you as I am working from localhost.

    Using the header layout as shown here on the demo and adding a two deep sub menu to the ‘Buy Now’ or ‘Sidekick’ menu items should replicate the issue.

    Thanks for your response, I’m liking the recent forum changes here by the way.

    in reply to: ##member_name## don’t show the username #111824
     Kieran
    Participant

    Welcome 🙂

    in reply to: ##member_name## don’t show the username #111819
     Kieran
    Participant

    Just a thought, you are inputting it in the Title Attribute field and not the Navigation Label field, aren’t you?

    You can turn on Title Attribute by scrolling to the top of the menu page, selecting the screen options tab in the top right and ticking the Title Attribute option.

    in reply to: Add on/off to certain js animations #106473
     Kieran
    Participant

    Thanks for the addition @Abe I’m already using the option for only on mobile, which was a nice touch!

    in reply to: KLEO Updates Change Log #77290
     Kieran
    Participant

    @tangpage it’s right there on the first page of this topic, second post.

    https://archived.seventhqueen.com/forums/topic/kleo-updates-change-log/#post-19544

    in reply to: Visual Composer – Text Block #77283
     Kieran
    Participant

    Hi,

    Thanks for the response(s), I took today’s update and it resolved the issue. Not entirely sure what happened as I did delete and re-install the core plugins at the time just to make sure.

    Anyway it’s done with now – thanks! 🙂

    Kieran

    in reply to: Visual Composer – Text Block #77045
     Kieran
    Participant

    I tried deactivating all of them (the issue was present with all other plugins off) and enabling one by one, the issue persisted.

    Screenshot of issue below

    Attachments:
    You must be logged in to view attached files.
     Kieran
    Participant

    That’s great news, thanks @Abe

    in reply to: Age Display in profiles #75244
     Kieran
    Participant

    That’s a bummer, I had that issue myself and that method fixed it, best asking there.

    As for your 90 degree image question I have no idea, hopefully 7thQueen support will pick this up for you. Sorry I wasn’t much help.

    in reply to: Age Display in profiles #74934
     Kieran
    Participant

    sorry for I screwed up what I was saying there, I meant

    Go to the plugin editor and select the BuddyPress Xprofile Custom Fields Type plugin from the drop down, click the file bp-xprofile-custom-fields-type.php if not already selected and add the code (previous post) at the very end after all other code within that file.

    in reply to: Age Display in profiles #74930
     Kieran
    Participant

    This should work, if not try their (BP Profile Search) support forum http://dontdream.it/support/topic

    Go to the plugin editor and select the custom fields plugin, click the file bp-xprofile-custom-fields-type.php in wp-content/plugins/buddypress-xprofile-custom-fields-type if not already selected and add the code (below) at the very end after all other code.

    COPY CODE
    add_filter ('bps_field_type_for_validation', 'bxcft_map');
    add_filter ('bps_field_type_for_search_form', 'bxcft_map');
    add_filter ('bps_field_type_for_filters', 'bxcft_map');
    add_filter ('bps_field_type_for_query', 'bxcft_map');
    function bxcft_map ($field_type)
    {
        if ($field_type == 'birthdate')  return 'datebox';
        return $field_type;
    }
    in reply to: Age Display in profiles #74783
     Kieran
    Participant

    https://wordpress.org/plugins/buddypress-xprofile-custom-fields-type/

    Install, create field as Birthdate Selector and tick “Check this if you want to show age instead of birthdate”

    in reply to: Site not working in Internet Explorer! #74759
     Kieran
    Participant

    Hi,

    Not affiliated here just throwing in my two pennies. I tried your site on Windows 8 > IE11 and it displays perfectly for me with icons and fonts as they should be. Try clearing your IE11 cache and see if that works?

    in reply to: Mobile Notifications Dropdown / Overlay #74584
     Kieran
    Participant

    Excuse typos I’m on a mobile and I have fat fingers.

    in reply to: website speed #74251
     Kieran
    Participant

    Just my two pennies worth, if you’re willing to switch host to solve this issue try SiteGround. They’re fine tuned for WP and BP, comes with amazing caching and has free CloudFlare. I switched for the same reasons as you on the recommendation of @Sharmstr and I haven’t looked back. I now get a 95/100 rating from Pingdom. Just a thought anyway.

    If this is not an option there are a ton of threads on here about speed and caching have a look through them, they’re bound to have some other options for you.

    in reply to: Fast Website #72055
     Kieran
    Participant

    Just my two pennies worth here, but I would simply move to SiteGround. I was having massive issues with speed I was ranked 45/100 by Pingdom on my private test site, after the switch and some very basic config in the SiteGround settings I scored 95/100. It’s got free CDN too 😉

    If this isn’t an option search caching in the forum there are tons of topics here that cover this in detail.

    in reply to: Custom header images #64020
     Kieran
    Participant

    Does VC definitely work in the head option for pages? I have never successfully gotten anything to show.

    in reply to: Installing BuddyPress Cover Photo #63614
     Kieran
    Participant

    Issue resolved itself after updating todays new version of BuddyPress. Set as resolved.

     Kieran
    Participant

    That works a treat, thank you so much for your help as ever!!

    Can you do me a favor and send me a PayPal email address for you in private so I can send you something.

    Thank you!

     Kieran
    Participant

    Hi, I just looked at your example and that is how it should work. What I have is when I click the box, no attach media button shows, I then have to click off on the page in a random place to get the button to show up. Which means most users won’t be able to identify when posting an update they can add media.

     Kieran
    Participant

    We were on a very nice server until not too long ago, but we lost funding for the project and as such closed shop and moved it back to our general test server. Which is poo 🙁 but hey-ho

     Kieran
    Participant
    This reply has been set as private.
     Kieran
    Participant

    Hi, fair enough on the moving the ticket, I will supply some details below for logging in – thanks for taking a look.

    in reply to: Recommended Hosting #61404
     Kieran
    Participant

    I have used Codero (dedicated) for a while now and find their machines and support top notch, they’re always reachable by phone or email 24/7 and go above and beyond to solve issues. I’ve also had 0% down time with them, something I am not able to say for many other hosts that I have been with over the years.

    in reply to: Buddypress Profile Fields #61239
     Kieran
    Participant

    Hi,

    I just tried your CSS provided with a tweak for margin on both and it worked a charm, I forgot to mention I was using the tabs from Kleo instead of the default (as per your screenshot above), thank you so much for your help as ever @sharmstr !

    COPY CODE
    #buddypress div.profile .dl-horizontal dt {
      float: left;
      text-align: left;
    margin-left: 15px;
    }
    
    #buddypress div.profile .dl-horizontal dd {
      clear: both;
      margin-left: 15px;
      text-align: left !important;
    }
     Kieran
    Participant

    Perfect, thank you!

    in reply to: Buddypress Profile Fields #61228
     Kieran
    Participant

    DOH! I forgot the screenshot again! (bad day..)

    Attachments:
    You must be logged in to view attached files.
    in reply to: Buddypress Profile Fields #61227
     Kieran
    Participant

    Hi @Sharmstr,

    I applied the above CSS to the child theme, it worked in the sense of creating two different lines, however, it’s not aligned (see screeenshot below), any thoughts? Thank you for your reply 🙂

    in reply to: Buddypress Profile Fields #61223
     Kieran
    Participant

    Forgot to add screenshots

    (Mobile)

    Attachments:
    You must be logged in to view attached files.
    in reply to: Buddypress Profile Fields #61221
     Kieran
    Participant

    Forgot to add screenshots

    (Desktop)

    Attachments:
    You must be logged in to view attached files.
    in reply to: KLEO Updates Change Log #60616
     Kieran
    Participant

    I totally understand that, and after all of the other perfect releases I would expect nothing less.

    On a side note I have been meaning to say thank you to you all for your hard work both on the theme itself and in the forums answering theme and unrelated questions. This is simply the best theme I have ever purchased. Keep up the great work 🙂

    Kieran.

    in reply to: KLEO Updates Change Log #60612
     Kieran
    Participant

    Hi, this might be jumping the gun a little seeing as the update is not out yet, but will group cover photos come with the same BuddyPress settings that gets rid of the breadcrumbs gap and allows that section to be full width?

    Thanks in advance,

    Kieran

    in reply to: How to Add My Articles Tab #60588
     Kieran
    Participant

    Install the third party plugin Social Articles.

    https://wordpress.org/plugins/social-articles/

    in reply to: Default profile cover image #57922
     Kieran
    Participant

    Thanks @Abe 🙂

    in reply to: Add on/off to certain js animations #56826
     Kieran
    Participant

    Yes, yes – yes! 🙂

Viewing 40 posts - 81 through 120 (of 246 total)

Log in with your credentials

Forgot your details?