Twitist Forums
CSS Help - In Big Cartel setting up site, when I link my FB the URL repeats taking users to a deadlink.? - Printable Version

+- Twitist Forums (http://twitist.com)
+-- Forum: Facebook forums (/forum-14.html)
+--- Forum: General facebook and life forums (/forum-25.html)
+--- Thread: CSS Help - In Big Cartel setting up site, when I link my FB the URL repeats taking users to a deadlink.? (/thread-159842.html)



CSS Help - In Big Cartel setting up site, when I link my FB the URL repeats taking users to a deadlink.? - Starks - 05-27-2014 06:33 PM

When I hover over the FB link, the URL comes up back to back taking my customers nowhere. I've scoured the code but cannot see why this happens?




#social_links #social_facebook:hover,
#social_links #social_pinterest:hover,
#social_links #social_tweet:hover {
padding-bottom: 0;
}

#social_links #social_facebook iframe {
margin: 0 auto 0 30px;
}
Ex: http://www.facebook.com/examplewww.facebook.com/example

There's an entry field where I could just add the URL and if I delete this entry, then the whole FB link disappears.

Completely at a loss here.
Here is the FB part for the Social Media section:


{% if theme.facebook_username != blank %}
<li><a href=" https://www.facebook.com/BIJOUXVXN{{ theme.facebook_username }}" title="Friend us on Facebook">Facebook</a></li>
{% endif %}
{% if theme.show_search %}
<li id="search">
<form id="search-form" name="search" action="/products" method="get">
<a href="#search-form">Search</a>
<input id="search-input" name="search" type="text">


- Franco - 05-27-2014 06:41 PM

Hello

You are showing the wrong code. Making links is used with a markup language. CSS is only used to make your links presentable.