Everything Booklikes & Leafmarks discussion
Help with using BookLikes
>
Tips and things about BookLikes

Suzanne, first I was told that I was WRONG, which is not true. Then I gave an example and wast old they wee sorry. Then I complained again b/c I have tons of mistakes - TONS - and I do not feel like fixing thousands if the import does not function properly.
Conversation with BL is still not ended, but I think others should check their own data so that we can together request that they fix this. PLEASE CHECK YOUR BOOKS' FINISHED READING DATES AT GR AND AT BL AFTER AN IMPORT!
Have the dates we started reading a book also been imported? If they are, where can you see this information. I only saw the finished reading date on the 'table view' of the our 'shelf' page. It is the column most to the right.

Thanks Christie, I've disabled my sync and will now start to go through both. luckily I kept the CSV file. This is really not turning into the easy journey we thought :/
On the upside, I think that once it is all sorted we'll have the best of both worlds. Meanwhile, I just am annoyed that I'm spending reading time on maintenance!

Agreed.

Suzanne, I am on the way to make a list too.


Which is really awesome.

Which is really awesome."
Thanks. New features are always good even though I am still trying to figure all the other features.

http://zafia.booklikes.com/shelf
^That one I mean.
Bc I tried c/p code number 135 (shelf) and substituting "currentlyreading" with my exclusivity shelf name and the name showed, only not in the font color I'd picked and neither did the amount of books on the shelf in question show, only "()" showed.
Fx it said "Did Not Finish ()" and not "Did Not Finish (x)" and it was clickable but didn't take me to that shelf but the shelf overview.
So any suggestions?

That happens to all, I'm afraid. I think it has more to do with the nature of data transfer (as csv database) than Booklikes in particular.

Which is really awesome."
Yep, it is today's new feature. This will be very useful.



I'm on my iPad, if I just sort of hit/click on the review enough an edit button appears at the top right of the review.
I know that's not real helpful, but I haven't found another way except to beat it into submission. :)


LOL! OK not what I wanted to hear but I appreciate the teehee nonetheless. ;)

Mine is OK today, but was exceptionally slow last night.

I've had that problem off and on.

Bc I can't for the life of me get it to work;
Has anyone found out how to write the code that makes the exclusivity shelves show on the shelf page?
http://zafia.booklikes.com/shelf
^That one I mean.
Bc I tried c/p code number 135 (shelf) and substituting "currentlyreading" with my exclusivity shelf name and the name showed, only not in the font color I'd picked and neither did the amount of books on the shelf in question show, only "()" showed.
Fx
So any suggestions?

I would also like to point out that in Europe some countries use day/month/year and others year/month/day, so really there is no one European standard. BL uses day/month/year.


scroll down to background and click upload picture and remember to save afterwards.
//edited forgot something

