simbelsim
Forum Replies Created
-
Forum: Themes and Templates
In reply to: [Bold Headline] Post tags indentedThe second snippet of code did it! The icons appear, and the tags now align where they should. The ‘Edit’ link was always completely out of place, but you can’t see that because you’re not logged in. It’s like this: http://imgur.com/CRb6uDv
I wonder if it had something to do with the width change I applied to the header:
.site-header { max-width: 840px; margin: 0 auto; }I did that to decrease the maximum size of the header font without messing up any of the responsive code.
Forum: Themes and Templates
In reply to: [Bold Headline] Post tags indentedHi Christine,
so I fixed my child CSS to retain only the bits I changed in the original (and whatever I added). Now the tags align properly – but those cute little icons are gone! Any ideas what I might have done wrong now?
P.S. Thank you very much for being so supportive – must be annoying when people mess around with your work and break stuff 🙂
Signe
Forum: Themes and Templates
In reply to: [Bold Headline] Post tags indentedHi Christine,
so I fixed my child CSS to retain only the bits I changed in the original (and whatever I added). Now the tags align properly – but those cute little icons are gone! Any ideas what I might have done wrong now?
P.S. Thank you very much for being so supportive – must be annoying when people mess around with your work and break stuff 🙂
Signe
Forum: Themes and Templates
In reply to: [Bold Headline] Post tags indentedThank you for the response! Me and my stupid child theme workaround… I’ll have to try and do the CSS correctly! I did remove the part you suggested, but that didn’t seem to have an effect. However, I haven’t removed all the redundancies in the CSS yet, so I should probably try that next when I have a bit of time.
Thank you for the advice! I love this theme so much.
Forum: Plugins
In reply to: How to move archive/category title to the sidebar?I’ll answer to my own inquiry just in case someone stumbles across this issue.
The solution turned out to be super simple: I downloaded the PHP Code Widget plugin, put the appropriate string in it, and then placed the widget in the appropriate sidebar, for example, one to go on tag archives. It worked!
This is the kind of string I’m talking about:
<?php printf( __( 'Viewing tag: %s', 'twentyfourteen' ), single_tag_title( '', false ) ); ?>Forum: Themes and Templates
In reply to: [Sequel] Child of a child?Alright, thank you very much for the tips!
I’ll copy it to a renamed folder and keep the original Sequel in my themes as well, so I can see if an update comes out – then I can update manually without losing my changes.
Forum: Themes and Templates
In reply to: [Sequel] Child of a child?Yeah, that was my suspicion. So is there a way to prevent the child theme from updating? Should I just copy and rename it?
Of course, “just don’t update it” approach would make sense, but I wouldn’t trust myself in an ‘update-happy’ moment or the other users of our site to not accidentally download an update if one is offered.
Forum: Themes and Templates
In reply to: [Origin] Front page customizationAs a user of this theme I can tell you that in order to have a large preview image – as in the demo – you need to mark the post as sticky. Hope that helps!
Forum: Plugins
In reply to: [Flickr - Pick a Picture] No results for Search TermsSame here. Plugin gone bad? I haven’t installed anything new since it last worked (two days ago).
Forum: Plugins
In reply to: [Get the Image] Does get_the_image support description/caption?Never mind, I replaced the built-in get_the_image for post featured images with WordPress standard get_post_thumbnail function and then styled the captions accordingly. Much easier than bending the will of get_the_image to do something that the author clearly doesn’t want it to.
Forum: Plugins
In reply to: [Get the Image] Does get_the_image support description/caption?My website runs a child theme for Origin which has get_the_image built into the framework, and I’ve been quite frustrated that I can’t get the captions to work, for licensing reasons as you’ve mentioned above.
I followed your steps but, alas, it didn’t help. As far as I can see, the discrepancy is in post.php. It’s missing $image, and when I added it, your solution still didn’t work. This is what my post.php featured image bit looks by default:
<?php if ( current_theme_supports( 'get-the-image' ) ) get_the_image( array( 'meta_key' => 'Thumbnail', 'size' => 'single-thumbnail', 'link_to_post' => false, 'image_class' => 'featured', 'attachment' => false ) ); ?>I’m guessing there is something else I need to put into functions file to make this work. Any ideas?
Currently the only function that applies to featured post image is
function origin_image_sizes() { add_image_size( 'single-thumbnail', 636, 310, true );}which fixes the size, and came by default with the theme.
The website is http://pausetowonder.org, if that helps.
Forum: Themes and Templates
In reply to: [Origin] template is missing?Just to add to the pool, this is definitely not a unique problem: today after the automatic update from the Dashboard I had the same error, so I downloaded the theme from its website and upgraded it manually, which fixed the issue. FYI.
I’m updating my query with a live link to the site: http://www.pausetowonder.org/
Can anyone help with this? I’m running the latest version of Origin and WordPress, and am using a child theme.
Forum: Themes and Templates
In reply to: [Origin] category.php is being ignoredBrilliant, I can confirm that the renaming worked! Thank you very much.
Forum: Fixing WordPress
In reply to: category.php is being ignoredMoved my question to the appropriate forum. Please dispose of this one as necessary.
[continued at http://wordpress.org/support/topic/categoryphp-is-being-ignored-1?replies=1 ]