Jump to content

Themes design changes - How to change gadsense position and first picture of shop


Recommended Posts

Hello

I was already able to change the most things on my shop.

I just get stucked, when I'm trying to change the position from Google adsense below the "featured products" where can I change it?

and also with the picture above the "featured products" where can i change this one?

Thanks a lot for you help.

Link to comment
Share on other sites

Hi Mario,

To change the look and feel of the email templates, please browse to "mails" folder in prestashop's root directory.

Select the language you are using, example for English, "en" folder.

And go to each html file and change.
Remember you should also do necessary modifications in the global.css file to reflect the changes.

-----

I don't see any google adsense under featured products on your site.
Please clarify with a screenshot, if possible.


Cheers..

Cronos

Link to comment
Share on other sites

Hi Mario,

Check for this piece of code in global.css file in your theme's CSS folder.

/* Block advertising */
.advertising_block { width: 191px; margin-bottom: 1em; text-align: center; }



Change to

/* Block advertising */
.advertising_block { width: 191px; margin-bottom: 1em; text-align: center; margin:0 auto; position:relative; }




Cheers..
Cronos

Link to comment
Share on other sites

Hi Mario,

I gave a previous solution based on the fact that Google Ad Sense module was in Advertisement block.

If that doesn't work, please check the google adsense code you are putting while configuring the GoogleAdSense module.

The HTML which is getting displayed is the following




Now, we need to change one small thing,



Guess it should work.

Cheers..
Cronos

Link to comment
Share on other sites

Hi Cronos

both solutions are not working...

hm, but somehow somewhere the adsense has been implemented... how then?

I just need to fix the center columns where you can see the welcome text and adsense item and the nearly everything looks finde for me...

Cheers


thanks for the help... hopefully I will beginn to understand soon too... ;)

Link to comment
Share on other sites

Code in Configuration Area

[removed]<!--
google_ad_client = "pub-xxxxxxxxxxxxxx";
/* 468x60, Erstellt 05.02.09 */
google_ad_slot = "xxxxxxxxx";
google_ad_width = 468;
google_ad_height = 60;
//-->
[removed]
[removed]
[removed]

Link to comment
Share on other sites

  • 2 weeks later...
  • 1 month later...
  • 1 month later...

that would work as well...

at the moment on my site: shop.cuoresportivo.ch it is at the bottom and I wanted to put it into center position and a little bit down, as it is to near to the above products...

Link to comment
Share on other sites

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...