Forum Replies Created
-
Author
-
sharmstr
ModeratorYou’re welcome.
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
Moderatormoving because this isnt a bug.
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’re welcome.
So, keep in mind, dont update plugins just because there is an update. You should always make sure the version of Kleo you’re using is compatible first.
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 I’m saying when I said “hardcoded”… Kleo doesnt save hardcoded links. Even in its shortcodes. It uses media IDs and passes those IDs to wordpress functions that will correctly use https.
I’ve switched many sites from http: to https:. I’ve helped many people here with your same issue. 99% of the issues were caused by some sort of server caching.
If you look at the errors your home page is throwing, they are 404 errors, not mixed content errors. In other words, they cant be found via http or https because they dont exist.
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 use hardcoded src files. The most common issue with broken images after switching to https is server caching or not purging your cdn if you have one in place.
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
ModeratorAnother thing I forgot. In the future when you have “is Kleo doing something special with xxx?” questions, you can always figure that out yourself by switching to the WP 2015 Theme to test your work. If it works there, but doesnt working in Kleo, then you know that Kleo requires something special in order for your customization to work.
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 should also mention, that by using pre_get_posts, there’s no need to create a category-xxx.php file either. You only need that if you plan to change the layout of that specific category.
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
ModeratorYep that makes sense. CPTs dont show up in WP archives by default, even if you create a category template for them as you have. You have to tell WP to display them as well using pre_get_posts. http://premium.wpmudev.org/blog/add-custom-post-types-to-tags-and-categories-in-wordpress/
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
ModeratorYes. That’s what I meant by “via FTP”. Hope that clears things up.
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
ModeratorIt depends on how you set it up. I know your title says ‘custom category’ but is that really a custom taxonomy are do you mean you’re actually using the built in WP categories in your cpt?
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
ModeratorHere’s the sticky topic on that subject: https://archived.seventhqueen.com/forums/topic/steps-to-update-kleo-theme
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 was a code change on themeforest. Update via ftp: https://archived.seventhqueen.com/forums/topic/steps-to-update-kleo-theme
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
ModeratorThen you can do the same thing, but use user-invite-anyone as the class 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
Moderatoradd an Extra Class Name to the text block, then add the custom css to your quick css
So, if your extra class name is dropshadow-me, your css would be
COPY CODE.dropshadow-me { text-shadow: 2px 2px #000; }
You can adjust it by changing the 2px and #000 to suit your needs.
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
ModeratorHappy New Year. The standard way of changing the buddypress menu icons is detailed here: https://archived.seventhqueen.com/forums/topic/change-buddypress-navigation-menu-icons
But since you’re not using the font icons that come with Kleo, then I cant tell you for sure. How did you customize your icons before?
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’ll need to do that with custom css. If you tell me exactly what you want to add it to, I can help.
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 first thing you should do is update Kleo. The Kleo version you’re running isnt compatible with the version of BP you’re running. If that doesnt fix the issue, look for a plugin conflict. Let me know.
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
ModeratorGlad you figured it out.
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 actually only a single column (because you only have one featured post), but your image isnt wide enough to go all the way across. You can tell by the text below it. Its really just a by-product of having only one featured post. Add another one or two and you’ll see what I mean.
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
ModeratorNot sure I understand. That page is not the ‘backend’. Are you asking if the sites homepage can be the users profile? If so, then the answer is no. But you can do a login redirect to the users profile.
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
ModeratorWorks on both of my sites. Maybe you have a plugin overriding 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
Moderator1 – See if this makes sense… When using a static page, you’re using several elements (revslider, post shortcodes, etc) that have no knowledge of each other and what each other is displaying. Its up to you to come up with a clever way of setting each one of them up so that they dont show the same content. You can do this by using the filtering capabilities of each component using categories and tags. In a future release of Kleo (4.0 I think… no ETA), you’ll have even more control over this by using an offset parameter. With this you’d be able to set up your slider to show the latest 5 posts, then set your post grid to start with the 6th post, thereby eliminating displaying a post that the slider is already displaying.
For the ‘latest posts’ page. That’s really the default way that WordPress shows a blog page and there isnt much customization you can do without custom code. Kleo does have a featured posts section above the posts though.
2 – What “feature page”?
3 – The pagination is controlled by your “blog pages show at most” setting in Settings > Reading.
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
ModeratorIt works. You’re probably just not using the correct action which should be init.
COPY CODEfunction my_change_profile_tab_order() { global $bp; $bp->bp_nav['profile']['position'] = 10; $bp->bp_nav['forums']['position'] = 15; $bp->bp_nav['activity']['position'] = 20; $bp->bp_nav['friends']['position'] = 30; $bp->bp_nav['groups']['position'] = 40; $bp->bp_nav['messages']['position'] = 60; $bp->bp_nav['settings']['position'] = 70; } add_action( 'init', 'my_change_profile_tab_order', 999 );
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
ModeratorNever heard back from you, but as suspected, this isnt a kleo issue. Its the way the plugin works: https://webdevstudios.com/2015/06/02/creating-custom-templates-for-buddypress/#comment-96202
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 uses bp_member_header_actions so that’s probably not the issue. Did you try with the WP 2015 Theme as they suggested to rule out an issue with your install? Have you checked for other possible plugin conflicts?
We will need access to the site in order to view what’s going 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
ModeratorMaybe rtMedia can help here. They have a video encoding plugin. Perhaps you can work with them to modify the script in such a way that it will only upload/save 29 seconds of the video. Just a thought.
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 quick css
COPY CODE@media (max-width: 991px) { #header .navbar-nav li .caret:after { color: #000 !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
ModeratorDo you currently have a way of stopping the video/sound regardless of whether or not its a on a custom post type?
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 can use this to hide the icon
COPY CODE.feature-icon { display: none !important; }
If you’re only going to be hiding the icons on a single page (or a few pages), I’d use the VC gear icon (upper right) to add the css there instead of putting it in your quick css or child theme so that it doesnt hide them site-wide.
For the lightbox, it depends on how/where you’re adding them. If you’re using VC to build the page, then you can use the single image shortcode and set the On Click Action to open prettyphoto.
The video shortcode will allow the user to go into full screen mode.
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
ModeratorHmmm. In the link I gave you before regarding the excerpt, you can try removing the strip_tags() function around get_the_excerpt.
You cant remove the heading hyperlinks without custom code. Perhaps instead of using the Kleo Posts shortcode, you should take a look at one of the Visual Composer post grid elements. You can use their grid builder to custom design those. https://wpbakery.atlassian.net/wiki/display/VC/Grid+Builder
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 see them: http://blog.deafniche.com/2015/06/09/tips-for-choosing-the-right-jewellery-for-your-skin-tone/
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
ModeratorIf it were me, I’d use a file compare tool to figure out the differences in files in the child theme and new files in kleo 3.1.3 to see if you can tell why they are in the child theme. For instance, the site is throwing a jquery error on app.js. That’s why it isnt loading all the elements. If you’re lucky, the previous developer commented their changes so you can apply them to them to copies of the new files (if they are still even needed). Otherwise, you’ll have to delete app.js from the child theme to get the site working properly, then figure out what customization aren’t working.
The other issue I see is that its on visual composer 4.9.1. Kleo makes many customizations to visual composer. Because of this, you should always run the version of VC that comes with the version of Kleo that you’re running. Currently Kleo 3.1.3 uses VC 4.8.1. Downgrade to be safe. You can find VC 4.8.1 in the full Kleo download zip available on themeforest.
That’s where I’d start if I were you. Hope that helps.
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
ModeratorNo problem. Glad you sorted it out.
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 related section on the link you’ve provided is not Kleo’s related code. Its from jet pack.
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
Moderator100% Sweetdate. kleo is a common style selector name across all 3 themes.
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
ModeratorThey dont if you put them under my account as they were intended.
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@abe – can you add a fix to Kleo for this? It only displays for non-admin when Post Formatting is disabled in forum settings. That’s why you dont notice it on the demo site. Thanks!
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 see blue links.
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
ModeratorSure. Let me look.
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
January 6, 2016 at 00:51 in reply to: Buddypress login widget redirects directly to the home page #96524sharmstr
ModeratorYou could always put a login link in a text widget that will launch the popup. But then you’d also need to install a plugin to hide it once the user was logged in.
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