Skivey

Participant

Forum Replies Created

  • In reply to: White block appears under content.

    #44267

    Yes thanks buddy,

    Simple fix as always, I had the adsense enabled within the graphene settings but my adsense hadn’t as of yet been approved so it was showing a blank space.

    Thanks for the reply, I was going to come back today and reply to myself but I’ve had a hell of a day at the milkshake bar!

    Cheers

    Matt

    In reply to: Free plugin for dropdown vertical menu in graphene

    #44268

    Its already there….

    When you create a menu, you can put menu items child items.

    In reply to: White block appears under content.

    #44265

    dammit I’m putting these in the wrong forum, sorry about that.

    In reply to: RSS feed error

    #44257

    if you have installed child themes, your best option is to reinstall the graphene theme files

    In reply to: Category archive

    #44262

    then use what I have posted above 🙂

    In reply to: Category archive

    #44260

    Or this will keep the bar, but change it to just the Category name;

    function graphene_filter_gettext( $translated, $original, $domain ) {
    $strings = array(
    'Category Archive: <span>%s</span>' => '<span>%s</span>',
    );
    if ( ! empty( $strings[$original] ) ) {
    $translations = &get_translations_for_domain( $domain );
    $translated = $translations->translate( $strings[$original] );
    }
    return $translated;
    }
    add_filter( 'gettext', 'graphene_filter_gettext', 10, 3 );

    It needs to be added to your functions.php template

    In reply to: Error message after theme update

    #43962

    you need to install the new short codes plugin as said above by Anonymous;

    Please read the link and install the plugin that is linked within that post if you want to fix the problem.

    https://forum.graphene-theme.com/announcement/graphene-1-9-4-update/

    In reply to: Remove bar above graphene_footer

    #44264

    Ok I did it….

    “remove copyright info”

    Thanks.. enjoy.

    Matt

    In reply to: Fatal Error

    #44137

    Brilliant,

    Haven’t tried it yet but I will sometime when all this mad christmas rush has ended.

    Once again, I really appreciate the use of this theme and highly recommend it to people. Thankyou for such a fantastic theme!

    Matt

    In reply to: Fatal Error

    #44135

    Kenneth,

    I managed to solve it eventually, there does still seem to be a problem. If I use the 2 pane setting all works fine, however if I use the 3 pane setting I get the same problem.

    Ill use the 2 pane for now, however the website I’m currently making will be using the 3 pane (if we can get it working by then)

    Latest: http://www.cityofwells.info

    Thanks for your quick replies

    Matt

Viewing 10 posts - 41 through 50 (of 74 total)