Translate Add Listing pages and menu

This topic contains 9 replies, has 2 voices, and was last updated by  Guust 9 years, 4 months ago.

We have moved to a support ticketing system and our forums are now closed.

Open Support Ticket

Tagged: ,

  • Author
    Posts
  • #25138

    Edgar Kuskov
    Buyer
    Post count: 50

    Hello,

    how i am possible to translate the whole “Add listing/Event” Page and the Menu Points that are added from GD automatically?

    #25148

    Guust
    Moderator
    Post count: 29970

    Hi Edgar
    Depending on what you want to translate, some of that will be in
    the core plugin
    the events plugin
    payments and pricing plugin
    and the custom field frontend titles and descriptions.

    If you get stuck, give us a URL and the exact bit you want to translate.

    http://docs.wpgeodirectory.com/category/translation/

    #25158

    Edgar Kuskov
    Buyer
    Post count: 50

    I have found out, it was possibly cached, thats why only half of the translations were active. Btw i have a big problem with the new WP 4.1 when the users are not logged in, they are prohibited to run /wp-admin/admin-ajax.php => this causes a problem with the homepage MAP…? Do you have a fix?

    #25159

    Guust
    Moderator
    Post count: 29970

    I checked that, and I cannot replicate that problem.
    Looking at your site, I cannot see the problem either?

    Can you describe better?

    #25160

    Edgar Kuskov
    Buyer
    Post count: 50

    I have found out, that if i remove following from admin-ajax.php then everything works again:

    if ( ! defined( ‘WP_ADMIN’ ) ) {
    define( ‘WP_ADMIN’, true );
    }

    #25168

    Guust
    Moderator
    Post count: 29970

    What is your buddypress setting at “Show the Toolbar for logged out users”?
    And what are your GDF header settings for the WP admin bar?

    #25212

    Edgar Kuskov
    Buyer
    Post count: 50

    I hide the toolbar for logged out users. I have found the workaround to the error with admin-ajax.php like this:

    define( ‘DOING_AJAX’, true );
    if ( ! defined( ‘WP_ADMIN’ ) && strpos($_REQUEST[‘action’], ‘geodir’)===false) {
    define( ‘WP_ADMIN’, true );
    }

    Now the map works without problem.

    #25216

    Edgar Kuskov
    Buyer
    Post count: 50
    This reply has been marked as private.
    #25217

    Edgar Kuskov
    Buyer
    Post count: 50

    Found that it depends on the “Clean Login” “Disable dashboard access for non-admin users?” then ajax functions fail. Sorry for inconvenience, you can mark it as solved.

    #25227

    Guust
    Moderator
    Post count: 29970

    Thanks for letting us know, and for explaining the problem.

Viewing 10 posts - 1 through 10 (of 10 total)

We have moved to a support ticketing system and our forums are now closed.

Open Support Ticket