Guest Posted June 22, 2020 Share Posted June 22, 2020 Site URL: https://naonow.squarespace.com/config/ Hi! We have two versions of our site-- one in Korean and one in English. We made two of these pyramid images, one in Korean and one in English. Is it possible to hide the Korean pyramid on our English site and the English pyramid on the Korean site in both mobile and computer view? Thanks!! Site: https://naonow.com/about https://naonow.squarespace.com/about Link to comment
Beyondspace Posted June 22, 2020 Share Posted June 22, 2020 Hide korean image #collection-5e80eb1963d7965a88b364c4 #block-yui_3_17_2_1_1592754049361_24081 { display: none; } This one for English image hidden #collection-5e80eb1963d7965a88b364c4 #block-yui_3_17_2_1_1592800234526_25508 { display: none; } Greeting, it's BeyondSpace, I am Squarespace dev focus on provide solutions to enhance feature that squarespace.com can't provide.Feel free to check my current Squarespace Plugins Developement: Enable Pinch/Zoom on lightbox, Delivery Date Picker, Lightbox Studio pluginIf you find my answer fit your need, let's leave a like or upvote so others with the same issue can find their solution. Thank you Link to comment
Guest Posted June 22, 2020 Share Posted June 22, 2020 Thanks @bangank36! I used those codes but now the pyramids both disappeared. I would like them to still appear on their language version of the site! (So I would like the English pyramid to appear on the English site and Korean pyramid to appear on the Korean site). How do I fix this? Thanks!! Link to comment
rwp Posted June 22, 2020 Share Posted June 22, 2020 You can use lang() to get that code working. #collection-5e80eb1963d7965a88b364c4 #block-yui_3_17_2_1_1592754049361_24081:lang(en) { display: none; } #collection-5e80eb1963d7965a88b364c4 #block-yui_3_17_2_1_1592800234526_25508:lang(ko) { display: none; } Link to comment
Guest Posted June 22, 2020 Share Posted June 22, 2020 @rwp thank you so much!! that worked perfectly! Link to comment
rwp Posted June 22, 2020 Share Posted June 22, 2020 1 hour ago, rachelt said: @rwp thank you so much!! that worked perfectly! No problem! Link to comment
Guest Posted June 23, 2020 Share Posted June 23, 2020 @rwp trying to do a similar thing here and hide the "ivy league logos" in the English version but keep in Korean and hide the other icons in green ("innovative curriculum etc") in Korean version but keep in English. Do you know how to do this? Link to comment
rwp Posted June 23, 2020 Share Posted June 23, 2020 #collection-5e8106fd14477f68e75da0f8 #block-yui_3_17_2_1_1592925794450_25638:lang(en) { display: none; } #collection-5e8106fd14477f68e75da0f8 #yui_3_17_2_1_1592934809003_162:lang(ko) { display: none; } Give that a go Link to comment
Guest Posted June 23, 2020 Share Posted June 23, 2020 @rwp That worked perfectly for the English version!! The Korean version still has the green buttons/ links which I'd love to hide! Is there a way to do that and also make the entire banner smaller so that you can see the Ivy League logos right when you click on the page? Thanks so much!!! Link to comment
rwp Posted June 23, 2020 Share Posted June 23, 2020 #collection-5e8106fd14477f68e75da0f8 #block-yui_3_17_2_1_1592925794450_25638:lang(en) { display: none; } #collection-5e8106fd14477f68e75da0f8 #page-section-5eae050ded72103d3af701d9:lang(ko) { display: none; } This should fix the images. Link to comment
Guest Posted June 23, 2020 Share Posted June 23, 2020 @rwp Thank you SO much!!! One more question, is there a way to make this entire page appear with the little buttons/ links when you click the page instead of needing to scroll down first? Link to comment
rwp Posted June 23, 2020 Share Posted June 23, 2020 1 minute ago, rachelt said: @rwp Thank you SO much!!! One more question, is there a way to make this entire page appear with the little buttons/ links when you click the page instead of needing to scroll down first? I am not 100% sure what you mean by that. Link to comment
Guest Posted June 23, 2020 Share Posted June 23, 2020 @rwp so right now, when you click on naonow.com you need to scroll down to see the buttons. Is there a way to have them displayed on main image right when you click website without scrolling? Link to comment
rwp Posted June 23, 2020 Share Posted June 23, 2020 Oh, so you basically want to have the buttons with the white background replace the buttons with the green background? Link to comment
Guest Posted June 23, 2020 Share Posted June 23, 2020 (edited) If possible, I would like the entire green background to show up right when you click the website in both English and Korean. Right now, the buttons/ links are cut off: Edited June 23, 2020 by rachelt Link to comment
Solution rwp Posted June 23, 2020 Solution Share Posted June 23, 2020 Yes it can be done, but nothing quick and easy that I can think of. Link to comment
rwp Posted June 23, 2020 Share Posted June 23, 2020 @rachelt It looks like the page section id for the green icons gets changed by square space. I have a few other ideas fix the images and get that section looking how you want. Message me and we can get it sorted. Link to comment
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment