http://dev.1790analytics.com/case-studies/
Look at the page again. What’s below the ************ Is the 2nd and 3rd sentences that I wrap the a href with and they’re not showing up.
These 2 sentences
Patent Power 2012 Scorecard Article
California Green Innovation Index
below the ****************** are not showing up because I have the a href in them.
Why is that? Is it because of this in the css file?
ul.lcp_catlist a {
display: none;
}
If it is how do I fix the css without effecting other things I have on the site that may be using this css code?
Is it because of this in the css file?
ul.lcp_catlist a {
display: none;
}
Yes, that’s why those are not visible. Since you are using a custom theme, hard for anyone here to know why that code was added or where else it may be used… You can change it on that page only by adding this to the bottom of the style.css file:
.page-id-137 ul.lcp_catlist a {
display: inline;
}
BTW, where did this theme come from? It’s really less than ideal to modify a default theme – it’s generally preferable to use a child theme – http://codex.wordpress.org/Child_Themes
http://dev.1790analytics.com/case-studies/
Ok, the links are showing now, thanks. But look above, you’ll see * IEEE Spectrum which is a blue link and it should NOT be.
I don’t want the that * IEEE Spectrum as a blue highlighted link or
* IEEE Spectrum – Features 1790′s unique Patent Scorecard Analysis
I want the * but no link.
What’s there now isn’t correct. I don’t want this
* IEEE Spectrum (active blue link)
IEEE Spectrum – Features 1790′s unique Patent Scorecard Analysis
What I do want is
* IEEE Spectrum – Features 1790′s unique Patent Scorecard Analysis (NO link)
Where are these lists coming from? How are you adding them? That item is a link in the HTML code and I’m not sure it’s possible to “unlink” just that one:
<ul class="lcp_catlist">
<li>
<a title="IEEE Spectrum" href="http://dev.1790analytics.com/ieee-spectrum/">IEEE Spectrum</a>
<p>IEEE Spectrum – Features 1790′s unique Patent Scorecard Analysis</p>
IEEE Spectrum
is in the title bar. That’s whats linked and I don’t need.
When I go to Pages > Case Studies I just see this
[catlist id=1 content=yes catlink=no]
Try changing what I posted above to:
.page-id-137 ul.lcp_catlist p a {
display: inline;
}
Thanks so much, that fixed it. What a pain.
http://dev.1790analytics.com/case-studies/