Nigel

Forum Replies Created

Viewing 15 posts - 241 through 255 (of 311 total)
  • Author
    Posts
  • in reply to: theme Strong #110643
    NigelNigel
    Participant
    • Topics: 171
    • Replies: 311
    • Total: 482
    Member since: March 17, 2016

    thanks, was that a theme problem fix or code added to the design ? I have the client working on this mirrored site: https://highway.oasthousemedia.co.uk adding content, I didn’t want to disturb their work (whilst you were fixing the theme) but if the fix can be migrated to here as well?

    in reply to: theme Strong #110547
    NigelNigel
    Participant
    • Topics: 171
    • Replies: 311
    • Total: 482
    Member since: March 17, 2016

    Hi, have you managed to fix please?

    in reply to: theme Strong #110527
    NigelNigel
    Participant
    • Topics: 171
    • Replies: 311
    • Total: 482
    Member since: March 17, 2016

    thanks

    admin
    nPf2e^69
    www.highway.oasthousemedia.co.uk/wordpress/wp-admin

    in reply to: Post order plug-in on theme Locksmith #110014
    NigelNigel
    Participant
    • Topics: 171
    • Replies: 311
    • Total: 482
    Member since: March 17, 2016

    Hi, apologies, please ignore, this is not an SKT theme issue

    thanks

    in reply to: LocksmithVersion: pro1.0 #109464
    NigelNigel
    Participant
    • Topics: 171
    • Replies: 311
    • Total: 482
    Member since: March 17, 2016

    …or do you have a fix for the error on iphones?

    in reply to: SKT Full Width ProVersion: 2.0 header space #108640
    NigelNigel
    Participant
    • Topics: 171
    • Replies: 311
    • Total: 482
    Member since: March 17, 2016

    thanks

    in reply to: #102598 #108020
    NigelNigel
    Participant
    • Topics: 171
    • Replies: 311
    • Total: 482
    Member since: March 17, 2016

    perfect

    in reply to: Theme Locksmith mobile menu #106113
    NigelNigel
    Participant
    • Topics: 171
    • Replies: 311
    • Total: 482
    Member since: March 17, 2016

    thanks, working

    in reply to: Girlie Pro #104883
    NigelNigel
    Participant
    • Topics: 171
    • Replies: 311
    • Total: 482
    Member since: March 17, 2016

    perfect, thanks

    in reply to: Girlie Pro #104858
    NigelNigel
    Participant
    • Topics: 171
    • Replies: 311
    • Total: 482
    Member since: March 17, 2016

    thanks

    https://coastal-wedding-event-hire.co.uk/wp-content/uploads/2018/07/Capture1.jpg

    the title needs to be UPPER and lower case please like the post title in the dashboard

    https://coastal-wedding-event-hire.co.uk/wp-content/uploads/2018/07/Capture2.jpg

    in reply to: Girlie Pro #104630
    NigelNigel
    Participant
    • Topics: 171
    • Replies: 311
    • Total: 482
    Member since: March 17, 2016

    yes I know, that’s not the issue here, I am asking you to supply corrective code to allow posts to be UPPER and lower case

    see: July 20, 2018 at 7:26 am

    in reply to: Girlie Pro #104614
    NigelNigel
    Participant
    • Topics: 171
    • Replies: 311
    • Total: 482
    Member since: March 17, 2016

    www.coastal-wedding-event-hire.co.uk/wp-admin
    admin

    in reply to: Girlie Pro #104605
    NigelNigel
    Participant
    • Topics: 171
    • Replies: 311
    • Total: 482
    Member since: March 17, 2016

    still not working

    https://coastal-wedding-event-hire.co.uk/wedding-and-special-event-styling-ideas/

    this is the code with your edit added (do you want access to this site?)

    <?php
    /**
    * The Header for our theme.
    *
    * Displays all of the <head> section and everything up till <div id=”content”>
    *
    * @package SKT Girlie
    */
    error_reporting(0);
    ?><!DOCTYPE html>
    <html <?php language_attributes(); ?>>
    <head>
    <meta charset=”<?php bloginfo( ‘charset’ ); ?>”>
    <meta name=”SKYPE_TOOLBAR” content=”SKYPE_TOOLBAR_PARSER_COMPATIBLE”>
    <meta name=”viewport” content=”width=device-width”>
    <link rel=”profile” href=”http://gmpg.org/xfn/11″>
    <link rel=”pingback” href=”<?php bloginfo( ‘pingback_url’ ); ?>”>
    <!–[if lt IE 9]>
    <script type=”text/javascript” src=”<?php echo get_template_directory_uri(); ?>/js/html5.js”></script>
    <link rel=”stylesheet” href=”<?php echo get_template_directory_uri(); ?>/css/ie.css” type=”text/css” media=”all” />
    <![endif]–>
    <?php
    wp_head();
    $themename = wp_get_theme();
    $themename = preg_replace(“/\W/”, “_”, strtolower($themename) );
    if( !get_option( $themename ) ) {
    require get_template_directory() . ‘/index-default.php’;
    exit;
    }
    ?>
    <link href=”https://fonts.googleapis.com/css?family=Petit+Formal+Script” rel=”stylesheet”>
    </head>

    in reply to: Girlie Pro #104540
    NigelNigel
    Participant
    • Topics: 171
    • Replies: 311
    • Total: 482
    Member since: March 17, 2016

    can we resolve please?

    in reply to: Girlie Pro #104449
    NigelNigel
    Participant
    • Topics: 171
    • Replies: 311
    • Total: 482
    Member since: March 17, 2016

    thanks, when you say ‘paste below code into the tag’ where exactly do you mean?

    header.php code below (I am not a coder)

    —————————————————————————–

    <?php
    /**
    * The Header for our theme.
    *
    * Displays all of the <head> section and everything up till <div id=”content”>
    *
    * @package SKT Girlie
    */
    error_reporting(0);
    ?><!DOCTYPE html>
    <html <?php language_attributes(); ?>>
    <head>
    <meta charset=”<?php bloginfo( ‘charset’ ); ?>”>
    <meta name=”SKYPE_TOOLBAR” content=”SKYPE_TOOLBAR_PARSER_COMPATIBLE”>
    <meta name=”viewport” content=”width=device-width”>
    <link rel=”profile” href=”http://gmpg.org/xfn/11″>
    <link rel=”pingback” href=”<?php bloginfo( ‘pingback_url’ ); ?>”>
    <!–[if lt IE 9]>
    <script type=”text/javascript” src=”<?php echo get_template_directory_uri(); ?>/js/html5.js”></script>
    <link rel=”stylesheet” href=”<?php echo get_template_directory_uri(); ?>/css/ie.css” type=”text/css” media=”all” />
    <![endif]–>
    <?php
    wp_head();
    $themename = wp_get_theme();
    $themename = preg_replace(“/\W/”, “_”, strtolower($themename) );
    if( !get_option( $themename ) ) {
    require get_template_directory() . ‘/index-default.php’;
    exit;
    }
    ?>
    </head>

    <body <?php body_class(); ?>>
    <div class=”header”>

    <div class=”header-inner”>
    <div class=”logo”>

    “>
    <?php if( of_get_option( ‘logo’, true ) != ” ) { ; ?>
    ” / >
    <?php } else { ?>
    <h2><?php bloginfo(‘name’); ?></h2>
    <span class=”tagline”><?php bloginfo( ‘description’ ); ?></span>
    <?php } ?>

    </div><!– logo –>

    <div class=”clear”></div>

    <div class=”toggle”>
    <?php echo of_get_option(‘mobilemenuname’); ?>
    </div><!– toggle –>
    <div class=”nav”>
    <?php wp_nav_menu( array(‘theme_location’ => ‘primary’) ); ?>
    <div class=”clear”></div>
    </div><!– nav –>
    <div class=”clear”></div>
    </div><!– header-inner –>
    </div><!– header –>

    <?php if ( is_home() || is_front_page() ) { ?>

    <?php $slidershortcode = of_get_option(‘slidershortcode’); ?>
    <?php if( !empty($slidershortcode)){?>
    <div class=”slider-main”>
    <?php if( of_get_option(‘slidershortcode’) != ”){ echo do_shortcode(of_get_option(‘slidershortcode’, true));}; ?>
    </div>
    <?php } else { ?>

    <div class=”slider-main”>
    <?php
    $slAr = array();
    $m = 0;
    for ($i=1; $i<11; $i++) {
    if ( of_get_option(‘slide’.$i, true) != “” ) {
    $imgSrc = of_get_option(‘slide’.$i, true);
    $imglink = of_get_option(‘slidelink’.$i, true);
    $slideurl = of_get_option(‘slideurl’.$i, true);
    if ( strlen($imgSrc) > 10 ) {
    $slAr[$m][‘image_src’] = of_get_option(‘slide’.$i, true);
    $slAr[$m][‘image_url’] = of_get_option(‘slidelink’.$i, true);
    $m++;
    }
    }
    }
    $slideno = array();
    if( $slAr > 0 ){
    $n = 0;?>
    <div id=”slider” class=”nivoSlider”>
    <?php
    foreach( $slAr as $sv ){
    $n++; ?>” alt=”<?php echo esc_attr($sv[‘image_title’]);?>” title=”<?php echo ‘#slidecaption’.$n ; ?>”/><?php
    $slideno[] = $n;
    }
    ?>
    </div>

    <?php
    foreach( $slideno as $sln ){ ?>
    <div id=”slidecaption<?php echo $sln; ?>” class=”nivo-html-caption”>
    <div class=”slide_info”>
    <?php if( of_get_option(‘slidedesc’.$sln, true) != ” ){ ?>
    <p><span> </span><?php echo do_shortcode(of_get_option(‘slidedesc’.$sln, true)); ?><span> </span></p>
    <?php } ?>
    <?php if( of_get_option(‘slidetitle’.$sln, true) != ” ){ ?>
    <h2><?php echo of_get_option(‘slidetitle’.$sln, true); ?></h2>
    <?php } ?>
    <?php if( of_get_option(‘slideurl’.$sln, true) != ” ){ ?>
    “>
    <?php echo of_get_option(‘slidebutton’.$sln, true); ?>

    <?php } ?>
    </div>
    </div><?php } ?>
    </div>
    <div class=”clear”></div><?php } ?>
    </div>

    </div><!– slider –>
    <?php } ?>
    <?php } else { ?>
    <div class=”innerbanner”>
    <?php
    if( is_single() || is_archive() || is_category() || is_author()|| is_search()) {
    echo ‘‘;
    }
    else{
    if( has_post_thumbnail() ) {
    $src = wp_get_attachment_image_src( get_post_thumbnail_id($post->ID), ‘full’ );
    $thumbnailSrc = $src[0];
    echo ‘‘;
    }
    else{
    echo ‘‘;
    }
    }
    ?>
    </div>
    <?php } ?>

Viewing 15 posts - 241 through 255 (of 311 total)