Author Topic: Easy Review Builder - Text Format  (Read 10731 times)

Hooblah2u2

  • Tadpole
  • *
  • Posts: 4
  • Karma: +0/-0
    • View Profile
    • Email
Easy Review Builder - Text Format
« on: July 21, 2011, 03:15:25 PM »
Hello!

Upon exploring this plugin's functions and capabilities I found that my review categories were not bolded in the chart like they were in the example posted here: http://www.dyerware.com/main/products/easy-review-builder/easy-review-builder-plugin-for-wordpress.html

Now look at my review box: http://nintendotower.com/2011/05/super-smash-bros-brawl/

How can I adjust the css or enable the category titles to be bolded?
Thank you for your time.

doug@dyerware.com

  • Administrator
  • Sr. Member
  • *****
  • Posts: 456
  • Karma: +15/-0
    • View Profile
    • Email
Re: Easy Review Builder - Text Format
« Reply #1 on: July 22, 2011, 12:16:25 PM »
Ok will do. 

A quick glance shows your reset.css is forcing th to be normal (lines 30 and 7).

Let me think about how to override this and Ill post back (chart looks very nice on site minus some of these css issues btw  .. if you send me a mario coin png Ill add it to the review icon rating image choices)

Hooblah2u2

  • Tadpole
  • *
  • Posts: 4
  • Karma: +0/-0
    • View Profile
    • Email
Re: Easy Review Builder - Text Format
« Reply #2 on: July 22, 2011, 04:21:39 PM »
Take your time, it should be obvious we're not finished finalizing the reviews section anyway.

Quote
if you send me a mario coin png Ill add it to the review icon rating image choices
You are my favorite support person... ever!

I found a recognizeable mario coin png, but I also found a png of the stars collected in Super Mario games. Mind trying it with both?
http://images.wikia.com/fantendo/images/2/26/Star.PNG
http://img.neoseeker.com/ca/super_mario_bros_ds_conceptart_Gs3bT_thumb.jpg

Thank you very much for your time and effort.

doug@dyerware.com

  • Administrator
  • Sr. Member
  • *****
  • Posts: 456
  • Karma: +15/-0
    • View Profile
    • Email
Re: Easy Review Builder - Text Format
« Reply #3 on: July 23, 2011, 01:57:11 AM »
ok new update was submitted to wp.  May take a while for it to show up in the automatic updates of your backend (could be several days) but by Saturday should be able to dl it directly from the wordpress site.

The star icon came out great.  Coin is pretty good too.  Use "coin" and "gamestar" (or the picklist in the admin panel) to specify them.

Also, a new CSS rule was added to override resets for TH in the table. 

There may be a few other things aesthetically you don't like (the table rows seem fairly spaced out due to another setting) but the titles not being bold were aggregious.

-d

Hooblah2u2

  • Tadpole
  • *
  • Posts: 4
  • Karma: +0/-0
    • View Profile
    • Email
Re: Easy Review Builder - Text Format
« Reply #4 on: July 23, 2011, 05:46:53 PM »
The star and coin ratings look great! Thanks for updating the plugin for my request!

Unfortunately the category title still isn't bold  :-\

Are there any adjustments I could make myself that would cure the problem?

doug@dyerware.com

  • Administrator
  • Sr. Member
  • *****
  • Posts: 456
  • Karma: +15/-0
    • View Profile
    • Email
Re: Easy Review Builder - Text Format
« Reply #5 on: July 23, 2011, 07:28:45 PM »
Sure. I'll look at it this evening.

doug@dyerware.com

  • Administrator
  • Sr. Member
  • *****
  • Posts: 456
  • Karma: +15/-0
    • View Profile
    • Email
Re: Easy Review Builder - Text Format
« Reply #6 on: July 23, 2011, 09:23:31 PM »
Well ok I see what happened.  A change did not make it in the update.  I corrected the change.

Here is a direct link to the contents of the file:
http://plugins.trac.wordpress.org/browser/easy-review-builder-for-wordpress/tags/0.5/easy-review-builder.css?rev=414359

Basically you want to copy and paste the following text and put it somewhere in the easy-review-builder.css file (a file located in the plugin folder):

Code: [Select]
th.easyReviewRow
{font-weight: bold;
}

Pretty sure this will work for you.  If not, just give a shout.
-d

Hooblah2u2

  • Tadpole
  • *
  • Posts: 4
  • Karma: +0/-0
    • View Profile
    • Email
Re: Easy Review Builder - Text Format
« Reply #7 on: July 23, 2011, 10:38:04 PM »
You are the man! Thank you so much for the quick and accommodating support!

rakoom2002

  • Tadpole
  • *
  • Posts: 5
  • Karma: +0/-0
    • View Profile
Re: Easy Review Builder - Text Format
« Reply #8 on: July 24, 2011, 12:48:23 AM »
is the code to make the category titles (example: cat1title) bold?  because I entered this into my css and the category titles arent bold.  website is mooching101.com
Thanks.

doug@dyerware.com

  • Administrator
  • Sr. Member
  • *****
  • Posts: 456
  • Karma: +15/-0
    • View Profile
    • Email
Re: Easy Review Builder - Text Format
« Reply #9 on: July 24, 2011, 01:10:07 AM »
Yes.  I looked at your page, and the font for the titles is bold but its just hard to tell with that particular font.  Also, your theme css files are doing some wild things.  Try adding this to the same file mentioned above (easy-review-builder.css) and see if you like it:

td.easyReviewRow
{border-top: 0px;
padding: 5px;}

If it helps Ill baseline it.

We are here to support you, so ask away if there are any problems.
-d

rakoom2002

  • Tadpole
  • *
  • Posts: 5
  • Karma: +0/-0
    • View Profile
Re: Easy Review Builder - Text Format
« Reply #10 on: July 24, 2011, 02:12:10 AM »
Thank you so much.  I will give it a try.  I wonder why my theme css is doing weird stuff, Im just using the 2011 standard wp theme, odd.  Anyway thank you very much.

rakoom2002

  • Tadpole
  • *
  • Posts: 5
  • Karma: +0/-0
    • View Profile
Re: Easy Review Builder - Text Format
« Reply #11 on: July 24, 2011, 02:19:14 AM »
Hmmm I dont really see any difference.  I think its the color that makes it not look bold too.  It looks kind of grey like the rest of the text instead of really black.  Oh well, thank you so much for such a wonderful plugin and support!

doug@dyerware.com

  • Administrator
  • Sr. Member
  • *****
  • Posts: 456
  • Karma: +15/-0
    • View Profile
    • Email
Re: Easy Review Builder - Text Format
« Reply #12 on: July 24, 2011, 11:59:24 AM »
Oh I was not trying to change the title - bold issue.  You have a rule in your style.css on line 777 that is forcing all headers of table (th) to be:
color: #666;
font-size: 10px;
font-weight: 500;
letter-spacing: 0.1em;
line-height: 2.6em;
text-transform: uppercase;


I was trying to fix the extra lines appearing in the table.  I have a fix for it now but its a bit more involved than a css tweak.  The change I gave you I understand now why it won't worry, sorry.

-d