Okay
  Public Ticket #1299028
Translation and contact issues
Closed

Comments

  • Manuel started the conversation

    Hello,

    I´m currently building a site. It´s almost done but I would really appreciate your help with some issues that I have found.

    1- I would like to get rid of the “Load More” button under the Latest media section. How can I do it? I have installed a translation plugin as my site is in Spanis, but the “Load more” text is not available for translation.

    2- How can I translate the Phone field in the address. The same situation as before, I could not find the text available for translation.

    3- How can I style the contact form? I haven´t been able to find the way to edit the contact form that comes by default with the theme.

    Thank you, Manuel

  •  840
    Jelly replied

    Hi,

    1. Please add the css code in the path: Appearance -> Theme Editor -> Style.css, please put it in the end of the file:

    #more-media {
        display: none;
    }

    2. This you mean you want change the icon in contact form information? You can try take a look in here:

    \muziq-jellythemes-plugin\blocks\jellythemes.contact-info.php

    3. It's hard code, so you will need custom style to change the style of it. I can help you some thing simple, maybe you can provide your detail, I will check and if it's possible, I will help you do it?

    Best Regards,
    Jelly Team

  • Manuel replied

    Hi there, the question is that I cannot edit the built-in contact form for some reason. When I click on the pencil icon for the Contact form module, I get a blank window (see attached) . Therefore, I cannot translate the fields and I cannot connect it to my email address.

    Could you please give me a hand with this?

    Thank you!

  •  840
    Jelly replied

    Hi,

    The contact form is hard code, so you can't edit it through wordpress dashboard. Maybe you can try use contact form 7 or third party plugin form and add it in visual composer than custom it with your own.

    It's flexible than default contact form.

    Best Regards,
    Jelly Team

  • Manuel replied

    Thanks for your reply. Going back to my first post. Do you know how can I translate the "Get socialized with us" title on the contact section?

    Thank you in advance for your reply.

  •  840
    Jelly replied

    Hi,

    You can edit it in here:

    \muziq-jellythemes-plugin\blocks\jellythemes.contact-info.php

    Best Regards,
    Jelly Team