</ul>
</div>
<div id="sign-up" class="small-10 small-centered medium-uncentered medium-6 large-3 columns small-text-center large-text-left">
- <a href="<?php echo get_permalink(142); ?>"><img src="<?php bloginfo('template_url'); ?>/assets/signup.png"></a>
+ <a href="<?php echo get_permalink(464); ?>"><img src="<?php bloginfo('template_url'); ?>/assets/signup.png"></a>
</div>
</div>
</footer>
$("#carousel_ul").css("left", "-210px");
}
+ // changing the img tag for category view from a source to having a background to make the sizes uniform
$(".attachment-shop_catalog").each( function () {
var img_src = $(this).attr("src");
$(this).css("height", 175).css("width", 'auto');
$("#carousel_ul").css("left", "-210px");
}
+ // changing the img tag for category view from a source to having a background to make the sizes uniform
$(".attachment-shop_catalog").each( function () {
var img_src = $(this).attr("src");
$(this).css("height", 175).css("width", 'auto');
$item_html = '';
parent::start_el( $item_html, $object, $depth, $args );
- // Insert style to display page's thumbnail
+ // Insert style to display page's thumbnail $depth == 0 &&
$item_style = '';
- if ($depth == 0 && has_post_thumbnail((int)$object->object_id)) {
+ if ( has_post_thumbnail((int)$object->object_id)) {
$thumbnail = wp_get_attachment_image_src(get_post_thumbnail_id((int)$object->object_id), 'large');
$item_style .= "<style>#menu-item-".$object->ID." > .dropdown:before { background-image: url('".$thumbnail[0]."');</style>";
}