Skivey

Participant

Forum Replies Created

  • In reply to: Cannot change Text Area size on page

    #46410

    I solved this by typing the below

    input[type="text"], input[type="email"], input[type="password"], input[type="search"], input[type="tel"], input[type="time"], input[type="url"], input[type="date"], input[type="datetime"], input[type="datetime-local"], textarea {
    font-size: 24px;
    height: 35px;
    }

    Thanks

    🙂

    In reply to: Unexpected error below footer

    #45761

    just to add, i had to move add_action('wp_footer', 'graphene_scrollable'); for it to work because I got thrown another error after removing just graphene_scrollable

    Matt

    In reply to: Unexpected error below footer

    #45760

    oh look, it worked.

    Thanks for allowing me to be pointed in the right direction Syahir! 🙂

    Matt

    In reply to: Unexpected error below footer

    #45759

    ok, looking at that myself, maybe i should just remove graphene_scrollable?

    In reply to: Unexpected error below footer

    #45758

    I just checked all of the widgets and all code within are correct.

    Here is the functions.php

    <?php
    function graphene_display_slider(){
    graphene_slider();
    add_action('wp_footer', 'graphene_scrollable');
    }

    function custom_enqueue_scripts(){
    if ( ! is_admin() ) { // Front-end only
    wp_enqueue_script( 'graphene-jquery-tools' ); // jQuery Tools, required for slider
    }
    }
    add_action( 'wp_enqueue_scripts', 'custom_enqueue_scripts' );
    ?>

    Matt

    In reply to: Unexpected error below footer

    #45757

    although I’ve lost the footer but thats probably cos I’ve lost the widgets

    In reply to: Unexpected error below footer

    #45755

    I just switched and nope…

    Ill leave it for you to look.

    Bizarre right?

    In reply to: Eyelash Beauty Website

    #45721

    looks good, a way to make the menu bar more central and make it look a little more fluid is to use this code:

    #header-menu > li:first-child {
    margin-left: 65px;

    65px is the distance from the left to where the menu starts, you will need to adjust into suit your site.

    Matt

    you’ve installed the mobile theme, you need to uninstall it then follow the instructions again.

    Matt

    In reply to: Mobile Theme

    #44867

    Brilliant thanks for the response.

    You sold it to me 🙂

    Ill be back for help I’m sure hehe 😀

    Matt

Viewing 10 posts - 11 through 20 (of 74 total)