Guest Posted June 28, 2020 Posted June 28, 2020 Site URL: https://naonow.squarespace.com/config/ Hi! I'd like to hide one of these images in my Korean version and the other in my English version. How should i do so? @rwp https://ko.naonow.com/about
rwp Posted June 28, 2020 Posted June 28, 2020 #block-yui_3_17_2_1_1592726362523_39087:lang(ko) { display: none; } #block-yui_3_17_2_1_1593310964731_25599:lang(en) { display: none; }
Guest Posted June 28, 2020 Posted June 28, 2020 Is there a way to swap these two parts in Korean version only? @rwp
rwp Posted June 28, 2020 Posted June 28, 2020 Easiest way that I can think of is to make a 3rd section, which is an exact copy of the first section, and then we can use lang() to hide number 1 or number 3 the same as we did before. so: Section 1 Section 2 Section 1 (copy) In EN version, we hide Section 1 (copy) and in KO version hide section 1
Guest Posted June 28, 2020 Posted June 28, 2020 Thanks!! I decided to reverse it in English too! But then it moved my university logos... How Can I put the university logos above the block right under the green?
rwp Posted June 28, 2020 Posted June 28, 2020 If you move and change sections the coding we wrote before will need to be changed.
rwp Posted June 28, 2020 Posted June 28, 2020 It looks like the sections are in the wrong location in the editor. You just be able to move the university logos up one level and that should fix it.
Guest Posted June 28, 2020 Posted June 28, 2020 Hi @rwp what should I do if I want to swap the two sections but keep the university logos in the same location in Korean mode?
rwp Posted June 29, 2020 Posted June 29, 2020 You will need to duplicate the section with the boy and put it below the section with the girl. In English, hide the bottom section, and in Koren hide the top one.
Recommended Posts
Archived
This topic is now archived and is closed to further replies.