html pomoč

luka51

Guru
16. avg 2007
13.870
5.138
113
Na spletno stran bi rad dodal COBISS polje za iskanje. O HTML nimam niti 0.000001% pojma. Delam v WordPress->gradniki->HTML po meri
Vpišem tole (kodo sem dobil iz ene druge strani kjer dela):

<div style="padding:10px 0 14px 0">
<div style="position:relative">
<form id="cobiss-plus" method="get" action="https://plus.si.cobiss.net/opac7/bib/search" style="width:100%;max-width:800px">
<input type="hidden" name="database" value="ossma" />
<div style="position:absolute;left:0;top:0;border-radius:17px 0 0 17px;padding:1px 7px 1px 10px;color:#4d6b8a;background-color:#fff;border:1px solid #ccc;border-right:0;height:30px;">
<img src="https://www.izum.si/images/out/cobiss-plus-icon.svg" style="width:19px;height:24px;padding:0;margin:0" title="COBISS-plus-icon" alt="COBISS+" />
</div>
<div style="margin-left:37px;margin-right:34px;">
<input type="search" name="q" placeholder="poiščite gradivo..." style="width:100%;border-radius:0;outline:0;font-family:Arial,sans-serif;height:30px;
padding:6px 12px;background-color:#fff;border:1px solid #c2cad8;font-size:13px;line-height:1.42857;color:#4d6b8a;background-image:none;" />
</div>
<div style="position:absolute;top:0;width:35px;right:0">
<button type="submit" style="color:#fff;background-color:#0077a8;padding:4px 10px 2px 6px;height:30px;touch-action:manipulation;cursor:pointer;border:1px solid #0077a8;margin:0;border-radius:0 17px 17px 0;">
<img src="https://www.izum.si/images/out/search-icon.svg" style="height:18px;width:18px;padding:0;margin:0" title="IŠČI" alt="išči" />
</button>
</div>
</form>
</div>
</d


Javi mi pa napake:
Tag <form> is not allowed
Tag <input> is not allowed

Sem nekaj guglal o html čekerjih in to kaj mi ven špukne še vedno javlja isto napako če dam v WP.
 

TGV

Fizikalc
2. okt 2007
726
106
43
to ni html problem, koda prav lepo dela z vsemi brskalniki. problem je wordpress.

WP pravi naslednje : ( https://wordpress.com/support/code/ )
---------
The following tags are not allowed on sites on our Premium Plan and below for security reasons:

embed, frame, iframe, form, input, object, textarea, style, link

These tags may be used with sites on our Business Plan with plugins installed.

---------
 

luka51

Guru
16. avg 2007
13.870
5.138
113
Ok torej, če je koda vredu se bom obrnil še na Arnes, ker na isti temi v WP deluje ta koda.

Hvala
 

TGV

Fizikalc
2. okt 2007
726
106
43
Arnes te financira ?
Problem ni v temi, problem je vsebina teme.

 

luka51

Guru
16. avg 2007
13.870
5.138
113
Ne mene, delodajalcu ponuja storitve :)
Dvomim, da imamo različne OŠ različne WP naročnine preko Arnesa, ker na neki drugi šoli deluje.
 
  • Všeč mi je
Reactions: TGV