Forum Replies Created
-
AuthorPosts
-
ratsnacks
MemberExcellent, that is great, I will try. Thanks for your time!
ratsnacks
MemberHi
Thanks, again very helpful. Before I try this can I clarify - where you typed:
"Change the words with jQuery put it after the doc ready but before the closing"
Should that instructions have some semi-colons or brackets?
Thanks!
ratsnacks
MemberHi Porter
Thanks - this was helpful. I was simply using the default Author Pro theme breadcrumbs, but had Yoast installed so activated the Yoast breadcrumbs.
This meant I could remove the "Archives for" part with ease.
The remaining task is changing the reference to "Library" in all the breadcrumbs to "Bookstore". I am guessing this is buried somewhere deep in the theme code?
A final thing is that Yoast pumps out the full post title e.g. http://andrewgmarshall.com/book/i-cant-get-over-my-partners-affair-50-questions-about-recovering-from-extreme-betrayal-and-the-long-term-impact-of-infidelity/. Without editing the post title itself, is there a way to show shortened versions (like in the main nav menu dropdown links)?
Thanks!
ratsnacks
MemberLast hopeful bump
ratsnacks
MemberBump 🙂
ratsnacks
MemberI'm seeing this too on the Books pages of Author Pro.
There is no option at all in Screen Options.
It looks to be discussed here https://wordpress.org/support/topic/43-update-featured-image-metabox-disappeared?replies=13
Is there a fix?
Thanks
January 16, 2015 at 10:17 am in reply to: Anyone have CSS code for optimizing the Fabric theme for mobile? #137670ratsnacks
MemberDid anyone ever work out how to do this and would be willing to post the key points?
Thanks!
ratsnacks
MemberThanks Lisa - I had a similar response from SP.
Hopefully Google will sort the "edge bounce" effect in Chrome so that we don't have to rely on users installing extensions (shudder...flashbacks to silverlight, shockwave etc), and I hear they plan to finally resolve the font jaggies in Chrome 37.
ratsnacks
MemberThanks Tom
It's not the font issue so much (I've applied that fix on other SP themes) as the lack of the parallax effect that is surely the main reason for buying this theme.
ratsnacks
MemberHi
Studiopress - do you know if this major issue is ever likely to be resolved?
Thanks
ratsnacks
MemberThanks...but I still don't really get how this can be sold, when it doesn't work properly on Chrome.
ratsnacks
MemberThanks Debs. Any fix on this guys? SVG workaround for fonts?
November 13, 2013 at 6:02 pm in reply to: How to get "read more" to show up on archives when using custom excerpts #72817ratsnacks
MemberThanks - in the end I tried a few things, from plugins to various code snippets - the one shown at http://codex.wordpress.org/Excerpt#How_to_add_a_link_beneath_an_excerpt_to_the_full_post (the second piece of code, that goes in functions.php) almost did the trick but it adds the read more link to EVERY excerpt, including page excerpts that I have added.
Does anyone know how I would adjust that code snippet to ONLY apply to blog posts, and not to pages? I tried pasting the code here but it didn't work.
Many thanks
November 13, 2013 at 6:00 pm in reply to: How to get "read more" to show up on archives when using custom excerpts #72814ratsnacks
MemberThanks - in the end I tried a few things, from plugins to various code snippets - the one shown at http://codex.wordpress.org/Excerpt#How_to_add_a_link_beneath_an_excerpt_to_the_full_post (the second piece of code, pasted below, that goes in functions.php) almost did the trick but it adds the read more link to EVERY excerpt, including page excerpts that I have added.
Does anyone know how I would adjust this code to ONLY apply to blog posts, and not to pages?
function excerpt_read_more_link($output) { global $post; return $output . '<a href="'. get_permalink($post->ID) . '"> Read More...</a>'; } add_filter('the_excerpt', 'excerpt_read_more_link');
Many thanks
November 13, 2013 at 11:16 am in reply to: How to get "read more" to show up on archives when using custom excerpts #72725ratsnacks
MemberI have the exact same issue - does anyone know a solution?
ratsnacks
MemberI have a related question. I already use manual excerpts for short sentences beneath my homepage featured post images. I would like longer excerpts for the same posts that are part of the slider sequence. Is there a way to hack a "second excerpt" choice to solve this?
October 26, 2013 at 7:31 am in reply to: Inserting full-width slider above #content in Outreach theme #69071ratsnacks
MemberHi Anita
Thanks - yes I didn't word the OP too well - what I meant was a slider on all pages, but not the same one (I should have realised this would happen when I added the specific slider reference in Simple Hooks).
Yes, Revolution Slider does use shortcodes, I will look into the widget approach you suggest.
One final question - any idea how I would keep this newly-added slider ONLY on the homepage?
Thanks
October 26, 2013 at 6:56 am in reply to: Inserting full-width slider above #content in Outreach theme #69068ratsnacks
MemberThanks Anita for a superfast reply. That works well for me, however do you know how I can adapt it so that I can assign specific sliders to specific pages? At the moment it pulls the default slider ('home') onto every page after the header.
ratsnacks
MemberThanks for quick response - that is probably what I will end up doing, as all other discussion I have found online seems to involve some hefty workarounds that seem pretty painful!
-
AuthorPosts