1. chrisdenger
  2. Commercial Templates
  3. Wednesday, 02 March 2016
  4.  Subscribe via email
Hello,
I have a problem with the Polaris Template and the GridGallery.
When i minimize the Browser, the GridGallery change the images size not perfect.
The Demo at your website works fine.
At the left is the demo at your website. on the right is my.









Joomla 3.4.4
Polaris Demo Installer
Firefox

http://chrisdenger.bplaced.net


regards
Chris Denger
Accepted Answer Pending Moderation
0
Votes
Undo
Hi Chris

Our GridGallery module does include some options to edit the width of your images on various screensizes. Unfortunately we can not change the width of the images fluidly without the use of the CSS property flex which is not fully supported on all browsers.

Ciarán
  1. more than a month ago
  2. Commercial Templates
  3. # 1
Accepted Answer Pending Moderation
0
Votes
Undo
Thanks for the answer, ciaran!

I have again examined the differences to their website.
Your Demo-Website always has a fixed width while minimizing the Browser (960px, 768px, 580px,320px)
This is optimal because the Grid Gallery always has the perfect width.
My site has no fixed width, it's completely "flex"
perhaps it is the wrapper960(responsive.css)?

Chris
  1. more than a month ago
  2. Commercial Templates
  3. # 2
Accepted Answer Pending Moderation
0
Votes
Undo
Hi Chris

The demo uses a slightly older version of the template. It was a common request for a more fluid width across all mobile devices which is why these changes were made. To revert to the older version of the responsive CSS you can replace the contents of your templates responsive.css with the following (../templates/j51_polaris/css/responsive.css).


img {max-width: 100% ;} 


/* #Tablet (Landscape)
================================================== */

@media only screen and (min-width: 960px) and (max-width: 1024px) {

.wrapper960, #header, #logo, .hornavmenu, .content_background {width:960px !important;}
.content_background {
margin: 0 auto;
}
.logo_container, h1.logo, h1.logo a {width:820px !important;}

/* Hide default hornav menu */
#hornav {display:none !important;}
/* Show mobile hornav menu */
.hornavmenumobile {display:inline; z-index: 99; }

}

/* #Tablet (Portrait)
================================================== */

@media only screen and (min-width: 768px) and (max-width: 959px) {

.wrapper960, #header, #logo, .hornavmenu, .content_background, .logo_container, h1.logo, h1.logo a {width:768px !important;}
.content_background {
margin: 0 auto;
}

/* Hide default hornav menu */
#hornav {display:none !important;}
/* Show mobile hornav menu */
.hornavmenumobile {display:inline; z-index: 99; }

}

/* #Mobile (Landscape)
================================================== */

@media only screen and ( max-width: 767px ) {

.wrapper960, #header, #logo, .hornavmenu, .content_background, .logo_container, h1.logo, h1.logo a {
width:580px !important;
}
.content_background {
margin: 0 auto;
}
#sidecol_a, #sidecol_b, .items-row .item {
width:100% !important;
}
#content_remainder {
width: 100% !important;
}
.top-1, .top-2, .top-3, .contenttop, .contentbottom, .bottom-1, .bottom-2, .base-1, .base-2 {
width:100% !important;
}
#container_header {
position:relative !important;
}
#container_slideshow {
position:relative !important;
}

/* Hide default hornav menu */
#hornav {display:none !important;}
/* Show mobile hornav menu */
.hornavmenumobile {display:inline; z-index: 99; }

.maincontent img {
margin: 0px 5px !important;
}
/* Sidecolumn Background */
.backgrounds {display: none;}

}

/* #Mobile (Portrait)
================================================== */

/* Note: Design for a width of 320px */

@media only screen and (max-width: 440px) {

.wrapper960, #header, #logo, .hornavmenu, .content_background, .logo_container, h1.logo, h1.logo a {
width:320px !important;
}
.content_background {
margin: 0 auto;
}

#content_remainder, .items-row .item {
width: 100% !important;
}
.top-1, .top-2, .top-3, .contenttop, .contentbottom, .bottom-1, .bottom-2, .base-1, .base-2, #sidecol_a, #sidecol_b {
width:100% !important;
}
.slidesjs-previous.slidesjs-navigation, .slidesjs-next.slidesjs-navigation {
margin-top: -25px;
}
#container_main .wrapper960 {
margin-top: 0px;
}
#footermenu {
float: left;
}

/* Hide default hornav menu */
#hornav {display:none !important;}
/* Show mobile hornav menu */
.hornavmenumobile {display:inline; z-index: 99; }

/* Sidecolumn Background */
.backgrounds {display: none;}

/* Slogan Adjust */
p.site-slogan {
right: 0px;
top: 60px;
}

}


Ciarán
  1. more than a month ago
  2. Commercial Templates
  3. # 3
  • Page :
  • 1


There are no replies made for this post yet.
Be one of the first to reply to this post!

Join Our Newsletter

* indicates required
We respect your privacy and do not tolerate spam and will never sell, rent, lease or give away your information (name, email, number, etc.) to any third party. Nor will we send you unsolicited email.
Joomla51 - Mullaghmore, Co. Sligo, Ireland
Joomla51.com is not affiliated with or endorsed by the Joomla! Project or Open Source Matters.
The Joomla! name and logo is used under a limited license granted by
Open Source Matters
the trademark holder in the United States and other countries.

We use cookies on our website. Some of them are essential for the operation of the site, while others help us to improve this site and the user experience (tracking cookies). You can decide for yourself whether you want to allow cookies or not. Please note that if you reject them, you may not be able to use all the functionalities of the site.

Ok