Forum Replies Created

Viewing 40 posts - 5,601 through 5,640 (of 11,328 total)
  • Author
  • in reply to: redirect to Profile page from wwocommerce login #65923
     sharmstr
    Moderator

    try this code instead of yours.

    COPY CODE
    
    add_filter('woocommerce_login_redirect', 'wcs_login_redirect');
    function wcs_login_redirect( $redirect ) {
        $redirect = 'http://www.alterverse.com/wp-content/plugins/peters-login-redirect/wplogin_redirect_control.php';
        return $redirect;
    }
    

    Then go into peters redirect settings and add this to the “all other users”

    COPY CODE
    
    http://www.alterverse.com/members/[variable]username[/variable]
    

    I’ve tested it with my woo login form on the checkout page and it works.

    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: redirect to Profile page from wwocommerce login #65914
     sharmstr
    Moderator

    Look at what this produces

    COPY CODE
    
    add_action('init','show_profile_url');
    function show_profile_url() {
        echo  bp_core_get_user_domain( get_current_user_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: redirect to Profile page from wwocommerce login #65913
     sharmstr
    Moderator

    I use it. That screen shot was from my site. It works. Did you try it without your scot_wc_login_redirect function active?

    Why do you have ‘?user=username’? Even if you were able to resolve ‘username’, your redirect would send them to /members/?user=sharmstr. That’s not valid.

    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 sign in and register button #65904
     sharmstr
    Moderator

    Please search before posting. This topic if for a slider but its the same code without a slider https://archived.seventhqueen.com/forums/topic/is-there-a-way-to-integrate-login-screen-into-front-page-eliminating-login-page#post-42812

    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: redirect to Profile page from wwocommerce login #65900
     sharmstr
    Moderator

    1 – Have you tried Peters Login Redirect plugin? It has the username variable. See attached.

    2 – BP has functions that will return that for you. bp_loggedin_user_domain is one of them. https://codex.buddypress.org/developer/playing-with-the-users-id-in-different-contexts/

    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: Messages Not Showing Up #65899
     sharmstr
    Moderator

    I’m not having this issue on any of my sites. Is there something specific in the message? Like html or something embedded?

    Are you running current versions of kleo and bp?

    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 change Pinterest-style background height? #65897
     sharmstr
    Moderator

    Cool.

    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: Contactform 7 – text & background color in fields #65896
     sharmstr
    Moderator

    That’s the point of it. Its update safe.

    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 replace Default WP login with Kleo's? #65894
     sharmstr
    Moderator

    If its a page that has a hyperlink then you just need to add the kleo-show-login class to show the popup. If its a button all you have to do is add the kleo-show-login class to show the pop up. If you do a search here, you’ll see plenty of examples of this.

    There is no specific login page for Kleo so trying to do a filter/redirect when someone is sent to wp-login.php just cant happen.

    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: Colors not changing… #65893
     sharmstr
    Moderator

    No. I mean you put the code within comments. Put it below the comments so it will actually run.

    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

    There are two different things happening here. On this forum, you get arrows that you are pointing to. In rtmedia the arrows are a lot closer to the image. The overall background is the css I gave you. I’ve changed it to red using the same .mfp-bg class selector. 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

    Attachments:
    You must be logged in to view attached files.
    in reply to: New Group add a step #65881
     sharmstr
    Moderator

    That information is on buddypress website. Kleo doesn’t handle that.

    https://codex.buddypress.org/developer/group-extension-api/

    and for support: https://buddypress.org/support/

    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 freeze pins in google maps? #65880
     sharmstr
    Moderator

    This might work for you as well: http://www.google.com/mapmaker

    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 freeze pins in google maps? #65879
     sharmstr
    Moderator

    Who? The link I gave you? I did a quick google search for you. I suggest you do the same to find a solution.

    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 freeze pins in google maps? #65872
     sharmstr
    Moderator

    Okay. that’s what I thought you meant. So my answers apply.

    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 rtmedia.

    Anyhow this works for me. See attached example.

    COPY CODE
    
    .mfp-bg {
    opacity: 1 !important;
    }
    

    by default its set to .08

    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: How to freeze pins in google maps? #65861
     sharmstr
    Moderator

    Maybe this would help? http://codecanyon.net/item/visual-composer-advanced-google-map/8817622

    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 freeze pins in google maps? #65860
     sharmstr
    Moderator

    Are you trying to use the VC pin shortcode over a map? I dont think that’s possible. You’d have to use a image of the map I would guess.

    It doesnt look like the title or text will accept html

    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: class-envato-protected-api.php #65858
     sharmstr
    Moderator

    I have no idea. I did a google search and came up with that solution.

    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: 7th Queen available for hire? #65852
     sharmstr
    Moderator

    send an email to 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: Setting up Portfolio #65851
     sharmstr
    Moderator

    and Lato is the font being used in the portfolio grid now. 🙂

    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: Setting up Portfolio #65850
     sharmstr
    Moderator

    You really should disable all caching while you’re in development. And get away from godaddy.

    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: Setting up Portfolio #65849
     sharmstr
    Moderator

    it did for me when I click it. now your site is showing 13px

    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: Setting up Portfolio #65847
     sharmstr
    Moderator

    – do you have some type of server caching in place? – how do I know?

    How about the menu item right at the top of every admin screen that says “Flush Cache”. LOL.

    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: Setting up Portfolio #65843
     sharmstr
    Moderator

    are you on godaddy? I used to have the problem with changes not showing up right away when my sites were hosted with 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: Setting up Portfolio #65841
     sharmstr
    Moderator

    – do you have some type of server caching 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: Setting up Portfolio #65839
     sharmstr
    Moderator

    Looks like you’ve changed the body font to 22px

    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: Setting up Portfolio #65837
     sharmstr
    Moderator

    Its probably screwed up because of your bad css code you tried to use. If there is an error in css, nothing below it will process.

    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: Setting up Portfolio #65835
     sharmstr
    Moderator

    Some of your questions have been answered before, so I’d appreciate you searching before asking.

    – color is for type. you need to use border-color. futhermore, ffffff is not valid. you need to use #fff or #ffffff

    – do you have some type of server caching in place? are any of your theme options saving?

    – theme options > header > main menu font size

    – You can add a class name to the accordion. In your css you can control the colors. Let say your class name is my-custom-accordion.

    .my-custom-accordion .panel-body {
    background-color: red;
    }

    or you can just change the section style by going into 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

     sharmstr
    Moderator

    I gave you the wrong link the first time. Someone else reported this, but never told me if my fix worked. See this and let me know

    https://archived.seventhqueen.com/forums/topic/fatal-error-6#post-63716

    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: Setting up Portfolio #65822
     sharmstr
    Moderator

    – Contact form title uses whatever you set in theme options > fonts. You have H3 and H4 so you need to change both. See attached example where I’ve changed the h4 to

    – portfolio title uses h3… see above

    – portfolio excerpt uses the whatever font is set for body. If you want to override that you can use the .portfolio-info class.

    – Menu font:

    .kleo-main-header {
    font-weight: bold;
    }

    – button: I’ve given you the class. Just add border-color.

    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: Colors not changing… #65819
     sharmstr
    Moderator

    You put it within a commented out section. It will never run that way. http://php.net/manual/en/language.basic-syntax.comments.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: Blog post to home page #65813
     sharmstr
    Moderator

    Where did you get that code? Just use VC. There are several options

    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: Page Title Color? #65812
     sharmstr
    Moderator

    please search. been asked and answer many times.

    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: Page Title Color? #65810
     sharmstr
    Moderator

    Styling > Header > Link

    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: integrate the popup login form #65806
     sharmstr
    Moderator

    Please search before posting. appearance > menus > kleo > login. if you dont see kleo, click on screen options.

    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: Group Sidebar #65805
     sharmstr
    Moderator

    Please search before posting: https://archived.seventhqueen.com/forums/topic/group-directory-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

    in reply to: Page Title Color? #65803
     sharmstr
    Moderator

    LOL. 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: footer and sidebar #65797
     sharmstr
    Moderator

    So, since you were talking about VC designed pages, they have the ability to save them as a template. Though I havent played with it to much.

    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: Page Title Color? #65796
     sharmstr
    Moderator

    Its there in Kleo 3 +

    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 - 5,601 through 5,640 (of 11,328 total)

Log in with your credentials

Forgot your details?