This topic has 39 replies, 2 voices, and was last updated 7 years by Laura.

  • Author

    Tagged: 

  • #207122
     emmanuel
    Participant

    hi an error is occurring when i am updating the sweetdate theme see attachment

    #207159
     Laura
    Moderator

    Hello, please check that you have the correct api and username at theme options update section, try again and if not working try using envato toolkit plugin

    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution
    #207169
     emmanuel
    Participant

    hi thank you i did what you say and i gotten the theme to update, but when it had updated two submit check out but appeared could you help me remove one of them see attachment

    https://www.eumello.com/membership-account/membership-checkout/?level=7

    username; admin

    password; r8G#!0FR@e1VH*Cq

    #207215
     Laura
    Moderator

    Hello, try adding this css to style.css of child theme

    COPY CODE
    
    span#pmpro_submit_span:first-child {
        display: none !important;
    }
    
    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution
    #207796
     emmanuel
    Participant

    hi thank you one thing could this blue color here see attachment change to this #7f00c4

    #207819
     Laura
    Moderator

    Looks like you did already

    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution
    #207918
     emmanuel
    Participant

    no i have not, use this users to login below then click the link below to see where the color has to change

    https://www.eumello.com/membership-account/membership-confirmation/?level=7

    username: sofia
    password: star1234

    #207961
     Laura
    Moderator

    Hello, here the css

    COPY CODE
    
    .label {
        background: #7f00c4 !important;
    }
    
    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution
    #208013
     emmanuel
    Participant

    thank you where can i find this text to translate/change see attachment

    #208097
     Laura
    Moderator

    Hello, using Loco Translate, try at Themes – Sweetdate

    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution
    #208138
     emmanuel
    Participant

    hi i did not find the text in sweetdate theme or buddypress with the loco translate plugin

    #208284
     Laura
    Moderator

    Hello, user can you check at k elements plugin?

    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution
    #208287
     emmanuel
    Participant

    what do you mean by k elements plugin

    #208340
     Laura
    Moderator

    Hello, i checked there is an issue with loco translate, can you share ftp so i can change it at the file?
    Let me know the text you want to use

    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution
    #208356
     emmanuel
    Participant

    The text i would like it to change to is ” The email or password you entered is incorrect ”

    could please also tell me where the file is found to change the text

    here is my ftp

    https://my.bluehost.com/cgi/app#/

    username: eumello.com

    password; eXHKW;B5′{“<K@5LZ

    #208385
     Laura
    Moderator

    Hello, username or password invalid please check

    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution
    #208389
     emmanuel
    Participant

    try this

    https://my.bluehost.com/cgi/app#/

    username: eumello.com

    password: eXHKW;B5′{“<K@5LZ

    #208453
     Laura
    Moderator

    Hello, the file is at sweetdate\page-parts its general login form , before editing it copy it to the child theme so it has the same structure then edit it there

    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution
    #208472
     emmanuel
    Participant

    hi i did not found it in sweetdate\page-parts/general login form

    #208506
     Laura
    Moderator

    It’s General-login-modal sorry

    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution
    #208519
     emmanuel
    Participant

    it is not found in General-login-modal try this login, copy the password without leaving a space for it to work

    https://my.bluehost.com/cgi/app#/

    username: eumello.com

    password:

    eXHKW;B5′{“<K@5LZ

    #208554
     Laura
    Moderator

    Hello, please check it manually, page-parts/general-login-modal.php check attached

    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution
    #208563
     emmanuel
    Participant

    hi i have check but did not saw the text in General-login-modal see attachment

    #208675
     Laura
    Moderator

    Hello, found it at Loco Translate – WordPress, check attachment, let me know if that works

    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution
    #208755
     emmanuel
    Participant

    hi that’s not the text the text is ‘The username or password you entered is incorrect’

    #208832
     Laura
    Moderator

    Hello, did you check there and didnt find it? Let me know please

    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution
    #208881
     emmanuel
    Participant

    hi i check there i did’nt found it

    #208983
     Laura
    Moderator

    Hello, this is coming directly from wordpress error messages so can’t really change it at the child theme or using loco translate

    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution
    #209305
     emmanuel
    Participant

    ok could this page be remove on the mobile website https://www.eumello.com/message/

    username; admin

    password; r8G#!0FR@e1VH*Cq

    #209339
     Laura
    Moderator

    Hello, just add this to style.css of child theme
    It will hide the menu link on mobile

    COPY CODE
    
    @media only screen and (max-width: 940px) {
    li#nav-menu-item-2648 {
        display: none !important;
    }
    }
    
    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution
    #209343
     emmanuel
    Participant

    thank you is there a way the space to the left and right of this particular page be reduced see attachment and link https://www.eumello.com/message/

    #209348
     Laura
    Moderator

    Hello, try with

    COPY CODE
    
    .page-id-1300 div#main .row {
        width: 1440px !important;
    }
    
    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution
    #209353
     emmanuel
    Participant

    hi thank you but there is one little problem the widget became stretch out so could it be push to the corner

    #209429
     Laura
    Moderator

    Hello, try

    COPY CODE
    
    .page-id-1300 iv#cometchat_embed_synergy_container {
        width: 1000px !important;
    }
    .page-id-1300 iframe#cometchat_synergy_iframe {
        width: 1000px !important;
    }
    .page-id-1300 aside.four.columns {
        width: 25% !important;
    }
    

    For further editing you may need to hire a developer

    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution
    #209475
     emmanuel
    Participant

    hi thank you could i show you one more thing please, this code below you sent me for the sidebars reduction is causing the page to over lap see attachment

    https://www.eumello.com/message/

    .page-id-1300 div#main .row {
    width: 1440px !important;
    }

    #209500
     Laura
    Moderator

    Hello, delete that one and see if the other works fine

    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution
    #209505
     emmanuel
    Participant

    hi when i remove this code below it would put back the side bars to normal see attchnment

    i think the issue is occurring because of the width property and the value 1440px

    https://www.eumello.com/message/

    .page-id-1300 div#main .row {
    width: 1440px !important;
    }

    #209562
     Laura
    Moderator

    Hello, you would need to contact a developer to edit it more as it may need more editing because of cometchat chat widget

    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution
    #210347
     emmanuel
    Participant

    hi where can i find this profile text to translate see attachment it is not located in buddypress plugin nor sweetdat theme loco plugin

    #210382
     Laura
    Moderator

    Hello, it should be either at sweetdate or at buddypress, make sure you click SYNC before searching for them

    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 - 1 through 40 (of 40 total)

You must be logged in to reply to this topic.

Log in with your credentials

Forgot your details?