Forum Replies Created

Viewing 26 posts - 1 through 26 (of 26 total)
  • Author
  • in reply to: Stop breaking things #138378
     karmatiger
    Participant

    I’m not. I shouldn’t have to change YOUR code in order to make things word. You’re kind of missing the point. STOP BREAKING THINGS.

    in reply to: Stop breaking things #137798
     karmatiger
    Participant

    I changed your code in kleo_page_template_redirect() from

    ( ( ! bp_is_blog_page() && ! bp_is_activation_page() && ! bp_is_register_page() ) || is_bbpress() )

    to

    ( ! is_home() && ! bp_is_activation_page() && ! bp_is_register_page() )

    …and that solved it.

    in reply to: hidden CSS #137209
     karmatiger
    Participant

    explain.

    in reply to: update broke registration, login #136975
     karmatiger
    Participant

    bigger problem – the update seems to have reset everything I had in the child theme settings via the backend back to default. It wiped my favicons, my email away message… pretty much any setting one could make via Theme Options. Now I must rebuild from scratch.

    in reply to: hidden CSS #136967
     karmatiger
    Participant

    I tried that before asking. It does not. There’s something in the CSS spread throughout your theme’s code in various files that’s causing this.

    in reply to: hidden CSS #136696
     karmatiger
    Participant
    This reply has been set as private.
    in reply to: Masonry grid image not resizing #135751
     karmatiger
    Participant

    I thought I’d replied to this. Here is the SS you requested

    Attachments:
    You must be logged in to view attached files.
    in reply to: profile nav items and text screens #135750
     karmatiger
    Participant

    The typo in “My Articless” was generated by the Social Articles plugin, not by your theme. My apologies.

    in reply to: stuck on welcome page when logged in #135749
     karmatiger
    Participant

    All right, this one is on me. The My Articless typo is actually generated by the Social Articles plugin, NOT Kleo. I’m sorry for giving you grief about something that wasn’t your fault.

    in reply to: Mobile menu manual manipulation #135735
     karmatiger
    Participant

    You seem to presume people posting here don’t know how to code. The problem is your file structure is non-standard and finding the calls is very difficult. It would be simpler if you replied with “The code that handles that is located in [filename].php”

    in reply to: stuck on welcome page when logged in #135693
     karmatiger
    Participant

    I used Loco and rewrote pages of buddypress and kleo framework text strings. All were saved.

    a) none of them are affecting my site. It still shows the original strings

    b) none of them are the ‘My Articless’ string with that annoying typo you ship the theme with.

    in reply to: Post and Page exerpt in activity feed #135650
     karmatiger
    Participant

    added to my chilld theme css, it worked well. Thanks.

    How do I add in (… read more) to the end of the excerpt? It’s standard buddypress behavior yet your theme seems to have blocked it.

    in reply to: Masonry grid image not resizing #135628
     karmatiger
    Participant

    Again, it’s NOT USING THUMBS. Your code is using the featured image, not the thumbnail size, so telling me to resize thumbnails isn’t helping at all. Added to which, as I’ve already stated in the first goddamned sentence of this thread, I set it to CROP ALREADY.

    Christ sakes, read what I wrote before telling me to do what I already told you I did.

    in reply to: Post and Page exerpt in activity feed #135582
     karmatiger
    Participant
    This reply has been set as private.
    in reply to: stuck on welcome page when logged in #135565
     karmatiger
    Participant

    Can’t you just tell me where the strings are generated within your Kleo structure so I may override them with my child theme?

    “Try this third party plugin” seems to be a common reply from you; but for what should be simple things like this, it should either work out of the box or be able to be fixed with code rather than adding plugins which can later crash the site with inconsistent updates.

    in reply to: Masonry grid image not resizing #135559
     karmatiger
    Participant

    that was the first thing I tried. It seems your code is pulling the featured image, not the thumbnail of same, so it ignores the thumbnail size parameters

    in reply to: profile nav items and text screens #135530
     karmatiger
    Participant

    Thanks, that worked. How do I fix the typo in Articles(s), and change the names of tabs? Or remove “Profile group” when editing a profile group?

    in reply to: profile fields #135513
     karmatiger
    Participant

    can you provide sample code that shows the fields as you do in the demo? What you sold based on the demo and what was provided don’t match. I shouldn’t have to add additional code to make the site do what your demo does.

    in reply to: How do you change the text in the Kleo Register element? #135456
     karmatiger
    Participant

    thanks – that worked perfectly

    in reply to: How do you change the text in the Kleo Register element? #135320
     karmatiger
    Participant

    Won’t it get overwritten when K-elements updates? Can I make a K-element folder in child as one does for buddypress and put it there?

    in reply to: stuck on welcome page when logged in #135252
     karmatiger
    Participant

    Also you have a typo in the navigation tabs. It says “My Articless” (with two esses). Because one can’t easily change this bar, if at all, one can’t fix the typo. There ought to be an option to rename the tabs anyhow.

    in reply to: stuck on welcome page when logged in #135250
     karmatiger
    Participant

    “It may be an error with the script you added”

    It’s your own script, created by 7th Queen and presented on this site as the solution to hide the wordpress admin bar from all users except admins. If the script is the problem, perhaps you should fix it.

    in reply to: profile fields #135190
     karmatiger
    Participant

    How do you modify the user profile? Buddypress puts the @username on the cover, and right underneath there’s Username as the profile title, then right under that there’s Name: Username in the Base. A profile doesn’t need the username repeated 3 times at the top – that’s a huge waste of space.

    Also I’d like additional fields to show in the cover, like you do in your SweetDate theme, and change the order the profile field groups and profile toolbar items are displayed.

    in reply to: stuck on welcome page when logged in #134933
     karmatiger
    Participant

    oh, for anyone else having the redirect problem:

    scroll all the way down your dashboard menu to Theme Options (the one generated by Kleo, not the one under Appearances)

    then it’s Theme Options -> Miscellaneous -> Homepage Redirect

    by default it’s disabled. Set it to Redirect to current user or author page

    in reply to: stuck on welcome page when logged in #134898
     karmatiger
    Participant

    Nope, it wasn’t a cache issue. It was that buddypress was set to not redirect by default.

    Since it took me an hour to post the first question and I can’t find a link to easily post another I’ll ask here:

    – how do you put the user avatar on the right of the username in the main menu, instead of on the left?

    – the user avatar doesn’t show up if the wordpress bar is enabled. I added the script to hide the wordpress bar from all users except admins, but when I’m logged in as an admin my account’s avatar blanks out in the top menu

    – how can I make the profile toolbar icons smaller? Can I change the order in which they’re displayed?

    – how can I make the profile display the profile/about me info by default instead of the activity?

    in reply to: Display Member Name Next to Avatar #134894
     karmatiger
    Participant

    is there a way to show name on the left, avatar on the right instead of name on the right, avatar on the left as it is presently?

Viewing 26 posts - 1 through 26 (of 26 total)

Log in with your credentials

Forgot your details?