Jump to content

How to move homeslider to the left and add a module beside?


Guid

Recommended Posts

Hi presta forum!

 

Here i come again...asking for you gentle help.

 

I removed the 2 pictures (themeconfig) besides homeslider and i would like...

1- to move homeslider to the left

    and

2- replace the 2 pictures removed by another module (contentbox) there.

 

Thanks for you generous help.

Edited by Guid (see edit history)
Link to comment
Share on other sites

hello

theme conf module has got several pictures

so it's hard to say what to do without possibility to check

 

can you share url, please?

Hi Vekia! Thanks for quick reply!

 

url : http://sitetest.esy.es/   (english lang.)

 

(replace the 2 pictures removed by module "contentb1")

 

Thanks for helping!

Link to comment
Share on other sites

this may be helpful 

 

 
i have first unhook "themeconfigurator" from "displayTopColumn" , then hook my vertical megamenu on  "displayTopColumn" , 
to get the small banners on right side of the "home slider" I have fetch the small banners added through "themeconfogurator" in "homeslider.php" then put the banner tpl code in "homeslider.tpl" after the slider code
 
i have added the class "col-xs-2" in my menu , "col-xs-8" in homeslider and "col-xs-2" for small banners
Link to comment
Share on other sites

okay

so, simply banner should appear there if you add it to hook Home

 

with what section you associated your contentb1 block ?

Hi Vekia!

I associated my contentb1 block to hook top column...

(I gonna change it to hook home like o said right now...)

Link to comment
Share on other sites

you've got right

it's a displayTop not home as i mentioned

by bad

 

what is the size of the image (image width?)


wait a minute! what is contentb_1 ?

 

why you dont use theme configurator to define these blocks?

Link to comment
Share on other sites

you've got right

it's a displayTop not home as i mentioned

by bad

 

what is the size of the image (image width?)

wait a minute! what is contentb_1 ?

 

why you dont use theme configurator to define these blocks?

 

Hi!

Contentb1 is a module (from contentbox.org).

How can i place contentb1 there using theme config? 

(If it's not possible to use contentb1 in theme config., i prefer do not use theme config. there.)

Thanks!

Link to comment
Share on other sites

Using css, how could i move slider to the left and using css how could i move contentb1 module after it (slider)... just float:left not working, it must be missing something?

 

Thanks for helping.

Link to comment
Share on other sites

 Try this

 

 themes >> yourTheme >> modules >> homeslider folder

 

 replace <div id="homepage-slider"> 

 with

 <div id="homepage-slider" class="col-xs-8">

 

 

hook your new module contentb1  to DisplayTopColumn

 

Add  this class ' class="col-xs-4" ' in your div of contentb1 module's template file

 

 

 Adjust position of the modules in Module>>Position

 

 Also  unhook Theme configurator from DisplayTopColumn

  • Like 1
Link to comment
Share on other sites

×
×
  • Create New...