Forum Replies Created

Viewing 40 posts - 721 through 760 (of 11,328 total)
  • Author
  •  sharmstr
    Moderator

    Disable object caching as well. The ‘dont cache for logged in users’ is good, but doesnt really apply in this case.

    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 layout #104110
     sharmstr
    Moderator

    That’s not a WP post. Its a place type post that is added by geodirectory and is responsible for that layout.

    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

    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

     sharmstr
    Moderator

    You’ve added that with JetPack. In the future, please disable all of your extra plugins before reporting a Kleo bug to verify that its actually 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

     sharmstr
    Moderator

    Please refer to your other topic where laura is trying to assist you with it: https://archived.seventhqueen.com/forums/topic/a-few-questions-2

    In the future you can find your other topics by clicking on My Account in the menu.

    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 a Login and Register form #104106
     sharmstr
    Moderator

    If I had it I’d give it to you. Please be patient. I’ve seen the code coming through and its a major upgrade. Best to be sure all the bugs are out, right? 🙂

    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

    As I said, its not a Kleo issue. If you enable the WP 2016 Theme, your site has the same problem. Its something you need to figure out by asking on the WP forums or asking your host.

    To add images to your post you can add them to via the editor by clicking on the media button. Or you can have Kleo auto insert them by adding images to the slider section of Theme General Settings > Media.

    I see the menu on the posts pages. So, not sure what you 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: revolution slider imported without any content #104074
     sharmstr
    Moderator

    Since I was looking at your other issue, I looked at your slider settings and its what I thought. You missed the part of the directions which tell you that you need to select a 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

     sharmstr
    Moderator

    Its not Kleo causing it. It happens with the WP 2016 Theme enabled. Probably an issue with your hosting and the new way that WP adds the srcset parameter to images. Not sure.

    Maybe try this: https://wordpress.org/plugins/disable-responsive-images/

    If that doesnt work, ask on the WP forums and tell them that its not working with the WP 2016 theme enabled.

    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: top menu dropdown #104064
     sharmstr
    Moderator

    Try this in your quick css. Adjust as you see fit

    @media (min-width: 992px) {
    #top-social.col-md-5 {
        width: 15%;
    }
    .top-menu.col-md-7 {
        width: 85%;
    }
    }
    
    
    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: Background #104062
     sharmstr
    Moderator

    Looks like you’ve added rows inside a 2 column row. Its difficult to explain so the easy thing to do is import the get connected page again. Delete the page you have now and make sure you empty it from the trash as well before reimporting.

    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 move KLEO files to GoDaddy WordPress Hosting? #104061
     sharmstr
    Moderator

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

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

    in reply to: Dropdown main menu in mobile doesn't work #104060
     sharmstr
    Moderator

    You’re welcome. It seems to happen when you have borders set to transparent in the header styling options. I’ve asked the devs to change this in 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: revolution slider imported without any content #104059
     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: revolution slider imported without any content #104058
     sharmstr
    Moderator

    The New Magazine doesnt have content. It pulls content from your posts. You missed the part of the directions where it tells you that you need to select the post type and/or categories in the slider settings.

    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 topics and groups #104056
     sharmstr
    Moderator

    1 – This isnt a function of Kleo. There’s probably info on custom bbpress forms on their website.

    2 – Also not a function of Kleo. You’ll need to ask on the buddypress forums.

    Turn off group creation for all users in the buddypress settings.

    3 – You’ll have to modify buddypress by placing a function/filter in your child theme’s function.php file. I cant recall the correct function off the top of my head, but I’m sure its been asked several times on the buddypress forums.

    Making the topics looks like portfolio items will require a few hours of custom code. You can get a quote on this by emailing dev@seventqueen.com.

    Final thoughts, it really sounds like you’re better off not using groups and just using a forum / subforum setup. In wp admin > forums, there is a selector to make a forum a subform of another forum.

    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

    Need access. 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: Distance between header and posts #104052
     sharmstr
    Moderator

    Remove the full height option in the row settings.

    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: Dropdown main menu in mobile doesn't work #104049
     sharmstr
    Moderator

    You probably cant see the toggle icons. Try this in your theme options quick css

    COPY CODE
    
    .caret:after {
        color: #fff !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: My users not showing #103964
     sharmstr
    Moderator

    Did you resolve this? If not, did you try my suggestions?

    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: Saving problems #103963
     sharmstr
    Moderator

    I had to google that solution. LOL 🙂

    Anyhow, I just tested on Kleo 4.0 and it appears to be fixed. You can try enabling it again after Kleo 4.0 is released.

    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: Orders Page #103955
     sharmstr
    Moderator

    Try turning off buddypress integration in Theme Options > Woocommerce.

    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: Saving problems #103953
     sharmstr
    Moderator

    If you have Disable the visual editor when editing enabled in your profile, it will cause a jquery error in Theme Options. I’ve disabled that option in your profile and you can save theme options now.

    https://github.com/reduxframework/redux-framework/issues/2677

    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: Right contact #103878
     sharmstr
    Moderator

    dev@seventhqueen.com

    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: the width of the belt #103871
     sharmstr
    Moderator

    I dont 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: User Forum Replies Created #103860
     sharmstr
    Moderator

    That usually happens when you have something (custom code or a plugin) that overrides the reply results. You can see here that Kleo (without custom modifications) works fine: http://seventhqueen.com/themes/kleo/members/demo/forums/replies/

    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: Saving problems #103849
     sharmstr
    Moderator

    Respond privately with admin credentials.

    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: The Key Master Label Displays at inappropriate place #103846
     sharmstr
    Moderator

    Thank you 🙂

    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: The Key Master Label Displays at inappropriate place #103845
     sharmstr
    Moderator

    Thank you 🙂

    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: The Key Master Label Displays at inappropriate place #103843
     sharmstr
    Moderator

    Put this in your quick css

    COPY CODE
    
    #bbpress-forums div.reply {
    height: auto;
    width: 100%;
    position: relative; /* Added */
    overflow: hidden; /* Added */
    }
    
    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 create a Register page similar to demo page #103842
     sharmstr
    Moderator

    Buddypress builds the page using .php templates. You cant add text to the page via WP admin like regular pages. You’ll have to override the template by copying /buddyapp/buddypress/members/register.php to your child theme. More information can be found in the buddypress documentation on their website.

    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: No sidebar (full width) on static front page #103838
     sharmstr
    Moderator

    @slawek247 – I think you responded to the wrong topic

    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: The Key Master Label Displays at inappropriate place #103837
     sharmstr
    Moderator

    Try the solution here: https://archived.seventhqueen.com/forums/topic/forums-reply-styling-issue#post-44752

    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: the width of the belt #103835
     sharmstr
    Moderator

    There’s an option to have a full width header in Kleo 4.0 due out soon.

    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: No sidebar (full width) on static front page #103834
     sharmstr
    Moderator

    Edit the page and select full-width in the page attributes metabox.

    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’re better off asking on wordpress.org. Or maybe finding a plugin that adds front-end editing of posts that includes the tag selector. If you find one, you can look at their code to see how its done.

    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: Activity Feed Replacing Default WordPress feed #103831
     sharmstr
    Moderator

    You’re welcome. Now get off your computer and go enjoy valentines day 🙂

    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: News Focus with Portfolio #103829
     sharmstr
    Moderator

    If you mean tabs for portfolio categories, you cant. The tabs are created based on WP Categories.

    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 create a Register page similar to demo page #103828
     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: Activity Feed Replacing Default WordPress feed #103827
     sharmstr
    Moderator

    I just tested this and the WP 2015 theme and the WP 2016 theme doesnt add the feeds even without the custom code, so it wasnt a good way to test this. Moving the bp_head call after the wp_head call doesnt work either.

    Anyhow, the code you’re using is completely wrong. Try this

    COPY CODE
    
    function bpfr_hide_rss_feeds() {	
      remove_action( 'bp_head', 'bp_activity_sitewide_feed' );
      remove_action( 'bp_head', 'bp_members_activity_feed' );
      remove_action( 'bp_head', 'bp_groups_activity_feed' );  
    }
    add_action('bp_init', 'bpfr_hide_rss_feeds');
    
    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 - 721 through 760 (of 11,328 total)

Log in with your credentials

Forgot your details?