OrdaSoft forum
Welcome, Guest
Please Login or Register.    Lost Password?
Layout issues in Free Estate template (0 viewing) 

OrdaSoft template Support

Go to bottom Favoured: 0

Layout issues in Free Estate template

eyesofdesign (Visitor)
Posts: 0
graphgraph
User Offline
Layout issues in Free Estate template 8 Years, 7 Months ago
Karma: 0  
I have a test site I'm using to develop a client site. My client really likes the layout and menu formats used in the Free Estate template. This is not for a real estate site, but for a magazine format site displaying text articles.

I have installed Free Estate on my dev site (not including the quickstart components). However, the articles appear *below* the side menu rather beside it to the right. I have the Main Menu in the Mainmenu position (which creates a vertical menu at the left) and am not currently using the Sidebarleft position for anything.

I have compared the code of my development site to your FreeEstate demo (e.g. buttons page: ordasvit.com/realestatemanager18/index.p...-13-09-46-32/buttons ). The buttons page displays fine, with the article content floating to the right of the Main Menu, which is how my site should display but doesn't.

When I compare them, I see there is a different span class assigned to ContentBox in each site. On my dev site, ContentBox is assigned span12, but on the demo buttons page it is assigned span9. When I use Firebug to change span12 to span9, it displays fine, like on the demo buttons page. (FYI: This is being viewed on a desktop monitor.)

The class seems to be assigned from line 257 in Index.php:
Code:

<div id="contentBox" class="<?php if ($left && $right) {print('span6');} else if ($left xor $right) {print('span9');} else {print('span12');} ?>">


Can you please help me figure out how I can get this to work? There must be a way to get this to work using the template's existing structure. I would prefer to customize the code as little as possible, since that can create other problems.

Many thanks for your assistance.

Wendy
Logged Logged
The administrator has disabled public write access.
Taras (User)
Platinum Boarder
Posts: 2857
graphgraph
User Offline Click here to see the profile of this user
Re:Layout issues in Free Estate template 8 Years, 7 Months ago
Karma: 58  
Dear Wendy,

Thank you for choosing our template.

Installing Quick Start package you get the same site as at the demo version. Quick Start package contains an entire Joomla installation
and already configured Joomla template and extensions which we used on the demo site.
Installing Joomla Template via Extension manager doesn't include sample date.

You will need by your self to install and configure all extensions.

If you need any changes you can ask us about customization service. For all other you have documentation and our products

have open source, that's why you can modify them as you need, but without our help.



Sincerely Yours
Taras
OrdaSoft team
Logged Logged
The administrator has disabled public write access.
eyesofdesign (Visitor)
Posts: 0
graphgraph
User Offline
Re:Layout issues in Free Estate template 8 Years, 7 Months ago
Karma: 0  
Thanks for your reply, Taras. I'll try installing the quickstart component.
Logged Logged
The administrator has disabled public write access.
Taras (User)
Platinum Boarder
Posts: 2857
graphgraph
User Offline Click here to see the profile of this user
Re:Layout issues in Free Estate template 8 Years, 6 Months ago
Karma: 58  
Ok, try.

If you face any problems, please contact us through our contact form.
ordasoft.com/About-us/OrdaSoft.html


Thanks,
Taras
OrdaSoft team.
Logged Logged
The administrator has disabled public write access.
Go to top
»