Aangemaakte reacties

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

    (@kfcu10)

    Iemand die iets meer uitleg kan geven?

    Thread starter kfcu10

    (@kfcu10)

    Bedankt voor de hulp!

    Thread starter kfcu10

    (@kfcu10)

    Bedankt. Ben inmiddels een andere template gaan gebruiken.

    Thread starter kfcu10

    (@kfcu10)

    Bedankt. Ik heb het deel van responsive thema uit de style.css gehaald. Alleen is de weergave op een tablet/mobiel anders dan de versie op een desktop. Weet iemand hoe ik dit kan oplossen?

    Forum: Overige
    In antwoord op: Mobiele weergave verwijderen
    Thread starter kfcu10

    (@kfcu10)

    Bedankt.

    Ik heb bovenstaande scripts weggehaald. Er veranderde wel wat dingen, maar het was niet een verkleinde weergave zoals ik de site op de computer zie. Wat moet ik nog meer veranderen?

    Forum: Overige
    In antwoord op: Mobiele weergave verwijderen
    Thread starter kfcu10

    (@kfcu10)

    Dus als ik de volgende regels weg haal moet het goed zijn;

    /******************************************************************
    MEDIA QUERIES & DEVICE STYLES
    Developed by: Andy Clarke & the 320 & Up Extension
    URL: http://stuffandnonsense.co.uk/projects/320andup/
    ******************************************************************/

    @media screen and (max-width: 480px) {

    }

    @media screen and (max-width: 800px) {
    #access, div.menu { position:relative; }
    .menu ul li { list-style-type: none; float:none; }
    nav[role=navigation] ul.menu, div.menu ul {
    background:#999;
    position:absolute;
    top:41px;
    z-index:9999;
    display:none;
    }
    nav[role=navigation] .menu #menu-icon { display:block }
    header[role=banner] #searchform { top:6px; right:10px }

    .menu ul li:hover ul { left:-9999em; }

    header[role=banner] #s {
    font-size:1em;
    background:url(library/images/icon-search.png) no-repeat 5px 4px #fff;
    padding:4px 5px 4px 26px;
    border-radius:7px;
    border:1px solid #fff;
    box-shadow:3px 3px 5px #777 inset;
    min-width:150px;
    }

    header[role=banner] #searchform input[type=submit] {
    display:none;
    }

    #main.col620 {
    width:100%;
    display:block;
    }

    #sidebar.col300 {
    float:none;
    display:block;
    width:100%;
    clear:both;
    }

    .widget {
    margin:2.2em 30px 2.2em 20px;
    }
    }

    @media screen and (min-width: 800px) {
    nav[role=navigation] ul.menu, div.menu ul { display:block !important; }
    }

    @media screen and (max-width: 1382px) {
    /* insert styles here */
    }

    /******************************************************************
    PRINT STYLES
    (Handled by default, but if you want to edit it, feel free)
    ******************************************************************/

    @media print { }

    /******************************************

    Dank u

    Thread starter kfcu10

    (@kfcu10)

    Ik gebruik het thema; major-media.
    Met script bedoel ik zowel style.css (kleurcodes enz. van de titel) en inderdaad het script van de header.

    Header script:

    <!DOCTYPE html>
    <html <?php language_attributes(); ?>>
    <head>
    <meta charset=”<?php bloginfo( ‘charset’ ); ?>” />
    <meta name=”viewport” content=”width=device-width” />
    <title><?php wp_title(‘|’, true, ‘left’); ?></title>
    <link rel=”profile” href=”http://gmpg.org/xfn/11&#8243; />
    <link rel=”stylesheet” type=”text/css” media=”all” href=”<?php echo get_stylesheet_uri(); ?>” />
    <link rel=”pingback” href=”<?php bloginfo( ‘pingback_url’ ); ?>” />

    <?php wp_head(); ?>
    </head>

    <body <?php body_class(); ?>>
    <div id=”container”>
    <?php do_action( ‘before’ ); ?>
    <header id=”branding” role=”banner”>
    <div id=”inner-header” class=”clearfix”>
    <hgroup id=”site-heading”>
    <h1 id=”site-title”>” title=”<?php echo esc_attr( get_bloginfo( ‘name’, ‘display’ ) ); ?>” rel=”home”><?php bloginfo( ‘name’ ); ?> </h1>
    <h2 id=”site-description”><?php bloginfo( ‘description’ ); ?></h2>
    </hgroup>

    <nav id=”access” role=”navigation”>
    <h1 class=”assistive-text section-heading”><?php _e( ‘Main menu’, ‘major-media’ ); ?></h1>
    <div class=”skip-link screen-reader-text”>“><?php _e( ‘Skip to content’, ‘major-media’ ); ?></div>
    <?php majormedia_main_nav(); // Adjust using Menus in WordPress Admin ?>

    </nav><!– #access –>

    </div>

    </header><!– #branding –>

    Deel van Style.css:

    /******************************************************************
    HEADLINES & TITLES
    ******************************************************************/

    h1, .h1 {}
    h2, .h2 {}
    h3, .h3 {}
    h4, .h4 {}
    h5, .h5 {}
    h1 a, .h1 a, h2 a, .h2 a, .entry-title a { color:#000 }
    h1 a, .h1 a, h2 a, .h2 a, h3 a, .h3 a, h4 a, .h4 a, h5 a, .h5 a {}

    /******************************************************************
    HEADER SYTLES
    ******************************************************************/

    header[role=banner] {
    background: url(images/header-bg.jpg) repeat-x #043264;
    position:relative;
    padding-top:0px;
    border-top:0px solid #444444;
    border-radius:7px 7px 0 0;

    }
    #site-heading {
    min-height:80px;
    padding-top:20px;
    padding-left:30px;

    }

    #site-title {
    margin-bottom:.1em;
    margin-right:300px;
    font-family: ‘Comic Sans MS’, Alfa Slab One, Verdana, Geneva, sans-serif;
    font-size:40px;
    font-weight:normal;
    text-shadow:1px 2px #none;
    line-height:1.2em;
    }

    #site-title a { color:#55b9ff; text-decoration:none; }

    #site-description {
    font-family: ‘Comic Sans MS’, Michroma, Verdana, Geneva, sans-serif;
    font-weight:normal;
    font-size:0.85em;
    color:#000;
    padding-bottom:10px;
    }

    header[role=banner] #searchform {
    position:absolute;
    right:5px;
    top:35px;
    }

    header[role=banner] #searchform label {
    display:none;
    }

    header[role=banner] #s {
    float:left;
    font-size:0.9em;
    padding:7px;
    border-radius:5px 0 0 5px;
    border:2px solid #0496fc;
    border-right:0px;
    box-shadow:3px 3px 5px #ddd inset;
    min-width:250px;
    height:30px;
    outline:none;
    }

    header[role=banner] #searchform input[type=submit] {
    background:url(library/images/button-bg.png) no-repeat -2px center;
    width:40px;
    height:30px;
    float:left;
    text-indent:-9999px;
    outline:none;
    border:1px solid #588e12;
    border-radius:0 5px 5px 0;
    box-shadow:0 0 1px #fff inset;
    }

    #headerimg img {
    border:10px solid #fff;
    margin-bottom:20px;
    box-shadow:0 0 5px #d8d8d8;
    width:100%;
    }

    .entry-header { margin-bottom:35px }
    .entry-title, .page-title { font-family: ‘Comic Sans MS’, Verdana, Geneva, sans-serif; font-weight:normal; font-size: 1.5em; text-shadow:-1px 2px #e4e4e4; margin-bottom:.25em; }
    .page-title { font-size:1.8em; }
    .entry-title a:hover { color:#55b9ff }
    body.page .entry-title, body.single .entry-title { font-size:2.2em }
    body.search .entry-header, body.archive .entry-header { margin-bottom:7px }
    body.search .entry-title, body.archive .entry-title { font-size:1.3em; text-shadow:-1px 1px #e4e4e4; }
    .page-header { margin-left:30px; margin-top:20px; }

    Met vriendelijke groet,

    Kevin

    Thread starter kfcu10

    (@kfcu10)

    Ik zal even wat meer informatie geven.
    Het gaat om een thema waarbij je de kleur vak de titel in het script moet wijzigen.
    Bij de algemene instellingen van je thema staat de webtitel.
    Deze bestaat in mijn geval uit 3 woorden.
    Het middelste woord wil ik een andere kleur geven.

    Forum: Overige
    In antwoord op: Mobiele weergave verwijderen
    Thread starter kfcu10

    (@kfcu10)

    Denk niet dat het aan de plugins ligt.

    Kan je meer meer vertellen over de media queries?

    Thread starter kfcu10

    (@kfcu10)

    Bedankt. Het lettertype waar het om gaat is: Comic Sans. Ja lettertype instellingen staan in de CSS allemaal.

    Thread starter kfcu10

    (@kfcu10)

    + kan iemand mij vertellen hoe ik de zoekmachine kan verwijderen? Ik hoop dat iemand mij met allebei kan helpen.

    Forum: Overige
    In antwoord op: Welke plugin?
    Thread starter kfcu10

    (@kfcu10)

    Bedankt voor de link.
    Alleen de informatie die ik erin wil zetten staat niet op een pagina, dus het kan dan niet toch?

    Iemand een andere suggestie?

    Forum: Overige
    In antwoord op: Welke plugin?
    Thread starter kfcu10

    (@kfcu10)

    Ja, lukt helaas niet.

    Forum: Overige
    In antwoord op: Welke plugin?
    Thread starter kfcu10

    (@kfcu10)

    Ow oke.. hmm ik ben helaas niet zo gevorderd om dat te maken.

    Forum: Thema en CSS/opmaak
    In antwoord op: Logo in de footer
    Thread starter kfcu10

    (@kfcu10)

    Niemand?

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