whisktangofox
Forum Replies Created
-
Forum: Plugins
In reply to: [jQuery Pin It Button for Images] Pin it button not working at allI would still appreciate help if possible.
Forum: Plugins
In reply to: [jQuery Pin It Button for Images] Pin it button not working at allI did switch just so I could have something up in the meantime. I would much rather use your plugin so I can use the custom pin it button I created.
Ahhh! You are amazing. It worked perfectly. Thank you so so much!
<!DOCTYPE html>
<html <?php language_attributes(); ?>>
<head><meta charset=”<?php bloginfo( ‘charset’ ); ?>”>
<meta http-equiv=”X-UA-Compatible” content=”IE=edge”>
<meta name=”viewport” content=”width=device-width, initial-scale=1″><title><?php bloginfo(‘name’); echo ‘ – ‘; is_front_page() ? bloginfo(‘description’) : wp_title(”); ?></title>
<link rel=”profile” href=”https://gmpg.org/xfn/11″ />
<?php if(get_theme_mod(‘md_favicon’)) : ?>
<link rel=”shortcut icon” href=”<?php echo get_theme_mod(‘md_favicon’); ?>” />
<?php endif; ?><link rel=”alternate” type=”application/rss+xml” title=”<?php bloginfo(‘name’); ?> RSS Feed” href=”<?php bloginfo(‘rss2_url’); ?>” />
<link rel=”alternate” type=”application/atom+xml” title=”<?php bloginfo(‘name’); ?> Atom Feed” href=”<?php bloginfo(‘atom_url’); ?>” />
<link rel=”pingback” href=”<?php bloginfo( ‘pingback_url’ ); ?>” /><?php wp_head(); ?>
</head>
<body <?php body_class(); ?>>
<div id=”top-bar”>
<div class=”container”>
<div class=”menu-mobile”></div>
<div class=”meta_top”>
<!– Search –>
<?php if(!get_theme_mod(‘md_topbar_search_check’)) : ?><?php endif; ?>
<!– end Search –><?php if(!get_theme_mod(‘md_topbar_social_check’)) : ?>
<div id=”top-social”>
<span class=”text_follow”>Follow:</span>
<span class=”top_social_wrap”>
<?php if(get_theme_mod(‘md_facebook’)) : ?>” target=”_blank”><i class=”fa fa-facebook”></i><?php endif; ?>
<?php if(get_theme_mod(‘md_twitter’)) : ?>” target=”_blank”><i class=”fa fa-twitter”></i><?php endif; ?>
<?php if(get_theme_mod(‘md_instagram’)) : ?>” target=”_blank”><i class=”fa fa-instagram”></i><?php endif; ?>
<?php if(get_theme_mod(‘md_pinterest’)) : ?>” target=”_blank”><i class=”fa fa-pinterest”></i><?php endif; ?>
<?php if(get_theme_mod(‘md_bloglovin’)) : ?>” target=”_blank”><i class=”fa fa-heart”></i><?php endif; ?>
<?php if(get_theme_mod(‘md_google’)) : ?>” target=”_blank”><i class=”fa fa-google-plus”></i><?php endif; ?>
<?php if(get_theme_mod(‘md_tumblr’)) : ?>.tumblr.com/” target=”_blank”><i class=”fa fa-tumblr”></i><?php endif; ?>
<?php if(get_theme_mod(‘md_youtube’)) : ?>” target=”_blank”><i class=”fa fa-youtube-play”></i><?php endif; ?>
<?php if(get_theme_mod(‘md_rss’)) : ?>” target=”_blank”><i class=”fa fa-rss”></i><?php endif; ?>
</span></div>
<?php endif; ?></div> <!–end meta_top –>
<span class=”top_search_wrap”>
<div class=”show-search”>
<?php get_search_form(); ?>
</div><div id=”top-search”>
<i class=”fa fa-search”></i>
</div></span>
</div>
</div>
<header id=”header”>
<div class=”container”>
<div id=”logo” <?php if(get_theme_mod(‘md_show_only_promo_homepage’)) : ?>class=”promo_only_homepage”<?php endif; ?>>
<?php if(!get_theme_mod(‘md_logo’)) : ?>
<h1>“>/img/logo.png” alt=”<?php bloginfo( ‘name’ ); ?>” /></h1>
<?php else : ?>
<h1>“>” alt=”<?php bloginfo( ‘name’ ); ?>” /></h1>
<?php endif; ?>
</div> <!– end logo –>
<div class=”menu_wrap”>
<?php wp_nav_menu( array( ‘container’ => false, ‘theme_location’ => ‘main-menu’, ‘menu_class’ => ‘menu’ ) ); ?>
</div></div>
</header>
<?php if (!get_theme_mod(‘md_hide_carousel’)) : ?>
<?php if (get_theme_mod(‘md_slider_style’) == ‘fullwidth’) : $slider_style = ‘slider’; else : $slider_style = ‘carousel’; endif;?>
<?php if (get_theme_mod(‘md_show_only_carousel_homepage’)) : ?>
<?php if (is_home()) : get_template_part( $slider_style ); endif; ?>
<?php else: ?>
<?php get_template_part( $slider_style ); ?>
<?php endif; ?>
<?php endif; ?>
Thank you, I really appreciate your help and fast reply. Do you know where in the header coding I need to place this? or can it be anywhere?
This is the theme I am wanting to use it on….https://mailovedesign.com/primrose/
Forum: Fixing WordPress
In reply to: Moving content from WEEBLY to WordPressThat doesnt help me, those are all years old.