-
AuthorPosts
-
January 5, 2016 at 1:19 am #559617
Hi Support,
I have used the following CSS in the Quick CSS. However, the mobile menu is missing from the the mobile.
@media only screen and (max-width: 480px) {
#advanced_menu_toggle, #advanced_menu_hide {
left: 0;
right: auto;
}
.responsive #top .logo {
float: right;
}
.responsive #top .cart_dropdown {
right: 0;
}}Thanks in advance.
January 5, 2016 at 9:47 am #559784Hey Wils1234,
Please send us a temporary admin login so that we can have a closer look. You can post the details in the Private Content section of your reply.
Thanks,
RikardJanuary 6, 2016 at 6:06 pm #560686Hi Rikard,
Please see below.
Thnaks in advance.
January 7, 2016 at 2:04 pm #561206Hey until this issue is fixed could you please enable right click on the website so it is easier to trouble shoot the issue.
Thanks
January 7, 2016 at 3:33 pm #561286Hi Vinay,
Ok this has now been disabled.
January 7, 2016 at 6:14 pm #561409Hi!
Thanks wils one of our developers will check it out and get back to you soon.
Best regards,
VinayJanuary 11, 2016 at 8:31 pm #563474Hi Vinay,
Has there been any news?
Thanks.
January 13, 2016 at 10:43 am #564491Hey!
Are you able to view the dashboard when you login? I’m just getting a blank page. If you are able to view the dashboard please disable all active plugins. If not please follow the steps in the below link and reinstall the theme using FTP and let us know
http://kriesi.at/documentation/enfold/install-enfold-over-ftp/Regards,
VinayJanuary 13, 2016 at 10:51 am #564502Hi,
I love the theme but I am having troubles with the smartphone responsiveness:
– the menu does not appear on smartphones
– the slider in the homepage does not adapt to smartphones screenThank you!
Francesca- This reply was modified 8 years, 10 months ago by francescananis.
January 13, 2016 at 11:08 am #564513Hey!
1.) Problem is that color is set to white. Try this code in Quick CSS field:
.avia-menu-text { color: black !important; }
2.) Try to control it with this code:
@media only screen and (max-width: 767px) { div#layerslider_3_1 { width: 0% !important; left: -189px; }}
adjust left value as needed.
Regards,
AndyJanuary 13, 2016 at 11:24 am #564530Dear Andy,
Thank you so much for that!
I solved problem 1 but problem 2 still persist.
If I add the provided code the slider images totally disappear from smatphone and leave a blank area.Also I have noticed another problem:
3- the text in the pages overlay the images on smartphones & tabletsThank you
FrancescaJanuary 13, 2016 at 12:19 pm #564583Hi!
can you provide us admin access please? post it here as private reply.
Use a new ticket for a new question please.Cheers!
AndyJanuary 13, 2016 at 12:21 pm #564586Thank you Andy!
See details belowJanuary 13, 2016 at 12:50 pm #564614Hey!
You are using an old version of the theme, so please upgrade to Enfold 3.4.7 and let us know if you still need help afterwards.
Also upgrade your WordPress.Regards,
AndyJanuary 13, 2016 at 12:54 pm #564619Thank you Andy!
You are super fast!How long will it take to update the WordPress Version? Also will there be any potential problems in doing the upgrade? I do not want to risk any problem with the website…
Francesca
January 13, 2016 at 1:12 pm #564639Hi!
there is always a risk. Make sure to have a backup before upgrading/making any big changes.
Cheers!
AndyJanuary 18, 2016 at 10:07 am #567033Dear Andy,
We have updated the WordPRess + Enfold.
Still the 2 problems persists:
1-homepage slider on smartphones & tablets
2- the text in the pages overlay the images on smartphones & tabletsCould you let me know?
Many Thanks
FrancescaJanuary 18, 2016 at 8:22 pm #567346Hi!
unfortunately I can’t make any changes in your backend. It simply does not save anything. Do you know why?
Please define a unique CSS ID for each LayerSlide in question, for example “slide-1” inside of this field:
Then you can use in Quick CSS field something like this for mobile:
@media only screen and (max-width: 736px) { #slide-1 { width: 1796px !important; heigth: 547px !important; }}
and adjust the values as needed. You need to do it for every slide in question.
Make sure that we can make changes in your backend if you still need help with it.
Best regards,
Andy -
AuthorPosts
- You must be logged in to reply to this topic.