vimeo problem

caroneulas / 2013-11-18 07:50:56   

Hi

first post on this site
i try to speak english
i put a video on vimeo's site
I activate the plugin vimeo but then it's written:

Parse error: syntax error, unexpected T_STRING in /web/cneulasphotogra/wwwindehibitcaro/ndxzsite/plugin/plugin.input_vimeo.php on line 29

fist question: how to resolve this syntax error

second question: if resolved, how can I put my video on my site ??

link vimeo: vimeo.com/…

link site;
carolineaubert-neulas.com

thanks!

Vaska A / 2013-11-18 09:10:11   

Try reuploading the plugin - that error indicates that something is wrong with the file itself (most likely not fully uploaded - FTP does that quite often).

caroneulas / 2014-01-29 14:26:15   

thanks vaska!
sorry to answer only now, but finally it worked correctly and I didn't go back to this forum

but now I have a new problem! ( sorry for my bad english spoken..)
I changed my typeface in order to have 'ORATOR STD' on my web site
so I change in style.css

/**
* CSS
*
* @version 2.0
* @author Vaska
*
* There are also some obscure rules in base.css
*/

body {
    font-size: 13px;
    font-family: 'Orator STD', Arial, Helvetica, Verdana, sans-serif;
    background: #fff;
    color: #000;
    line-height: 1.7em;
    /* font-weight: 10; */

like this

the change of typeface is available if I consult my web site from my own computer but if I consult my site from another ( older ?) computer or iPhone/Ipad, the typeface 'ORATOR STD ' doesn't appear. I know I have probably to add this link to the typeface somewhere else so that anybody can see it but I really don't know where and how….

my site:

carolineaubert-neulas.com

please help….
thanks again!

arsondpi / 2014-01-29 14:35:43   

You need to include the font in your style.css somehow.
There's online tools for that - I searched the web using embed font css cross browser as keywords and found answers that would suit you.
You're getting there though.

* PS since the original question has been solved I'm closing this thread so it doesn't get confusing for future forum users. Post new threads for new topics/questions
:-)

This thread has been closed, thank you.