Viewing 8 replies - 1 through 8 (of 8 total)
  • Hi..

    Please go to Admin dashboard >>Appearance >>Theme Options >>Social Settings and checked show social icon on header.

    Now give links to social site that you want to show on front page.

    Save the chnages.

    Thanks.

    Thread Starter cayindustries

    (@cayindustries)

    I did that, but still don’t see any icons. PLease refer to the website. Thanks.

    https://www.thesocketroll.com

    HI,

    Please provide the code of header.php of your active child theme.

    Thanks.

    Thread Starter cayindustries

    (@cayindustries)

    This is all I could get in here. I can’t copy/paste the entire thing for some reason

    Thread Starter cayindustries

    (@cayindustries)

    <!-- Header Section -->
    	<div class="header_section" >
    		<div class="container" >
    			<!-- Logo & Contact Info -->
    			<div class="row ">
    				<div class="col-md-8 col-sm-12 wl_rtl" >
    					<div claSS="logo">
    					<a href="<?php echo esc_url(home_url( '/' )); ?>" title="<?php echo esc_attr( get_bloginfo( 'name', 'display' ) ); ?>" rel="home">
    					<?php if($wl_theme_options['upload_image_logo']){ ?>
    						<img class="img-responsive" src="<?php echo $wl_theme_options['upload_image_logo']; ?>" style="height:<?php if($wl_theme_options['height']!='') { echo $wl_theme_options['height']; }  else { "80"; } ?>px; width:<?php if($wl_theme_options['width']!='') { echo $wl_theme_options['width']; }  else { "200"; } ?>px;" />
    						<?php } else {
    							echo get_bloginfo('name');
    						} ?>
    					</a>
    					<p><?php bloginfo( 'description' ); ?></p>
    					</div>
    				</div>
    				<?php if($wl_theme_options['header_social_media_in_enabled']=='1') { ?>
    				<div class="col-md-4 col-sm-12">
    				<?php if($wl_theme_options['email_id'] || $wl_theme_options['phone_no'] !='') { ?>
    				<ul class="head-contact-info">
    						<?php if($wl_theme_options['email_id'] !='') { ?><li><?php echo esc_attr($wl_theme_options['email_id']); ?></li><?php } ?><br/>
    				</ul>
    				<ul class="abc">
    				<?php if($wl_theme_options['phone_no'] !='') { ?><li><?php echo esc_attr($wl_theme_options['phone_no']); ?></li><?php } ?>
    				</ul>
    				<?php } ?>
    				</div>
    				<?php } ?>
    			</div>
    			<!-- /Logo & Contact Info -->
    		</div>
    	</div>
    	<!-- /Header Section -->
    	<!-- Navigation  menus -->
    	<div class="navigation_menu "  data-spy="affix" data-offset-top="95" id="enigma_nav_top">
    		<span id="header_shadow"></span>
    		<div class="container navbar-container" >
    			<nav class="navbar navbar-default " role="navigation">
    				<div class="navbar-header">
    					<button type="button" class="navbar-toggle" data-toggle="collapse" data-target="#menu">

    Hi..

    Please copy code from LINK and paste into your child theme’s header.php file.

    Save the changes.

    Thanks.

    Thread Starter cayindustries

    (@cayindustries)

    Excellent! Thanks!

    Most Welcome.

    Thanks.

Viewing 8 replies - 1 through 8 (of 8 total)
  • The topic ‘Add and Change Header Contact Info’ is closed to new replies.