Viewing 9 replies - 1 through 9 (of 9 total)
  • Plugin Author wpshopmart

    (@wpshopmart)

    Hi,

    For remove some icon on front end then just leave blank social url on field at back end.

    For Instagram icon can you please first share me your site url?

    Thanks

    Thread Starter iamgooggig

    (@iamgooggig)

    Thank you for your reply.
    Here is my site URL http://chalidaclub.net/

    Plugin Author wpshopmart

    (@wpshopmart)

    For Instagram follow my steps here –

    Step-1 : Open your plugin directory and open maintenance-mode-page plugin folder

    Step-2 : Now follow this path maintenance-mode-page\templates\template2

    Step-3 : In template2 folder you will see a file name is index.php, open it on any editor.

    Step-4 : Now go to near line no. 240 and then find below code there –

    <div class="social-links animated">
    							<?php for($i = 0; $i<=5; $i++) { ?>
    									<?php if($social[$i]!="") { ?>
    								<a href="<?php echo $social[$i]; ?>" class="social-btn" title="<?php echo $Social_Name[$i]; ?>" target="_blank">
    									<i class="fa <?php echo $Social_Icon[$i]; ?>"> </i>
    								</a>
    
    							<?php }
    							} ?>
    							</div>

    Now replace it with below code –

    <div class="social-links-wrap">
    							<div class="social-links animated">
    							<?php for($i = 0; $i<=5; $i++) { ?>
    									<?php if($social[$i]!="") { ?>
    								<a href="<?php echo $social[$i]; ?>" class="social-btn" title="<?php echo $Social_Name[$i]; ?>" target="_blank">
    									<i class="fa <?php echo $Social_Icon[$i]; ?>"> </i>
    								</a>
    
    							<?php }
    							} ?>
    								<a href="your Instagram url" target="_blank">
    									<i class="fa fa-instagram"> </i>
    								<a/>
    							</div>
    						</div>

    Here you can find your Instagram icon code, so put your Instagram url there and then save your code .

    Let me if it’s not work.

    Thanks

    Thread Starter iamgooggig

    (@iamgooggig)

    Hi,
    I do followed your step and it’s come out as it show on my site.
    Have one extra icon appear and 3 of them not in line.

    Regards

    Plugin Author wpshopmart

    (@wpshopmart)

    Sorry it’s my fault,

    Replace below code with given last code

    <div class="social-links-wrap">
    							<div class="social-links animated">
    							<?php for($i = 0; $i<=5; $i++) { ?>
    									<?php if($social[$i]!="") { ?>
    								<a href="<?php echo $social[$i]; ?>" class="social-btn" title="<?php echo $Social_Name[$i]; ?>" target="_blank">
    									<i class="fa <?php echo $Social_Icon[$i]; ?>"> </i>
    								</a>
    
    							<?php }
    							} ?>
    								<a href="your Instagram url" class="social-btn" title="instgram" target="_blank">
    									<i class="fa fa-instagram"> </i>
    								<a/>
    							</div>
    						</div>

    Try it and then let me know.

    Thanks

    Thread Starter iamgooggig

    (@iamgooggig)

    Hi,

    I do try to new code, now the icon come up with the same colour but still have same line problem as it show.

    And this is what what my code is

    Thank you

    Plugin Author wpshopmart

    (@wpshopmart)

    This is final updated code and i am sure that it will be work on your coming soon page –

    same process replace below code with given last code

    <div class="social-links-wrap">
    							<div class="social-links animated">
    							<?php for($i = 0; $i<=5; $i++) { ?>
    									<?php if($social[$i]!="") { ?>
    								<a href="<?php echo $social[$i]; ?>" class="social-btn" title="<?php echo $Social_Name[$i]; ?>" target="_blank">
    									<i class="fa <?php echo $Social_Icon[$i]; ?>"> </i>
    								</a>
    
    							<?php }
    							} ?>
    								<a href="your Instagram url" class="social-btn" title="instgram" target="_blank">
    									<i class="fa fa-instagram"> </i>
    								</a>
    							</div>
    						</div>
    Thread Starter iamgooggig

    (@iamgooggig)

    Excellent! This code is work.
    Thank you so so so much.

    Plugin Author wpshopmart

    (@wpshopmart)

    You are welcome.

    Let me know if you will get any other problem n plugin. rate us if you like this plugin.

    Thanks

Viewing 9 replies - 1 through 9 (of 9 total)

The topic ‘Social icon’ is closed to new replies.