-
AuthorPosts
-
July 3, 2017 at 3:29 pm #815924
I have placed a background image but in the mobile version it does not appear correctly, it cuts off an important part of the image. How can i solve it
July 4, 2017 at 4:50 am #816137Hey jesusriosarroyo,
If you want greater control over the background in mobile devices I suggest you create another section to show only on mobile and use an image better adapted to that screen size. You can assign unique IDs to your sections and then hide/show them using CSS like this:
@media only screen and (min-width: 768px) { #section-desktop { display:block !important; } #section-phone { display:none !important; } } @media only screen and (max-width: 767px) { #section-desktop { display:none !important; } #section-phone { display:block !important; } }
Best regards,
RikardJuly 5, 2017 at 1:14 pm #816728I’m trying that solution but it does not work. When placing two sections of color (I want the image to be full width) the background of the next section make the background image of the section of color. I attach an image. How can I solve it?
July 6, 2017 at 5:26 am #817038Hi,
Thanks for the details, though I’m getting an error message when try to access the login screen. Please see private.
Also, on what page are you having this problem?
Best regards,
RikardJuly 6, 2017 at 4:44 pm #817345Is a safety measure. In order to access, you need to have the language in Spanish installed in the browser, you do not need to be active.
July 10, 2017 at 6:53 pm #818932Is there any progress?
July 10, 2017 at 10:53 pm #819016Hi,
Please disable that Spanish option, so we can be able to help you out with the problem please.
Thank you
Best regards,
BasilisJuly 11, 2017 at 1:47 pm #819340I can not change this option. It is an option of the hosting server. The restriction is that the Spanish language must be installed in the browser. It is not necessary, that the language is active. Can you try that? I look forward to your help thanks
July 12, 2017 at 9:57 pm #820236Hi,
I am sorry but we can not.
That would require a lot more steps to debug the error.
Please find a solution and we will be more than happy to help with the theme.Best regards,
BasilisJuly 17, 2017 at 11:53 pm #823017Have already removed that restriction. you should be able to enter and solve the problem. Our knowledge to modify the theme are limited. Thank´s
July 21, 2017 at 11:08 am #825068There is some progress?
July 22, 2017 at 2:25 pm #827256July 27, 2017 at 12:10 pm #830596Try again, this protection measure is already deactivated. Thanks!
July 31, 2017 at 5:12 pm #832263Is there any progress? Thanks
August 1, 2017 at 11:35 am #832769Hi,
There’s a new option for every elements in the latest version of the theme which is called Screen Options. You can now duplicate the first color section and apply an image that is specifically resized for mobile. Use the Screen Options to toggle the display of the elements on different screen sizes.
Best regards,
IsmaelAugust 2, 2017 at 11:42 pm #833690I updated the theme. I can see the options to hide depending on the screen size. I’ve run a test but it does not work. How can I solve it, thank you.
August 7, 2017 at 8:53 pm #835596Hi,
Which sections you selected to hide, can you tell us, so we can try identify it please?
Best regards,
Basilis -
AuthorPosts
- You must be logged in to reply to this topic.