Jump to content

[SOLVED] How do I remove/change certain aspects of the Home Page? (Including advertising)


Recommended Posts

I have PrestaShop v1.1 installed, with the black theme by EzyTrader.com, and the top bar is the WIZNAV v 2.1.3 + Cat addon.
I just have a couple questions about this:

Halp.jpg

There is the top bar where the search/user info was, and I want to get rid of it.
How do I do that?

There is a white bar at the bottom of the top toolbar.
How do I get rid of it?

And how do I change the advertisement picture and link?

Thanks in advance!

Link to comment
Share on other sites

The computer picture is the advertising module, just uninstall it through the back office on the modules page, or just remove it from the left column in the positions area.


I was more so wondering how to change it to, say an image of a CD and have the image link to the CD.
Link to comment
Share on other sites

Two of the three were solved:
http://www.prestashop.com/forums/viewreply/85264/

I also found out how to change the picture and link.
(I didn't think about looking in the Module folder to edit the picture. Thanks Bleep!)

I'm going to give a detailed explanation of this, because believe me, this will help people out in the future (There are a lot of people like me that aren't very CSS/PHP/Programming literate, ,nbg2f8ij

You can change which picture to select in .../modules/blockadvertising/blockadvertising.php

    {
       global $smarty;
       $smarty->assign('image', './modules/'.$this->name.'/advertising.jpg');
       return $this->display(__FILE__, 'blockadvertising.tpl');
   }


That is if you don't want to keep having pictures that are only named as "advertising.jpg" You can upload a bunch of pictures to .../blockadvertising/ and keep switching blockadvertising.php whenever you want a different picture linked.

Then go to blockadvertising.tpl in .../modules/blockadvertising/ and edit this:

<!-- MODULE Block advertising -->



<!-- /MODULE Block advertising -->



You can change Prestashop.com to your website, a link on your website, or whatever else you would like.

I hope this helps people out!

Link to comment
Share on other sites

  • 8 months later...

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...