Home Forums Pro Themes  Travel Insight Pro Homepage Section Multi Languages Problem

Viewing 11 posts - 1 through 11 (of 11 total)
  • Author
    Posts
  • #129033
    Stan Y
    Participant

    I am trying to set a multilingual function with plugins for my website currently using travel insight pro. Other sections such as the menu are working properly. However, I am struggling with translating the homepage section. As once I translate the content in one language, it changes on the homepages for all languages. Is there anything that I could do to make it function. Or do I have to use the multi-site function to achieve my goal using this theme?

    This is a link of my website:

    http://hana-guesthouse.jp/

    #129210
    wensolutions
    Keymaster

    Hello,

    The issue might have raised due to incompatibility of theme and plugin(used for translation purpose) you have used. So, please once use WPML plugin for translation purpose.

    If you have any queries further, let us know.

    Thank you.

    #130277
    Stan Y
    Participant

    Hello,

    Thank you for your reply, I switched to WPML and it seems like the homepage section is still not appearing anywhere in the plugin settings since the homepage section is like embedded in the theme, it is not showing as a page nor post.

    Best regards.

    #130359
    wensolutions
    Keymaster

    Hello @stan-y,

    We have informed the theme author regarding the issue.

    We will get back to you once the issue is fixed.

    Thank you.

    #130992
    Stan Y
    Participant

    Hi,
    Thank you for the reply, I already fixed the problem. However, if you could kindly give me some insight on how to delete the “previous” and “next” button in the theme at the bottom of my page, it would be a great help. I tried deleting the settings in style.css and it did not seem to work. Is there any other way to achieve such a goal? Thank you.
    Best regards,
    Stan

    #130993
    wensolutions
    Keymaster

    Hello,

    Regarding your query, you can add bellow given CSS to remove the next and previous button following the path Admin Panel > Appearance > Customize > Additional CSS as shown in the screenshot from the single post pages.

    https://prnt.sc/tx1aea

    .single-post .content-area .post-navigation {
        display: none;
    }

    Hope this helps.

    If you have further queries, let us know.

    Thank you.

    #131553
    Stan Y
    Participant

    Hello,

    Thank you for the response. However, following the instructions adding the code to additional CSS, the previous and next button is still displaying on my website. Is there any other way to do so? I am not sure what exactly went wrong.

    Thank you,

    Best regards

    #131554
    Stan Y
    Participant

    Hello,

    The problem is solved. Thank you for your assistance. The code that worked for me was

    .post-navigation .nav-links {
    visibility: hidden;

    Best regards,

    #131556
    wensolutions
    Keymaster

    Hello,

    Glad you found the workaround.

    Regards.

    #133984
    sucsongtre88
    Participant

    The problem is solved. Thank you for your assistance. The code that worked for me was

    #133993
    wensolutions
    Keymaster

    Hello @SUCSONGTRE88,

    Glad it helped.

    Regards.

Viewing 11 posts - 1 through 11 (of 11 total)
  • You must be logged in to reply to this topic.