Notice: These forums are now retired and closed. For active support, please Submit a Ticket or visit our official WordPress.org community pages.
Kadence Theme | Kadence Blocks | Starter Templates | WooCommerce Email Designer | Ascend | Virtue | Pinnacle
Search Results for 'ipad'
-
AuthorSearch Results
-
In forum: Virtue Theme
Topic: Fragile behavior on IOS10
Has anyone noticed the Virtue PRO theme disappearing altogether on IOS10 Safari? I’ve been testing a new website, and intermittently it appears on my IOS10 device (an iPhone 7 plus, and an iPad Mini) as an unformatted list of links.
It’s a bug in IOS 10. if I power down and power up my device, it seems to clear the problem; similarly it clears up if I go into settings and clear history. Still, it’s annoying, and it makes me concerned about deploying the site, as I’m worried other folks may have similar problems and won’t know how to fix them.
In forum: Virtue ThemeHi All,
I am really struggling with this one, I am using virtue premium and I am trying to get a desktop and mobile layout for the header area to work for a particular client.
I have a demo site on asbreport.co.uk. and on the desktop this renders perfectly, however on the iPad landscape the menu drops one item down (contact us) and in addition on the top bar I seem to get BOTH the top bar menu and also the three line menu icon dropped down one line.
I currently have the following css on the site.
#topbar .kad-topbar-right {
width: 50%;
float: left;
}
#topbar .kad-topbar-left, #topbar .kad-topbar-left .topbarmenu {
float: right;
/* width: 50%; */
}div.textwidget {
padding-top: 5px;
}
@media (min-width: 992px) {
.col-md-12.kad-header-right {
width: 50%;
float: right;
margin-top: -75px;
margin-right: -20px;
padding-right: 0;
}
.kad-header-widget h2 {
padding-top: 20px;
text-align: right !important;
}
}blockquote {
background: #f9f9f9;
border-left: 10px solid #ccc;
margin: 1.5em 10px;
padding: 0.5em 10px;
quotes: “201C””201D””2018″”2019″;
}
blockquote:before {
color: #ccc;
content: open-quote;
font-size: 4em;
line-height: 0.1em;
margin-right: 0.25em;
vertical-align: -0.4em;
}
blockquote p {
display: inline;
}.page-header {
display: none;
}
@media all {
h4, h5, h6 {
margin-top: 18px;
margin-bottom: 10px;
}
}
@media all {
[class*=”wp-image”] {
display: inline;
}
}I can provide a login if required.
Can you help me to get to a point where the iPad view is the same as the desktop view?
In forum: Pinnacle ThemeIn forum: Pinnacle ThemeIn reply to: Width Issues
October 13, 2016 at 7:55 am #117157Hi there!
This is my thread and I have width issues again but this time with http://nathaniels.com.ph/gallery/. Here’s the portrait view from my ipad and there’s an annoying line in between the title page and gallery. See link for screenshot: http://imgur.com/a/02lVa
In forum: Pinnacle ThemeIn reply to: KT Extra Gallery Settings, blank spots?
Hmmm, both Chrome and Firefox windows have been sitting for some time with that page and haven’t loaded. It’s definitely not compression issue, the images are already compressed for the site. The images load lightening fast and I know it’s not those images specifically because when I rearrange the images, the missing ones appear and the ones that were put in the place where the other images were, they disappear into the gray blocks. I had a friend test on her MAC with OSX Yosemite and her updated browsers and she says that she can see all the images. I checked my iPad Air and the images are all there.
I am thinking that the limitation for the code has been reached with my version of those two browsers.
As for the border, I don’t have an option in the Misc that offers a “Hide Image Border” option.
In forum: Pinnacle ThemeIn reply to: Weird Problem Mobile and Tablet
In forum: Virtue ThemeIn reply to: Make the menu appear in top bar
Hi Hannah,
My encounter so far is that most of the time , laptop , desk TOP and PC does have the appearance I am after. However , when it comes to the mobile phone , it seems part of it got cut off. In this classic case , the hamburger icon for a drop down menu is being display with the menu option by the side in the TOP bar for PC , desktop and Tablets or ipad. However , when it comes to handphone or iphone , only the hamburger icon is left, the list of menu options just got off.
How to get it back on the handphone or iphone ?
Thanks.
PatrickIn forum: Virtue ThemeIn reply to: Make the menu appear in top bar
Maybe I should clear, the current setting is that , in the laptop and ipad , I think u can see both the hamburger icon along with the menu options by the side. But for handphone , you can only see the hamburger icon. So how can I make both the hamburger icon and the menu options appear in the iphone or handphone settings ? That’s what I want to achieve.
Thank you.
In forum: Virtue ThemeIn forum: Pinnacle ThemeIn reply to: iPad Pro Resolution
September 19, 2016 at 10:08 pm #113539Hey,
You wrote : “looks like the ipad pro is using the css for the desktop computers”. And that is right your just thinking about it wrong. There is not “desktop” css and mobile css. It’s all the same css designed to change based on screen size. Weather thats your browser window or your device.
Now it’s looks like your using version 1.3.3 of the theme. Can you tell me why your not updating?
Also I don’t see the css I sent in your custom css box. are you adding it? Where?
Ben
In forum: Pinnacle ThemeIn reply to: iPad Pro Resolution
In forum: Pinnacle ThemeIn reply to: iPad Pro Resolution
September 19, 2016 at 10:57 am #113380Hey so mobile browser don’t work well with background-attachment: fixed; so even though the ipad pro is a desktop screen size it’s not going to work with functions like parallax or a fixed background because it’s using a mobile browser.
So you would need to add this css:
@media only screen and (min-device-width : 1024px) and (max-device-width : 1366px) { .kad-slider-parallax .kad-slider .kad-slide { background-attachment: scroll !important; } }Ben
In forum: Virtue ThemeIn reply to: iOS (on iPad Mini) Portfolio Link Loading Issue
In forum: Pinnacle ThemeIn reply to: iPad Pro Resolution
In forum: Pinnacle ThemeTopic: iPad Pro Resolution
Hi All,
I have this site Uncle Simons, and it works in almost all mobile devices and desktop computer; however, in a iPad Pro it is not working well the image in the slider is have been cutting in the half of it. The site is not taking the css for ipad, it is showing like a desktop computer.
In the kad-slider.css file I have the following rules:
.kad-slider-parallax .kad-slider .kad-slide {
background-attachment: fixed;
background-size: cover!important;
-moz-background-size: cover!important;
-webkit-background-size: cover!important;
background-position: 50% 0;
}Any idea ??
David
In forum: Virtue ThemeIn reply to: Ipad Navigation background image
In forum: Virtue ThemeIn reply to: Ipad Navigation background image
Try adding this CSS to Theme Options> Advanced Settings.
@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) and (orientation : landscape) { #nav-main { background-image: none; } }That should hide the image in ipad display.
-Kevin
In forum: Virtue ThemeIn reply to: Ipad Navigation background image
it only happens to me on an ipad in landscape view. http://richardsonfarms.net/files2016/wp-content/uploads/IMG_0815.jpg
In forum: Virtue ThemeThe following site uses an image for the main navigation menu background. When I view the site on an ipad in landscape view the mobile nav triggers and the regular menu goes away, but the image in the navigation background remains. *Login to see link
In forum: Virtue ThemeHi there,
I have a website that is showing up really nicely on monitors, laptops and tablets/ipads but not on mobile phones. Please can you let me know how I can change things so it works on phones too.
Thanks.
Saskia
-
AuthorSearch Results


