Forum Replies Created
-
Author
-
Radu
ModeratorHi,
No, only if you will use a third party plugin.
Google about some : https://www.google.com/search?safe=off&ei=wWxkW8G6MaSB6AT5gq8w&q=social+login+wordpress+plugins
Test and choose, not sure what to recommend sine for some users a plugin fit better and for others other plugin.
Cheers
rHi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionRadu
ModeratorGood,
Cheers
RHi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionRadu
ModeratorHi,
Not understand fully what you need to do
Where more exactly the avatar appears in that scenario ? Only for new ? for oldest members no ?
Explain better the scenario with screenshot highlighting areas.
Cheers
RHi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionRadu
ModeratorHi, yes, can you please assure that you have latest theme update ?
If still not works disable all plugins and check again. If it’s the same re-enable them.
Just hit save options button in wp-admin -> theme options -> like that how it is with empty area. Let me know.. you can try to do fist of all
If still not works, update yourself the theme and provide to me the admin credentials in a private reply.
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 3, 2018 at 17:41 in reply to: Error while uploading and capturing images by camera in profile #205331Radu
ModeratorHi,
1.
Do in a new page the next
There you will need to import the home for 3.0 version
You will have to create a new page and set for that homepage template (Full width for buiilder) then edit the page with elementor and import the template
You can import any time in 3 easy steps the initial homepage, just create a new page separate by the old one.
A.Add new page , then edit in elementor.
B. Press add new template

C. Switch to My Templates then press insert

2. There may be multiple causes like child theme , plugins or server setting, to can find out follow the next, you will have to enable wp debug to find out exactly.
You can try first to de-activate all pluguins except buddypress and also the child theme.Make sure you have them updated.Steps to enable wp debug:
- Connect to your server by FTP
- Look in root directory of your WordPress install and open wp-config.php
- Search for define( ‘WP_DEBUG’, false ); and change FALSE value to TRUE
COPY CODEdefine( 'WP_DEBUG', true );- After this line add this:
COPY CODEdefine( 'WP_DEBUG_LOG', true );WP_DEBUG_LOG is a companion to WP_DEBUG that causes all errors to also be saved to a debug.log log file inside the /wp-content/ directory. This is useful if you want to review all notices later or need to view notices generated off-screen (e.g. during an AJAX request or wp-cron run).
Repeat the described actions and then check the debug.log file and let me know what error appears.
Cheers
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionRadu
ModeratorHi,
I see the redirection it’s handled by that plugin “Buddypress Members Only” and this redirect english to french version.
A workaround my be to de-activate that plugin and to use two snippets that handles the redirection for every language from example, so that plugin should be compat with wpml.
Homepage french : domain.com/fr/ -> will redirect guests to domain.com/fr/register
Homepage english : domain.com/en/ -> will redirect guests to domain.com/en/registerThis snippet should handle both of them cuz it’s using relative urls
COPY CODEfunction sqr_prevent_search_guest_user() { if ( class_exists( 'BuddyPress' ) ) { if (!is_user_logged_in() && bp_is_directory() && is_front_page()) { wp_redirect(home_url() . '/register/'); exit; } } } add_action('template_redirect', 'sqr_prevent_search_guest_user');The snippet may be added to wp-content/themes/sweetdate-child/functions.php
Cheers
RHi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionRadu
ModeratorIf certain CSS rule and value doesn’t work add them !important at the end.
example
div a {
font-size:12px;
}try with important
COPY CODEdiv a { font-size:12px !important; }Cheers
RHi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionRadu
ModeratorGreat
Cheers
RHi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionRadu
ModeratorGreat
Cheers
RHi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionRadu
ModeratorHi
in this case add create new file in child theme in this location : wp-content/themes/sweetdate-child/paid-memberships-pro/pages/ named checkout.php in that you will paste https://pastebin.com/raw/aiH6p5wTif the folder missing create them.
NOTE : Child theme needs to be installed and activated.
When you activate the child over parent some theme settings may miss like logo fav-ico and other theme options values that’s because theme options panel from parent to child are separated.
1. Save theme options values from wp-admin -> theme options -> import/export
2. Activate sweetdate child theme from wp-admin -> appearance -> themes
3. Import theme options values for child from wp-admin -> theme options -> import/exportCheers
RHi there!!! Help others from the community and mark any reply as solution if it solved your question. Ticket solutionAugust 2, 2018 at 16:47 in reply to: How can the [kleo_top_members] shortcode be modified to show only members from a specific country? #205237Radu
ModeratorNot marked as solutionRadu
ModeratorNo problem
Cheers
RHi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionRadu
ModeratorI had forwarded this to the coredeveloper
Will let you know
Cheers
RHi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionRadu
ModeratorHi,
Just add this css to wp-admin -> theme options -> styling options -> quick css
COPY CODE.register div#main-content { width: 100%; } .register aside.four.columns { display: none; }Cheers
RHi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionRadu
ModeratorGreat
Cheers
RHi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionRadu
ModeratorFor me and other users plugin works as it should not sure why not works on you. You will have to increase the Ajax interval to make less request per minute https://archived.seventhqueen.com/buddyapp/article/ajax-interval-refresh-notifications-messages-high-server-cpu-load So increasing the refresh interval to 1 minute (60000) ms will generate 300 req per minute if you will have 300 users online. So increase it until your server it's stable. Cheres RRadu
ModeratorHi our themes doesn’t use fields that need to be reviews in facebook (that notice with fields).
Not sure what you had configured there, you can try to make a new app from scratch. This it’s a non-theme issue, that cannot be handled by us. you should be able to proper configure the fb dates.
https://archived.seventhqueen.com/general/article/create-facebook-app-get-app-id-facebook-login
Cheers
RHi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionAugust 1, 2018 at 16:11 in reply to: How can the [kleo_top_members] shortcode be modified to show only members from a specific country? #205151Radu
ModeratorNot marked as solutionRadu
ModeratorHi,
Just edit those pages in wp-admin -> pages, and change the bg position from the highlited places

Chers
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
Have a nice day
RHi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionRadu
ModeratorReplace this file content : wp-content/themes/kleo/vc_templates/vc_row.php
with the content of this one : https://pastebin.com/raw/1m5KbcWK
It’s a bug that it will be fixed in next theme update
Cheers
RHi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution -
AuthorPosts

