-
AuthorPosts
-
October 15, 2016 at 9:19 pm #699414
Hi There, just noticed the slider on mobile is cut off… please advise.
October 16, 2016 at 10:57 am #699528Hey Epic!
We would like to help you, but we do need access to your web site URL, so we can understand the issue and provide any css
that we can to help you outRegards,
BasilisOctober 16, 2016 at 7:40 pm #699673On mobile portrait please check all pages.
Thanks
October 16, 2016 at 7:41 pm #699674Continued
October 16, 2016 at 7:58 pm #699678HELP huge disaster
October 16, 2016 at 8:42 pm #699689Hey!
The only way to restore that is to ask your hosting provider to provide with a backup.
They will most probably be able to fix the issue.Thanks a lot
Cheers!
BasilisOctober 17, 2016 at 6:14 pm #700164Okay restored need you to go in and fix the issue . Site is on construction while we fix what wasn’t restored. Thanks
October 17, 2016 at 6:40 pm #700172Updated login details.
Need slider not to cut content when on mobile. Landscape and Portrait view.
Thanks
October 18, 2016 at 1:04 am #700340Guys can i get heads on this?
October 18, 2016 at 5:05 am #700357Hey!
Please add the below css in Quick CSS section.
Adjust the height value to suit your design./* Fullscreen slider height in portable devices*/ @media only screen and (max-width: 775px) { #full_slider_1 li{ min-height: 265px !important; } #full_slider_1 li img{ min-width:175vw }}
Cheers!
VinayOctober 18, 2016 at 5:36 pm #700780Hi There…
Not sure how…
October 18, 2016 at 6:05 pm #700791Hi Tried you CSS and its not working… The size I have fits perfectly its the caption that won’t fit. please login and have a look to see what I have done. This was since I updated it could be the font sizes I did change something in the H1-H6 section and its messed the headings up on…
October 20, 2016 at 3:38 am #701611Hi Guys whilst waiting on the solution above… I have come into a pickle which I hope you can shed some light?
For some reason when I upload an image I can not remove the title. I don’t want the file name to appear when the user hovers over an image… Is there away to remove this.
Please login and take a look?
As foe the slider in mobile view it fits perfectly its just the captions don’t.
October 21, 2016 at 2:04 pm #702394Hi,
this is not caused by the theme and common WordPress behavior. Maybe there is a plugin out there with such a function, but to be honest I doubt that. You could ask this in general WordPress forum, maybe they have a solution for you.
Best regards,
AndyOctober 21, 2016 at 3:36 pm #702469Okay but what about my original question on the mobile slider your CSS didn’t work for me??
The screen is:
October 21, 2016 at 3:44 pm #702476Ps…
October 22, 2016 at 6:57 pm #702853Guys, need an update since vine’s comment didn’t work for me… I hope your going to extend my support due to the delay in answering this questions. Thanks
October 24, 2016 at 4:58 pm #703365Anyone?
October 25, 2016 at 5:19 am #703539Hi,
Please adjust the font size of the caption on mobile so that it fits the slider.
@media only screen and (max-width: 768px) { .responsive #top .slideshow_caption h2 { font-size: 15px !important; } }
For other inquiries, kindly create a new thread. Thank you.
Best regards,
IsmaelOctober 25, 2016 at 7:09 am #703601Will do thanks
October 25, 2016 at 7:09 am #703602was the same enquiry btw as titled
October 25, 2016 at 3:51 pm #703834Hi problem still there… what am I doing incorrectly?
@media only screen and (max-width: 768px) {
.responsive #top .slideshow_caption h3 {
font-size: 15px !important;
}
}landscape is fine
portrait still cuts off
can I also remove the header on mobile only is there a CSS for the? So I have a full image instead.
October 28, 2016 at 10:29 am #705223Hi,
The caption is wrapped inside an h2 tag, not h3.
@media only screen and (max-width: 768px) { .responsive #top .slideshow_caption h2 { font-size: 15px !important; } }
Best regards,
IsmaelOctober 28, 2016 at 11:09 am #705235Hi Tried that still not working.
I also looked in advanced styling to check if i had slideshow captions on h3.
Did you log in to take a look?
The h3 css i copied an pasted above wasn’t used in the end anyway. Whilst waiting for a response I had to play around with it as h3 was too big however your css still is cutting off in portrait view therefore my question now (also added to a new thread) was how to remove the green heading on mobile view only so the screen can benefit from a full image?
This is a bit protracted now.
Thanks
November 1, 2016 at 7:41 am #706580Hi,
Please try adding this code to the Quick CSS section under Enfold > General Styling or to your child themes style.css file:
@media only screen and (max-width: 768px) { .caption_fullwidth { bottom: auto!important; }}
If you still have any issue please make sure the user role is set to admin for the credentials you provided we will need to inspect the backend settings.
Best regards,
VinayNovember 3, 2016 at 12:12 am #707438Account details have been provided a few times above…
The caption appears at the top. The middle is preferred .
Thanks
- This reply was modified 8 years ago by Epic. Reason: checked the css code provided
November 3, 2016 at 12:20 am #707441I would like as mentioned previously to remove the menu bar and logo as it covered the image . I would like the image to cover the full area and when user scrolls on MOBILE only the menu bar appears.
On mobile its too clunky even though I have two 3rd party features applied that is fine.
November 7, 2016 at 3:32 am #708989Hi,
Please set the user role to administrator so that we can modify the Quick CSS field or the style.css file. I can’t find the image described in the screenshot, it’s probably the missing item in the slider. Did you remove it in the media library?
Best regards,
IsmaelNovember 7, 2016 at 8:36 pm #709454Admin role set.
Media Library has been compromised since our hosting company restored data from their backup. However this issue has been from day1 installation of Enfold. The library is not fully as it was originally however, I dd not intensionally remove the image from the media library.
Hope we can get to the bottom of this along with my question on removing the header from mobile view to allow the whole image to be visible.
Thanks
November 9, 2016 at 8:13 pm #710425Hi,
you can move your captions on mobile using this code:
@media only screen and (max-width: 767px) { .avia-caption-title { margin-top: 25px !important; }}
However, I’m not sure if this is really what you want to achieve. Would you mind posting us a screenshot/mockup of what you would like to achieve? You can upload the screenshot to imgur.com or dropbox and share the link here :)
Best regards,
Andy -
AuthorPosts
- The topic ‘Slider cut off on mobile’ is closed to new replies.