Forum Replies Created
-
Author
-
sharmstr
ModeratorHow did you determine it was a theme issue? What version of Kleo are you running?
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
1 – should be ” look a the bp_core_new_nav_item() function ” https://codex.buddypress.org/developer/function-examples/core/bp_core_new_nav_item/
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 – I have a write up on my site: http://sharmstr.com/login-redirect/
2 – You’ll have to ask over on Buddypress forum
3 – See #2 answer 🙂 But adding tabs is easy, its the activity load that you’ll have issues with since you’ll be trying to display within the member context.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
ModeratorCool. Add it here since I’ve assigned this to abe
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
ModeratorAhhhh. Got it. I think abe will want to put the change in the next update to make Kleo backward compatible. I know he put some code in 2.4.1 for backward compatibility.
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
ModeratorGreat news. And like I said before, contact Theme Forest. Get this sorted before the next update 🙂
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 would take a complete rewrite. The code as it works now sets a cookie. To limit to ip address, you’d have to write it to the database.
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
ModeratorDownload the zip file from theme forest and ftp the files to your site. Take a look at this sticky topic on the 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
ModeratorI think I’ve seen this reported here before and the Kleo team instructed them to contact Theme Forest about their account. Something was screwed up on the Theme Forest side so it thought they weren’t authorized (didnt purchase the 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
February 25, 2015 at 16:51 in reply to: Any way to make the normal layout blog post image link to the post. #47589sharmstr
ModeratorYou’ll have to copy the kleo/content-xxxx.php files to your child theme and edit them to produce the link. You can start with kleo/image.php. Try changing the article-media div to this
COPY CODE<div class="article-media"> <?php echo '' . kleo_get_post_thumbnail( null, 'kleo-full-width' ) . '';?> </div><!--end article-media-->
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’s no white gap for 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
sharmstr
ModeratorYou’ll have to copy /kleo/page-parts/post-content-masonry.php to your child theme and edit the Video and Image cases.
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 think someone mentioned a plugin that will do this via shortcodes recently. Search the WP repo.
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 found this out yesterday when trying to force the resolution using the VQ=HD1080 parameters. The shortcode takes the link you supply and turns into an iframe tag. To do this, it only looks at part of the link and ignore the rest. I haven’t had a chance to talk to abe about this yet. I’ll assign this to him so he can see 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
ModeratorUninstall Paid Memberships Pro. You dont have to use 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
ModeratorBecause you’re doing it wrong. To import demo data, go to WP Admin > Appearance > Kleo Demo Data
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
ModeratorProbably seeing a page with different types of posts helps too: http://seventhqueen.com/themes/kleo/blog/
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 meta section layout is determined by the container width. Since you’re making the container narrow by adding two sidebars, it move the meta above the image. You can change this by overriding the css
COPY CODE.tpl-3rr article .article-meta { width: 100px !important; float: left !important; text-align: right !important; } .tpl-3rr article .article-meta .post-meta .meta-links { display: block !important; } .single .container .tpl-3rr.with-meta .article-content { margin-left: 130px; } .single .with-meta .article-media { margin-left: 130px !important; margin-bottom: 40px; }
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
ModeratorCan you send me a link so I can see this mystery purple?
Wait, are you talking about the left border of the title? If so, that purple means its a standard post, blue is for video posts, green is for sliders, and orange is for images. So if you want to get rid of the border, try something like.
COPY CODE.masonry-listing .format-gallery .post-title, .masonry-listing .format-standard .post-title, .masonry-listing .format-image .post-title, .masonry-listing .format-video .post-title, .masonry-listing .format-image .post-title, .masonry-listing .format-audio .post-title { border-left: none !important; }
Here’s the selector for the read more.
COPY CODE.post-footer span.muted.pull-right { color: purple; }
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’ll let abe know. The bulk management dropdown wasn’t available until BP 2.2. Any reason why you dont want to update?
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 isn’t an automatic uninstaller. You need to delete the pages and posts.
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
February 25, 2015 at 15:08 in reply to: Linking KLEO pop up login screen to custom made image. #47570sharmstr
ModeratorI cant think of a way that this could be built into Kleo since you’re doing this on a slide in Revolution Slider. Maybe you should purpose it to the developers of Revolution Slider.
You dont supply a url to the image. In my example, image=”4985 is the ID of the image. Upload your image using WP admin > media. Once uploaded, click on it and in the URL you’ll see “item=xxxx”. The xxxx part will be the ID.
Or, alternatively, use the VC to select the image you want to use, then switch to classic mode to see the id.
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 post counter auto updates.
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
ModeratorYeah, I really dont know. I’m just throwing stuff out. Let’s know what they say.
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
ModeratorSandbox doesnt return 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
ModeratorYou need to update. You are running old versions. That’s how you fix 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
ModeratorLooks like you’re running incompatible versions of all the software/plugins. Update Kleo, VC and K-Elements.
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
ModeratorJames…. why give us a link when we can’t access it? 🙂 LOL
Anyhow, are you on wpengine? https://archived.seventhqueen.com/forums/topic/attachment-and-post-buttons-for-whats-new-posts-on-groups-were-hidden#post-32642
If not, try disabling plugins.
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
ModeratorBam!
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
ModeratorAuto update gives you an alert and option to update IF there is an update. If you have 2.4.1 installed, its not going to give you the option. There’s a stick topic that should help: 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
February 25, 2015 at 00:21 in reply to: BP Groups- Create, My Groups, All Groups buttons show but cannot click #47487sharmstr
ModeratorIf you havent set up kleo for auto updates, then download form Theme forest and read this sticky topic: 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
ModeratorExcellent. I’d never heard of that problem. I just googled your error message 🙂
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
ModeratorWait. If you already have kleo installed using the installable files from TF, then you dont need to install kleo.zip. Only kleo-child.zip.
You’re confusing me. LOL.
If you still have problems, respond privately with link and credentials. After a year of installing Kleo, I can do with one hand tied behind my back. 😀
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
ModeratorDownload the full install. Extract it. Within there you’ll find the kleo.zip file and the kleo-child.zip file in the wordpress folder. And as an added bonus, it will have the install doc 🙂
I dont know about the video. Honestly, I’ve never watched it. Ooops.
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
February 24, 2015 at 23:24 in reply to: BP Groups- Create, My Groups, All Groups buttons show but cannot click #47476sharmstr
ModeratorHave you upgraded to Kleo 2.4.1 yet?
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 use my php editor to search in the kleo folder for do_action 🙂
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. You dont add it to your functions file. You COPY the ENTIRE file to your child theme directory using the same file structure.
/kleo-child/page-parts/general-title-section.php
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(except the opening php of course)
Huh? Why not? You should copy the entire file using the same directory structure.
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 extract the theme forest download to your computer. Once extracted the kleo.zip and kleo-child.zip files will be in there. If this is your first time installing, you need to install the full download to get everything you need.
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 looked in your functions.php file. I didnt see anything in there that would cause an issue.
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