Your account expired support, please renew to get your support.
Viewing 9 posts - 1 through 9 (of 9 total)
  • Author
    Posts
  • #22644
    [email protected]
    Support Expired

    Theme : Activland
    Hi,

    1 – The translation for the button “Find out more” doesn’t work. I use loco translate but nothing happened.
    Where or how can i make this translation ?

    2- How can i remove the icon that disappear when the button find out more appears ?

    Waiting for your reply.
    Thanks

    Regards,

    #22664

    Hi you,

    Please send Admin web account for me, I will check and try to help you.

    #23104
    [email protected]
    Support Expired
    This reply has been marked as private.
    #23118

    Please send admin account via this topic, I did not receive your email.

    #23126
    [email protected]
    Support Expired
    This reply has been marked as private.
    #23138

    Hi,

    #1. Ok, I resolved this issue, please recheck.

    #2. Do you mean remove this image on hover: https://prnt.sc/YE4JR4-q-qhg

    Please add this custom CSS to file style.css ( child-theme):

    .activities .activities-inner:before{
    display: none;
    }
    #23155
    [email protected]
    Support Expired

    Hi,

    Thank you for the first point ! How do you do ? You change it on a php file ?

    2 – i put the css but it still don’t work, this is what i want to hide https://prnt.sc/ba0VxH1jKoI3

    3 – I want to change the permalinks “activities” and “whatwedo”.
    I want to put for exemple the first one in french “activites”

    Thanks for the help.

    #23153
    [email protected]
    Support Expired
    This reply has been marked as private.
    #23171

    Hi,

    #1. I reinstalled the translation and retranslated the text for you.

    Go to https://dinopedia-aventure.fr/wp-admin/admin.php?path=languages%2Fthemes%2Factivland-fr_FR.po&bundle=activland&domain=activland&page=loco-theme&action=file-edit
    search your text and add translate.

    #2. I resolved this issue, please recheck.

    #3. Yes, you can custom this slug, please add this code to file functions.php( child-theme):

    – Activities:

    add_filter('activland_activities_slug', 'activland_activities_slug_custom');
    function activland_activities_slug_custom(){
    return 'your-slug';
    }

    – What We Do:

    add_filter('activland_whatwedo_slug', 'activland_whatwedo_slug_custom');
    function activland_whatwedo_slug_custom(){
    return 'your-slug';
    }
Viewing 9 posts - 1 through 9 (of 9 total)

You must be logged in to reply to this topic.