Forum Replies Created
-
Author
-
August 17, 2018 at 16:07 in reply to: Filter “Sweet stories from our Lovers” according WPML language #206684
Radu
ModeratorI’m saying the for page written in en you will add /en links and for /fr lang will add /fr
So from example for different languages you have different menus right ? then you may link to respective country code.
For widgets you may need this plugin : https://wordpress.org/plugins/wpml-widgets/
TO can select the widget by lang
Cheers
RHi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionRadu
ModeratorHi,
No problem but from what i know pmpro register helper may do what you need , you can ask the plug dev if may do exactly what you need https://wordpress.org/plugins/pmpro-register-helper/
Cheers
RHi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionRadu
ModeratorHi,
There you need to edit live in elementor that page and select the corresponding fields for man women and rest.

Cheers
RHi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionRadu
ModeratorAh,
Ok then
Cheers
RHi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionAugust 16, 2018 at 18:46 in reply to: How can the [kleo_top_members] shortcode be modified to show only members from a specific country? #206592Radu
ModeratorNot marked as solutionRadu
ModeratorHi,
What’s that profile link ?Cheers
RHi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionAugust 16, 2018 at 17:49 in reply to: URGENT . Proceed to checkout button missing, Shop layout changed. #206581Radu
ModeratorNot marked as solutionRadu
ModeratorCheers
RHi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionRadu
ModeratorHi,
Replace css with this one
COPY CODE.single-post.wpb-js-composer .tpl-no .article-meta { position:absolute; } .single-post.wpb-js-composer .tpl-no .article-content { margin-left:100px; }Cheers
RHi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionRadu
ModeratorHi,
Please can you test the same but using default wp theme instead kleo to see if the same behaviour happens or not on default theme ?
At this moment i cannot login to the dashboard

Let me know
Cheers
RHi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionAugust 16, 2018 at 14:58 in reply to: URGENT . Proceed to checkout button missing, Shop layout changed. #206551Radu
ModeratorNot marked as solutionRadu
ModeratorNo problem
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionAugust 15, 2018 at 17:00 in reply to: Browser complaining about security threat regarding gray_pattern.gif and map-bg.png #206480Radu
ModeratorNot marked as solutionRadu
ModeratorHi
Can you please test exactly the same but having activated default wp theme ( twenty seventeen ) ?
Let me knowCheers
RHi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionAugust 15, 2018 at 16:20 in reply to: How can the [kleo_top_members] shortcode be modified to show only members from a specific country? #206477Radu
ModeratorNot marked as solutionRadu
ModeratorHi,
Any user to can chose a membership they should have a wp account first from what i know so after that choosing a package will be possible.
So the flow shuold be
1. Create wp account and completing buddypress fields from default register page /register
2. Redirect all users to buy a package after that in member levels page from pmrpo
COPY CODEadd_action( 'template_redirect', 'my_membersip_restrict' ); function my_membersip_restrict() { global $pmpro_pages, $post; if ( is_user_logged_in() && !pmpro_hasMembershipLevel() ) { if (isset($post->ID) && !in_array($post->ID, $pmpro_pages)) { wp_redirect( pmpro_url() ); } } }The snippet will be pasted in wp-content/themes/kleo-child/functions.php
NOTE : The Kleo Child Theme needs to be installed and activated.
3. All non paying users will be trapped in membership levels page.
So this it’s a flow that can be modified for your needs.
Not very familiar how pmpro addon interwork with buddypress you can ask them.
Cheers
RHi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionRadu
ModeratorAsk the server admin to do that for you or hosting company, there are two methods if one fails use the other one
Cheers
RHi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionRadu
ModeratorHi,
I see, tried to make a workaround for your need there and at this moment more than showing the date before all content in the same line as first paragraph cannot done.
Use this css instead the previous one to can test
COPY CODE.single-post.wpb-js-composer .tpl-no .article-meta { display: block !important; z-index: 999 !important; position: absolute; margin-left: 65px; } .single-post.wpb-js-composer .tpl-right .article-meta {display: none;} .single-post.wpb-js-composer .tpl-left .article-meta {display: none;}
If it’s not ok, will add this to the improvement list and in future this will be fixed.
By default we are not using VC in posts.
Cheers
RHi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionAugust 15, 2018 at 15:21 in reply to: rtmedia preview link not working after last update of buddyapp #206468Radu
ModeratorHi,
I see, not sure how to deal with this since i don’t have that plugin, can you please provide ftp access ? to can try to find a solution ?
Cheers
RHi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionRadu
ModeratorHi,
Use the FTP method
https://archived.seventhqueen.com/kleo/article/updating-the-theme
Cheers
RHi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionRadu
ModeratorHi
Are you referring to a visual composer button ?
If yes try the next shortcode
COPY CODE[kleo_button title="Show Login" href="#" icon="0" el_class="kleo-show-login"]Cheers
RHi there!!! Help others from the community and mark any reply as solution if it solved your question. Ticket solutionRadu
ModeratorHi,
Or you add that class for any shortcode that support class or to any html element
COPY CODE<a href="/login" class="kleo-show-login">Show Login</a>Or you can add this #show-login at the end of the link
ExampleCOPY CODE<a href="/login#show-login">Show Login</a>Cheers
RHi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionRadu
ModeratorHi,
They should login at least once to be listed.Cheers
RHi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionAugust 14, 2018 at 17:32 in reply to: Members page to show only users that are the opposite gender of the user logged in. #206373Radu
ModeratorNot marked as solution -
AuthorPosts

