Home › Forums › Pro Themes › Travel Insight Pro › Homepage Section Multi Languages Problem
Tagged: homepage section, multilingual
- This topic has 10 replies, 3 voices, and was last updated 4 years, 2 months ago by wensolutions.
-
AuthorPosts
-
July 20, 2020 at 5:38 am #129033Stan YParticipant
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:
July 22, 2020 at 7:58 am #129210wensolutionsKeymasterHello,
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.
August 3, 2020 at 4:50 am #130277Stan YParticipantHello,
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.
August 4, 2020 at 3:11 am #130359wensolutionsKeymasterHello @stan-y,
We have informed the theme author regarding the issue.
We will get back to you once the issue is fixed.
Thank you.
August 10, 2020 at 4:50 am #130992Stan YParticipantHi,
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,
StanAugust 10, 2020 at 5:22 am #130993wensolutionsKeymasterHello,
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.
.single-post .content-area .post-navigation { display: none; }
Hope this helps.
If you have further queries, let us know.
Thank you.
August 16, 2020 at 9:59 pm #131553Stan YParticipantHello,
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
August 16, 2020 at 10:13 pm #131554Stan YParticipantHello,
The problem is solved. Thank you for your assistance. The code that worked for me was
.post-navigation .nav-links {
visibility: hidden;Best regards,
August 16, 2020 at 11:04 pm #131556wensolutionsKeymasterHello,
Glad you found the workaround.
Regards.
September 13, 2020 at 11:17 pm #133984sucsongtre88ParticipantThe problem is solved. Thank you for your assistance. The code that worked for me was
September 14, 2020 at 3:12 am #133993wensolutionsKeymaster -
AuthorPosts
- You must be logged in to reply to this topic.