How do you remove the ads on the right hand side of position 3, and expand the product and slideshow to fill that space

We do not want to display ads, and the slideshow and product slider are small, we want to get rid of the ads and expand the product slider and slideshow. Suggestions?

5 answers

Profile photo of Windig Staff 3760.00 $tone January 13, 2015
Public

Hi fairscan,
Please follow these steps.
Step1. Go to \skin\frontend\default\jm_megamall\css then open file style.css
Step 2. Find class col-2
Step 3. Edit this code ( current width = 500px, code below was edited)

#jm-tops2 .col3-set .col-2{
    margin: 0 20px;
    width: 800px
}

Step 4. Save file.
Step 5. Go to JoomlArt >> Slideshow and change [Main Item width] = 799 then click Save configure
Step 6. Open static block Position-3 at CMS >> Static Blocks
Step 7. Click button [Show/Hide Editor]
Step 8. Copy and paste these lines of code into Editor

 

<div class="col-1">
<div class="block vertical-mega-menu">
<div class="block-title"><strong>Categories</strong></div>
{{block type="jmmegamenu/jmmegamenu" name="catalog.topnav12" output="toHtml" }}</div>
</div>
<div class="col-2">
<div>{{block type="joomlart_jmslideshow/list" name="home.jmslideshow.list" }}</div>
<div>{{block type="joomlart_jmproductsslider/list" title="Black Friday" name="home.jmproductsslider.list" mode="latest" catsid="7" itemwidth="92" itemheight="130" width="148" height="88"}}</div>
</div>

 

Step 9. Save file and go to frontend to check your result.
Note: minimum size of image for slideshow should be 800×370 pixels
I hope this helps.
Br,
Ozil
 

#1
Profile photo of fairscan 510.00 $tone January 14, 2015
Public

Hi Thanks for that,
 
It looks great, except on iPad… where the col-2 does not re-size in landscape mode (so the slideshow and product slider do not re-size), however it works fine in portrait.
 
Any suggestions?

#2
Profile photo of Ziven Staff 100280.00 $tone January 19, 2015
Public

Hi fairscan,
I will help you from now.  I need a closer look to detect the root of issue, please PM me url, admin and ftp
credentials of your site.

Best Regards,
Ziven.

#3

Please login or Register to Submit Answer

Written By

Comments