Forum Replies Created

Viewing 40 posts - 1,681 through 1,720 (of 11,328 total)
  • Author
  • in reply to: Create Archive For Custom Category #96745
     sharmstr
    Moderator

    You’re welcome.

    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: Message replies posting twice #96744
     sharmstr
    Moderator

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

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

    in reply to: Message replies posting twice #96743
     sharmstr
    Moderator

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

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

    in reply to: Issue with HTTPS because of srcset #96742
     sharmstr
    Moderator

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

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

    in reply to: Issue with HTTPS because of srcset #96738
     sharmstr
    Moderator

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

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

    in reply to: Create Archive For Custom Category #96737
     sharmstr
    Moderator

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

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

    in reply to: Create Archive For Custom Category #96736
     sharmstr
    Moderator

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

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

    in reply to: Create Archive For Custom Category #96735
     sharmstr
    Moderator

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

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

    in reply to: Message replies posting twice #96725
     sharmstr
    Moderator

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

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

    in reply to: Create Archive For Custom Category #96722
     sharmstr
    Moderator

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

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

    in reply to: Best way to update theme #96716
     sharmstr
    Moderator

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

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

    in reply to: Message replies posting twice #96715
     sharmstr
    Moderator

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

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

    in reply to: Add icon to a new function for Buddypress Menu #96714
     sharmstr
    Moderator

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

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

    in reply to: Drop Shadow on Text #96712
     sharmstr
    Moderator

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

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

    in reply to: Add icon to a new function for Buddypress Menu #96709
     sharmstr
    Moderator

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

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

    in reply to: Drop Shadow on Text #96706
     sharmstr
    Moderator

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

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

    in reply to: Message replies posting twice #96705
     sharmstr
    Moderator

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

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

    in reply to: Buddyblock Plugin #96690
     sharmstr
    Moderator

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

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

    in reply to: Pictures on the feature post #96672
     sharmstr
    Moderator

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

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

    in reply to: Member area of community page #96668
     sharmstr
    Moderator

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

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

    in reply to: Reordering Profile Navigation Items #96667
     sharmstr
    Moderator

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

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

    in reply to: Featured page, revolution slider, static page #96665
     sharmstr
    Moderator

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

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

    in reply to: Reordering Profile Navigation Items #96659
     sharmstr
    Moderator

    It works. You’re probably just not using the correct action which should be init.

    COPY CODE
    
    function 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 solution

    This 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.
    in reply to: Using BP Project Framework Plugin #96639
     sharmstr
    Moderator

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

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

    in reply to: Buddyblock Plugin #96636
     sharmstr
    Moderator

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

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

    in reply to: Video Duration #96633
     sharmstr
    Moderator

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

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

    in reply to: Mobile submenu not visible #96632
     sharmstr
    Moderator

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

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

    in reply to: Video Duration #96630
     sharmstr
    Moderator

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

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

    in reply to: removing icons from featured items #96628
     sharmstr
    Moderator

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

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

    in reply to: Using demo data + finding elements #96621
     sharmstr
    Moderator

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

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

    in reply to: Comments box disappeared #96615
     sharmstr
    Moderator

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

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

    in reply to: problems after upgrade from 2.2 to 3.1.3 #96613
     sharmstr
    Moderator

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

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

    in reply to: Error: Cannot modify header information #96550
     sharmstr
    Moderator

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

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

    in reply to: Portfolio “Related” content #96544
     sharmstr
    Moderator

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

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

    in reply to: Showcase KLEO #96541
     sharmstr
    Moderator

    100% 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 solution

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

    in reply to: Add topics started and favorites to the menu #96532
     sharmstr
    Moderator

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

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

    in reply to: Kleo Forums styles error #96531
     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 solution

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

    in reply to: Change specific links to blue #96526
     sharmstr
    Moderator

    I see blue links.

    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

    Attachments:
    You must be logged in to view attached files.
    in reply to: Change specific links to blue #96525
     sharmstr
    Moderator

    Sure. Let me look.

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

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

Viewing 40 posts - 1,681 through 1,720 (of 11,328 total)

Log in with your credentials

Forgot your details?