This Forum has been archived there is no more new posts or threads ... use this link to report any abusive content
==> Report abusive content in this page <==
Post Reply 
 
Thread Rating:
  • 0 Votes - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
CSS Help - In Big Cartel setting up site, when I link my FB the URL repeats taking users to a deadlink.?
05-27-2014, 06:33 PM
Post: #1
CSS Help - In Big Cartel setting up site, when I link my FB the URL repeats taking users to a deadlink.?
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">

Ads

Find all posts by this user
Quote this message in a reply
05-27-2014, 06:41 PM
Post: #2
 
Hello

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

Ads

Find all posts by this user
Quote this message in a reply
Post Reply 


Forum Jump:


User(s) browsing this thread: 1 Guest(s)