Forum Replies Created
-
Author
-
sharmstr
Moderatortry this code instead of yours.
COPY CODEadd_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 CODEhttp://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 solutionThis support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com
sharmstr
ModeratorLook at what this produces
COPY CODEadd_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 solutionThis support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com
sharmstr
ModeratorI 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 solutionThis support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com
sharmstr
ModeratorPlease 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 solutionThis support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com
sharmstr
Moderator1 – 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 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
ModeratorI’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 solutionThis support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com
sharmstr
ModeratorCool.
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
ModeratorThat’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 solutionThis support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com
sharmstr
ModeratorIf 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 solutionThis support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com
sharmstr
ModeratorNo. 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 solutionThis support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com
sharmstr
ModeratorThere 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 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
ModeratorThat 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 solutionThis support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com
sharmstr
ModeratorThis 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 solutionThis support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com
sharmstr
ModeratorWho? 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 solutionThis support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com
sharmstr
ModeratorOkay. 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 solutionThis support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com
sharmstr
ModeratorIts 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 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
ModeratorMaybe 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 solutionThis support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com
sharmstr
ModeratorAre 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 solutionThis support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com
sharmstr
ModeratorI 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 solutionThis support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com
sharmstr
Moderatorsend 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 solutionThis support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com
sharmstr
Moderatorand 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 solutionThis support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com
sharmstr
ModeratorYou 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 solutionThis support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com
sharmstr
Moderatorit 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 solutionThis support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com
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 solutionThis support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com
sharmstr
Moderatorare 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 solutionThis support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com
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 solutionThis support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com
sharmstr
ModeratorLooks 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 solutionThis support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com
sharmstr
ModeratorIts 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 solutionThis support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com
sharmstr
ModeratorSome 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 solutionThis support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com
sharmstr
ModeratorI 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 solutionThis support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com
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 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
ModeratorYou 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 solutionThis support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com
sharmstr
ModeratorWhere 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 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
Moderatorplease 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 solutionThis support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com
sharmstr
ModeratorStyling > Header > Link
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
ModeratorPlease 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 solutionThis support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com
sharmstr
ModeratorPlease 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 solutionThis support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com
sharmstr
ModeratorLOL. You’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
sharmstr
ModeratorSo, 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 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
ModeratorIts 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 solutionThis support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com
-
AuthorPosts