Forum Replies Created

Viewing 5 replies - 1 through 5 (of 5 total)
  • Thread Starter jape

    (@jape)

    Thank you, Nicolas.
    I tried that and it did help – it didn’t take forever to re-load. I also deleted (temporarily) all the css I’d added to the child theme and the home page reappeared ‘live’ – but disappeared again when I restored the css.

    Part of my problem is I don’t know where to look for elements I want to change. The header slogan colour, for instance, reverts to the default green when the browser is compressed to a narrow shape (and I’d like to stop the menu flipping to an icon when there’s still space for all items there).

    And thanks again. Big help.

    J.

    Not sure if it helps, but here’s the css:

    h1 {font-size:24px; font-weight:bold; color:#019639;}
    h2 {font-size:18px; font-weight:bold; color:#019639;}
    h3 {font-size:14px; font-weight:bold; color:#019639;}
    p {font-size:14px;}

    p {
    padding: 0;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 1em;
    margin-left: 0;
    }

    a:link {color:#FF9900;}
    a:visited {color:#FF9900;}
    a:hover {color:#006927;}
    a:active {color:#006927;}

    .navbar-wrapper .navbar h2 {
    float: right;
    padding-right: 5px;
    font-style:italic;
    line-height: 19px;
    text-align: right;
    color: #019639;
    /* max-width: 240px; */
    }

    .btn-primary {
    color: white;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
    background-color: #8da65a;
    background-image: -moz-linear-gradient(top, #019639, #006927);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#019639), to(#006927));
    background-image: -webkit-linear-gradient(top, #019639, #006927);
    background-image: -o-linear-gradient(top, #019639, #006927);
    background-image: linear-gradient(to bottom, #019639, #006927);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=’#ff019639′, endColorstr=’#ff006927′, GradientType=0);
    border-color: #006927 #006927 #006927;
    border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
    *background-color: #006927;
    /* Darken IE7 buttons by default so they stand out more given they won’t have borders */

    filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
    }
    .btn-primary:hover,
    .btn-primary:focus,
    .btn-primary:active,
    .btn-primary.active,
    .btn-primary.disabled,
    .btn-primary[disabled] {
    color: white;
    background-color: #006927;
    *background-color: #006927;
    }
    .btn-primary:active,
    .btn-primary.active {
    background-color: #006927 9;
    }
    .btn-primary:hover,
    .btn-primary:focus,
    .btn-primary:active,
    .btn-primary.active,
    .btn-primary.disabled,
    .btn-primary[disabled] {
    color: white;
    background-color: #006927;
    *background-color: #006927;
    }
    .btn-primary:active,
    .btn-primary.active {
    background-color: #006927 9;
    }

    Thread Starter jape

    (@jape)

    I don’t know wh that link went where it did – the site is at http://www.alphabetchef.com/greens

    Solved it (I think). I had the “Full width slider” option ticked. Unchecking it appears to solve the problem. And thanks for your help.

    Similar problem. I followed the instructions linked by Derrick150 (including “Edit the images you want to be in a slider (best size 1170×500)” ), but it still trims the bottom of the images as the scale is changed – losing up to around the bottom 50%.

    Any suggestions?

    I have the same problem at: http://www.morrellandkoren.com.au/topend

    Message is: “Code corrupted. Insert fresh copy. WordPress database error You have an error in your SQL syntax. Check the manual that corresponds to your MySQL server version for the right syntax to use near ‘order ASC’ at line 1 for query SELECT t.*, tt.* FROM wp_terms AS t INNER JOIN wp_term_taxonomy AS tt ON t.term_id = tt.term_id WHERE tt.taxonomy IN (‘link_category’) AND tt.count > 0 ORDER BY order ASC made by require, require_once, include, get_sidebar, locate_template, load_template, require_once, dynamic_sidebar, call_user_func_array, wp_widget_mylinkorder, wp_list_bookmarks, get_terms”

    Is this suggesting that the SQL provided by the host is at fault, or is it something I can fix (and if so, any suggestions?)

    All help gratefully accepted.

Viewing 5 replies - 1 through 5 (of 5 total)