Settings (= little cog in the menu in the upper right hand corner of your screen)
> Blog
> Theme: customize
> Background: upload picture (scroll down to the very bottom of the menu on the left side of the page (the column with a black background. A scroll bar will apear if you hover over that part of the page somewhere in the vicinity of the field "Social Networks".)

Settings (= little cog in the menu in the upper ri..."
IT WORKED!!!!! HEHEHE!!! Thank you! :D


In principle you can use any and all sorts of pictures (including from your own collection), but those that work best in terms of visual accessibility are fairly uniform pictures -- either very dark images (with a white or some other sort of light gray font for your text), or very light images (with a dark font for your text), or a monochrome background with some correspondingly contrasting font. If your background image has too many objects/features on it, that will inevitably make the font/text harder to read.
If this is an effect you like, you can also edit your intended background image so it comes off opaque (either using Photoshop or some similar program, or instead of editing set your background image CSS to "opaque").


Contact BookLikes about it -- they're very responsive. It could be their servers are a bit strained at the moment; they were yesterday as well, possibly because of the huge influx of new data they're experiencing. Also, remember that it's close to 8pm in Poland (where BookLikes is hosted) now, so any technical issues associated with the website may not yet have come to their notice.


Not when you upload your background picture, though -- that should load fine for all pages with one upload, unless you want to OVERRIDE your uploaded picture on a given page with a different background picture (which you then have to do by editing the code accordingly).
I've collected all the tutorials I've been able to find so far here: http://themisathena.booklikes.com/bl_...
If there are any I missed, do let me know!

Update: Never mind, I've solved it!

No link so not sure what you have currently. But probably best to change via Custom CSS box. That way, change will affect (override) on all of your pages in one swoop.
ETA: Mirkat's comment, given intervening post & page flip

Yes, that's a bit confusing, isn't it? I still need to get used to which links take me to my own blog pages and which to the overall BL pages as well!


If you can possibly do it with css, you can do it by just pasting things into the custom CSS box once and it'll apply globally. So if you find that simpler (I usually do), look for the tutorials that explain it that way.
Or ask, if it's possible do to with a one shot global css, I'll give it a shot and there's other people around who are experienced with CSS. Although I'm not checking GR near as often as I used to, I'm still popping through this group pretty often.

If you can possibly do it with css, you can do it by just pasting things into the custom CSS box once and it'll apply globally. So if you find that simpler (I usually do), look for the tutorials that explain it that way."
One risk to a global application of CSS, though, is that it might screw up some of the formatting in unintended ways. I tried importing my stylesheets from my personal websites but ended up redeleting those import feeds, because I have a few settings in those stylesheets (e.g., for headers) that don't work with BookLikes's side bar menu (which is formatted as h3-level headers) and a number of other features as well. So yesterday I sat down and just wrote a bit of CSS overriding the BL formatting where I want/need it to be overridden, and in ways that still sort of work with the basic BookLikes setup. (Not done by a long shot yet, but I'm slowly getting there ...) But yes, if all you want to do is override the BookLikes code for paragraphs and individual divs and the like, the "custom CSS" boxes are probably the easiest way to go.

LOL...

On the other hand, I know it's often just one accidental inheritance in the CSS that can really jumble up the entire page, so I think I will try that again, but applying them line by line until I have them working. Because, pretty themes are pretty, but better if you can read them!
Anyway, I have the weekend off, and I'm going to try make a nice map of the existing templates so it's easy to see what class or selector to apply styles to.

Wow, that would be awesome, and hugely helpful! You're so much further ahead with this than most of us ...
FWIW, do feel free to inspect my blog's source code -- my custom CSS is right at the end of the < head > < /head > section, clearly commented out accordingly. We had a public holiday yesterday, so I had some time to identify the core elements that I wanted to redesign ... perhaps the element names you find in my code can help you getting started. (Shrug -- just a thought.) :)


so custom CSS would be:
.header-desc {
color: red;
background-color: blue;
border: 1px solid green;
}
For instance (except that would be really ugly, if you used exactly that, lol).
But a hot tip: When I am debugging CSS I like to make it as in your face crazy ugly as possible on the first test, for two reasons: So it's really obvious if it worked as planned or is affecting things you didn't expect, and secondly so you remember to finish it and not leave things half done :)
ETA: Thanks Athena, that will indeed be a big help, you've already ferreted out a ton of them :)





If you want to create a new shelf right away (say, you know you'll shelve a lot of mystery, or something), scroll to the bottom of the page. Look at the left side of the page. Should be a "add new shelf +" button. For a new exclusive shelf, that link is at the top of the left column, under the 3 existing exclusive shelves.
Alternately, you can look up the title of a book you want to add in the search window. Click the "add to library," and "edit shelves" will be a choice on the left side of the popup.
Books mentioned in this topic
John Adams (other topics)Hover (other topics)
Authors mentioned in this topic
Gore Vidal (other topics)Gore Vidal (other topics)
Gore Vidal (other topics)
Gore Vidal (other topics)
Gore Vidal (other topics)
I have two questions..
1. can I import my quotes to booklikes?
2. What can be done about the spoilers in my reviews? I haven't had a lot of them.. but I'd like to know is there any option to edit the post (as they are now on booklikes) with a similar concept of hiding specific text.
10x