Forum Replies Created
-
Author
-
karmatigerParticipant
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.
karmatigerParticipantI 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.
karmatigerParticipantbigger 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.
karmatigerParticipantI 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.
karmatigerParticipantI thought I’d replied to this. Here is the SS you requested
Attachments:
You must be logged in to view attached files.karmatigerParticipantThe typo in “My Articless” was generated by the Social Articles plugin, not by your theme. My apologies.
karmatigerParticipantAll 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.
karmatigerParticipantYou 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”
karmatigerParticipantI 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.
karmatigerParticipantadded 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.
karmatigerParticipantAgain, 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.
karmatigerParticipantCan’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.
karmatigerParticipantthat 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
karmatigerParticipantThanks, 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?
karmatigerParticipantcan 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.
September 8, 2016 at 17:06 in reply to: How do you change the text in the Kleo Register element? #135456karmatigerParticipantthanks – that worked perfectly
September 7, 2016 at 20:03 in reply to: How do you change the text in the Kleo Register element? #135320karmatigerParticipantWon’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?
karmatigerParticipantAlso 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.
karmatigerParticipant“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.
karmatigerParticipantHow 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.
karmatigerParticipantoh, 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
karmatigerParticipantNope, 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?
karmatigerParticipantis 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?
-
AuthorPosts