Dear Sir/Madam,
I have a page with View to list out the post with a specific category. I can see all post from English page (the default language) hidden link but I can't view the Traditional Chinese hidden link
I do enable the translation for content template, is it the only one setting to enable the view ?
Best regards,
Kelvin.
It depends on the settings for the post type shown in the View. What types of posts are displayed in the View? What are their translation settings?
Dear Christian Cox,
What translation setting should be? I did capture the translation setting in the previous message, was it enough? Please advise what is the setting to ensure the view can be showed.
Best regards,
Kelvin.
I would normally use the setting "Translatable - use translation if available or fallback to default language". Otherwise, you must translate every View template. Usually this isn't necessary, because you will just use wpml-string shortcodes inside the View to translate strings using String Translation. The results will be displayed based on the translation settings for the post type shown in the View, not the template translation settings.
If this doesn't work, please take a screenshot of the Query Filter for this View and include it in your next reply. I would like to see how your taxonomy Query Filter is configured.
Dear Christian Cox,
Not sure whether I provided the screenshot are those you need. Will you consider to have access to my site and check, I can't create private message here. Please advise.
Please use the private reply fields here to provide login credetials.
Thank you, I was able to log in and I am checking the problem now. I will update you shortly.
I'm quite confused, can you help?
I am looking on this page:
hidden link
I am editing the page in wp-admin here:
hidden link
There is a "Classic" block that contains the View "Services". I can edit this View here:
hidden link
If you look in the View's Loop Editor you will see that a table is started in the wpv-items-found section:
[wpv-layout-start]
[wpv-items-found]
<!-- wpv-loop-start -->
<table width="100%" class="wpv-loop js-wpv-loop">
...
However, there is no table tag anywhere in the page source for the Service page. There is no Content Template applied to the Service page, either, so I'm not sure where the content of the Service page is coming from. I don't see any custom JavaScript in the View that would be replacing the table tag...so I'm confused. Do you have any idea why the table tag in this View is not appearing on the site? I see several tc- CSS classes, which indicate content coming from the Customizr pro theme somehow. Is it possible this content is generated by the theme and cached somehow? What happens if you temporarily switch to the default Twenty Twenty theme?
Dear Christian Cox,
Yes, thanks for your finding, I finally found that the content was rendered by a custom page named service-page.php. Sorry for my mistake, I will seek the theme author's help.
Best regards,
Kelvin.
Okay thanks for the update. Good luck, I hope you are able to solve the problem.