Aangemaakte reacties

15 reacties aan het bekijken - 1 tot 15 (van in totaal 16)
  • Thread starter mgrst

    (@mgrst)

    Er is recentelijk geen update uitgegeven, aks ze geen update meer uitgeven is er dan nog een oplossing ?

    Forum: Thema en CSS/opmaak
    In antwoord op: Uitlijnen text
    Thread starter mgrst

    (@mgrst)

    tussen buurtbarbecue en van zit grote ruimte zie website http://www.veerallee.nu

    Forum: Thema en CSS/opmaak
    In antwoord op: Uitlijnen text
    Thread starter mgrst

    (@mgrst)

    .feature-content .feature-item p {
    color:#4d4c4c;
    margin-bottom:0;
    padding-bottom:1px;
    text-align:left;
    line-height:20px;

    Zo heb ik hem aangepast alleen blijven er grote ruimtes tussen de tekst.

    Voorbeeld :

    Op 24 mei 2014 is het zover, na het succes van vorig jaar, de 2e buurtbarbecue
    van wijkvereniging Veeralleekwartier!!

    Forum: Algemeen WordPress
    In antwoord op: Verwijzing ( URL )
    Thread starter mgrst

    (@mgrst)

    Roy bedankt, (embed) haalde ik weg

    Forum: Algemeen WordPress
    In antwoord op: Verwijzing ( URL )
    Thread starter mgrst

    (@mgrst)

    hoe bedoel je automatisch omzetten, zie alleen een verwijzing dan

    Forum: Thema en CSS/opmaak
    In antwoord op: Verwijzing ( URL )
    Thread starter mgrst

    (@mgrst)

    ik heb hem gedownload, maar er zit geen verwijzing in.

    Forum: Thema en CSS/opmaak
    In antwoord op: symbolen verwijderen
    Thread starter mgrst

    (@mgrst)

    .index-info .index-info-one{
    background:url(images/-green.png) 0 0 no-repeat;
    }
    .index-info .index-info-two{
    background:url(images/-green.png) 0 2px no-repeat;
    padding-left:35px;
    }
    .index-info .index-info-three{
    background:url(images/-green.png) 0 0 no-repeat;
    padding-left:35px;

    ik heb nu de symboolnamen weg gegooid, of kan ik alles verwijderen ?

    Forum: Thema en CSS/opmaak
    In antwoord op: symbolen verwijderen
    Thread starter mgrst

    (@mgrst)

    Zou het een voordeel zijn als ik de professionele site koop ipv de gratis lite versie ?

    Forum: Thema en CSS/opmaak
    In antwoord op: symbolen verwijderen
    Thread starter mgrst

    (@mgrst)

    Forum: Thema en CSS/opmaak
    In antwoord op: Kleur veranderen
    Thread starter mgrst

    (@mgrst)

    het is opgelost, het duurt even voordat die het doorzet.
    Bedankt .

    Forum: Thema en CSS/opmaak
    In antwoord op: Kleur veranderen
    Thread starter mgrst

    (@mgrst)

    .index-info{
    background:#FFA500 url(images/green-sep.png) repeat-x;
    overflow:hidden;
    padding-top:8px;
    padding-bottom:0;
    border-bottom:1px solid #47621f;
    margin-bottom:0;

    Aangepast naar andere kleur, maar werkt niet.

    Forum: Thema en CSS/opmaak
    In antwoord op: Kleur veranderen
    Thread starter mgrst

    (@mgrst)

    .index-info{
    background:#FF9900 url(images/green-sep.png) repeat-x;
    overflow:hidden;
    padding-top:8px;
    padding-bottom:0;
    border-bottom:1px solid #47621f;
    margin-bottom:0;

    Zo heb ik hem aangepast, alleen er veranderd niks. Doe ik nog iets niet goed ?

    Forum: Plugin vragen
    In antwoord op: Contact Form 7
    Thread starter mgrst

    (@mgrst)

    links in het dashboard zit een tab contact, heb je daar al gekeken ?

    Forum: Plugin vragen
    In antwoord op: Contact Form 7
    Thread starter mgrst

    (@mgrst)

    Ik wil graag zwarte tekst bij het intikken van het contactformulier, wat moet ik aanpassen ?

    /* ##################################
    COMMENTFORM
    ################################## */

    #respond {
    position: relative;
    }

    #respond input.text {
    float: left;
    width: 238px;
    clear: left;
    }

    #comment-logged {
    float: left;
    width: 260px;
    height: 110px;
    clear: left;
    padding: 20px 0 0;
    text-align: center;
    }

    #comment-logged {
    background: transparent url(img/bg-comment-logged-grey.png) repeat-x left top;
    }

    .red #comment-logged,
    .green #comment-logged {
    background: transparent url(img/bg-comment-logged-red.png) repeat-x left top;
    }

    #commentlist .depth-2 input.text {
    width: 228px;
    }

    .depth-2 #comment-logged {
    width: 250px;
    }

    #commentlist .depth-3 input.text {
    width: 218px;
    }

    .depth-3 #comment-logged {
    width: 240px;
    }

    #commentlist .depth-4 input.text {
    width: 208px;
    }

    .depth-4 #comment-logged {
    width: 230px;
    }

    #commentlist .depth-5 input.text {
    width: 198px;
    }

    .depth-5 #comment-logged {
    width: 220px;
    }

    #commentlist .depth-6 input.text {
    width: 188px;
    }

    .depth-6 #comment-logged {
    width: 210px;
    }

    #respond textarea.text {
    float: right;
    width: 258px;
    height: 121px;
    }

    #commentlist .depth-2 textarea.text {
    width: 248px;
    }

    #commentlist .depth-3 textarea.text {
    width: 238px;
    }

    #commentlist .depth-4 textarea.text {
    width: 228px;
    }

    #commentlist .depth-5 textarea.text {
    width: 218px;
    }

    #commentlist .depth-6 textarea.text {
    width: 208px;
    }

    #respond input.fielderror,
    #respond textarea.fielderror {
    color: #3e0e17;
    }

    #respond input.submit {
    float: right;
    width: auto;
    margin: 0 0 20px;
    clear: both;
    }

    #commenterror {
    margin: 0 0 10px;
    padding: 0 0 0 20px;
    background: url(img/bg-commenterror.png) no-repeat left center;
    clear: both;
    }

    Forum: Plugin vragen
    In antwoord op: Contact Form 7
    Thread starter mgrst

    (@mgrst)

    heb je de mail instellingen wel goed staan

15 reacties aan het bekijken - 1 tot 15 (van in totaal 16)