'glm_foundation',
get_template_directory_uri() . '/js/app.js',
'jquery',
- '1.0.6',
+ '1.0.7',
true
);
wp_enqueue_style('jquery-style', '//ajax.googleapis.com/ajax/libs/jqueryui/1.8.2/themes/smoothness/jquery-ui.css');
$tag = get_queried_object();
$tagID = $tag->term_id;
$thumbnail = z_taxonomy_image_url( $tagID);
+ if (!$thumbnail) {
+ $thumbnail = get_template_directory_uri().'/assets/default-product-featured.jpg';
+ }
echo ' style="background-image: url('.$thumbnail.'?v=1.0);padding:0;padding-bottom:20%;background-position:center center;background-size: cover;background-repeat:no-repeat;max-height: 370px; "';
// $image_data = wp_get_attachment_image_src(get_post_thumbnail_id(100), "full");
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title><?php wp_title(); ?></title>
<link rel="shortcut icon" href="<?php echo get_stylesheet_directory_uri() ; ?>/favicon.ico?v=1.0">
- <link rel="stylesheet" href="<?php echo get_stylesheet_directory_uri() ; ?>/css/app.css?v=1.0.6.0">
+ <link rel="stylesheet" href="<?php echo get_stylesheet_directory_uri() ; ?>/css/app.css?v=1.0.7.0">
<link href='//fonts.googleapis.com/css?family=Josefin+Sans:400,600,700' rel='stylesheet' type='text/css'>
<?php wp_head(); ?>
</head>
Author: Gaslight Media
Author URI: http://www.gaslightmedia.com
Description: A theme for FineWineJourneys
-Version: 1.0.6.0
+Version: 1.0.7.0
*/