Artisteer 4.1: breadcrumbs and pager issue


Author Message
Nikisak

Posted: 12/22/2012
Quote message 

Hi, I testing the Artisteer 4.1 beta and found some issues, maybe it's bug in Artisteer or Joomla or I'm doing something wrong, I dont know.

1.
I made a test template in Artisteer and installed to Joomla 2.5.8. Breadcrumbs looking fine (A), but Pager (B) is without styles what I set up in Artisteer. This is unwanted for me. Picture describes everything:


2.
Compatibility with Joomla 3.0.2 is worse. This is the same Artisteer template with same settings. Breadcrumbs (A) are strangely disordered and Pager (B) is without styles same as in previous example + strangely disordered too.
Picture:


Please help me with this problem.
 
Garry

Posted: 12/24/2012
Quote message 

Can you post the site URL here
 
Kevin

Posted: 12/27/2012
Quote message 

same issue with breadcrumbs... www.coaches-clinic.com
 
Jenina

Posted: 1/9/2013
Quote message 

1. Artisteer 4.1.0.5 (beta) deals with the pager issue.

2. Breadcrumbs with v4.1.05 with Joomla 3.0.2 is really a problem though. Core Joomla has some things not quite right - including the class wich is 'breadcrumb' and not breadcrumbs in the coding for the default Joomla breadcrumbs module. Here my workaround using my own template which I would have thought can be made to work with other templates:

In template.css I added:


.breadcrumb {
clear: none;
margin-left: 10px;
margin-top: 10px;
margin-bottom: 30px;
}


.breadcrumb a, .breadcrumb a:link, breadcrumb a:visited, .breadcrumb a.visited {
color: #80A305;
text-decoration: none;
}

.breadcrumb a:hover, .breadcrumb a.hover {
color: #FCF766;
text-decoration: none;
}

.breadcrumb ul {
list-style-type:none;
text-align:left;
}

.breadcrumb li {
list-style-type:none;
display:inline;
text-align:left;
padding-right: 5px;
}

In default.php in mod_breadcrumbs>tmpl I manually changed the 2 instances of

echo '<span class="divider">/</span>';

to

echo '<span class="divider"> >></span>';

This removes the forward slash used in the wrong Joomla core code and replaces it with two arrows.

 
Kevin

Posted: 1/13/2013
Quote message 

I made the suggested changes... however it still stacks vertically vs going horizontal.
 
Vero

Posted: 1/14/2013
Quote message 

I have a nice designed pager in Artisteer, but after export to joomla 2.5.8 nothing changed. Stil old pager design. That same in example 1 of Nikisak.
Why?
 
Garry

Posted: 1/17/2013
Quote message 

Make sure you have set the new template as default and imported content: http://www.artisteer.com/?p=wiki
 
Vero

Posted: 1/17/2013
Quote message 

Yes, I set as default. I imported template without content. I don´t need that.

 
Garry

Posted: 1/20/2013
Quote message 

Try replacing the value of block with inline under display property.

ul.pagenav li, ul.pagenav li:before {
background: none repeat scroll 0 0 transparent;
content: normal;
display: block;
margin: 0;
padding: 0;
text-align: center;
width: 50%;
}
 
Craig

Posted: 1/28/2013
Quote message 

I am having the same problem. The beginning of the mess may be seen at rolinger.org. I will follow this thread and see how it may be resolved. Thanks.

 
Clint

Posted: 2/7/2013
Quote message 

Has there been any updates about this, i have the same problem :(
 
Clint

Posted: 2/7/2013
Quote message 

Done it: :-)

When you have exported your template as a zip.
unzip the template and add the mod_breadcrumbs from the Breez3 template.
found in the template/breez3/html/ folder into template_name/html/. The re-zip your template and then install on your joomla site.

Tried this on a few template i have created and all seem to work.

:-) :-) :-) :-) :-)
 
Bystander

Posted: 3/6/2013
Quote message 

Quote Clint:
When you have exported your template as a zip.
unzip the template and add the mod_breadcrumbs from the Breez3 template.
found in the template/breez3/html/ folder into template_name/html/. The re-zip your template and then install on your joomla site.

Tried this on a few template i have created and all seem to work


WORKED FOR ME ... Thanks!
Artisteer 4.1.0.59688
Joomla 3.0.3