fishtron
Forum Replies Created
-
I had this issue and adding the
&st-force-sync=trueurl param works for me, thank you!What you want is under the General Settings > Reading. This is not dependent on Blaskan and should work on all themes! You don’t need to create a new page.
Ninja edit: I see you’ve found the options already! I’ll keep this post here so others can see as well.
Forum: Themes and Templates
In reply to: Blaskan Theme: Removing template headerThere’s an option under Appearance> Theme Options: “site title and header message? [ ] Hide”
Does it not work?
There are a few options!
1. If you want it on every page and post, you can add it as a header message (Appearance > Theme Options). I’m not sure how this is styled. This requires that you use the blaskan theme forever, because other themes may not support this field.
2. If you want more flexibility on where it’s shown and such, you can use a plugin such as http://wordpress.org/extend/plugins/wp-sticky/. (I’m assuming since you can use a custom theme you can also install plugins.) If wp-sticky isn’t quite what you need, there are lots of other “sticky” plugins: http://wordpress.org/extend/plugins/tags/sticky
3. If you’re comfy with goofing around with a child theme template, you can set a post parameter called “sticky” and then create a new index file template which queries for this. Probably not worth the effort, since there are plenty o’ plugins already, but this guarantees that it will work to your liking, forever! http://codex.wordpress.org/Template_Tags/query_postsThat’s all I can think of off the top of my head. Hope that helps!
Forum: Plugins
In reply to: [Instapress] [Plugin: Instapress] Grid ControlNot sure what you mean by “when it pops up.” Do you mean when you move your mouse over it the remaining photos appear in a bigger box (an onmouseover javascript event)? Or do you mean that the photos change periodically, rotating through your entire album (more like a slideshow, with four spots for thumbnails)? Or do you want the pictures to update as you take them without having the reader reload the page?
The widget is meant to be static, so that when you set it to display 4 images, you only display same 4 images, until you reload the page. If you’re needing a moving slideshow, you will need some good ole javascript hackery. Maybe this is more what you’re looking for? http://embedagram.com/
Edit: just re-read the description and saw that it claims to be a slideshow. I’ve not been able to get this behaviour myself. Fancybox makes it so that the larger version of the image floats on top of the rest of the page when you click on the thumbnail… it doesn’t do any “sliding” at all.
Forum: Themes and Templates
In reply to: [Blaskan] [Theme: Blaskan] Child theme not workingHI, this got fixed recently (https://github.com/persand/blaskan/issues/38). If you get the latest from github you won’t have to hack the functions.php!
Forum: Themes and Templates
In reply to: [Blaskan] [Theme: Blaskan] Resize Header ImageThe setting can be changed in the admin panel, under Appearance > Theme Options.
By the way, what you’ve changed is the default ($header_image_height is set to 160 if it’s not set in options, or if the value was somehow not numeric). It’s likely a harmless change (and it won’t do anything since the option is already set to 160), but it’s not nice to change hardcoded defaults since Per probably picked it for a reason! 🙂