the social media icons and your links will never leave no matter what I do
-
<div class="col-lg-6 col-md-12 col-sm-12 no-padding">
<ul type="none">
<li><a href="../../">About Us</a></li>
<li><a href="../../">Customer Service</a></li>
<li><a href="../../">What’s New</a></li>
<li><a href="../../">Contact Us </a></li>
</ul>
</div>
<div class="col-lg-6 col-md-12 col-sm-12 no-padding">
<ul type="none">
<li><a href="../../"> Order and Returns </a></li>
<li><a href="../../"> Payment Policy </a></li>
<li><a href="../../"> Shipping Policy</a></li>
<li><a href="../../"> Privacy and Cookies Policy </a></li>
</ul>
</div>this is what it says in the code in medadata after I edit it
-
Hello there,
You are providing wrong path to anchor tag. if you want to provide static path then you could writehref="http://_domain_/path"
or if you want to provide relative path then you need to check whether your path actually exists or not.in current scenario, you're providing relative path and that path doesn't exists that's why it'll redirect to the page itself.
Feel free to ask further queries.
Thanks & Regards,
Shubham Mehrotra -
No that is \it the answer. I have just taken our the paths so it will go nowhere. Im the case of the social media - if you notice I took the code out. But, look there are icons for all the social media. Even when I put the correct code into one, guess what! It still doesn't work all the social media icons are there!
-
You're changing footer middle content that is for links in footer like about us, customer service.
Basically if you want to edit social links, you need to edit Subscription bar Content.
If this does not solve your query, please elaborate your query for better understanding.
-
@shubhwebkul said in the social media icons and your links will never leave no matter what I do:
Basically if you want to edit social links, you need to edit Subscription bar Content.
Thanks that solved it. Please note by the pic that section always shows no images so I never thought it was activated so never looked at source .
M.