Forum Replies Created
-
Author
-
sharmstr
ModeratorI’m not positive, but none of the bbp_breadcrumbs return anything, so perhaps kleo is overriding it.
The breadcrumb in the title uses kleo_breadcrumb();
COPY CODEfunction kleo_breadcrumb($args = array()) { if ( function_exists('bp_is_active') && !bp_is_blog_page() ) { $breadcrumb = new buddypress_Breadcrumb_Trail($args); } elseif (function_exists('is_bbpress') && is_bbpress()) { $breadcrumb = new bbPress_Breadcrumb_Trail($args); } else { $breadcrumb = new Breadcrumb_Trail($args); } return $breadcrumb->trail(); }
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionThis support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com
sharmstr
ModeratorSorry for the late response, I’ve had to deal with some family issues.
Lets us know if @hyest solution works.
As far as the animations go, you say that there are no customization but when I looked at your site there were. Furthermore, its not happening on anyone elses site, its specific to your site. Did you reset your cache after disabling plugin?
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionThis support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com
sharmstr
Moderatorlink please
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionThis support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com
sharmstr
ModeratorThat doesnt make much sense from a theme/code perspective. I’m not saying that you are crazy, I’m saying that the code doesnt load different js files for mobile. Have you tried on different mobile devices? Have you tried clearing the cache on your phone? What host are you on? Have you talked to them? What js files aren’t loading?
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionThis support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com
sharmstr
Moderatorkleo never updates a child theme. No parent theme ever updates a child theme for that matter. The child theme is there to override parent theme files.
Did you install the cover photo plugin? Appearance > Install Plugins > BP Cover Photo
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionThis support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com
sharmstr
Moderatorlooks like whatever you are using to minify css files isn’t doing it in the correct order. You can try putting this in your child css
COPY CODE.kleo-main-header .nav li.kleo-megamenu.mega-3-cols>.dropdown-menu { margin-left: 0px !important; }
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionThis support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com
sharmstr
ModeratorLots of plugins out there for that.
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionThis support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com
sharmstr
ModeratorI almost posted that solution first, but then thought you might want users to be able to see that their update actually posted. If you hide that area and only show the form, there is not visual indication that their update was successful and they may do it multiple times. Maybe set it to only show 1 activity so they can at least see something. If you really want to hide it, try this.
COPY CODEul#activity-stream { display: none; }
But make sure you put it in the css section for the page using VC (the gear icon, upper right of VC section). Dont put it in your child css or it will hide it for the entire site.
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionThis support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com
sharmstr
ModeratorKleo doesnt add that. Install SEO by Yoast. That’s what a lot of us use.
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionThis support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com
sharmstr
ModeratorYou need to unzip the file you downloaded from Envato. Inside there will be the theme zip files along with a slew of other files you can install. https://archived.seventhqueen.com/video-tutorials or read the documentation https://archived.seventhqueen.com/documentation/kleo
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionThis support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com
sharmstr
ModeratorThere is a sticky topic for that https://archived.seventhqueen.com/forums/topic/what-plugin-are-you-using-to-show-ticket-status
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionThis support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com
sharmstr
ModeratorHey Benji – I’m sorry man, but I’ve already spent a few hours getting this to work for you. I really dont have any more time to spend on it. Read up on filters.
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionThis support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com
sharmstr
Moderatortry this
COPY CODEul#menu-top-menu { background-color: rgba(256,256,256,0.7); }
Get rid of that empty space and see if it fixes the issue. Put a gap below each column instead.
Turn off title and info section at the page level. Go into page editor and scroll down to the Theme General Settings > Title Section
I dont know what’s going on with your site and the animations. Could be any one of the customizations you’ve done. It doesnt happen by default: http://seventhqueen.com/themes/kleo/groups/
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionThis support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com
sharmstr
Moderator@hma – That’s not the admin bar. That’s kleos top bar menu. Theme options > Header Options. Create the menu in Appearance > Menus
Benji – I’m not overwriting the config. As I explained a few times now, I modified the kleo_menu_user_avatar because ….
The problem with this is that Kleo wants all the html stripped out so that it only receives the path to the file, not the img src tags. Since kleo doesnt get a path and gets the actual image html, it cant find the avatar and shows a default one instead.
The path is dependent upon how they logged in. If they log in via WP then it looks in the avatar folder. If they log in via linked in, then the path is on the linkedin servers.
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionThis support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com
sharmstr
Moderatorlook at the top of your functions.php file.
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionThis support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com
sharmstr
Moderatorhttp://www.wpbeginner.com/wp-tutorials/fix-wordpress-memory-exhausted-error-increase-php-memory/
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionThis support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com
sharmstr
Moderatorregular menu
COPY CODE.nav .caret:after { color: red !important; } .top-menu .caret:after { color: red !important; }
transparent
COPY CODE.navbar-transparent.on-dark-bg .navbar .navbar-nav .caret:after { color: red; }
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionThis support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com
sharmstr
Moderator1 – That other thread was about icon colors. I dont see any icons in your menu. Tell me exactly what you need.
2 – Videos are not working because you have and empty container over the activity feed container and the video container.
3 – Do a search here. Its been discussed before but not sure of the result.
4 – Transparent: You also need to turn off info and title.
5 – Animation seems fine to me.
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionThis support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com
Attachments:
You must be logged in to view attached files.sharmstr
ModeratorLots of results on google. Here’s one http://wordpress.stackexchange.com/questions/109694/how-to-redirect-logged-out-users-to-specific-page
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionThis support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com
sharmstr
Moderator@jiant – Talk to your hosting company. They will assist you in creating a test site. That is beyond the scope of help here.
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionThis support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com
sharmstr
ModeratorIts showing up now but they put their own css on it when they filter it. I’m not fixing that. Good luck.
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionThis support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com
sharmstr
Moderatornever mind. i got it.
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionThis support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com
sharmstr
Moderatorwhat’s the ftp server name?
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionThis support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com
sharmstr
ModeratorIs this site live or still in beta?
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionThis support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com
sharmstr
ModeratorI also need a linkedin account to use to login with.
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionThis support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com
sharmstr
ModeratorDid you try the code I gave you?
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionThis support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com
sharmstr
ModeratorYou cant attach php files.
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionThis support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com
sharmstr
ModeratorPut this in your childs functions.php file and see what happens. This is just a guess since I dont have their code.
edit: attached code instead
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionThis support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com
Attachments:
You must be logged in to view attached files.sharmstr
ModeratorLook at my second image. That’s IS my blog page.
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionThis support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com
sharmstr
ModeratorOh look, they are filtering the avatar. *sigh*
I need to see login_radius_bp_avatar
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionThis support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com
sharmstr
ModeratorDid you try disabling plugins? Maybe something you have installed is filtering the bp_ajax_querystring after you are.
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionThis support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com
sharmstr
ModeratorThe above was the actual post. Here’s the archive page
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionThis support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com
Attachments:
You must be logged in to view attached files.sharmstr
ModeratorNo
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionThis support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com
Attachments:
You must be logged in to view attached files.sharmstr
ModeratorThe profile tab only shows the topics, you cant start one from there.
The main forum page shows a listing of all the forums: http://seventhqueen.com/themes/kleo/forums/
You have to be within one of the forums to start a new topic. The forum is at the bottom of the page: http://seventhqueen.com/themes/kleo/forums/forum/design-with-pleasure/
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionThis support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com
sharmstr
ModeratorAgain, shouldn’t cause issues. Maybe you have caching turned on?
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionThis support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com
sharmstr
ModeratorAre you saying that you’re changing the title of the demo pages using the page editor? If so, that wont cause issues.
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionThis support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com
sharmstr
ModeratorI dont understand.
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionThis support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com
sharmstr
Moderator@adasin, this only happens when the content doesnt have enough information to make the container large enough to show all of the meta data. It really has nothing to do with having an image or not, except for the fact that and image, in most cases, will make the container larger and therefore all of the meta will be shown.
Your example only has one line, so the container is short and hides the author meta. If you had several lines of text, it wouldnt be an issue. I’ll pass this along to abe to see if we can come up with a solution.
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionThis support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com
sharmstr
Moderatorhttps://archived.seventhqueen.com/forums/topic/buddypress-cover-photo-default-image
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionThis support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com
-
AuthorPosts