idogenealogy
Forum Replies Created
-
Forum: Plugins
In reply to: [Totally Booked] Would like a way to add ISBNThe site is still in transition — it’s “live” at the domain name….
the trial level is https://michelesinclair.com/wptrial/books/the-highlanders-bride/The vertical line goes all the way down the page which should be a help in finding out which class is the culprit.
I’m also open to any suggestions you have. The other book I’ve gotten loaded still needs to be changed. Hope to do that immediately.
I’d like to put reviews on the same page but right now don’t see a good way to do it. When a book is first posted, reviews are not available. Then later they are added as they come in.
I know I sound like a broken record but this plugin has been a life-saver for me. I wanted something easy to use and this is.
Forum: Plugins
In reply to: [Totally Booked] Would like a way to add ISBNWow! Am impressed how quick this was implemented.
I just upgraded to it — no problems. I’m running WordPress 3.5.2 and use an Elegant Themes template.My changes to my CSS are to remove the
isbn
class. CSS now reads:/* For the book pages */ .tb_coming_soon { text-align: right; margin-top:-2em; font-size:95%; }
I do have a thin little line to the right of the “book page title”. Not sure which class I need to look at to avoid.
Forum: Plugins
In reply to: [Totally Booked] Would like a way to add ISBNThat would be great. I did a workaround as follows:
At the very BEGINNING of the book page, I entered the following:
<p class="tb_coming_soon isbn">ISBN: 1234567890</p>
I also prefer the Book # – The Series Name
and the Release, Coming Soon, etc. information to be closer together. Although this is dependent on the template chosen & what the<p>
tag has been set to.I modified the CSS as follows:
/* For the book pages */ .tb_coming_soon { text-align: right; margin-top:-1.5em } .isbn { font-size:8pt !important; color:#737373; margin-top:-3em; }
Note that the class
isbn margin-top:-3em;
doesn’t seem to have any effect.By making the isbn a softer gray color the larger space between the “released date/coming soon date” isn’t as noticeable, yet the ISBN number is part of a “book info area”.
Forum: Fixing WordPress
In reply to: Can't preview draft postThank you WPogi. But did you provide ANY help to travelerjim?
However, the problem is exactly the same. EXACTLY except for domain name, number of the file, etc.
HTACCESS same too:
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /
RewriteRule ^index\.php$ – [L]
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]
</IfModule>So if someone provides travelerjim an answer, I’ll have my answer as well.
Forum: Fixing WordPress
In reply to: Can't preview draft postI have the exact same problem. And I too have my WordPress site in a subdirectory.