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: Pinnacle Theme
Topic: iPad Overlapping Images
I was wondering how to fix an issue with an image overlapping image via iPad Safari landscape view. Every other browser and device I view this page, it works correctly. However, when using a tablet, the team pictures overlap slightly.
In forum: Pinnacle ThemeTopic: kadence slider
In forum: Virtue ThemeIn forum: Virtue ThemeIn reply to: Blurry Images
I am going to leave it open today.
http://www.iamcreativedesigns.com/Also my rev slider is an older version, how do i get the newer version.
Myhome page slide is not fitting in the phone screen, and it only fits the ipad screen when its horizontal.In forum: Virtue ThemeTopic: CSS trade table price list
css issue trade prices on marquee matting website table. I have used the same. Ive used the custom css and .js on my 🙂 SEO expert website here without issue, when a device with smaller screen and/or screen rotation (including ipad) is used to view the page as per fitefox and chrome inspect for device screen sizes and rotation Looked here for css version AND here for resolution for IPAD css display and finaly css borders.
CSS
table {
border-collapse: collapse;
}table, td, th {
border: 1px solid #ccc;
}
@media only screen and (device-width: 600px) and (device-height: 1024px) and (-webkit-min-device-pixel-ratio: 1) {
table {width:100%;}
thead {display: none;}
tr:nth-of-type(2n) {background-color: inherit;}
tr td:first-child {background: #f0f0f0; font-weight:bold;font-size:1.3em;}
tbody td {display: block; text-align:center;}
tbody td:before {
content: attr(data-th);
display: block;
text-align:center;
}
}And
.js
<script>
var headertext = [];
var headers = document.querySelectorAll("thead");
var tablebody = document.querySelectorAll("tbody");for (var i = 0; i < headers.length; i++) {
headertext[i]=[];
for (var j = 0, headrow; headrow = headers[i].rows[0].cells[j]; j++) {
var current = headrow;
headertext[i].push(current.textContent);
}
}for (var h = 0, tbody; tbody = tablebody[h]; h++) {
for (var i = 0, row; row = tbody.rows[i]; i++) {
for (var j = 0, col; col = row.cells[j]; j++) {
col.setAttribute("data-th", headertext[h][j]);
}
}
}
</script>as per instructions of How to Create Responsive Tables in WordPress
however im having an issue with screen size.
I ve tested with chrome inspect and cant work out the issue.
As a side note the colapsed header menu in my customised heade with shopping cart displays incorectly. (im wondering if this is related?) or is it related to the use of a side bar on this page?
supporting image1
supporting image2the only difference between the sugested table layout and my own is
<table class="table table-bordered table-hover table-condensed">
<table class="table table-bordered table-hover table-condensed"><thead><tr><th title="Field #1">Item</th><th title="Field #2">Price</th><th title="Field #3">Pack size</th><th title="Field #4">Length</th><th title="Field #5">Width</th><th title="Field #6">Weight</th><th title="Field #7">Mpn</th><th title="Field #8">Weave</th><th title="Field #9">Yarns</th><th title="Field #10">Colour</th></tr></thead><tbody><tr><td data-th="Item">Coir Matting</td><td data-th="Price">£200.00</td><td data-th="Pack size">Single</td><td data-th="Length">12.2m</td><td data-th="Width">1.8m</td><td align="right" data-th="Weight">40.00</td><td data-th="Mpn">12-2m-MM</td><td data-th="Weave">Herringbone</td><td data-th="Yarns">Anjengo/Vycome</td><td data-th="Colour">Bright/Natural</td></tr><tr><td data-th="Item">Coir Matting</td><td data-th="Price">£370.00</td><td data-th="Pack size">Single</td><td data-th="Length">20.1m</td><td data-th="Width">2m</td><td align="right" data-th="Weight">60.00</td><td data-th="Mpn">20-1m-MM</td><td data-th="Weave">Panama</td><td data-th="Yarns">Vycome</td><td data-th="Colour">Bright/Natural</td></tr><tr><td data-th="Item">Coir Mat</td><td data-th="Price">£55.00</td><td data-th="Pack size">Single</td><td data-th="Length">3.7m</td><td data-th="Width">1.85m</td><td align="right" data-th="Weight">9.68</td><td data-th="Mpn">3-7m-HM</td><td data-th="Weave">Panama</td><td data-th="Yarns">Vycome</td><td data-th="Colour">Bright/Natural</td></tr><tr><td data-th="Item">Coir Mat</td><td data-th="Price">£72.50</td><td data-th="Pack size">Single</td><td data-th="Length">4.3m</td><td data-th="Width">2.15m</td><td align="right" data-th="Weight">13.07</td><td data-th="Mpn">4-3m-HM</td><td data-th="Weave">Panama</td><td data-th="Yarns">Vycome</td><td data-th="Colour">Bright/Natural</td></tr><tr><td data-th="Item">Coir Mat</td><td data-th="Price">£92.50</td><td data-th="Pack size">Single</td><td data-th="Length">4.9m</td><td data-th="Width">2.45m</td><td align="right" data-th="Weight">16.97</td><td data-th="Mpn">4-9m-HM</td><td data-th="Weave">Panama</td><td data-th="Yarns">Vycome</td><td data-th="Colour">Bright/Natural</td></tr><tr><td data-th="Item">Coir Mat</td><td data-th="Price">£115.00</td><td data-th="Pack size">Single</td><td data-th="Length">5.55m</td><td data-th="Width">2.75m</td><td align="right" data-th="Weight">21.38</td><td data-th="Mpn">5-5m-HM</td><td data-th="Weave">Panama</td><td data-th="Yarns">Vycome</td><td data-th="Colour">Bright/Natural</td></tr><tr><td data-th="Item">Coir Mat</td><td data-th="Price">£140.00</td><td data-th="Pack size">Single</td><td data-th="Length">6.1m</td><td data-th="Width">3.05m</td><td align="right" data-th="Weight">26.30</td><td data-th="Mpn">6-1m-HM</td><td data-th="Weave">Panama</td><td data-th="Yarns">Vycome</td><td data-th="Colour">Bright/Natural</td></tr><tr><td data-th="Item">Coir Mats x 2</td><td data-th="Price">£110.00</td><td data-th="Pack size">Pair</td><td data-th="Length">3.7m</td><td data-th="Width">1.85m</td><td align="right" data-th="Weight">19.35</td><td data-th="Mpn">3-7m-P-HM</td><td data-th="Weave">Panama</td><td data-th="Yarns">Vycome</td><td data-th="Colour">Bright/Natural</td></tr><tr><td data-th="Item">Coir Mats x 2</td><td data-th="Price">£145.00</td><td data-th="Pack size">Pair</td><td data-th="Length">4.3m</td><td data-th="Width">2.15m</td><td align="right" data-th="Weight">26.14</td><td data-th="Mpn">4-3m-P-HM</td><td data-th="Weave">Panama</td><td data-th="Yarns">Vycome</td><td data-th="Colour">Bright/Natural</td></tr><tr><td data-th="Item">Coir Mats x 2</td><td data-th="Price">£185.00</td><td data-th="Pack size">Pair</td><td data-th="Length">4.9m</td><td data-th="Width">2.45m</td><td align="right" data-th="Weight">33.94</td><td data-th="Mpn">4-9m-P-HM</td><td data-th="Weave">Panama</td><td data-th="Yarns">Vycome</td><td data-th="Colour">Bright/Natural</td></tr><tr><td data-th="Item">Coir Mats x 2</td><td data-th="Price">£230.00</td><td data-th="Pack size">Pair</td><td data-th="Length">5.55m</td><td data-th="Width">2.75m</td><td align="right" data-th="Weight">42.77</td><td data-th="Mpn">5-5m-P-HM</td><td data-th="Weave">Panama</td><td data-th="Yarns">Vycome</td><td data-th="Colour">Bright/Natural</td></tr><tr><td data-th="Item">Coir Mats x 2</td><td data-th="Price">£280.00</td><td data-th="Pack size">Pair</td><td data-th="Length">6.1m</td><td data-th="Width">3.05m</td><td align="right" data-th="Weight">52.60</td><td data-th="Mpn">6-1m-P-HM</td><td data-th="Weave">Panama</td><td data-th="Yarns">Vycome</td><td data-th="Colour">Bright/Natural</td></tr></tbody></table>
instead of
<table>
i have some custome .css in the head an the header is modified
sorry for long rambling post,
regards, leealso any channce of Add arrow at the bottom of slider.
many thanks Lee
In forum: Virtue ThemeHi There,
Today, while roaming on a electronic store, I observed that my homepage Full-Screen Revolution slider is not working on iPad pro/retina.
It is perfectly fine in my laptop ( Macbook pro) and other mobile device but it is not at all displaying in iPad.
Am I missing something? or any custom CSS modification screwed up something.
Kindly help.——-
Revolution Slider Settings:-
Slider Type = Standard
Slider Layout = “Full-Screen”
——–Site Link
Best Regards,
AriIn forum: Virtue ThemeIn reply to: Need icons to stay in place
In forum: Virtue ThemeIn reply to: Image carousel on mobile
Hannah, I use inspect on any single portfolio page, and click on device mode and it is so. However I checked on ipad – it’s ok, but on iphone it looks like this.
For example this page: http://asp-polyana-sochi.ru/Недвижимость/студия-в-красной-поляне/
In forum: Virtue ThemeIn reply to: Products images fuzzy
March 30, 2016 at 12:29 pm #88406Yes, I looked at your settings, figured out why you were having the issue based on your images and sizes and settings and came up with a solution that would make your site better even though most of your images are not large enough to show crystal clear on large retina screens (like an imac for example or ipad).
I alway suggest using larger images that are compressed well. 1200×1200 is a good start but 1600×1600 is good future proof. Also uploading images at the same ratio that you’re going to use them is a nice way to get the most out of your image sizes.
Ben
In forum: Virtue ThemeIn reply to: Mobile site issues
Thanks Hannah. I assume when you mean “fully responsive theme” it is set up to adapt for mobile devices such as Androids, iPhone, iPad, right? If so, there are still missing images, slideshow missing, codes seen, no posts visible on pages, etc.
It sounds like CSS codes is the route to fix layout issues on mobile devices?
I assume that with certain CSS codes they won’t change the computer/desktop layout any?
In forum: Virtue ThemeIn forum: Virtue ThemeTopic: Search
In forum: Virtue ThemeIn reply to: Adjust menu on iPad
In forum: Virtue ThemeIn reply to: Adjust menu on iPad
Hi Ben
I revised my custom css and i added the missing bracket}
but nothing changed, still not menu showing on iPad.
do you thing i have any other css interfering, i rechecked every css and i didn’t see anything wrong, I’m not an expert so, i don’t know what else to do.Thank you so much for helping me.
In forum: Virtue ThemeIn reply to: Adjust menu on iPad
In forum: Virtue ThemeTopic: Adjust menu on iPad
Hi
would you please help me to fix the following issue:my primary menu is not showing on iPad when i flip to landscape view, I don’t have a mobile menu assigned in appearance>menu because I’m using my top bar as principal menu for mobiles and i don’t want that menu on iPad landscape view.
I just want to show the same desktop items(Primary menu, secondary menu, header…), same desktop view on iPad landscape mode.Thank you.
In forum: Virtue ThemeIn reply to: Logo
In forum: Virtue ThemeIn reply to: Logo
March 21, 2016 at 2:07 pm #86862The search shouldn’t show on Ipad. It’s your mobile menu that shows not your desktop menu.
BenIn forum: Virtue ThemeHi, Ben and Hannah
Can you please advise on how to make content and sidebar take 50%/50% of the screen on Ipad mini vertically oriented, 66%/33% on desktop and Ipad mini horizontally oriented, and 90%/90% and centered on smartphones. (Only for portfolio-pages)
In forum: Virtue ThemeIn reply to: Logo
-
AuthorSearch Results


