SaboSmith on "Mobile Menu Loading Twice"
Not at the moment. Thank you for all your help. I will get a test environment up so that I can show you the problem asap.
View Articleateliernatuerlich on "[Plugin: Special Recent Posts] Adapt for mobile use"
Hello, I have a theme that adapts automatically when using a mobile phone, however your plugin won't seem to adapt to a smaller screen. Is there something I can add in the CSS to make it fit the screen...
View ArticleAmit Sukapure on "[Plugin: Shortcode Menu] Not mobile responsive?"
Update have only changes with responsive. Hope you didn't changed shortcode. Could you please share your URL? I'll look into this issue.
View ArticleEstherKo on "[Theme: Twenty Fourteen] Site not full width on iPad"
Hi, The Twenty Fourteen theme looks fine on my desktop (full width centered using the Twenty Fourteen Extended plugin), but when I go look at my website on the iPad it looks left aligned. The website...
View ArticleMike on "[Plugin: WP Mobile Detect] Not working with Kindle Fire HD"
The [device] and [notdevice] shortcodes are being ignored on the Kindle Fire HD. Seems to be working OK on all other devices I've tried. Can you confirm that the Kindle Fire / Silk Browser user agent...
View Articlejonradio on "[Plugin: jonradio Multiple Themes] Auto append ?keyword=value in...
Nothing conclusive yet, but first results indicate that the problem in the third environment (WPEngine production site using their custom caching system) being tested is the plugin's cookie not...
View Articlejonradio on "[Plugin: jonradio Multiple Themes] Auto append ?keyword=value in...
All of the following refers solely to the third environment (WPEngine production site using their custom caching system). Further testing shows that the Cookie is being properly set and sent by my...
View Articlelukawoo on "[Theme: onetone] Problem with scroll"
Have the same issue with scrolling here, will try to figure it out in the next couple of days. *it's a variation of the SMINT jQuery plugin I guess the solution somewhere in the...
View Articlelukawoo on "[Theme: onetone] Problem with scroll"
I've removed the lines below from the jquery.smint.js, making my home header always fixed, and made the top margin of the .section-banner equal to .home-header height in css. Solved my scroll prob. //...
View Articleqriouslad on "[Plugin: jonradio Multiple Themes] Auto append ?keyword=value...
Thank you very much Jon, for pushing the investigation to the very end. The membership plugin has been quite problematic for us, and this seems to be another one we've stumbled into. I'll relay this...
View Articlecliftonshipway on "Contact Form 7 Responsive Columns"
Hey, I am trying to set up a form with columns that are responsive (ie on a mobile). I have managed to set up the columns here on my orphanages website just fine using the following CSS: #c7form_left {...
View Articlerozsarak on "[Theme: Zippy] Mobile version not working"
Ditto problem for mobile- the theme says is responsive but it seems that since wp update it is not.. ref: the posts etc are not responsive using wp 3.9 eg on samsung phone – text does not move to be...
View ArticleAndrew on "[Theme: Zippy] Mobile version not working"
The best thing you can do to help us is provide a link to the issue
View Articlerozsarak on "[Theme: Zippy] Mobile version not working"
Hi Andrew, Thanks, yes,if you look at the following url on a samsung you will see issue: http://ecoactiveireland.com/wild-camping/ All the best Roz
View ArticleAndrew on "[Theme: Zippy] Mobile version not working"
Also check if the issue persists on the theme's demo site http://www.mageewp.com/zippy/
View Articlerozsarak on "[Theme: Zippy] Mobile version not working"
yes it does, it is just like desktop site on samsung android phone. no responsiveness at all...
View ArticleRene Hermenau on "Contact Form 7 Responsive Columns"
There are two ways you can go: First one: Use a mediaquery @media (max-width: 500px) { #c7form_left { float: none; } } or use a fixed width instead percentual one. This wrap the columns automatically...
View ArticleAndrew on "[Theme: Zippy] Mobile version not working"
Check the browser on your device as some browsers don't support Media Queries (responsive CSS): http://caniuse.com/css-mediaqueries Ideally the theme would be created mobile-first and the media queries...
View Articleqriouslad on "[Plugin: jonradio Multiple Themes] Auto append ?keyword=value...
Hi Jon, I have heard back from the team and we're very likely going to be moving away from that particular membership plugin and will be using a more mainstream/popular plugin to manage the membership...
View Articlecliftonshipway on "Contact Form 7 Responsive Columns"
Thanks so much Rene, I added the following line of code to fix it: @media (max-width: 500px) { #c7form_left { float: none; width: 100%; } #c7form_right { float: right; width: 100%; } } I really...
View Article