Deal Plazza - responsive layout problems

dont get what you mean! can you explain it whit my code above, show where what to remove, please!
11 years 3 months ago #13 by Yilmaz

Please Log in or Create an account to join the conversation.

Hmm. Can you tell me what is the reason to use table based layout like you have one and also what is exactly the final output you want to get?
It's abit tricky to deal with resposive while you're still using table based layout
11 years 3 months ago #14 by andy

Please Log in or Create an account to join the conversation.

Yeah i think the same, but i find a nother way, or better idea how i will show my content, but there is anoter problem now :)

I cant find a module position what set him self exacly behind the mainbody.
Let me explain it this way:

Logo Login
Main Menü

Banner

Mainbody Content
---Cart ---
here i wana put a module
-Module-
.............................................................. -Module-
.............................................................. -Module-
Cell 8



but there is no Moduleposition to put a module behind the Mainbody.
I tryed Cell7 put it on the right side and Cell 8 putt it down on the end of all right Modules.

How i can handel this?
11 years 3 months ago #15 by Yilmaz

Please Log in or Create an account to join the conversation.

11 years 3 months ago #16 by Yilmaz

Please Log in or Create an account to join the conversation.

Hi Adburahman,
Please open file <root>/templates/deal_plazza/index.php , then on line 407 after the code
<div class="cell-component-inner">
					    	<jdoc:include type="component" />
					    	<div class="clear">&nbsp;</div>
add this code
<jdoc:include type="modules" name="newpos" style="box" />

then from your module manager please assign the module to the "newpos" position
11 years 3 months ago #17 by andy

Please Log in or Create an account to join the conversation.

i did what you say looks like this:
<?php if ($showComponent) : ?>
					<div class="cell-component grid_<?php echo $componentWidth;?> <?php echo $CellBdPos;?>">
						<div class="cell-component-inner">
					    	<jdoc:include type="component" />
					    	<div class="clear">&nbsp;</div>
							 <jdoc:include type="modules" name="newpos" style="box" />
					    </div>
					</div>

but i cant see the module position at my module select....

what did i do wrong?
11 years 3 months ago #18 by Yilmaz

Please Log in or Create an account to join the conversation.

Powered by Kunena Forum