Home › Forums › All Other Themes › Girlie Pro
- This topic has 24 replies, 4 voices, and was last updated 6 years, 3 months ago by Sonl Sinha.
-
AuthorPosts
-
July 27, 2018 at 12:08 pm #104605
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>July 27, 2018 at 12:20 pm #104613Hi,
Kindly send us your URL of the site and WordPress admin details (Username & Password) via sktthemes.net/contact.
Regards,
DaveJuly 27, 2018 at 12:23 pm #104614www.coastal-wedding-event-hire.co.uk/wp-admin
adminJuly 27, 2018 at 1:37 pm #104627Hi,
Post title is already in Petit Formal Script font.
Regards,
DaveJuly 27, 2018 at 2:00 pm #104630yes 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
July 31, 2018 at 9:58 am #104781Hi,
Can you send us the screenshot of your issues?
Regards,
DaveJuly 31, 2018 at 7:23 pm #104858thanks
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
August 1, 2018 at 7:40 am #104882Hi,
Kindly go to Appearance >> Theme Options >> Basic Settings >> Custom CSS Box:
Add this code there:
.entry-title {text-transform: capitalize !important;}
Regards,
DaveAugust 1, 2018 at 7:44 am #104883perfect, thanks
August 2, 2018 at 4:59 am #104922🙂
-
AuthorPosts
- You must be logged in to reply to this topic.