Tweaking Freeway Blogger Action

I’ve been playing around with the Blogger Action for a week or so and think it’s the greatest thing since sliced bread except for one little shortcoming:

Blog posts simply follow each other without a space between them. This isn’t at all satisfactory from a blog reader perspective.

Standard blogger templates have a space, a line, and in some cases even a separate frame between posts.

I think I can probably cut and paste a bit of code from a standard template, but if I can do that, is there a way of hacking the Action to automate that process rather than having to keep a snippet of code to paste in every time I upload a new template?

That’s pretty much what I’ve been doing without freeway for years, and I’d really like it to work like magic!

Thanks in anticipation,

Peter


freewaytalk mailing list
email@hidden
Update your subscriptions at:
http://freewaytalk.net/person/options

Hi Peter,

I’ve added a task to change the Action so this get’s done automatically. In the meantime, add the following style to Freeway (using the Edit Styles Dialog) to add the spacing in yourself:

http://f.cl.ly/items/1U2V1U2C0h3V3j0v3q3K/Screen%20shot%202012-03-20%20at%2012.51.15.png

You can change the values to any pixel value you like.

The steps to do this are:

  1. Open the Edit>Styles dialog
  2. Click the + icon in the bottom left
  3. Add the value “.post-footer” in the Tag field
  4. Remove the value from the Name field
  5. Click Extended
  6. Click New and add the names and values from the screenshot.
  7. Ok all the dialogs
  8. Publish and generate the template code
  9. Paste the template code into Blogger (you may need to use the old interface still, due to a bug in Blogger)

That should do it!

Hope this helps,

Joe

On 20 Mar 2012, at 11:58, PeterH wrote:

I’ve been playing around with the Blogger Action for a week or so and think it’s the greatest thing since sliced bread except for one little shortcoming:

Blog posts simply follow each other without a space between them. This isn’t at all satisfactory from a blog reader perspective.

Standard blogger templates have a space, a line, and in some cases even a separate frame between posts.

I think I can probably cut and paste a bit of code from a standard template, but if I can do that, is there a way of hacking the Action to automate that process rather than having to keep a snippet of code to paste in every time I upload a new template?

That’s pretty much what I’ve been doing without freeway for years, and I’d really like it to work like magic!

Thanks in anticipation,

Peter


freewaytalk mailing list
email@hidden
Update your subscriptions at:
http://freewaytalk.net/person/options


freewaytalk mailing list
email@hidden
Update your subscriptions at:
http://freewaytalk.net/person/options

Joe, that’s fantastic!

Now to have some fun and report back.

Thanks very much!

And yes, the new interface doesn’t work for Freeway at my place either, if it wasn’t for the 3,000 or so posts I have in Blogger I’d move my blogs I think,

Peter


freewaytalk mailing list
email@hidden
Update your subscriptions at:
http://freewaytalk.net/person/options

Hi Joe,
Well that works well!

I presume that providing I can find the right values I should be able to style borders to post images (.post-img ?) as well.

I haven’t succeeded yet, but will keep trying!

Thanks again,

Peter


freewaytalk mailing list
email@hidden
Update your subscriptions at:
http://freewaytalk.net/person/options

I’m like a kid in a toyshop!

For the benefit of future readers of this thread

To add a border to the post image, follow the procedure set out in Joe’s post above then add:

  1. value: .post img (note there is a space NOT a dash)
  2. name: padding Value 4px (or whatever you choose)
  3. name: border Value 1px solid #000000

Where (1px) is the border width, (solid) is the line style, and #000000 is the colour of your choice.

Thanks again!

P


freewaytalk mailing list
email@hidden
Update your subscriptions at:
http://freewaytalk.net/person/options

Glad that’s working for you.

To style all the images in a post, paste “.post-body img” in the Tag field and add the styles you want. If you want to add borders or shadows then you’d need to use the Extended button again.

Have fun!

Joe

On 21 Mar 2012, at 09:32, PeterH wrote:

Hi Joe,
Well that works well!

I presume that providing I can find the right values I should be able to style borders to post images (.post-img ?) as well.

I haven’t succeeded yet, but will keep trying!

Thanks again,

Peter


freewaytalk mailing list
email@hidden
Update your subscriptions at:
http://freewaytalk.net/person/options


freewaytalk mailing list
email@hidden
Update your subscriptions at:
http://freewaytalk.net/person/options

On 21 Mar 2012, at 10:09, PeterH wrote:

I’m like a kid in a toyshop!

Aha! You beat me to it :slight_smile:


freewaytalk mailing list
email@hidden
Update your subscriptions at:
http://freewaytalk.net/person/options

Joe, it’s the wrong forum I know, but while you are here;

I currently add a bit of markup to each division I want to insert Blogger widgets - set out on another thread.

There are two veriables in it “max widgets” and the section id
(widgetbox) which needs to be different for each div.

Is there an action that you can think of that would be simple for me to hack to do this rather than adding markup to each div?

Cheers,

Peter


freewaytalk mailing list
email@hidden
Update your subscriptions at:
http://freewaytalk.net/person/options

