Forum Replies Created
-
Author
-
January 21, 2015 at 00:13 in reply to: Is there a way to integrate Login Screen into front page, eliminating login page #42817
sharmstr
ModeratorThat 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 solutionThis 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.January 20, 2015 at 22:06 in reply to: Is there a way to integrate Login Screen into front page, eliminating login page #42813sharmstr
ModeratorKLEOnavmenu 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 solutionThis support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com
January 20, 2015 at 22:00 in reply to: Is there a way to integrate Login Screen into front page, eliminating login page #42812sharmstr
ModeratorIf 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 solutionThis support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com
January 20, 2015 at 21:07 in reply to: Is there a way to integrate Login Screen into front page, eliminating login page #42807sharmstr
ModeratorYou 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 solutionThis support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com
January 20, 2015 at 19:53 in reply to: disabling quick-view or integrating 3rd party attribute styling #42803sharmstr
ModeratorAlso, 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 solutionThis support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com
January 20, 2015 at 19:49 in reply to: disabling quick-view or integrating 3rd party attribute styling #42802sharmstr
ModeratorExcellent.
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionThis support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com
sharmstr
ModeratorOkay, try this in your childs functions.php file
COPY CODEadd_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 solutionThis support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com
sharmstr
ModeratorI’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 solutionThis support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com
sharmstr
ModeratorYou’re welcome 🙂
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionThis support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com
January 20, 2015 at 18:30 in reply to: Change registration text to be more friendly and beneficial #42788sharmstr
ModeratorHere’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 solutionThis support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com
sharmstr
ModeratorHi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionThis support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com
sharmstr
ModeratorYou 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 solutionThis support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com
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 CODEadd_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 solutionThis support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com
January 20, 2015 at 03:15 in reply to: Is the a way to include the IP address during registration? #42709sharmstr
ModeratorEdit – 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 solutionThis 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.January 20, 2015 at 03:14 in reply to: Is the a way to include the IP address during registration? #42708sharmstr
ModeratorInstall 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 solutionThis support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com
January 20, 2015 at 03:07 in reply to: Change registration text to be more friendly and beneficial #42707sharmstr
ModeratorUse 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 solutionThis support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com
January 20, 2015 at 02:07 in reply to: Change registration text to be more friendly and beneficial #42704sharmstr
ModeratorWelllll 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 solutionThis support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com
January 20, 2015 at 01:55 in reply to: Change registration text to be more friendly and beneficial #42702sharmstr
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 solutionThis support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com
sharmstr
ModeratorWell, 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 solutionThis 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@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 solutionThis support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com
sharmstr
Moderator1 – 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-426782 – 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 solutionThis support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com
sharmstr
ModeratorReally? 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 solutionThis support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com
January 19, 2015 at 23:35 in reply to: Change registration text to be more friendly and beneficial #42678sharmstr
ModeratorYou’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 solutionThis support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com
sharmstr
ModeratorEverything 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 solutionThis support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com
sharmstr
ModeratorYeah, 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 solutionThis support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com
January 19, 2015 at 22:26 in reply to: disabling quick-view or integrating 3rd party attribute styling #42670sharmstr
ModeratorTry this
COPY CODEli.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 solutionThis support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com
sharmstr
ModeratorAre 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 solutionThis support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com
sharmstr
ModeratorI 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 solutionThis support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com
sharmstr
ModeratorNo. 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 solutionThis support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com
sharmstr
ModeratorLeave 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 solutionThis support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com
sharmstr
ModeratorI 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 solutionThis support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com
sharmstr
ModeratorAlso, 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 solutionThis support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com
sharmstr
ModeratorI 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 solutionThis support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com
sharmstr
ModeratorOrder 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 solutionThis support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com
January 19, 2015 at 19:52 in reply to: Change registration text to be more friendly and beneficial #42645sharmstr
ModeratorYou 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.phpHi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionThis support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com
sharmstr
ModeratorHey Monique
Disable everything except
K-elements
Visual composer
Revolution slider
BuddypressDoes 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 solutionThis support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com
sharmstr
Moderatorbecause 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 solutionThis support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com
sharmstr
ModeratorCOPY 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 solutionThis support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com
sharmstr
ModeratorAssuming 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 solutionThis support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com
sharmstr
ModeratorIf 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 solutionThis support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com
-
AuthorPosts