Forum Replies Created

Viewing 40 posts - 961 through 1,000 (of 11,328 total)
  • Author
  • in reply to: Business Directory set up with PMP + BuddyPress #102660
     sharmstr
    Moderator

    Thanks for the info!

    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: Pin element #102654
     sharmstr
    Moderator

    Your site is unresponsive, at least from my end, so I cant troubleshoot it. I’ll check back in a bit to see if I can access it. In the meantime, if you can access it can you test for a plugin conflict? The icons are there, but the animate when almost visible arent being fired.

    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: Tagline #102647
     sharmstr
    Moderator

    Please refer to this topic: https://archived.seventhqueen.com/forums/topic/tagline#post-73911

    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 colour of Social Sharing Icons #102644
     sharmstr
    Moderator

    You need to put the code in your Quick css located in Theme Options > General.

    🙂

    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

    Thank you for the update. Very useful info.

    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

    First you should read the Kleo documentation: https://archived.seventhqueen.com/documentation/kleo#memberships

    Then sign up for a free account on their website and read the documentation: http://www.paidmembershipspro.com/documentation/initial-plugin-setup/

    After you’ve read their docs and set up the plugin, you should read the many posts we have in this forum about PMPro

    https://archived.seventhqueen.com/forums/topic/users-vs-members#post-96828
    https://archived.seventhqueen.com/forums/topic/general-questions-blocking-restricting-access#post-82846
    https://archived.seventhqueen.com/forums/topic/registration-and-membership#post-80389

    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

    Hard to help when I dont know what plugin you decided to use.

    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: Help redirect configuration #102596
     sharmstr
    Moderator

    Then Kleo isnt causing the issue so I cant assist. Since you cant get it to work with the default WP theme, the people you bought it from should assist 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

     sharmstr
    Moderator

    You need a plugin. There a few out there. Paid Membership Pro is one of them.

    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: Help redirect configuration #102564
     sharmstr
    Moderator

    Does it work with the WP 2015 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: Shortcode doesn’t work #102562
     sharmstr
    Moderator

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

     sharmstr
    Moderator

    Kleo isnt doing this.

    Woo auto hides the state field for countries that dont need it. Look at linke 59 here for a list of those countries: https://docs.woothemes.com/wc-apidocs/source-class-WC_Countries.html#7-963

    Further down in their code, they change the field positions depending on country selected (starting on line 352).

    Enable the WP 2015 theme and you’ll see the exact same behavior with the state and town/city fields.

    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 edit registration page? #102528
     sharmstr
    Moderator

    register.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: How to edit registration page? #102526
     sharmstr
    Moderator

    Again, you’ll be able to do that in Kleo 4.0

    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 edit registration page? #102520
     sharmstr
    Moderator

    Buddypress uses php templates to display the page. This all happens in the background, not using standard WP pages. So at this time, you cant customize it, beyond adding extra registration fields, unless you know php and wp templates. Kleo 4.0 will give you a shortcode that you can put on any page. to display the register form. Kleo 4.0 will be released soon.

    To remove the sidebar from the registration page, change the page layout in Theme Options > Buddypress.

    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: Move member icons to header #102511
     sharmstr
    Moderator

    You cant “move” them. You can create links to different sections of the profile using ##profile_link## as detailed in the Kleo documentation.

    You can hide the BP navigation tabs using this css

    COPY CODE
    
    .bp-user #buddypress #item-nav {
        display: none !important;
    }
    

    Keep in mind that you’ll have to remember to add new link to the main menu if you install a plugin that adds a bp profile tab.

    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 not change the font #102510
     sharmstr
    Moderator

    One of two reasons

    1 – You need to clear your server cache or purge your cdn if you have those in place.

    2 – You need to put this in your child theme’s functions.php file and resave your theme options

    COPY CODE
    
    add_filter( 'kleo_theme_options_ajax', '__return_false' );
    
    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: Next version? #102509
     sharmstr
    Moderator

    They are still working on it. No eta, but 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: Main menu not optimised from mobile #102508
     sharmstr
    Moderator

    It does support levels. Add this to your quick css

    COPY CODE
    
    #header .navbar-nav li .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: Change colour of Social Sharing Icons #102507
     sharmstr
    Moderator

    Those aren’t social sharing (just to be clear). Not sure why you want to change the icons to black since you wont be able to see them. But in any case, try this.

    COPY CODE
    
    #footer .kleo-social-icons li {
        display: inline;
        font-size: 40px;
        padding-right: 20px;
    }
    #footer .kleo-social-icons i {
        color: #000 !important;
    }
    #footer .kleo-social-icons i:hover {
        color: orange !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: Sidebar Widget Titles #102505
     sharmstr
    Moderator

    This is fixed in Kleo 4.0. In the meantime, go to kleo/kleo-framework/lib/class-multiple-sidebars.php and change the h5s to h4s on line 70 and 71.

    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: Custom code #102502
     sharmstr
    Moderator

    Try this css

    COPY CODE
    
    @media (max-width: 991px) {
    .small-listing .post-image {
        display: none !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: Can I force Kleo login popup? #102501
     sharmstr
    Moderator

    Here’s your options: https://archived.seventhqueen.com/documentation/kleo#login-redirect

    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: link issues #102498
     sharmstr
    Moderator

    I did a bunch of test. The issue seems to be only with urls that have a domain name ending in gov.au. I thought that perhaps it was an issue with the Kleo Button shortcode, but its not. I copied your page code to my site and I can change from https to http without issue. I then created a test page (support test) on your site and used the classic editor to add a link with a gov.au domain and it changed it to https. That rules out visual composer and kleo as being the issue. Do you have a pluin or custom code that’s changing all gov.au to https? Perhaps this was done to force https on your site with some sort of wildcard? I tested some plugins that may have caused it, but didnt find any. You should do a proper plugin conflict test.

    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: Changing styling of the theme #102492
     sharmstr
    Moderator

    It will put the styles from dynamic.css unless you have enabled transparent main menu, in which case your options are black or white and its pulled from apps.min.css. That option is located in the page editor down in Theme General 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

     sharmstr
    Moderator

    Because those are VC post grids, not Kleo post grids.

    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 App Theme #102463
     sharmstr
    Moderator

    There is no top bar in that demo.

    Use my second suggestion by creating a blank main 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: Js composer 9.0 update needed #102418
     sharmstr
    Moderator

    I’m assuming you mean 4.9 and not 9.0.

    VC 4.9.2 will be in Kleo 4.0 which will be available very 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: Video in Site Header #102417
     sharmstr
    Moderator

    That’s done at the page level, not the site level. On pages that use visual composer, you make the row have a video background. Just edit the row and select video for background style. You’ll probably want to scroll down to theme general settings and set the main menu to transparent, hide the title, breadcrumb and info sections.

    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: Select User Role at Registration #102415
     sharmstr
    Moderator

    Nope – that doesnt involve kleo. Its still BP.

    I havent tried it, but there is a plugin to make a member type a profile field: http://buddydev.com/buddypress/using-buddypress-member-type-as-profile-field-introducing-bp-xprofile-member-type-field-plugin/

    I’m sure there is code out on the web that will help you in forcing users to fill out profile fields.

    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: GET CONNECTED PAGE BACKGROUND IMAGES #102414
     sharmstr
    Moderator

    The top one where the image is 🙂

    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: Facebook Registration / Login Question #102411
     sharmstr
    Moderator

    Turn off fb registration in theme options. If their fb account email address matches the email address they use when they register with your site, the account will sync.

    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: link issues #102409
     sharmstr
    Moderator
    This reply has been set as private.
    in reply to: link issues #102408
     sharmstr
    Moderator

    They look fine to me. See attached.

    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: GET CONNECTED PAGE BACKGROUND IMAGES #102407
     sharmstr
    Moderator

    Edit the row and change background to image and select one.

    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: App for wordpress theme #102406
     sharmstr
    Moderator

    It hasnt been done, so no 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: Logout Redirect #102403
     sharmstr
    Moderator

    The added the page refresh, not the redirect. You can use Peters Login Redirect plugin to set a redirect on logout to whatever page you want.

    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 App Theme #102402
     sharmstr
    Moderator

    For the menu, you might want to do this instead

    Go to appearance > menus and create a new menu. Dont add any items to it. Then when you edit the page, find the custom main menu box on the side, select it. That way your main menu will show up on the rest of the site, but not on the home page.

    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 App Theme #102401
     sharmstr
    Moderator

    You need to set those up.

    Go to appearance > menus > manage locations. Unassign the primary menu and select a menu for the side menu.

    Edit the page and scroll down to theme general settings. Enabled transparent main menu, hide the top bar, hide the title, hide the breadcrumb and hide information.

    Finally go to theme options and enable the side menu. Set whatever options you want for 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: links don’t seem to work with a video background #102400
     sharmstr
    Moderator

    Try this https://archived.seventhqueen.com/forums/topic/links-not-clickable-in-video-background-header#post-37807

    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 - 961 through 1,000 (of 11,328 total)

Log in with your credentials

Forgot your details?