Forum Replies Created

Viewing 40 posts - 2,121 through 2,160 (of 20,101 total)
  • Author
  • in reply to: Menu Styling disappeared after Theme update #203059
     Radu
    Moderator

    Hi,

    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
    R

    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution
    in reply to: Buddydrive #203058
     Radu
    Moderator
    Not marked as solution
    in reply to: remove the matching function #203056
     Radu
    Moderator

    Here’s the css

    COPY CODE
    
    @media(max-width:768px) {
        div#main {
            padding-top:0;
        }
        .five.columns p {
            display:none;
        }
    }
    
    

    Cheers
    R

    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution
    in reply to: Several issues for a Profile Search #203011
     Radu
    Moderator
    Not marked as solution
    in reply to: Members cant activate membership #203010
     Radu
    Moderator

    Hi,

    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
    R

    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution
    in reply to: Fatal Error Notification #202997
     Radu
    Moderator
    Not marked as solution
    in reply to: Display maths formula #202994
     Radu
    Moderator
    Not marked as solution
    in reply to: Issues with Kelo Theme #202992
     Radu
    Moderator
    Not marked as solution
    in reply to: Scrolling down for every change at Profile Page #202984
     Radu
    Moderator

    Hi

    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
    R

    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution
    in reply to: Membership Levels #202982
     Radu
    Moderator

    custom 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 solution
    in reply to: Damaged theme problem and translation #202981
     Radu
    Moderator
    Not marked as solution
    in reply to: Events not working. WooCommerce throwing errors. #202976
     Radu
    Moderator
    Not marked as solution
    in reply to: Events not working. WooCommerce throwing errors. #202975
     Radu
    Moderator
    Not marked as solution
    in reply to: Events not working. WooCommerce throwing errors. #202964
     Radu
    Moderator
    Not marked as solution
     Radu
    Moderator

    Cheers
    R

    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution
    in reply to: loading time #202962
     Radu
    Moderator
    Not marked as solution
     Radu
    Moderator
    Not marked as solution
    in reply to: Menu Styling disappeared after Theme update #202959
     Radu
    Moderator

    Hi,

    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
    R

    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution
    in reply to: remove the matching function #202954
     Radu
    Moderator

    How 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 solution
    in reply to: Eventsmanager #202953
     Radu
    Moderator
    Not marked as solution
    in reply to: Buddydrive #202952
     Radu
    Moderator
    Not marked as solution
    in reply to: addsens #202951
     Radu
    Moderator

    Hi,

    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
    R

    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution
    in reply to: Diveded screen #202950
     Radu
    Moderator

    You 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 solution
    in reply to: Several issues for a Profile Search #202949
     Radu
    Moderator
    Not marked as solution
    in reply to: Display maths formula #202923
     Radu
    Moderator
    Not marked as solution
    in reply to: Fatal Error Notification #202922
     Radu
    Moderator
    Not marked as solution
     Radu
    Moderator
    Not marked as solution
    in reply to: Membership Levels #202917
     Radu
    Moderator

    Hi,

    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
    R

    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution
    in reply to: Members cant activate membership #202916
     Radu
    Moderator

    Hi,

    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
    R

    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution
    in reply to: Excessive Queries boot out #202915
     Radu
    Moderator

    Hi,

    Try to set 0 there in wp-admin -> theme options -> buddypress -> AJAX refresh interval*

    Let me know
    Cheers
    R

    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution
    in reply to: Issues with Kelo Theme #202914
     Radu
    Moderator
    Not marked as solution
     Radu
    Moderator
    Not marked as solution
    in reply to: issues with my register page #202912
     Radu
    Moderator

    Hi,

    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
    R

    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution
    in reply to: Connect with Facebook issue #202910
     Radu
    Moderator
    Not marked as solution
    in reply to: missing background image #202909
     Radu
    Moderator

    Hi,

    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
    R

    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution
    in reply to: Scrolling down for every change at Profile Page #202908
     Radu
    Moderator

    Hi,

    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 solution
    in reply to: general i #202895
     Radu
    Moderator

    Hi,

    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
    R

    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution
     Radu
    Moderator

    Hi,

    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 solution
     Radu
    Moderator

    Hi,

    Controlling margin and padding may be easy see the next screenshot

    It should be ok

    Cheers
    R

    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution
     Radu
    Moderator

    Hi 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
    R

    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution
Viewing 40 posts - 2,121 through 2,160 (of 20,101 total)

Log in with your credentials

Forgot your details?