Girlie Pro

Home Forums All Other Themes Girlie Pro

Viewing 15 posts - 1 through 15 (of 25 total)
  • Author
    Posts
  • #104190
    NigelNigel
    Participant
    • Topics: 171
    • Replies: 311
    • Total: 482
    Member since: March 17, 2016

    Hi, can you advise how to change the post title font please, see: https://coastal-wedding-event-hire.co.uk/wordpress

    the page titles use H1 but I can’t see a font change area for post titles in the basic tab

    #104224
    Sonnal S SinhaSonnal S Sinha
    Moderator
    • Topics: 0
    • Replies: 30657
    • Total: 30657
    Member since: August 16, 2013

    Hi,

    Have look at:

    http://sktthemesdemo.net/documentation/skt-girlie-doc/assets/img/themeoptioncolor.png

    Regards,
    Dave

    #104227
    NigelNigel
    Participant
    • Topics: 171
    • Replies: 311
    • Total: 482
    Member since: March 17, 2016

    thanks but I’m looking for the specific area that allows me to change a post title font please

    #104267
    NigelNigel
    Participant
    • Topics: 171
    • Replies: 311
    • Total: 482
    Member since: March 17, 2016

    could we resolve please

    #104285
    Sonnal S SinhaSonnal S Sinha
    Moderator
    • Topics: 0
    • Replies: 30657
    • Total: 30657
    Member since: August 16, 2013

    Hi,

    Kindly go to Appearance >> Theme Options >> Basic Settings >> Custom CSS Box:

    Add this code there:

    .title-404 { font-family:'Montserrat', sans-serif !important;}

    Regards,
    Dave

    #104328
    NigelNigel
    Participant
    • Topics: 171
    • Replies: 311
    • Total: 482
    Member since: March 17, 2016

    thanks for the code, how do I add a new font (Petit Formal Script) and change to upper/lower case?

    #104354
    Sonnal S SinhaSonnal S Sinha
    Moderator
    • Topics: 0
    • Replies: 30657
    • Total: 30657
    Member since: August 16, 2013

    Hi,

    Kindly use this css code there.

    .title-404 { font-family:'Petit Formal Script', cursive !important; text-transform:uppercase;}

    Regards,
    Dave

    #104358
    NigelNigel
    Participant
    • Topics: 171
    • Replies: 311
    • Total: 482
    Member since: March 17, 2016

    thanks for the code, font updated but not U/Lc

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

    could you resolve please

    #104432
    NigelNigel
    Participant
    • Topics: 171
    • Replies: 311
    • Total: 482
    Member since: March 17, 2016

    can we resolve the U/Lc issue please

    #104439
    Sonnal S SinhaSonnal S Sinha
    Keymaster
    • Topics: 10
    • Replies: 6964
    • Total: 6974
    Member since: June 12, 2013

    Hi,

    Kindly edit header.php file paste below code into the tag:

    <link href="https://fonts.googleapis.com/css?family=Petit+Formal+Script" rel="stylesheet">

    Regards,
    Shri

    #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 } ?>

    #104540
    NigelNigel
    Participant
    • Topics: 171
    • Replies: 311
    • Total: 482
    Member since: March 17, 2016

    can we resolve please?

    #104568
    Michael SuraceMichael Surace
    Participant
    • Topics: 41
    • Replies: 47
    • Total: 88
    Member since: January 24, 2017

    Hi guys,

    on my Girlie PRO website www.toursinfirenze.com i need to translate the home page: so the sections and the footer, but with the plugin Q-translate-x (that you told me to install) i can translate in different languages pages/article only, not the sections on the home page. Could you help me?

    thanks,

    Michael

    #104576
    Michael SuraceMichael Surace
    Participant
    • Topics: 41
    • Replies: 47
    • Total: 88
    Member since: January 24, 2017

    for the translate i solve by myself by viewing your video support, thanks

    #104601
    Sonnal S SinhaSonnal S Sinha
    Moderator
    • Topics: 0
    • Replies: 30657
    • Total: 30657
    Member since: August 16, 2013

    Hi Nigel,

    Kindly edit header.php file and paste below code just above </head> tag:

    <link href="https://fonts.googleapis.com/css?family=Petit+Formal+Script" rel="stylesheet">

    Regards,
    Dave

Viewing 15 posts - 1 through 15 (of 25 total)
  • You must be logged in to reply to this topic.