World Map Zoom

Anyone else having an issue with the way the "zoom slider" on their maps?

world-map-problem.JPG · 24.4K · 351 views
ManOfTeal.COM a Proud UNA site, six years running strong!
Quote · 29 Jun 2014

^

ManOfTeal.COM a Proud UNA site, six years running strong!
Quote · 1 Jul 2014

 

^

 hi..i am having this problem...but its because of the template i use..i guess...u have any idea how to fix this..

http://ooliz.com/

 

Quote · 3 Jul 2014

 

 

^

 hi..i am having this problem...but its because of the template i use..i guess...u have any idea how to fix this..

http://ooliz.com/

 

 That's just what it is, wow, all this time and I never considered the template.

It's is from BSE too, and responsive. That is the problem. 

Now for the fix, which I cannot figure out and spent the whole part of a day looking through files.

ManOfTeal.COM a Proud UNA site, six years running strong!
Quote · 4 Jul 2014

 

but its because of the template

 Yes, look here.. http://ooliz.com/?preview=1&skin=uni

ManOfTeal.COM a Proud UNA site, six years running strong!
Quote · 4 Jul 2014

 

 

but its because of the template

 Yes, look here.. http://ooliz.com/?preview=1&skin=uni

 yes my template from bsetec..it was free so m using it..and because of template m getting problem..default other templates work fine..not only this ..bsetec template have one more problem..in some pages..if u scroll down..it won't go down to the end...its not a big deal but its a bug in template..and shoutbox width won't work with properly with this template..

what ur website name ..?? can i see..

 

regards,

prince

Quote · 6 Jul 2014

 

 yes my template from bsetec..

 All of the responsive templates from them do this.

Its an adult site; so no on the share of site.

ManOfTeal.COM a Proud UNA site, six years running strong!
Quote · 6 Jul 2014

Hello All,

Map issue occurs due to Max-width css code.

Please follow the below mentioned instruction to solve the problem.

1) Open bootstrap.css file located in templates/Your-Template/css/bootstrap.css

2) Find the following code

img {
    border: 0 none;
    max-width: 100%;
    vertical-align: middle;
}
 
and replace with
 
img {
    border: 0 none;
    vertical-align: middle;
}
 
 
Quote · 8 Jul 2014

 

img {

 can't find that code..in mine..m using hope4life template..

is this the code..

img {
  width: auto\9;
  max-width: 100%;
  vertical-align: middle;
  border: 0;
  -ms-interpolation-mode: bicubic;

i attach the bootstrap.css file ..

bootstrap.css · 130.9K · 151 downloads
Quote · 8 Jul 2014

Hi,

Please change the code from

img {
  width: auto\9;
  max-width: 100%;
  vertical-align: middle;
  border: 0;
  -ms-interpolation-mode: bicubic;
}

To

img {
  width: auto\9;
  vertical-align: middle;
  border: 0;
  -ms-interpolation-mode: bicubic;
}

 

Herewith i attached bootstrap file for your reference

bootstrap.css · 130.9K · 146 downloads
Quote · 8 Jul 2014

Thanks BSE Tech for the quick response.

ManOfTeal.COM a Proud UNA site, six years running strong!
Quote · 8 Jul 2014

 

 

Hi,

Please change the code from

img {
  width: auto\9;
  max-width: 100%;
  vertical-align: middle;
  border: 0;
  -ms-interpolation-mode: bicubic;
}

To

img {
  width: auto\9;
  vertical-align: middle;
  border: 0;
  -ms-interpolation-mode: bicubic;
}

 

Herewith i attached bootstrap file for your reference

 

 hi..thanks for helping me out..its working now..

 

Quote · 8 Jul 2014
 
 
Below is the legacy version of the Boonex site, maintained for Dolphin.Pro 7.x support.
The new Dolphin solution is powered by UNA Community Management System.