eSyndiCat User Forums esyndicat directory software esyndicat support

Go Back   eSyndiCat User Forums > eSyndiCat Directory Software [FREE] > User interface

User interface Discuss eSyndiCat templates here. All the questions regarding eSyndiCat [FREE] Front end

Reply
 
Thread Tools Display Modes
Old 10-11-2009   #1
maq
 
Join Date: Oct 2009
Posts: 4
maq is on a distinguished road
Exclamation multiple column in a block

Hi,


I adjust my Partners Block to show 10 listings in Configuration, But in the front end the 10 listings showed in one column.


how to make this block show the listings in 5 columns and 2 rows (in my instance).


I attached a picture for more explanation.


Thanks in advance
MAQ
Attached Images
File Type: jpg Capture.JPG (38.0 KB, 20 views)
maq is offline   Reply With Quote
Old 10-12-2009   #2
Vladimir T.
 
Join Date: Nov 2007
Location: Earth
Posts: 973
Vladimir T. is on a distinguished road
Default

Hi
Please try following for "Sponsored" block.

Code:
{if $sponsored_listings} 
<!-- sponsored listings box start --> 
	<div class="listings clearfix"> 
		{foreach from=$sponsored_listings item=sponsored_listing}
			<div class="sponsored-listing" style="float: left; margin-right:10px;">
				<a href=" {if $config.forward_to_listing_details} {if $config.mod_rewrite} {$config.base}{$config.dir}{$sponsored_listing.path}/{convertStr string=$sponsored_listing.title}-l{$sponsored_listing.id}.html {else} {$config.base}{$config.dir}view-listing.php?id={$sponsored_listing.id} {/if} {else} {$sponsored_listing.url} {/if} " class="title" id="l{$sponsored_listing.id}" {if $config.new_window}target="_blank"{/if}>{$sponsored_listing.title}</a>
			</div> 
		{/foreach} 
	</div> 
<!-- sponsored listings box end --> 
{/if}
Vladimir T. is offline   Reply With Quote
Old 10-12-2009   #3
maq
 
Join Date: Oct 2009
Posts: 4
maq is on a distinguished road
Default

Thanks Vladimir,


I did that and it works almost fine, but it did not comes in table (I think), and its showing glitch.


Attached Firefox 3.5, IE8 Snap shoot.


Thanks in advance.


Regards,
MAQ
Attached Images
File Type: jpg ie8.JPG (25.3 KB, 16 views)
File Type: jpg FF3.5.JPG (25.6 KB, 14 views)
maq is offline   Reply With Quote
Old 10-13-2009   #4
Vladimir T.
 
Join Date: Nov 2007
Location: Earth
Posts: 973
Vladimir T. is on a distinguished road
Default

Hi maq,
Please check your style.css file in "./templates/your_tpl/css" folder.
Could you find class "clearfix"
You should see this code in style.css

Code:
.clearfix:after
{
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

* html .clearfix
{
	height: 1%;
}
if you can not find it please add it.
Vladimir T. is offline   Reply With Quote
Old 10-13-2009   #5
maq
 
Join Date: Oct 2009
Posts: 4
maq is on a distinguished road
Default

Hi,

I found it there?
maq is offline   Reply With Quote
Reply

Tags
block, column, multiple

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Forum Jump


All times are GMT. The time now is 05:07 PM.


Powered by vBulletin® Version 3.7.0
Copyright ©2000 - 2012, Jelsoft Enterprises Ltd.
Testimonials | Articles | Support | Documentation | Privacy Policy | License | Affiliates | Contact Us | SEO Resources