Forum Replies Created
-
Author
-
Radu
ModeratorHi,
check it now
It should be ok on desktop for users and guests also on mobile !
I had replaced the code that Laura gives to you with this one in theme options -> quick css
COPY CODE/*Header button + mobile style*/ .logged-in .header_button_filled { background: #17c3a9; border: 3px #17c3a9 solid; border-radius: 10px; margin-left: 10px; } .logged-in .header_button_filled a { color: white !important; font-weight: 600 !important; } @media(max-width:991px) { .logged-in .header_button_filled { width:auto !important; margin-left:0; } .logged-in .header_button_filled a { text-align:center !important; min-width:300px; } } /*END Header button + mobile style*/
All good ?
Cheers
RHi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionRadu
ModeratorHere’s the css
COPY CODE@media(max-width:768px) { div#main { padding-top:0; } .five.columns p { 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
ModeratorHi,
The white page may be caused by the child theme so when you perform update for theme and all plugins as it should and you have whitepage de-activate child theme check if it works.
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 please try with this one instead
COPY CODE/* Radu SQ: easy redirect to profile after login */ function sq7_rdu_redirect( $redirect_to, $request, $user ) { $redirect_to = bp_core_get_user_domain($user->ID); return $redirect_to; } add_filter('kleo_modal_login_redirect', 'sq7_rdu_redirect', 11, 3);Let me know
If you have any redirection plugin like peters redirect de-activate it.
Cheers
RHi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionRadu
Moderatorcustom code will be added after
/**
* Sweetdate Child Theme Functions
* Add extra code or replace existing functions
*/the code here
?>
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionRadu
ModeratorCheers
RHi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionJuly 5, 2018 at 16:48 in reply to: KLEO updated to version 4.3.9 Bug Bootstrap frameworks WPDataTables 2.2.2 #202961Radu
ModeratorNot marked as solutionRadu
ModeratorHi,
I should login to can see that right ?
Trying to login and it says this that my ip was blacklisted with no previous of login try.

Try to allow romania country for that my current ip it’s a dynamic one and not sure if this will remain. or leave the firewall off until we solve this.
Cheers
RHi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionRadu
ModeratorHow can i see a profile ?
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionRadu
ModeratorHi,
In general those kind of issues with layout breaked could be generated by :
1. Caching, disable caching plugins if you have and purge browser cache or simply try from incognito
2. Some plugin conflict, try to switch am of them off then check again.
3. Some css file that missing, in this case you can check the console or the network tab to see what resource it’s 404 or non-200 status
Do periodically backups for database and for theme settings from wp-admin -> theme options -> import/export.
Cheers
RHi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionRadu
ModeratorYou have two images overlapped there, what you want to do ? to remove one of them or ? explain better
Cheers
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionJuly 4, 2018 at 20:12 in reply to: Show javascript dependent on user level or whether they are logged in #202919Radu
ModeratorNot marked as solutionRadu
ModeratorHi,
I think this it’s all that you need
COPY CODE//Disables the pmpro redirect to levels page when user tries to register add_filter("pmpro_login_redirect", "__return_false"); function my_pmpro_default_registration_level($user_id) { //Give all members who register membership level 1 pmpro_changeMembershipLevel(1, $user_id); } add_action('user_register', 'my_pmpro_default_registration_level');So all users that signup from now will have by default the membership with ID 1, the current users shouldn’t be affected since it’s used user_register hook.
In any case do a database backup before running the script to be sure 100% that will not affect the existing users.
Changing the settings in theme options -> memberships -> will be applied for all users !
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 our latest theme version we had fixed that so this it’s the file from our theme for activation.php
Please replace this file content : wp-content/themes/sweetdate/registration/activate.php
With the content of this one : https://pastebin.com/raw/SpzuCpaY
It will auto-populate the input with the key and user should press only activate.
Buddypress in version 3.1 had fixed that!
So using latest buddypress 3.1 with latest sweetdate should be ok!
Cheers
RHi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionRadu
ModeratorHi,
Try to set 0 there in wp-admin -> theme options -> buddypress -> AJAX refresh interval*

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 solutionJuly 4, 2018 at 18:06 in reply to: PrettyPhoto Includes images from all galleries on the page #202913Radu
ModeratorNot marked as solutionRadu
ModeratorHi,
If you have wp_debug true set it false from using FTP client in wp-config.php file. It will stop displaying notices.
Make sure to have all plugins and the theme updated.
Try to disable child 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,
There are three resources that says
Mixed Content: The page at ‘https://www.storyburgh.org/R1/curated/2018/02/14/mothers-milk’ was loaded over HTTPS, but requested an insecure image ‘http://www.storyburgh.org/R1/wp-content/uploads/2016/11/Motto-newstoryburgh-blacktrans2.png’. This content should also be served over HTTPS.

The possible fixer this issue are the next
1. Edit the page in editor then delete the images, then re-upload them again.
2. Installing this plugin https://wordpress.org/plugins/force-https-littlebizzy/
Doing both cases of the issue counld be other thing! It’s mandatory to set from wp-admin -> settings same protocol https://

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.. when you login from popup it will redirect to the users profile.
Not sure… the best way it’s to test yourself personally following exactly the same steps as new user doest to can see exactly the flow.
Cheers
R.Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionRadu
ModeratorHi,
You can hide the footer easly using this css
COPY CODE#footer {display:none !important;}Having same view on mobile like desktop it;s not possibe there are to mutch things to change for that and also no exact instructions for that.
Cheers
RHi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionJuly 4, 2018 at 16:56 in reply to: BuddyPress accept friend request button still not working #202890Radu
ModeratorHi,
Those errors not sure if they are related to your current issue, you said the issue happens also using any other theme
For the activation issue in buddypress that was a bug on 3.0 version of buddypress if i remember correctly but this was solved on their new release.Also we had released a new theme updated fixing the same as buddypress regading the activation on our templates. So if you will run latest releases of buddypress and our theme this issue should no more persits.
Make sure to regenerate the emails from wp-admin -> tools-> buddypress -> emails, click all and repair all.
It’s very important to update also our theme and buddypress !! Also if you had rewritten the activation.php file in child it’s mandatory to re-do it. In first instance if you had done it try whiteout child theme.
Cheers
R.Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionRadu
ModeratorHi,
Controlling margin and padding may be easy see the next screenshot

It should be ok
Cheers
RHi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionJuly 4, 2018 at 16:44 in reply to: rtMedia bug – site activity button does not work after latest updates #202886Radu
ModeratorHi at this moment it looks like that (rtmedia enabled)

and with rtmedia disabled

In both cases i was able to see the button when i click on the text area… also on both cases there are some js errors from addthis https://s7.addthis.com/static/sh.e4e8af4de595fdb10ec1459d.html
In conclusion it works to post and the button appears on both cases.
Furher if the bug still happens for you please do a screenrecort 1-2 minute and show me exactly how that can be reproduced exactly.
Cheers
RHi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution -
AuthorPosts

