Forum Replies Created
-
Author
-
Radu
ModeratorHi,
Check this one instead
COPY CODEfunction change_layout_on_register_page() { if (is_page('1222')){ kleo_switch_layout('full'); } } add_action('init', 'change_layout_on_register_page'); //add_action('after_setup_theme', 'change_layout_on_register_page'); //add_action('wp', 'change_layout_on_register_page');Replace the 1222 with your page id ,if still not take any effect uncomment the lines with // one by one by testing any of the action hooks.
Make also sure to have child theme installed and activated.
Cheers
R.Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionMay 14, 2018 at 18:20 in reply to: Kleo Search don’t search through Sensei Courses Catalogue #197719Radu
ModeratorHi,
We are investigating this, we 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
ModeratorNo problem
Cheers
RHi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionMay 14, 2018 at 17:59 in reply to: User Profile Photo upload and crop issues in Safari & Firefox #197713Radu
ModeratorNot marked as solutionRadu
ModeratorHi,
Path it’s here : wp-content/themes/sweetdate/buddypress/members/members-loop.phpCopy that in child in keeping the same folder structure
wp-content/themes/sweetdate-child/buddypress/members/members-loop.php
Cheers
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionRadu
ModeratorHi,
You will have to alter theme code or to use a plugin like this one : https://wordpress.org/plugins/gdpr/
Cheers
RHi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionMay 11, 2018 at 19:37 in reply to: Reset Password Link appears to be Invalid – triggers a loop and users can’t reset their password #197452Radu
ModeratorIf you said that with all plugins off and child theme inactive you receive that please provide wp admin credentials + ftp to can debug that further it may be needed to deactivate all..
If you hadn’t de-activate all plugins it might be related to theme my login check this : https://wordpress.org/support/topic/password-reset-issues-3/?replies=38
Cheers
RHi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionRadu
ModeratorOk
Cheers
RHi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionRadu
ModeratorHi,
So you want to have a text message under the comment box or how more specifically ?
Add screenshots poiting where you need to add things please.
Cheers
RHi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionMay 11, 2018 at 19:05 in reply to: Reset Password Link appears to be Invalid – triggers a loop and users can’t reset their password #197444Radu
ModeratorHi,
Did you encounter the same if you will de-activate the child theme and all plugins? if no it means one of those causes that enable them back one by one and check again.
Make sure to have all things updated.
Cheers
RHi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionRadu
ModeratorAfter you change the image sizes in woocommerce most sure they should be regenerated with the new sizes that you added, regenerate them using this plugin : https://wordpress.org/plugins/regenerate-thumbnails/
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 solutionRadu
ModeratorHi, Just add this css in wp-admin -> theme options -> quick css.show-login { display: none; }Cheers RRadu
ModeratorTry with this php code
COPY CODEfunction change_layout_on_register_page() { if (is_page('register')){ kleo_switch_layout('right'); } } add_action('init', 'change_layout_on_register_page');Add it to child theme 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
ModeratorHi,
App.less doesn’t need to be edited, it’s enough with the app.css then you can add the appcss file content here : https://cssminifier.com/ and minify it then paste the minified version into app.min.css
Cheers
RHi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionRadu
ModeratorHi,
Replace with this one
COPY CODE@media only screen and (max-width: 768px) { .members .four.columns { width: 49% !important; display: inline-block; } }If it’s the same decrease 49 to 46 values or lower
Cheers
RHi there!!! Help others from the community and mark any reply as solution if it solved your question. Ticket solutionMay 11, 2018 at 16:22 in reply to: User Profile Photo upload and crop issues in Safari & Firefox #197427Radu
ModeratorNot marked as solutionRadu
ModeratorHi,
There it’s other issue, there are generated some js error maybe because you load some resources from https://robotmakers.de/ ?

Did you had somehow a plugin that force https ? or similar ? if yes set off or recheck settings.
Anyway you can have the content visible also with those errors, just de-activate the animations from wp-admin -> theme options -> miscellaneous -> Site-Wide Animations

Having js error in the console will stop js animations
Cheers
RHi there!!! Help others from the community and mark any reply as solution if it solved your question. Ticket solutionRadu
ModeratorYou’re welcome
Cheers
RHi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionRadu
ModeratorHi,
Cannot help you with custom codes, that’s custom job if i handle custom code as you demand. Our support service not offering this.
Any action/filters can be pasted in child theme/functions.php
You will have to hire a developer if you don’t know to handle those codes.
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,
So you had solved the issue ? ask to know if i can close the ticket
Cheers
RHi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionMay 10, 2018 at 19:17 in reply to: User Profile Photo upload and crop issues in Safari & Firefox #197379Radu
ModeratorNot marked as solutionRadu
ModeratorHi,
Not sure why like that,
Add this to quick css area it will solve the issue
COPY CODEbody { overflow-y: scroll !important; }The css will be added to wp-admin -> theme options -> General settings -> Quick CSS
Cheers
RHi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionRadu
ModeratorHi,
COPY CODE@media only screen and (max-width: 768px) .members .four.columns { width: 49% !important; display: inline-block; }For three columns decrease the width
Cheers
RHi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionRadu
ModeratorHi,
The Revolution slider comes bundled with out theme and it can be used normally, also you can update it from wp-admin -> appearance -> install plugins.
Check for plugin update there maybe it solve your issue.
Cheers
RHi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionRadu
ModeratorHi,
You can change that by using the next code lines
COPY CODEdefine ( 'BP_AVATAR_DEFAULT', 'http://example.com/default-avatar.jpg' ); define ( 'BP_AVATAR_DEFAULT_THUMB', 'http://example.com/default-avatar-thumb.jpg' );They can be added in child theme functions.php or in bp-custom.php
https://codex.buddypress.org/themes/guides/customizing-buddypress-avatars/
Replace the image path with your desired avatar.
Cheers
RHi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionRadu
ModeratorHi,
Np, good luck
Cheers
RHi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionMay 10, 2018 at 17:49 in reply to: User Profile Photo upload and crop issues in Safari & Firefox #197359Radu
ModeratorNot marked as solution -
AuthorPosts

