This topic has 23 replies, 2 voices, and was last updated 9 years by Radu.

  • Author
  • #45237
     TYTANDACHY
    Participant

    hello
    I have problem
    installation carried out in accordance with your video
    site is not readinng ( my members/

    he requested URL /members/darlingclub/ was not found on this server.
    The requested URL /shortcodes/layout/ was not found on this server
    The requested URL /members/darlingclub/activity/ was not found on this server.
    The requested URL /members/darlingclub/messages/ was not found on this server.
    etc.

    Additionally, a 404 Not Found error was encountered while trying to use an ErrorDocument to handle the request.

    what is a problem

    permalik set ( http://www.darlingclub.pl/przykladowy-wpis/ )

    not reading this link / not faund

    please help
    Thank Tomek

    #45251
     Radu
    Moderator

    Hello,

    make sure you have in .htaccess from root domain this code

    COPY CODE
    
    
    # BEGIN WordPress
    
    <IfModule mod_rewrite.c>
    RewriteEngine On
    RewriteBase /
    RewriteRule ^index\.php$ - [L]
    RewriteCond %{REQUEST_FILENAME} !-f
    RewriteCond %{REQUEST_FILENAME} !-d
    RewriteRule . /index.php [L]
    </IfModule>
    
    # END WordPress
    

    If you don’t have this file, download from attachments and upload into your root folder.

    Let me know if it works.

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

    hello
    if I send to server this cod
    .htaccess from root domain this code
    ERROR out
    Additionally, a 500 Internal Server Error error was encountered while trying to use an ErrorDocument to handle the request.

    if I send to server this code
    .htaccess from /content/themes/sweetdate or sweetedate-child (this code)

    ERROR out
    Additionally, a 500 Internal Server Error error was encountered while trying to use an ErrorDocument to handle the request.
    ——————————————
    first page works
    – does not work User Meeting

    The cause of error 404 is a lack of resource, to which the specified URL. The system can not find the file that has been deleted or configured.

    do not read the entire file /members/

    regards

    #45259
     Radu
    Moderator

    provide ftp details / admin and pass and url.

    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution
    #45269
     TYTANDACHY
    Participant
    This reply has been set as private.
    #45271
     TYTANDACHY
    Participant
    This reply has been set as private.
    #45279
     Radu
    Moderator

    Hello,

    It works now.

    The problem was caused by lack .htaccess file in the root directory

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

    hello
    wery thank you
    I have translated into Polish ?

    Activity
    Profile
    Notifications 0
    Messages 0
    Friends 0
    Groups 0
    Forums

    Topics Started
    Replies Created
    Favorites
    Subscriptions

    I have now change password? this topicis lookig all or only us ?

    thanks
    regards

    #45286
     Radu
    Moderator

    I set to be private that posts with login details.

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

    I recommend that you change the password for the posts were public for a few minutes.

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

    hello

    on User profile
    I have to explain ( translate to Polish language ) , Activity ,Profile , Notifications 0 , Messages 0 , Friends 0 , Groups 0 , Forums ?
    or if the file is ( po , mo PL ) ?

    Topics Started , Replies Created , , Subscriptions etc. ?

    thanks
    regards

    #45377
     TYTANDACHY
    Participant

    hello
    how to turn ( on )
    Polish translation
    User panel
    now is english

    thanks

    #45400
     Radu
    Moderator

    Read instructions about translation here : https://archived.seventhqueen.com/documentation/kleo#translation

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

    hello
    I translate words with CodeStling Localization and saved on the server
    and nothing
    themes sweet date not reading files po , mo ( translate Polish )
    I translate in buddypress: Your new profile photo was uploaded successfully.
    ” Twój nowy profil zdjęcie zostało pomyślnie przesłany ”
    and not reading !
    where to look?

    regards

    Attachments:
    You must be logged in to view attached files.
    #45459
     Radu
    Moderator

    Follow this instructions https://buddypress.org/support/topic/buddypress-2-1-bp-language/#post-197971

    Let me know if it woks.

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

    hello
    works Option 1:
    not works all but works more
    wery thank you

    regards

    #46576
     TYTANDACHY
    Participant

    Welcome
    Site preparation is underway
    Please hint how (where) edit
    section as in the picture
    I’m grateful for the tip

    thank you

    Attachments:
    You must be logged in to view attached files.
    #46579
     Radu
    Moderator

    Go to PAGES -> Select Home and here can edit your text from homepage.

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

    thank you
    so simple
    and I was looking for the source files via FTP
    Now I see that everything is as “kleo”

    thank you very much

    but has one request
    I have a problem with the translation of words as in the picture
    where to do it in the file?

    Thanks for the tip

    Attachments:
    You must be logged in to view attached files.
    #47227
     Radu
    Moderator

    That strings belongs to buddypress, you need to translate buddypress,and then generate mo file. Then strings are translated…

    IF you want to change/translate menu nav titles use this functions, in your kleo-child functions.php

    COPY CODE
    
    function mb_profile_menu_tabs(){
        global $bp;
        
        $bp->bp_nav['messages']['name'] = 'Mail';
        $bp->bp_nav['friends']['name'] = 'Contacts';
        $bp->bp_nav['profile']['name'] = 'Account';
    }
    add_action('bp_setup_nav', 'mb_profile_menu_tabs', 201);
    
    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution
    #47553
     TYTANDACHY
    Participant

    Welcome
    buddypres is translated
    trying and looking and nothing
    I can not find the file functions.php kleo-child
    where is he?
    please help

    I use an interpreter Codestyling Poedit and Localization
    are wrong settings can read files? po / mo

    thank you

    Attachments:
    You must be logged in to view attached files.
    #47617
     Radu
    Moderator

    All the navigation strings belong to Buddypress and it is enough to translate correctly the BuddyPress plugin.
    Since BuddyPress 2.1, the language directory changed. See more here https://buddypress.org/support/topic/buddypress-2-1-bp-language/#post-197971

    So, make sure you translate BuddyPress since is not related to the theme.

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

    Welcome
    explained bbPress and buddpres
    is ok
    but I have a problem with translating this
    I do not know where to translate
    PMP files that no
    see for yourself
    I am looking for the “View members directory” to translate and nothing
    where? in which the file is explained
    thanks for your help

    ps> is there any instruction to set the PMP (membership levels)

    regards

    Attachments:
    You must be logged in to view attached files.
    #49842
     Radu
    Moderator

    Hello,

    The levels columns its generated automatically membership plans.
    The column attributes are also generated automatically from the restrictions you can set from the ‘Theme options -> memberships ‘ from your wp admin area.

    You can translate that strings from codestyling on kleo section ( see screenshot )

    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution
    Attachments:
    You must be logged in to view attached files.
Viewing 24 posts - 1 through 24 (of 24 total)

The forum ‘Sweetdate – WordPress’ is closed to new topics and replies.

Log in with your credentials

Forgot your details?