Forum Replies Created

Viewing 40 posts - 9,081 through 9,120 (of 11,328 total)
  • Author
  •  sharmstr
    Moderator

    That code goes on a layer in your slider using Revolution Slider, if you’re using a slider. If you dont have any experience in css, then I suggest the button method.

    If you’re not using a slider and using an image, then make that image a background of the row in VC that your form is in. Then you can use the gui shortcodes in VC.

    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.
     sharmstr
    Moderator

    KLEOnavmenu is in the demo import. But its just a name. It can be called Rumpelstiltskin. It really doesnt matter. That menu has every link possible. Trust me, you dont want to import all of 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

     sharmstr
    Moderator

    If you’re using a slider, add it to the slider using the widget sidebar shortcode

    COPY CODE
    
    [vc_widget_sidebar sidebar_id="sidebar-14"]
    

    You’ll have to add some custom css probably. Or alternatively, add a button to your slider that triggers the login modal (popup) form. Off the top of my head its something like

    COPY CODE
    
    [kleo_button title='Login' style='see-through kleo-show-login' icon='desktop' tooltip_position='left' tooltip_action='hover' size='lg' href='#']
    

    kleo-show-login is the trigger. Either way you might want to wrap all of that in the Content By User Type shortcode so it only visible to people who are not logged in.

    COPY CODE
    
    [kleo_restrict type="guest"][kleo_button title='Login' style='see-through kleo-show-login' icon='desktop' tooltip_position='left' tooltip_action='hover' size='lg' href='#'][/kleo_restrict]
    

    If you’re just using a picture, make the picture a background of the row.

    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 have 3 ways of providing a login that wont do that.

    1 – Add the Kleo login link to your menu: https://archived.seventhqueen.com/forums/topic/popup-login-not-working-at-homepage#post-42359

    2- Add the (Buddypress) Login Widget to a side bar.

    3 – Add it to your home page: https://archived.seventhqueen.com/forums/topic/custom-login-menu#post-42697

    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

    Also, I easily added a tab that allows customers to fill out a form to contact you. It uses Custom Product Tabs Lite and Contact Form 7. It took me all of 2 mins to set up. Really easy. But I want to revisit it so that it auto populates the form if the customer is logged in. Interested?

    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

    Excellent.

    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 login on checkout returning customer login #42801
     sharmstr
    Moderator

    Okay, try this in your childs functions.php file

    COPY CODE
    
    
    add_action( 'woocommerce_login_form_start', 'kleo_fb_button', 10 );
    

    Please test it out for me so I can add it 🙂

    Edit – If this works well, it will be wrapped in a conditional statement that will check to see if fb login is enabled in the theme options. In other words, this is only part of the code that will be used.

    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 login on checkout returning customer login #42799
     sharmstr
    Moderator

    I’m looking at it now for the checkout page. For all other pages, you can always add it as a widget if you have a sidebar.

    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: I would like to remove "ARCHIVE FOR CATEGORY:" #42789
     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

     sharmstr
    Moderator

    Here’s the quick write up I did on import/export of Kleo settings. At the bottom is a link to an article on doing the same with widgets: http://sharmstr.com/saving-importing-and-exporting-kleo-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: I would like to remove "ARCHIVE FOR CATEGORY:" #42771
     sharmstr
    Moderator

    https://archived.seventhqueen.com/forums/topic/change-kleo-page-title-for-archives-and-other-wordpress-pages

    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 bar and breadcrumb issue #42745
     sharmstr
    Moderator

    You have transparent main menu turned on but haven’t hidden the title or breadcrumb. Turn of transparent main menu in theme options and only enable it on pages where you want it, which should be pages with the title and breadcrumb turned off.

    I dont know what you mean by ‘as per my convenience’. Can you give me an example?

    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 – Features Requests #42714
     sharmstr
    Moderator

    @King Heru. Try this

    Create a new Profile Field called Twitter. Make it a text field and put in the description something like “Please input your twitter name including the @ symbol.”

    Then go to Theme Options > General Settings, paste the follow code into the JavaScript code field.

    COPY CODE
    
    <script>!function(d,s,id){var js,fjs=d.getElementsByTagName(s)[0],p=/^http:/.test(d.location)?'http':'https';if(!d.getElementById(id)){js=d.createElement(s);js.id=id;js.src=p+'://platform.twitter.com/widgets.js';fjs.parentNode.insertBefore(js,fjs);}}(document, 'script', 'twitter-wjs');</script>
    

    Save it.

    Then in your child theme’s functions.php file, add this

    COPY CODE
    
    add_action('bp_profile_header_meta','twitter_follow');
    
    function twitter_follow() {
    	if ( $data = bp_get_profile_field_data( array('user_id'=>bp_displayed_user_id(), 'field'=>'twitter' )) ) : ?>
        	<a>bp_displayed_user_id(), 'field'=>'twitter')); ?>"class="twitter-follow-button" data-show-count="false">Follow <?php echo bp_get_profile_field_data( array('user_id'=>bp_displayed_user_id(), 'field'=>'twitter')); ?></a>
        <?php endif;
    }
    
    

    If you have any problems with this code, please open up a topic for it to discuss. I want to keep this thread clean.

    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

    Edit – The screenshot doesnt show their IP. Sorry. But it does show it in the plugins admin screen.

    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.
     sharmstr
    Moderator

    Install wanggaurd. Not only will it give you questions that need to be answered during registration, it will verify email domains and email address with a list from their servers that other wangguard users have reported. It also give you the ip address https://www.wangguard.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

     sharmstr
    Moderator

    Use the contact here: sharmstr.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

     sharmstr
    Moderator

    Welllll I’m compensated in different ways. I just need the ability to take off and tend to my other businesses if need be.

    Part of the compensation is that I free up time for Abe to put in features I want. 😉 The other side is I now know Kleo pretty darn well so I can start selling my support and plugin integration services 😉

    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

     sharmstr
    Moderator

    *hive five*

    I dont have an answer for you at the moment. But thank you for telling me what doesnt get switched over (or imported). I’ll figure all that out and add it to my blog post. BTW – I dont work here. I’m just putting together some posts so I dont have to search for them on here or re-type everything all the time.

    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: Custom login menu #42697
     sharmstr
    Moderator

    Well, there’s a few different easy ways that may work depending on what you want to do. If you use a sidebar layout, you can add (Buddypress) Log In widget to it.

    If you use a full width page, then you can try this

    – create a new sidebar (wp admin > appearance > sidebar) and call it Login
    – add the buddypress login widget to it (and nothing else)
    -then use the Widgetised Sidebar shortcode in VC to put it anywhere you want on the page. Be sure to select the login sidebar.

    See attached

    Anything beyond that will take custom coding or a plugin.

    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: Revolution slider behind logo area possible? #42695
     sharmstr
    Moderator

    @abe – assigning to you so you can answer. 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: Revolution slider behind logo area possible? #42690
     sharmstr
    Moderator

    1 – I just answered this 🙂 (not that you should know that)

    https://archived.seventhqueen.com/forums/topic/change-registration-text-to-be-more-friendly-and-beneficial#post-42645
    and
    https://archived.seventhqueen.com/forums/topic/change-registration-text-to-be-more-friendly-and-beneficial#post-42678

    2 – No it wont auto update. It will notify you.

    3 – I use one key for all my sites. But I might have a special license because I’m, well, special 🙂 You are paying for all uses though, 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

    in reply to: Revolution slider behind logo area possible? #42686
     sharmstr
    Moderator

    Really? Awesome. That was just off the top of me head. I thought for sure you’d be back with more questions. *hive five*

    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 not stupid. You need to have the kleo child theme active. Please read this http://codex.wordpress.org/Child_Themes

    Plugins dont care which theme you are running.

    When you enable kleo child, your “Theme Option” settings will not be carried over. BUT you can export your settings first, then enable the child and import the settings. Its quite simple. I was actually going to write the procedure up on my blog today, but I keep getting side tracked. Do you want me to post a link here when I’m 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: Revolution slider behind logo area possible? #42677
     sharmstr
    Moderator

    Everything I just said except for the theme options 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: Revolution slider behind logo area possible? #42672
     sharmstr
    Moderator

    Yeah, its doable. You’ll have to edit the theme files and set some site wide defaults in theme options to enable transparent menu and move the title out of the breadcrumb area. You’ll need to figure out what files to edit, but when you do, you can add a slider like this

    COPY CODE
    
    <?php putRevSlider( "slider_name" ) ?>
    

    Actually, you might only have to edit /page-parts/general-before-wrap.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

     sharmstr
    Moderator

    Try this

    COPY CODE
    
    li.product figcaption .shop-actions > a.button {
    border-right: 0px;
    }
    .quick-view.hover-tip {
    display: none;
    }
    
    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 behind logo area possible? #42668
     sharmstr
    Moderator

    Are you talking about as default for the entire site? Or a single 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: Do the theme generates HTML tag for og:url? #42667
     sharmstr
    Moderator

    I just installed in on my new site and didnt receive any errors except for the woocommerce ones.

    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: Do the theme generates HTML tag for og:url? #42666
     sharmstr
    Moderator

    No. Do you have more than one SEO plugin 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: Setting Pages in right order after logging in #42665
     sharmstr
    Moderator

    Leave it the way it is. If caching is the issue, it will work once the cache is expired.

    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 Pages in right order after logging in #42657
     sharmstr
    Moderator

    I was asking if you have caching enabled on your server. If you dont know what that is, contact your hosting provider to assist you. If caching is turned on, that could be one reason why its not working.

    It will work with facebook log in enabled. What I’m saying is that it will only redirect the standard Kleo login, not the facebook login.

    And actually, the code is for the kleo popup login. If you’re trying to login from some widget or something, this isn’t going to do it.

    I wrote a post about it this morning: http://sharmstr.com/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: Setting Pages in right order after logging in #42654
     sharmstr
    Moderator

    Also, that code isnt for facebook login.

    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 Pages in right order after logging in #42653
     sharmstr
    Moderator

    I know for a fact the code works. I have no idea what you are doing wrong. Did you put the code in your child theme? Is your child theme active? Do you have caching 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: Setting Pages in right order after logging in #42647
     sharmstr
    Moderator

    Order for what? All that order field is for is when you want to print out a listing of pages.

    If you want to redirect a user to their profile after logging in (which has nothing to do with ordering), see this: https://archived.seventhqueen.com/forums/topic/kleo-login-redirect#post-31684

    If I’ve completely missed the point of what you’re trying to do, 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

     sharmstr
    Moderator

    You should always have the child theme enabled, even after upgrading. The child theme if for all your edits. Do not directly edit any files in the /themes/kleo folder. If you need to make an edit to any of those files first copy the file to /themes/kleo-child/.

    So, in this case, copy
    wp-content/themes/kleo/buddypress/members/register.php
    to
    wp-content/themes/kleo-child/buddypress/members/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: Theme is not showing #42639
     sharmstr
    Moderator

    Hey Monique

    Disable everything except

    K-elements
    Visual composer
    Revolution slider
    Buddypress

    Does it work? If so, then start enabling your plugins to find the one that doesnt play nicely with Buddypress. For Buddypress support, you can visit their forums https://buddypress.org/support/. Please let me know how it goes.

    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: Login Redirection to Profile #42636
     sharmstr
    Moderator

    because you put profile instead of profiles?

    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: Login Redirection to Profile #42629
     sharmstr
    Moderator
    COPY CODE
    
    
    $redirecturl = apply_filters( 'kleo_modal_login_redirect', '/profiles/' . $info['user_login'], '', $user_signon );
    
    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: Login Redirection to Profile #42625
     sharmstr
    Moderator

    Assuming you’re talking about this: https://archived.seventhqueen.com/forums/topic/popup-login-not-working-at-homepage#post-42385

    Try changing this

    COPY CODE
    
    $redirecturl = apply_filters( 'kleo_modal_login_redirect', '/activity/', '', $user_signon );
    

    to this

    COPY CODE
    
    $redirecturl = apply_filters( 'kleo_modal_login_redirect', '/' . BP_MEMBERS_SLUG . '/' . $info['user_login'], '', $user_signon );
    
    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: Theme is not showing #42624
     sharmstr
    Moderator

    If you installed the theme over an existing site, there may be plugin conflicts. Disable all the plugin that didnt come with Kleo to see if that’s the case.

    You can also turn on debugging to see what’s going on: http://codex.wordpress.org/Editing_wp-config.php#Debug

    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 - 9,081 through 9,120 (of 11,328 total)

Log in with your credentials

Forgot your details?