Other than writing your own Action (which could automate the process for you), I’m afraid not. Can you point me to an example of what it is you’re doing?

Joe

On 21 Mar 2012, at 10:17, PeterH wrote:

Joe, it’s the wrong forum I know, but while you are here;

I currently add a bit of markup to each division I want to insert Blogger widgets - set out on another thread.

There are two veriables in it “max widgets” and the section id
(widgetbox) which needs to be different for each div.

Is there an action that you can think of that would be simple for me to hack to do this rather than adding markup to each div?

Cheers,

Peter


freewaytalk mailing list
email@hidden
Update your subscriptions at:
http://freewaytalk.net/person/options


freewaytalk mailing list
email@hidden
Update your subscriptions at:
http://freewaytalk.net/person/options

It’s probably easier to explain:

For instance my (modified blogger template) photo blog at
http://sunshinecoastdaily.blogspot.com has a number of widgets including “recent posts, blog list, followers”. I can ignore the html and Javascript ones as I can incorporate them into my new template/

I have also found during my recent fiddles, that Adsense is more likely to appear if added via a widget rather than uploaded directly from the Freeway template.

A standard Freeway upload, when viewed in the blogger “Add and Arrange Page Elements” page, seems to add any existing widgets (gadgets) in an ad-hoc fashion, in one division - sometimes in a sidebar.

To enable flexibility to add them in say the footer, I add a bit of markup to my footer box (and in all divs for good measure, giving “widgetbox” a different number for each. (thanks Walter!)


<b:section id='widgetbox' class='widgetbox' maxwidgets="5" showaddelement="yes">  </b:section>

And so on for every “box” in which I require additional widgets to appear.

Once this is done, if any minor modifications are needed to the template, Blogger somehow “remembers” where the widgets were placed!

An Action to make this happen would just make the process neater.

If my explanation’s not clear, I’ll create an example

Cheers,

Peter


freewaytalk mailing list
email@hidden
Update your subscriptions at:
http://freewaytalk.net/person/options

I see. Thanks for clarifying. I think the method you’re currently using is the best way of doing it for now. We’ll look into the possibility of adding a new Action to do this automatically in a future version of Freeway.

Cheers,
Joe


freewaytalk mailing list
email@hidden
Update your subscriptions at:
http://freewaytalk.net/person/options

Thanks, I’ve shied away from using Freeway for Blogger until now, but have finally seen its potential.

Perhaps I should have stopped lurking on this list, the previous forum and mail group six or seven years ago!

Cheers,

Peter


freewaytalk mailing list
email@hidden
Update your subscriptions at:
http://freewaytalk.net/person/options

Hi Joe,

I have similar spacing issues with my blog. I followed the above directions you gave, and I still have a problem with the spacing between the body and the Authors name. Way too much space! Can you provide me a way to decrease the excess space? Here is the link: http://bodycreationsinc.blogspot.com/


freewaytalk mailing list
email@hidden
Update your subscriptions at:
http://freewaytalk.net/person/options

> I have similar spacing issues with my blog.  I followed the above directions you gave, and I still have a problem with the spacing between the body and the Authors name.  Way too much space! Can you provide me a way to decrease the excess space?  
~~~~~~~

Hi again,

If you have added the values exactly as Joe's screen shot at
http://f.cl.ly/items/1U2V1U2C0h3V3j0v3q3K/Screen%20shot%202012-03-20%20at%2012.51.15.png

The value you are trying to adjust is "margin top"

In the example it is a 10 pixels gap, I think you have 20, but as I said on the other post it doesn't look bad to me.   You can easily experiment with the dimension by making the value larger or smaller, try for example 5 pixels and see what the difference is for you,

Cheers,

Peter





_______________________________________________
freewaytalk mailing list
email@hidden
Update your subscriptions at:
http://freewaytalk.net/person/options

Thanks a Ton Peter!
That worked perfectly

Can you explain to me how to fit each post in its own individual box with background like in this example…

http://www.bluecollaragency.com/blog/


freewaytalk mailing list
email@hidden
Update your subscriptions at:
http://freewaytalk.net/person/options

Great!

In answer to your question though…Umm… in a word. No! :wink:

One of my blogs is currently similar to the one shown, the Blogger template is “Awesome Inc”, but I have not yet got around to nutting out the blogger values that will allow that to happen when I upgrade it to my Freeway template.

I’m sure it will be relatively simple to do, by creating post Style attributes in the same manner as above, but I am a plodder when it comes to this sort of thing, so it may be some weeks or months till I get to it.

If you work it out in the meantime,(or if someone else has) please let’s know!

cheers,

Peter


freewaytalk mailing list
email@hidden
Update your subscriptions at:
http://freewaytalk.net/person/options

Glad you got that sorted Curtis but I can’t help feeling that your Font sizing is a bit on the large side. Your page screams out at me - at least thats what I feel from it.

40px for your titles and 18px for the posts themselves seems a bit big.

David


freewaytalk mailing list
email@hidden
Update your subscriptions at:
http://freewaytalk.net/person/options