If i Buy Preimum Template

jgold501
12 years, 1 month ago
If i Buy Preimum Template, will i fix my issue, i have free joomla mobile version installed at

goldstarmarketing.com/breed/  when you view pictures or forms it does not scale, will the pay version of your template fix this and can i use it on more than one domain?
dryabov
12 years, 1 month ago
Image rescaling works identically in Standard and Pro versions.

The problem is in com_zj_realty component, it loads images dynamically. Try to add following css rules to templates/mobile_smartphone/css/custom.css to override default ones:

table.zj_realty-viewrealty, table.zj_realty-viewrealty tr, table.zj_realty-viewrealty td {
  display: block;
  height: auto;
}
#zj_wrapper ul li img {
  max-width: 100% !important;
  max-height: 100% !important;
}
jgold501
12 years, 1 month ago
hey, your getting a lot of internal server errors

this did not work, was there supposed to be a period before the code?

table.zj_realty-viewrealty, table.zj_realty-viewrealty tr, table.zj_realty-viewrealty td {
  display: block;
  height: auto;
}
#zj_wrapper ul li img {
  max-width: 100% !important;
  max-height: 100% !important;
}
dryabov
12 years, 1 month ago
custom.css should be created manually (_custom.css is just a sample file).

We know about Internal Server Error and trying to fix it (there are a lot of concurrent requests that lead to a kind of DDoS).
jgold501
12 years, 1 month ago
well i apperciate the code,,,i found the custom.css file right were you said, but no change,,,,i did notice alot of the other statment is the file had a DOT . before the code that was liked yours

eg:   .table.zj_realty-viewrealty, table.zj_realty-viewrealty tr, table.zj_realty-viewrealty td 
NOT  table.zj_realty-viewrealty, table.zj_realty-viewrealty tr, table.zj_realty-viewrealty td 

i tried both but no change, can i pay you to fix it? please?
dryabov
12 years, 1 month ago
Append in addition:

table.zj_realty-viewrealty tbody {
  display: block;
}
#zj_wrapper {
  max-width: 100%;
}

and copy this custom.css to templates/mobile_iphone/css/ for iPhone template.
jgold501
12 years, 1 month ago
that worked, you da man!

By continuing to use this site you consent to the use of cookies on your device as described in our cookie policy unless you have disabled them. This site will not function correctly without cookies.

I accept cookies from this site.