-
AuthorPosts
-
September 21, 2015 at 8:16 am #506256
hello,
after the last theme update the css (header is the sidebar), does not apply the “mobile” view for the ipad portait or landscape mode.
this is a huge problem for us, because we customized and optimized a lot the css layout for these devices.now everything is squeezed and the user can not read the content.
please let me know how we can apply the “old breakpoints” for mobile devices.thank you
September 21, 2015 at 11:36 am #506346Hey steffard,
I don’t think any break points have been changed in any updates lately, maybe you hade some CSS in the parent theme which were overwritten on the update? I’m not sure exactly what the site should look like, do you have any screenshot you can post? We might need an admin login to have a closer look as well, you can post the details in the Private Content section of your reply.
Best regards,
RikardSeptember 21, 2015 at 12:12 pm #506360Hello Rikard,
the customized css was / is still in the childtheme CSS. I did not change the CSS of the parent theme.
the header sidebar should disappear (and become a advanced_menu_toggle) in the ipad portrait / landscape view and the main content should get a 100% width.
Kind regards
StefanSeptember 22, 2015 at 7:07 am #506796Hi!
Try to add this in the Quick CSS field:
@media only screen and (max-width: 989px) { p.lgs, .sdinfo { display: none; } }
Regards,
IsmaelSeptember 22, 2015 at 7:51 am #506804Hello Ismael,
this has no effect on the view. The problem is that the theme does not apply the mobile menu view on ipad devices any more if the header is in the sidebar. You can also check it on your demo theme “Enfold Photography Portfolio”. After the update the mobile menu disappears for the ipads :-S
Kind regards
StefanSeptember 22, 2015 at 11:07 am #506904Hi Stefan,
Please try the following in Quick CSS:
@media only screen and (max-width: 1024px) { nav.main_menu {display:none !important;} #advanced_menu_toggle, #advanced_menu_hide {display:block !important; } }
Thanks,
RikardSeptember 22, 2015 at 11:24 am #506913hello rikard,
this does not work, because it is obviously not enough. the header needs to disappear and the main content needs to get fullwidth.
these few lines offer no solution.please find out the media queries before the update. there have to be a lot of changes after the update because the whole layout changed (again: also as I mentioned before, the layout also changed for your theme demo “Enfold Photography Portfolio”).
I am very good in css and customization, but your advices focus on the wrong point of view…
September 23, 2015 at 11:10 am #507607hey guys,
we need support! the website looks still terrible and the users can’t use the website like they should. it is a big point for us to find a solution!
best stefan
September 23, 2015 at 11:48 am #507628Hi!
Please create a temporary admin login and post it here privately so we can look into it.
Cheers!
YigitSeptember 23, 2015 at 12:46 pm #507693hi yigit,
please check the private content for the login data.
best stefan
September 23, 2015 at 1:54 pm #507745Hey!
I have added custom CSS code to bottom of Style.css file. Please review your website now
Cheers!
YigitSeptember 23, 2015 at 2:50 pm #507831hello yigit,
this looks better now. I will do the rest of the styles by myself, thanks!
best stefan
-
AuthorPosts
- The topic ‘Enfold Photography Portfolio – Issue after Theme update’ is closed to new replies.