Digital experiences for all disciplines
New Landing › How can we help? › Themeforest Theme Support › Pinpoint › Rev Slider: Responsiveness
New Landing › How can we help? › Themeforest Theme Support › Pinpoint › Rev Slider: Responsiveness
- This topic has 28 replies, 4 voices, and was last updated 10 years by Swift Ideas – Ed.
-
Posted in: Pinpoint
-
October 1, 2014 at 8:52 pm #116486
Oh man, this is going to make you crazy, but now, in Firefox, when I resize the browser, the images extend over… see screenshot. In Chrome, they resize as they should, and they appear to be fine on our mobile site. Any ideas?
Attachments:
You must be logged in to view attached files.October 2, 2014 at 7:44 am #116589Hi,
I have resolved it so please check it now after clear the cache of browser. Please make test with original small devices.
Thanks
MohammadOctober 2, 2014 at 6:14 pm #116826Hi Mohammad,
Did you check it in both browsers? Now it’s messed up in Chrome, but fine in Firefox. See attached.Also, the menu is gone on our mobile site.
Thanks,
MaggieAttachments:
You must be logged in to view attached files.October 2, 2014 at 8:59 pm #116875Actually, it’s now fine in Chrome but over again in Firefox.
It looks like there’s a margin or padding being added on the left side. Your assistance is much appreciated!
Warmly,
MaggieOctober 3, 2014 at 5:51 am #116934Hi,
I always tested with Firefox and all things perfect fine here so please clear your browser cache.
Thanks
MohammadOctober 7, 2014 at 4:51 pm #118216Hi Mohammad,
Yes, I cleared the cache and it’s still a problem. I also looked on the other computers here and see the same problem. Can you send me a screenshot of what you’re seeing as perfect?Also, not sure why this keeps getting skipped, but do you have any idea how to get our menu back on our mobile site? Not having that functionality is a pretty serious problem.
Thank you,
MaggieOctober 8, 2014 at 11:23 am #118483Hi,
My colleague will assist you soon.
Thanks
MohammadOctober 9, 2014 at 4:33 pm #118965Thanks. We’re going on 9 days of whatever change you made having a substantial negative impact on our site… I’ve looked on my computer at home as well as the other computers in the office and the problem shows up on all of them.
Is there any way to deal with this today? I’m not sure what change was made, but it seems like margin was added to the left side of the site and now all of the sliders and full width images extend beyond the right edge of the boxed width section. I hate to sound like a broken record, but it’s making our site look kind of ridiculous. Any suggestions you might have to address this are much appreciated.
Thank you,
MaggieOctober 9, 2014 at 7:05 pm #119006Hi Maggie,
Apologize for any inconvenient.
I’m sorry to ask you this but can you resume your current issues. I already read the topic but kind of lost on what is missing now.Isn’t suppose to exist the margins illustrated at red in the picture below?
https://www.dropbox.com/s/miro7015vpua997/site_margin.png?dl=0-Rui
October 9, 2014 at 7:12 pm #119012Hi Rui,
The margins in red around the video are fine… what we’re all seeing that is problematic is that the full width images are actually going over the right edge a bit. Interestingly, they used to be truly full width, now they have a margin. When the browser window is reduced in size, the images don’t size down – they extend beyond the right edge of the boxed content.
See the screenshots.
The other problem is that there is no menu on the mobile version of our website.
Thank you very much for your assistance!
~MaggieAttachments:
You must be logged in to view attached files.October 9, 2014 at 7:43 pm #119016And now there’s a weird margin to the right of the page title as well as the footer and other elements styled to be full width…
October 12, 2014 at 1:50 pm #119500Hi there,
Just adjusted this for you. Check the code I added around the video iframe to make it responsive.
– Ed
October 14, 2014 at 5:11 pm #120164This reply has been marked as private.October 16, 2014 at 6:40 pm #120898Your minification setup is messing with the order of the stylesheets, causing the responsive css to load before the main css – which means the responsive css doesn’t override as standard. Add this custom css for the mobile menu to show:
@media only screen and (max-width: 767px) { #mobile-navigation { display: block!important; } }
There isn’t a way to escalate things, as it would get abused too often – but I’ve taken this up with the team to ensure it doesn’t happen again, apologies for that.
– Ed
-
Posted in: Pinpoint
You must be logged in and have valid license to reply to this topic.