Rachid

Forum Replies Created

Viewing 13 posts - 1 through 13 (of 13 total)
  • Author
    Posts
  • in reply to: Listimia theme and locations help #539239

    Rachid
    Expired Member
    Post count: 18

    You’re right @wjpetersen the admin should have full control of the widget.

    in reply to: Listimia theme and locations help #539089

    Rachid
    Expired Member
    Post count: 18

    I smell a misunderstanding here. Actually the widget pulls location images that have been added in GeoDirectory -> Settings -> Locations

    You can add locations manually by going to:
    GeoDirectory -> Settings -> Locations -> Add Location

    You can also edit locations by going to:
    GeoDirectory -> Settings -> Locations -> Cities

    in reply to: Listimia theme and locations help #539034

    Rachid
    Expired Member
    Post count: 18

    Hello wjpetersen,
    I added a function that checks whether a location image exists, if not set a default image.
    Please check your ticket.

    in reply to: Listimia theme and locations help #539031

    Rachid
    Expired Member
    Post count: 18

    Hello everybody,

    First of all it’s not a theme issue.
    The page builder is useful only if you want to display specific locations, otherwise the Location Manager add-on should have an option to let uses set a default location image.

    in reply to: Placeholder on the add-listing page #538693

    Rachid
    Expired Member
    Post count: 18

    Hello,
    It was a bug, thank you for reporting is.
    It’s fixed and the fix will be in the next release.

    I sent you a hotfix.

    Sorry for any inconvenience

    in reply to: Different page template per CPT #530534

    Rachid
    Expired Member
    Post count: 18

    Hello Thomas,
    GD lets you create a different page for different Custom Post Types

    This can be done in 2 step:

    First step :
    Create wordpress pages, Example
    – Restaurants GD Archive template (Copy content from default page)
    – Then go to Page Attributes -> Template and choose the template that best suits your needs

    Second step:
    Find the CPT Settings for page templates.
    Example for Restaurants : Go to Restaurants -> Settings -> General -> Template Page Settings (toward the bottom)
    Select the page to use as the GD details page template.

    in reply to: Why does my header image suddenly look like crap? #516044

    Rachid
    Expired Member
    Post count: 18

    Hello Tina,
    I answered your support ticket
    Thank you @kor

    in reply to: Why does my header image suddenly look like crap? #515950

    Rachid
    Expired Member
    Post count: 18

    Hello tinamama,
    I am not sure I understood correctly, since everything looks as it should be on my side.
    @kor Can you please give some clarification about this theme related issue?

    Sincerely

    in reply to: Claim listing translation #499344

    Rachid
    Expired Member
    Post count: 18

    Hello everybody,
    @alex this place: (Customizer -> Listing details section:Enquiry form shortcode) serves to add Form Shortcode, and natalie was talking about Claim listing link not Enquiry Button.

    The Shortcode used to output the claim listing link is:

    [gd_claim_post text="Claim Listing" output="link"]

    For now the only way to translate it is to replace

    text="Claim Listing"

    Shouldn’t be translated automatically?

    Sincerely
    Rachid


    Rachid
    Expired Member
    Post count: 18

    Hello,
    Actually you can use the “geodir_cf_address_template” filter with any theme.

    To change the layout of addresses add the following code, to functions.php of your child theme, or as a code snippet if you use the Code Snippets plugin.

    If you want to change the address format everywhere on your site:

    function my_custom_address($format){
            $format = "%%city%%, %%region%%";
    return $format;
    }
    add_filter('geodir_cf_address_template','my_custom_address',11,1);

    If you want a specific format for details page use this code:

    function my_custom_address($format){
        if (geodir_is_page('detail')) {  
            $format = "%%city%%, %%region%%";
        } else {
            $format = "%%street%%, %%city%%";
        }
    return $format;
    }
    add_filter('geodir_cf_address_template','my_custom_address',11,1);

    Sincerely,
    Rachid from AddictedToWeb

    in reply to: Translation issue #496248

    Rachid
    Expired Member
    Post count: 18

    Hello Kiran,
    You’re right, i missed this par of your post.

    For Nathalie:
    it’s easy to add the missing texts to translation files:

    – Go to LocoTranslate → Theme and select your theme
    – Select Edit Template
    – In the new screen click on the Sync button once and save.

    The documentation has been updated to cover this issue:
    https://addicted2web.zendesk.com/hc/en-us/articles/360029358072

    NB:Listimia has been updated to include missing strings

    Braymi

    in reply to: Translation issue #496124

    Rachid
    Expired Member
    Post count: 18

    I need to check, please open a ticket: https://addicted2web.zendesk.com/hc/en-us/requests/new

    in reply to: Translation issue #496120

    Rachid
    Expired Member
    Post count: 18

    Hello,

    Actually it goes against WordPress’s coding standards.
    text-domain must match the slug of the theme, that’s why we didn’t use “geodirectory” text-domain in Listimia theme.

    Listimia is translation ready, which means that you can translate it to any language you need. Here are instructions on how to do so: https://addicted2web.zendesk.com/hc/en-us/articles/360029358072-Translating-Listimia

    Sincerely
    Rachid

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