Temp plugin

About the template and stylesheet - and changing the menu
Post Reply
roze
Posts: 270
Joined: Tue Jun 03, 2008 7:13 am
Location: NL
Contact:

Temp plugin

Post by roze » Sun Mar 10, 2013 11:07 am

I'm using the tempplug for a website of local artists.

www.stichtingvaart.nl

When I use images with al link the images gets a border. How can I set the borderimage's (in maincontainer, navigation area and newsboxarea) in white (or transparant)?
Rob Zeijen,

Valkenswaard (NL)

Gert
Posts: 3078
Joined: Fri May 30, 2008 4:53 pm
Location: Berlin
Contact:

Re: Temp plugin

Post by Gert » Sun Mar 10, 2013 11:39 am

roze wrote:When I use images with al link the images gets a border.
It's not a problem of TemPlug, it's a problem of Internet Explorer. In no other browser the images have borders.

You have to set every single image to "border:0;", in your template you should can use the class "tp_noborder":

Code: Select all

<img title="Banner-deelnemrs2.jpg" class="tp_noborder" src="./userfiles/images/Banner-deelnemrs2.jpg" alt="Banner-deelnemrs2.jpg">
Or use inline CSS:

Code: Select all

<img title="Banner-deelnemrs2.jpg" style="border: 0;" src="./userfiles/images/Banner-deelnemrs2.jpg" alt="Banner-deelnemrs2.jpg">
If you want to have ALL linked images on your website without border, you can insert a style in the header of the template.htm:

Code: Select all

<style type="text/css">
a img {border: 0;}
</style>
Gert

PS: Very nice adaption of my template ;)
Gert Ebersbach | CMSimple | Templates - Plugins - Services

roze
Posts: 270
Joined: Tue Jun 03, 2008 7:13 am
Location: NL
Contact:

Re: Temp plugin

Post by roze » Sun Mar 10, 2013 11:53 am

Thankx!!

It looks better now.

Greetz
Rob Zeijen,

Valkenswaard (NL)

Torsten.Behrens
Posts: 522
Joined: Thu May 22, 2008 7:27 am
Location: Germany / Schleswig-Holstein
Contact:

Re: Temp plugin

Post by Torsten.Behrens » Sun Mar 10, 2013 12:53 pm

Gert wrote:
PS: Very nice adaption of my template ;)
Mir ist es doch recht schlicht geraten - aber wer es so mag.

[ external image ]
Stichting Vaart - Stichting VAART von torstenbehrens auf Flickr
Torsten Behrens
CMSimple Templates

cmb
Posts: 14225
Joined: Tue Jun 21, 2011 11:04 am
Location: Bingen, RLP, DE
Contact:

Re: Temp plugin

Post by cmb » Sun Mar 10, 2013 1:05 pm

Torsten.Behrens wrote:Mir ist es doch recht schlicht geraten - aber wer es so mag.
Ich gehe davon aus, dass Rob gerade die mobile Version der Website vorbereitet. Das gezeigte Template ist eine Adaption von bcas Mobile-Template.
Christoph M. Becker – Plugins for CMSimple_XH

Torsten.Behrens
Posts: 522
Joined: Thu May 22, 2008 7:27 am
Location: Germany / Schleswig-Holstein
Contact:

Re: Temp plugin

Post by Torsten.Behrens » Sun Mar 10, 2013 1:18 pm

Ok - wollte ich jetzt mal testen, doch:
http://www.videopoint.co.uk/download -> download error !

Not Found

The requested URL /mobileXH.zip was not found on this server.
cmb wrote:
Torsten.Behrens wrote:Mir ist es doch recht schlicht geraten - aber wer es so mag.
Ich gehe davon aus, dass Rob gerade die mobile Version der Website vorbereitet. Das gezeigte Template ist eine Adaption von bcas Mobile-Template.
Torsten Behrens
CMSimple Templates

roze
Posts: 270
Joined: Tue Jun 03, 2008 7:13 am
Location: NL
Contact:

Re: Temp plugin

Post by roze » Sun Mar 10, 2013 1:35 pm

Torsten.Behrens wrote:
Gert wrote:
PS: Very nice adaption of my template ;)
Mir ist es doch recht schlicht geraten - aber wer es so mag.
I'am working at the mobile version indeed. Please come back later ;)
Rob Zeijen,

Valkenswaard (NL)

Gert
Posts: 3078
Joined: Fri May 30, 2008 4:53 pm
Location: Berlin
Contact:

Re: Temp plugin

Post by Gert » Sun Mar 10, 2013 1:39 pm

Torsten.Behrens wrote:Mir ist es doch recht schlicht geraten - aber wer es so mag.
Rob has changed the template - it is not the meant template anymore, that was an adaption of:

http://www.ge-webdesign.de/cmsimpletemp ... avantgarde

with very nice images, in the header and in the sidebar:

[ external image ]

Gert
Last edited by Gert on Sun Mar 10, 2013 2:01 pm, edited 1 time in total.
Gert Ebersbach | CMSimple | Templates - Plugins - Services

Torsten.Behrens
Posts: 522
Joined: Thu May 22, 2008 7:27 am
Location: Germany / Schleswig-Holstein
Contact:

Re: Temp plugin

Post by Torsten.Behrens » Sun Mar 10, 2013 2:00 pm

Ok - jetzt kann ich deinen Hinweis eher verstehen.

Nur war das Kopfbild
http://www.stichtingvaart.nl/templates/ ... -image.jpg
sicherlich nicht für die Nutzung vor einer weissen Fläche vorgesehen.

[ external image ]

Hier im Forum mit dem hellblauen Hintergrund sieht man auch schon mal den Unterschied - das R und das T wirken ganz anders.


[ external image ]
Stichting Vaart - Stichting VAART von torstenbehrens auf Flickr




Gert wrote:
Torsten.Behrens wrote:Mir ist es doch recht schlicht geraten - aber wer es so mag.
Rob hat das Template geändert - ist nicht mehr das, worauf sich mein Kommentar bezogen hat, das war eine Adaption von:

http://www.ge-webdesign.de/cmsimpletemp ... avantgarde

[ external image ]

mit sehr schönen Bildern im Header, im Inhalt und in der Sidebar,

Gert
Torsten Behrens
CMSimple Templates

Post Reply