Forum Replies Created

Viewing 40 posts - 8,481 through 8,520 (of 11,328 total)
  • Author
  • in reply to: Pay for order form bug/issue WC 2.3.4 #47613
     sharmstr
    Moderator

    How 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 solution

    This support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com

    in reply to: Customizing the Profile Menu in buddypress #47612
     sharmstr
    Moderator

    Sorry

    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 solution

    This support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com

    in reply to: Customizing the Profile Menu in buddypress #47611
     sharmstr
    Moderator

    1 – 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 solution

    This support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com

    in reply to: BuddyPress Profile notifications tab throwing error #47609
     sharmstr
    Moderator

    Cool. 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 solution

    This support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com

    in reply to: BuddyPress Profile notifications tab throwing error #47604
     sharmstr
    Moderator

    Ahhhh. 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 solution

    This support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com

    in reply to: 2.4.1 auto update fails #47597
     sharmstr
    Moderator

    Great 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 solution

    This support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com

    in reply to: How to reduce likes to one per IP #47596
     sharmstr
    Moderator

    That 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 solution

    This support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com

    in reply to: 2.4.1 auto update fails #47593
     sharmstr
    Moderator

    Download 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 solution

    This support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com

    in reply to: 2.4.1 auto update fails #47591
     sharmstr
    Moderator

    I 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 solution

    This support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com

     sharmstr
    Moderator

    You’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 solution

    This support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com

    in reply to: in text link to profile pages and tabs? #47588
     sharmstr
    Moderator

    There’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 solution

    This support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com

    in reply to: display of the archive article with ACF fields #47586
     sharmstr
    Moderator

    You’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 solution

    This support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com

    in reply to: in text link to profile pages and tabs? #47585
     sharmstr
    Moderator

    I 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 solution

    This support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com

    in reply to: Embedding a youtube video without related videos #47584
     sharmstr
    Moderator

    I 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 solution

    This support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com

    in reply to: Automatic Free Membership #47583
     sharmstr
    Moderator

    Uninstall 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 solution

    This support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com

    in reply to: importing demo #47582
     sharmstr
    Moderator

    Because 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 solution

    This support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com

    in reply to: Where do I change color sets for Kleo Posts Grid? #47581
     sharmstr
    Moderator

    Probably 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 solution

    This support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com

    in reply to: Create a second blog page #47580
     sharmstr
    Moderator

    The 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 solution

    This support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com

    in reply to: Where do I change color sets for Kleo Posts Grid? #47577
     sharmstr
    Moderator

    Can 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 solution

    This support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com

    in reply to: BuddyPress Profile notifications tab throwing error #47573
     sharmstr
    Moderator

    I’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 solution

    This support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com

    in reply to: Uninstalling demo template #47571
     sharmstr
    Moderator

    There 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 solution

    This support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com

    in reply to: Linking KLEO pop up login screen to custom made image. #47570
     sharmstr
    Moderator

    I 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 solution

    This support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com

    in reply to: count (member, topic, post..) like home pinterest #47567
     sharmstr
    Moderator

    The 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 solution

    This support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com

    in reply to: Getting PMPro and WooCommerce to work #47540
     sharmstr
    Moderator

    Yeah, 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 solution

    This support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com

    in reply to: Getting PMPro and WooCommerce to work #47535
     sharmstr
    Moderator

    Sandbox doesnt return that?

    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution

    This support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com

    in reply to: wishlist overlaps #47534
     sharmstr
    Moderator

    You 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 solution

    This support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com

    in reply to: wishlist overlaps #47504
     sharmstr
    Moderator

    Looks 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 solution

    This support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com

    in reply to: post button missing on activity page #47492
     sharmstr
    Moderator

    James…. 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 solution

    This support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com

    in reply to: Install via WordPress Admin #47491
     sharmstr
    Moderator

    Bam!

    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution

    This support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com

    in reply to: Can't extract all for latest Kleo theme update #47489
     sharmstr
    Moderator

    Auto 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 solution

    This support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com

     sharmstr
    Moderator

    If 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 solution

    This support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com

    in reply to: Can't extract all for latest Kleo theme update #47486
     sharmstr
    Moderator

    Excellent. 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 solution

    This support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com

    in reply to: Install via WordPress Admin #47485
     sharmstr
    Moderator

    Wait. 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 solution

    This support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com

    in reply to: Install via WordPress Admin #47478
     sharmstr
    Moderator

    Download 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 solution

    This support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com

     sharmstr
    Moderator

    Have 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 solution

    This support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com

    in reply to: Adding advertising areas in header using a widget #47475
     sharmstr
    Moderator

    I 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 solution

    This support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com

    in reply to: Adding advertising areas in header using a widget #47471
     sharmstr
    Moderator

    NO. 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 solution

    This support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com

    in reply to: Adding advertising areas in header using a widget #47469
     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 solution

    This support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com

    in reply to: Install via WordPress Admin #47468
     sharmstr
    Moderator

    You 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 solution

    This support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com

    in reply to: buddypress cover photo #47467
     sharmstr
    Moderator

    I 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 solution

    This support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com

Viewing 40 posts - 8,481 through 8,520 (of 11,328 total)

Log in with your credentials

Forgot your details?