Alicia St Rose
Forum Replies Created
-
Hi Mattpugs,
add this to your CSS:.textwidget h2 { font-size: 15px; line-height: 50px; margin: 0 0 10px; padding: 0; }
The text widget is giving heading as h2 the others are h3. The code above makes that specific h2 the same size as the h3’s.
I got around this by using the Black Studio TinyMCE plugin and using the shortcode for Flexi Quote Rotator.
Hopefully, there will be a more elegant solution to this problem…I’m having the same issue. Anyone got a fix?
Got it! Thanks!
Forum: Plugins
In reply to: [Plugin: Relevanssi – A Better Search] Can't get highligting to workSame here. I assumed the same. Don’t feel dumb. It isn’t very intuitive.
Glad to have it fixed!Forum: Plugins
In reply to: [Plugin: Relevanssi – A Better Search] Can't get highligting to workRelevanssi appears to be modifying the excerpts. I did a search for a word that came at the end of a post and the chunck of text showed up in the search results.
Actually, let me clarify, I need to call the thumbnails of the connected posts and not the anchors.
Sorry.
Hi Scribu,
That seems like it’s going to work.But I need to limit the connections to just one author, the one that is connected to the works. Right now I get all the thumbnails and all of the authors, even if they aren’t necessarily connected to the work.
For instance, I have Shakespeare and JK Rowling. Each Harry Potter book is displaying the thumb and title for JK Rowling AND Shakespeare.Is there a way around this?
Thanks!
Hmm…Just noticed something else.
I created new writer posts and all the titles show up next to each archive item. Is there a way have only one title show up? The one specific to the post type and not give me the whole list?Thanks!
Forum: Fixing WordPress
In reply to: Need to Place link in template that targets specific taxonomy termHi jkovis,
Thanks for your reply.
I have a link working with this:<h3><a href="<?php echo get_term_link('business-innovation', 'wwd'); ?>">See the clients we've helped with this service!</a></h3>
but when I click the link I get a list of all posts even one’s without a taxonomy.
I should only get one post: the one with the business innovation taxonomy.
Qurl,
you most certainly rock!
The plugin is amazing and I just found the answer to one of my quandaries (attachment page widgets) in this thread.
Thank you so much!Forum: Plugins
In reply to: [PLUGIN: SEO Ultimate] Title RewriterI’m having the same problem in WP 3.0.4 with a live install.
Any fix for this?Forum: Fixing WordPress
In reply to: Images not showing up in some template pagesOh my god.
I figured it out. I’d totally deleted the `<?php the_content(); ?>
` from my code.The world is right again.
A~
Forum: Fixing WordPress
In reply to: Images not showing up in some template pagesAnother thing-When I added the code to the template pages I did not go through the dashboard. I added them directly to the files. Since things were showing up code wise I didn’t think it was a problem. Should I have used the html tab instead?
A~