- This topic has 20 replies, 2 voices, and was last updated 1 year, 2 months ago by
SeaTheme.
- AuthorPosts
- September 17, 2022 at 5:40 am #28275
Cuando creo un grupo en Content Builder y quiere ocultarlo para PC no lo respeta. Lo mismo sucede si lo quiero ocultar para celular. ¿Cómo se puede soluciona?
September 17, 2022 at 1:38 pm #28277Hi there,
Welcome to SeaTheme forum.May I check your website? Could you please leave your wp-admin access (URL / username/password) by picking up “Set as private reply”?
ps: please try to use English, thanks.
Regards!
SeaTheme – FAQs – WordPress Customization – FacebookSeptember 17, 2022 at 2:39 pm #28279This reply has been marked as private.September 18, 2022 at 4:31 am #28282Hi,
I tested on your website, didn’t find the issue. I created a page, please test it(click) on Pc and Mobile , you should see different content (‘show on pc’ or ‘show on mobile’), if it does not work, please paste the 2 screenshots (post it to Dropbox or other cloud disk)
Regards!
SeaTheme – FAQs – WordPress Customization – FacebookSeptember 19, 2022 at 2:26 am #28288It seems that this works fine, on mobile it fits and on PC too.
This is how my portfolio should fit.On the other hand, I noticed that the English version is not visible (neither on PC nor on mobile), as well as the credits section (on mobile).
September 20, 2022 at 1:09 am #28295The PC and mobile test you sent me works fine, but how can I do it for all the pages on my site?
September 20, 2022 at 1:15 am #28297Hi,
On the other hand, I noticed that the English version is not visible (neither on PC nor on mobile), as well as the credits section (on mobile).
Please leave the issued webpage URL, thanks
Regards!
SeaTheme – FAQs – WordPress Customization – FacebookSeptember 20, 2022 at 1:42 am #28299https://www.jjrrarquitectura.com/creditos/
This is the page and it doesn’t display correctly on mobile
September 21, 2022 at 5:17 am #28311Hi,
Do you mean that the images does not display on mobile?
Regards!
SeaTheme – FAQs – WordPress Customization – FacebookSeptember 23, 2022 at 1:19 pm #28331Hi,
That’s right, that’s what I mean!
And the above PC and mobile test you sent me works fine, but how can I do it for all the pages on my site?
September 24, 2022 at 3:26 am #28336Hi,
Please edit each issued pages, edit the issued Single Image modules, activate “Fit Image Width to Container”:
https://www.dropbox.com/s/sdzounv08iqy1oy/QQ20220924-112445.jpg?dl=0Regards!
SeaTheme – FAQs – WordPress Customization – FacebookSeptember 24, 2022 at 8:28 pm #28352Ok, but I’m working with a slider and that option does not appear.
September 25, 2022 at 4:15 am #28353Hi,
Ok, but I’m working with a slider and that option does not appear.
I did not find Slider on https://www.jjrrarquitectura.com/creditos/
Please leave the issue page url, thanks.
The mobile issue on creditos page are caused by the Single Image, edit the issued Single Image modules, activate “Fit Image Width to Container”:
https://www.dropbox.com/s/sdzounv08iqy1oy/QQ20220924-112445.jpg?dl=0Regards!
SeaTheme – FAQs – WordPress Customization – FacebookSeptember 27, 2022 at 10:17 pm #28385Ok credits it works now.
This page does not work on mobile.
https://www.jjrrarquitectura.com/portafolio/casa-ventana/¡Thanks!
September 28, 2022 at 4:57 am #28386Hi
I checked the page, the layout displays as gallery list instead of slider on mobile.
Is the slider set hide for mobile on the Group module?Regards!
SeaTheme – FAQs – WordPress Customization – FacebookSeptember 28, 2022 at 12:41 pm #28391It is correct, the module is hidden for mobile, but what I would like is for the responsive version seen on PC to look the same on a tablet, because it looks the same on a tablet as it does on mobile. That from 800 px it will be adjusted as PC.
September 29, 2022 at 3:34 am #28394Please try to use CSS to set the hiding/showing rule on different size window(screen):
1. Disable hide for mobile and hide for desktop on the 2 Group modules
2. Please paste the custom CSS code to “Appearance > Customize: Additional CSS”
/*hide the slider less than 1023*/ @media (max-width: 1023px) { .module-id-1660491959889 { display:none; } } /*hide the gallery more than 1024*/ @media (min-width: 1024px) { .module-id-1660491960617 { display:none; } }
Regards!
SeaTheme – FAQs – WordPress Customization – FacebookOctober 1, 2022 at 7:07 pm #28405Ok, but I have some code that I had previously added, should I remove the old one?
October 2, 2022 at 12:14 pm #28408October 3, 2022 at 11:01 pm #28410Ok, I have already done the above steps.
I disabled hide for mobile and hide for desktop in the 2 group modules
And I pasted the custom CSS code in Additional CSSBut now both groups appear and I want the slider to appear on PC and the gallery for tablet and mobile.
https://www.dropbox.com/s/ivq9q9tmo76r3rr/Captura%20de%20Pantalla%202022-10-03%20a%20la%28s%29%2017.55.35.png?dl=0October 4, 2022 at 11:23 am #28414Hi,
The above CSS codes is for the page only: https://www.jjrrarquitectura.com/portafolio/casa-ventana/
And it works on this page.If you want it works for other pages. You need to add these IDs(the number after .module-id-, there is a unique ID for each module) to the above CSS, and multiple class names need to be separated by commas, in a format like this::
/*hide the slider less than 1023*/ @media (max-width: 1023px) { .module-id-1660491959889, .module-id-1234567, .module-id-7654321 { display:none; } } /*hide the gallery more than 1024*/ @media (min-width: 1024px) { .module-id-1660491960617, .module-id-123456789, .module-id-987654321 { display:none; } }
Regards!
SeaTheme – FAQs – WordPress Customization – Facebook - AuthorPosts
- You must be logged in to reply to this topic.