Welcome, Guest
Username Password: Remember me

Template error with 3rd Party components
(1 viewing) (1) Guest
  • Page:
  • 1

TOPIC: Template error with 3rd Party components

Template error with 3rd Party components 12 years, 4 months ago #6897

  • mexx
  • OFFLINE
  • Fresh Boarder
  • Posts: 3
  • Karma: 0
Hi!

I tried the mobile joomla on my Joomla Installation for a project at university.
I am using Jom estate, Jom Comment and Jom Socail as 3rd Party components.
And there is the problem.
On Pda`S the site is not a mobile Site in thoose sections. The tables are too large, etc.

Can anybody of you give me a hint what to do?

Link to the site:
www.pierer.cc
mexx
Markus

for testing on PDA`S (go to section immobiliensuche or Benutzerprofil)

Re: Template error with 3rd Party components 12 years, 4 months ago #6902

  • dryabov
  • OFFLINE
  • Administrator
  • Denis Ryabov, Lead Developer
  • Posts: 4866
  • Karma: 105
I found two issues:

1. "Found" button is incorrect, but it can be fixed by adding the following rule to templates/mobile_pda/css/custom.css:
.header_search_searchbutton {	width: 100px !important;	border: none !important;	margin: 0 28px 0 0 !important;}


2. Menu in footer with hardcoded element width of 200px (and typical width of mobile device is 320px). It can be fixed with
li.ui-corner-top {	width: 130px !important;}

Re: Template error with 3rd Party components 12 years, 4 months ago #6905

  • mexx
  • OFFLINE
  • Fresh Boarder
  • Posts: 3
  • Karma: 0
I implemented the CSS, but it doesn`t fix the problem.

Should I copy the CSS file from the extensions and modify it in custom.css, to fit
the mobile device format?
And there is another problem.
Every time I change something, the mobile Joomla doesn`t work anymore on desktop sites. (e.g. Firefox)

"Incorrect usage of Mobile Joomla."

thx
Last Edit: 12 years, 4 months ago by mexx.

Re: Template error with 3rd Party components 12 years, 4 months ago #6906

  • dryabov
  • OFFLINE
  • Administrator
  • Denis Ryabov, Lead Developer
  • Posts: 4866
  • Karma: 105
You can override any css rules in custom.css (but sometimes it may require to use !important). It's not necessary to duplicate all the rules here.

"Incorrect usage of Mobile Joomla." means that you are trying to assign mobile template to a menu item.
Last Edit: 12 years, 4 months ago by dryabov.

Re: Template error with 3rd Party components 12 years, 3 months ago #6936

  • mexx
  • OFFLINE
  • Fresh Boarder
  • Posts: 3
  • Karma: 0
Thank you for the information.
I tried it in several ways but the extensions I use (jomEstate, JomSocial, JomComment) are built up with tables and there are no classes, id`s, etc.
So how can I change each table personal?
Are there any template available or how can I solve this problem.
Standard Joomla articles are fine and look very well.
  • Page:
  • 1
Time to create page: 0.16 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.