My problem is: in an article with an unordered list (with bullets before an item) the text is a mess, some text has even disappeared.
When I apply a standard template, like Beez5, the text looks as it was meant and as shown in the editor at the back-end of the site.
Can you help me with this one?
My Joomla! version is 1.7.3
AS Templates
POSTED: 2012-01-29
Please provide us with an URL, we have to see it.
Regards, AS Team.
petervaniperen
POSTED: 2012-01-29
Thanks for your reply.
The URL is http://p08.nl/BRO/index.php/diensten/10-salarisadministratie
The text on the backside is: http://dl.dropbox.com/u/277948/Schermafbeelding%202012-01-29%20om%2022.50.41.png
AS Templates
POSTED: 2012-01-29
We found the issue, can you please in the joomla.css file, on the line 553, instead of clear: none; put clear: both; it should be like the following:
If you don't know how to make changes, please contact us through 'Contact Us' page and provide with access to the Joomla admin panel.
Regard, AS Team.
petervaniperen
POSTED: 2012-01-30
Thank you very much!
That was the solution.
Meanwhile I have another problem: on the iPad the page is not completely visible, the right site of the footer has disappeared (see: http://astemplates.com/content/asj34/index.php).
Do you have a solution?
Thanks,
Peter
AS Templates
POSTED: 2012-01-30
We don't see any problem, on our side it looks perfect.
What iPad do you have? We don't see such problems on our.
petervaniperen
POSTED: 2012-01-31
Strange....
I have an iPad 2 with IOS 5.0.1.
On my iPhone 3GS with IOS 5.0.1 the same problem when i view the page with Safari.
I've just installed Opera Mini on my iPad, with this browser the page is shown perfect!
Little margin on the left and right side and the footer is fully shown.
AS Templates
POSTED: 2012-01-31
What about other templates, try this one:
http://livedemo00.template-help.com/joomla_37650/
petervaniperen
POSTED: 2012-02-01
Same problem on my iPad with Safari, see http://dl.dropbox.com/u/277948/foto.PNG
When i view the 'Moving easy' page on the iPad with Opera Mini it looks perfect.
AS Templates
POSTED: 2012-02-01
OK, so it happens not only with our templates, we will check it.
petervaniperen
POSTED: 2012-08-04
"Default Joomla! WYSIWYG editors may modify the custom HTML module´s code and cause you some issues."
I like to use a wysiwyg-editor, is there a workaround? My client has no html knowledge to maintain the site.
In all my sites I install JCE. When installing it on the 002034 template I experience really big problems with the layout.
AS Templates
POSTED: 2012-08-04
Hello PETERVANIPEREN,
Can You please provide with your site URL? We would like to see this issue.
Regards, AS Team
petervaniperen
POSTED: 2012-08-06
An example of the lay-out problems you can find at: http://p08.nl/joomlatest/index.php/links
This is the page when I select the Beez2-template: http://dl.dropbox.com/u/277948/Beez2-template.png
When I select the AS002034-template is looks like this: http://dl.dropbox.com/u/277948/AS002034-template.png
I think it's got to do with the editor because you warned for 'causing some issues'
AS Templates
POSTED: 2012-08-06
Hello PETERVANIPEREN,
There are few ways how to resolve this problem:
1. You can use a line break tag <br />
2. Make changes in the template.css file by editing the following class (please see line 1061), you have to add 'clear: both;' attribute:
3. We just updated the template with a new version, you can download it and replace the template.css file on your server with the latest from the downloaded package.
Regards, AS Team.
petervaniperen
POSTED: 2012-08-07
Thank you AS Team, my problem is solved.
I have used the new template.css file.
petervaniperen
POSTED: 2012-10-27
Hi,
Can you tell me how to edit the width of the submenus?
The items in my submenus don't fitt in the box.
Get an access to all 94 items designed and developed by AS Designing team plus all the future items
which will be released over the course of your club subscription.
Price starting from $59.00
My problem is: in an article with an unordered list (with bullets before an item) the text is a mess, some text has even disappeared.
When I apply a standard template, like Beez5, the text looks as it was meant and as shown in the editor at the back-end of the site.
Can you help me with this one?
My Joomla! version is 1.7.3
Regards, AS Team.
The URL is http://p08.nl/BRO/index.php/diensten/10-salarisadministratie
The text on the backside is: http://dl.dropbox.com/u/277948/Schermafbeelding%202012-01-29%20om%2022.50.41.png
#colmain #component .item-page ul {
clear: both;
margin: 0 0 0 20px;
padding: 0 0 20px;
}
If you don't know how to make changes, please contact us through 'Contact Us' page and provide with access to the Joomla admin panel.
Regard, AS Team.
That was the solution.
Meanwhile I have another problem: on the iPad the page is not completely visible, the right site of the footer has disappeared (see: http://astemplates.com/content/asj34/index.php).
Do you have a solution?
Thanks,
Peter
Regards, AS Team.
portrait
http://dl.dropbox.com/u/277948/image.png
landscape
http://dl.dropbox.com/u/277948/image-2.png
I have an iPad 2 with IOS 5.0.1.
On my iPhone 3GS with IOS 5.0.1 the same problem when i view the page with Safari.
I've just installed Opera Mini on my iPad, with this browser the page is shown perfect!
Little margin on the left and right side and the footer is fully shown.
http://livedemo00.template-help.com/joomla_37650/
When i view the 'Moving easy' page on the iPad with Opera Mini it looks perfect.
I like to use a wysiwyg-editor, is there a workaround? My client has no html knowledge to maintain the site.
In all my sites I install JCE. When installing it on the 002034 template I experience really big problems with the layout.
Can You please provide with your site URL? We would like to see this issue.
Regards, AS Team
This is the page when I select the Beez2-template: http://dl.dropbox.com/u/277948/Beez2-template.png
When I select the AS002034-template is looks like this: http://dl.dropbox.com/u/277948/AS002034-template.png
I think it's got to do with the editor because you warned for 'causing some issues'
There are few ways how to resolve this problem:
1. You can use a line break tag <br />
2. Make changes in the template.css file by editing the following class (please see line 1061), you have to add 'clear: both;' attribute:
#colmain p
{
clear: both;
float: left;
overflow: hidden;
padding: 0 0 25px;
text-align: justify;
}
as well please add the following:
#colmain p.column-1,
#colmain p.column-2,
#colmain p.column-3,
#colmain p.column-4,
#colmain p.column-5
{
clear: none;
}
3. We just updated the template with a new version, you can download it and replace the template.css file on your server with the latest from the downloaded package.
Regards, AS Team.
I have used the new template.css file.
Can you tell me how to edit the width of the submenus?
The items in my submenus don't fitt in the box.
See:
http://bro-administraties.nl/index.php/onze-diensten
Kind regards,
Peter
You can do it by changing the following classes in the template.css file:
#header .row1 #topmenu ul.menu ul
and
#header .row1 #topmenu ul.menu ul li
Regards, AS Team.