Re: [TYPO3-english] Image with links and mouseover effect

2016-01-27 Thread Bernd Wilke

Am 27.01.2016 um 10:34 schrieb Peter Mann:

Hi folks,

I am trying to solve this here :
I have an image which has to be entered into an article of a site. On
different parts of the image there shall be written some words. And
these words, which are links, shall react with a mouseover effect. (e.g.
shall be written bold once the cursor is over it or something similar)
How can I solve it the best and easiest way within my backend? Pls be
informed that I do "not" have any access to the FTP where TYPO3 is
installed...only the backend.
It would be nice if someone will have a solution. Many thx in advance.


that is not so easy. I don't think there will be a ready-to-use solution.

as this behaviour will need to have a special markup you need a special 
content-element (CE) with the option to place different texts/words over 
the image and link them.


you either have a fix layout for your special needs (eg. 3 words at 
posiotions 1,2,3) or you need to be flexible (e.g.  IRRE with subrecords 
for each word with data for: word,link, position)


then you can output fix HTML or something JS can build/move together.

bernd
___
TYPO3-english mailing list
TYPO3-english@lists.typo3.org
http://lists.typo3.org/cgi-bin/mailman/listinfo/typo3-english


Re: [TYPO3-english] Text HTML_5 displayed

2016-01-27 Thread Bernd Wilke

Am 27.01.2016 um 10:34 schrieb Garret Dekker:

Hi,
I'm new to typo3 and have just taken over the maintenance of a site and
see the text HTML_5 displayed at the top of every page. It looks like
this is the value of template variable config.doctype. Doesn't anybody
know why this happens and how I can turn if off? Have a look here:
bonapa.nl
Thanks


maybe it has something to do with:
config.doctype = html_5
look for a doktype configuration with erroneous HTML_5 instead of html_5.

or someone configured the dokheader by hand?

bernd

___
TYPO3-english mailing list
TYPO3-english@lists.typo3.org
http://lists.typo3.org/cgi-bin/mailman/listinfo/typo3-english


[TYPO3-english] R: Text HTML_5 displayed

2016-01-27 Thread De Contardi Riccardo
Let's start with the simple: in the TS template, find (using the typoscript 
object browser and them template analyzer) where is

config.doctype (or page.config.doctype)

what templating system are you using? Fluid? I would also search the html 
templates




Riccardo De Contardi
Web Developer
riccardo.decontardi[at]bhuman.it


B Human srl
Corso di Porta Nuova, 46 - 20121 Milano
Tel. +39 02 2023271 - FAX +39 0220240561
Web www.bhuman.it
Linkedin www.linkedin.com/company/b-human-srl

-Messaggio originale-
Da: typo3-english-boun...@lists.typo3.org 
[mailto:typo3-english-boun...@lists.typo3.org] Per conto di Garret Dekker
Inviato: mercoledì 27 gennaio 2016 10:35
A: typo3-english@lists.typo3.org
Oggetto: [TYPO3-english] Text HTML_5 displayed

Hi,
I'm new to typo3 and have just taken over the maintenance of a site and see the 
text HTML_5 displayed at the top of every page. It looks like this is the value 
of template variable config.doctype. Doesn't anybody know why this happens and 
how I can turn if off? Have a look here: bonapa.nl Thanks 
___
TYPO3-english mailing list
TYPO3-english@lists.typo3.org
http://lists.typo3.org/cgi-bin/mailman/listinfo/typo3-english


Chi riceve il presente messaggio è tenuto a verificare se lo stesso non gli sia 
pervenuto per errore. In tal caso è pregato di avvisare immediatamente il 
mittente e, tenuto conto delle responsabilità connesse all'indebito utilizzo 
e/o divulgazione del messaggio e/o delle informazioni in esso contenute, voglia 
cancellare l'originale e distruggere le varie copie o stampe.

The receiver of this message is required to check if he/she has received it 
erroneously. If so, the receiver is requested to immediately inform the sender 
and - in consideration of the responsibilities arising from undue use and/or 
disclosure of the message and/or the information contained therein - destroy 
the original message and any copy or printout thereof.
___
TYPO3-english mailing list
TYPO3-english@lists.typo3.org
http://lists.typo3.org/cgi-bin/mailman/listinfo/typo3-english


[TYPO3-english] Text HTML_5 displayed

2016-01-27 Thread Garret Dekker

Hi,
I'm new to typo3 and have just taken over the maintenance of a site and see the 
text HTML_5 displayed at the top of every page. It looks like this is the value 
of template variable config.doctype. Doesn't anybody know why this happens and 
how I can turn if off? Have a look here: bonapa.nl
Thanks
___
TYPO3-english mailing list
TYPO3-english@lists.typo3.org
http://lists.typo3.org/cgi-bin/mailman/listinfo/typo3-english


[TYPO3-english] Image with links and mouseover effect

2016-01-27 Thread Peter Mann

Hi folks,

I am trying to solve this here :
I have an image which has to be entered into an article of a site. On different 
parts of the image there shall be written some words. And these words, which 
are links, shall react with a mouseover effect. (e.g. shall be written bold 
once the cursor is over it or something similar)
How can I solve it the best and easiest way within my backend? Pls be informed that I do 
"not" have any access to the FTP where TYPO3 is installed...only the backend.
It would be nice if someone will have a solution. Many thx in advance.

Regards,
Peter
___
TYPO3-english mailing list
TYPO3-english@lists.typo3.org
http://lists.typo3.org/cgi-bin/mailman/listinfo/typo3-english


Re: [TYPO3-english] Text HTML_5 displayed

2016-01-27 Thread HocomAdvies [  Wiechert Hooghwinkel ]
Hi,

Had a quick look at the site, and from what I can see, it is made with the 
Templavoila template extension. So it might be, that there is a html fault in 
the used template. Probably a missing closing or opening tag. Also the used 
typo3 version is 4.7 which is very outdated and should be updated a.s.p.


Best regards,
HocomAdvies


Wiechert Hooghwinkel
www.hocom-advies.nl 




> Op 27 jan. 2016, om 10:34 heeft Garret Dekker  het volgende 
> geschreven:
> 
> Hi,
> I'm new to typo3 and have just taken over the maintenance of a site and see 
> the text HTML_5 displayed at the top of every page. It looks like this is the 
> value of template variable config.doctype. Doesn't anybody know why this 
> happens and how I can turn if off? Have a look here: bonapa.nl
> Thanks
> ___
> TYPO3-english mailing list
> TYPO3-english@lists.typo3.org
> http://lists.typo3.org/cgi-bin/mailman/listinfo/typo3-english

___
TYPO3-english mailing list
TYPO3-english@lists.typo3.org
http://lists.typo3.org/cgi-bin/mailman/listinfo/typo3-english


[TYPO3-english] use custom CSS classes in RTE editor tx_news

2016-01-27 Thread Muriel le Pair

Hi,

I would like to use some custom CSS classes in the RTE editor.

I have set up the RTE config as follows:

#allow use of the following classes
RTE.config.tt_content.bodytext.proc {
   allowedClasses = box-firstletter, box-flyout
}

This works fine for the default RTE editor for content elements, but the 
setting is ignored in the tx_news RTE editor.


I tried the following line, but that doesn't work.
RTE.config.tx_news.bodytext.proc {
  allowedClasses = box-firstletter, box-flyout
}

So how do I setup the RTE editor so that I can use the classes in 
tx_news as well?


--
Kind regards,

Muriel le Pair
___
TYPO3-english mailing list
TYPO3-english@lists.typo3.org
http://lists.typo3.org/cgi-bin/mailman/listinfo/typo3-english