Template error with 3rd Party components

mexx
12 years, 11 months ago
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)
dryabov
12 years, 10 months ago
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;}
mexx
12 years, 10 months ago
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
dryabov
12 years, 10 months ago
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.
mexx
12 years, 10 months ago
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.

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.