Sidebar position below main content

Start-up Joomla template with amazing CSS3 animated icons, price tables and parallax effect background.
Rate this topic: Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.1.00 out of 6 based on 1 vote(s)
GK User
Thu Oct 16, 2014 11:25 am
Reply with quote
Report this post
Hi all!

I'm using simplicity template installed with quickstart package. I have problems with the sidebar position that is incorrectly displayed below the content of the page. The page is a category blog with joomla content (not k2). However the demo content works without problems, with the menu well placed in the sidebar position. I duplicated the demo item that works changing only to point a custom category and the error appears. Checking the code there are extra </div> closing tags, but the articles in that category are plain text, so the extra div tags are automatically generated and cannot solve that.

These are the pages:

Demo working well: http://www.geolocalsolutions.com/templa ... egory-blog
Own page with error: http://www.geolocalsolutions.com/templa ... ory-blog-2

Thanks in advance

Sergio
User avatar
Senior Boarder

teitbite
Fri Oct 17, 2014 9:39 am
Reply with quote
Report this post
Hi

Your website is offline, please send me an access to it.
User avatar
Moderator

GK User
Fri Oct 17, 2014 1:45 pm
Reply with quote
Report this post
Credentials sent in pm.
User avatar
Senior Boarder

teitbite
Sat Oct 18, 2014 4:35 pm
Reply with quote
Report this post
Hi

I do not see validation error in content, please send me an access to ftp. I'll find the issue.
User avatar
Moderator

GK User
Mon Oct 20, 2014 9:17 am
Reply with quote
Report this post
I've created a ftp account for you. Access information sent in PM.
User avatar
Senior Boarder

teitbite
Mon Oct 20, 2014 9:44 am
Reply with quote
Report this post
Hi

Sorry, but this ftp is not working. I only see:

530 Login authentication failed. Please contact your web hosting service provider for assistance.
User avatar
Moderator

teitbite
Tue Oct 21, 2014 10:59 am
Reply with quote
Report this post
Hi

I've asked programmers for help. Will let You know when they will answer.
User avatar
Moderator

GK User
Tue Oct 21, 2014 11:45 am
Reply with quote
Report this post
So the problem is worse than expected... Do you have any estimation of time to address the issue? I was thinking to launch the site soon.
User avatar
Senior Boarder

teitbite
Tue Oct 21, 2014 7:38 pm
Reply with quote
Report this post
Hi

I have a fix which will be included in newest update. Here is what needs to be done now.

In the html/com_content/category/blog.php the following fragment:

Code: Select all
<?php
    $key= ($key-$leadingcount)+1;
    $rowcount=( ((int)$key-1) % (int) $this->columns) +1;
    $row = $counter / $this->columns ;

    if ($rowcount==1) : ?>


should be changed to:

Code: Select all
<?php
    $rowcount = ((int) $key % (int) $this->columns) + 1;           
    if ($rowcount==1) : ?>
User avatar
Moderator

GK User
Wed Oct 22, 2014 11:55 am
Reply with quote
Report this post
Thanks for solving it. I'm happy to help to improve your fantastic templates finding errors. ;-)
User avatar
Senior Boarder

teitbite
Thu Oct 23, 2014 1:45 pm
Reply with quote
Report this post
Hi

Yes that helped a lot. Thank You :)
User avatar
Moderator

teitbite
Wed Jul 01, 2015 10:22 am
Reply with quote
Report this post
Hi

I got a PM about this thread:

Hi! Is possible to supress the links in the first post? They lead to nowhere.

Thanks in advance,


Can You please tell me more details ? It's a very old thread and I do not understand what was the problem there or details to page we have been working on.
User avatar
Moderator


cron