Welcome, Guest
Username Password: Remember me

If i Buy Preimum Template
(1 viewing) (1) Guest
  • Page:
  • 1

TOPIC: If i Buy Preimum Template

If i Buy Preimum Template 11 years, 1 month ago #14179

  • jgold501
  • OFFLINE
  • Fresh Boarder
  • Posts: 5
  • Karma: 0
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?

Re: If i Buy Preimum Template 11 years, 1 month ago #14180

  • dryabov
  • OFFLINE
  • Administrator
  • Denis Ryabov, Lead Developer
  • Posts: 4866
  • Karma: 105
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;
}

Re: If i Buy Preimum Template 11 years, 1 month ago #14182

  • jgold501
  • OFFLINE
  • Fresh Boarder
  • Posts: 5
  • Karma: 0
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;
}
Attachments:

Re: If i Buy Preimum Template 11 years, 1 month ago #14183

  • dryabov
  • OFFLINE
  • Administrator
  • Denis Ryabov, Lead Developer
  • Posts: 4866
  • Karma: 105
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).

Re: If i Buy Preimum Template 11 years, 1 month ago #14184

  • jgold501
  • OFFLINE
  • Fresh Boarder
  • Posts: 5
  • Karma: 0
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?

Re: If i Buy Preimum Template 11 years, 1 month ago #14185

  • dryabov
  • OFFLINE
  • Administrator
  • Denis Ryabov, Lead Developer
  • Posts: 4866
  • Karma: 105
What page we are talking about? I checked randomly chosen one, it was goldstarmarketing.com/breed/index.php/post-ad/realty/10-lucy-the-dog?device=xhtml
If you set Force style: Off in Advanced tab of MobileJoomla settings, it will be displayed correctly.

Re: If i Buy Preimum Template 11 years, 1 month ago #14186

  • jgold501
  • OFFLINE
  • Fresh Boarder
  • Posts: 5
  • Karma: 0
iam looking at it on a iphone4s, everything is perfect except when i click on this link

goldstarmarketing.com/breed/index.php/post-ad/realty/10-lucy-the-dog

it does not scale the pics, they hang over to the right, i added the code to the custom.css
and set "Force style: Off"

still the same, any ideas?

Re: If i Buy Preimum Template 11 years, 1 month ago #14187

  • dryabov
  • OFFLINE
  • Administrator
  • Denis Ryabov, Lead Developer
  • Posts: 4866
  • Karma: 105
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.
The following user(s) said Thank You: jgold501

Re: If i Buy Preimum Template 11 years, 1 month ago #14188

  • jgold501
  • OFFLINE
  • Fresh Boarder
  • Posts: 5
  • Karma: 0
that worked, you da man!
  • Page:
  • 1
Time to create page: 0.09 seconds

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.