Forums

Best WordPress Template Blog
You must be logged in to post Login Register


Lost Your Password?

Mint - A few questions for you...

UserPost

9:44 am
February 12, 2008


smaxdot

New Member

posts 2

Hi Mint -

First of all, what an awesome template and plug in package you put together here -- there is really an endless amount of tweakable knobs which is great...HIGHLY customizable and I really love it!!  

I am having a few minor issues though that I would be so grateful for your help on...

The column pixel widths seem to be misaligned when I view the home page as well as any single page...however, when I click on a post to read that post the column widths seem to be just fine... any way I can modify the column widths of the "page" template to match that of the "post" template?  

Also, for the bread crumb links....   I want to change the text color for "Home" and the Category name to be the same color as the post title...  You can see an example of what I mean by going to http://instantfixpc.com/registry-mods/a-brief-history-of-the-windows-registry/.

Similarly if you look at the link above, how do I change the background and text color for the small bar in center column directly beneath the article title (where it notes the author, date, etc.)

Finally when I view the site in IE the center column seems slightly raised too high above the left and right column and even cuts into the bottom border of the header bar....how do I fix this?

I realize there are many questions here, so I am very appreciative of your patient support!

Thanks again for a great product...

- Dave

3:46 pm
February 12, 2008


Best WordPress Template

Admin

posts 77

Hi Dave, please follow the steps below for the best results :D

1. First of all, please check your email for the link to download the latest updated package =).

2. Please visit the copy blog to copy the setting of the template and plugins package at http://bestwordpresstemplate.com/copy/

*Notice: your "Contact Dave" page should have the slug "contact" or "contacts", which is discussed on the Copy Blog.

3. Regarding, the extra pixel on the sidebar, you have a BLANK "Adrotator" widget on the right sidebar, so either remove the blank widget or put some HTML banner ads in there to rotate for the space to 'not' be there.

4. I don't understand what you mean by "any way I can modify the column
widths of the "page" template to match that of the "post" template?".
By default, if you go to "Presentation => Sidebars" and change
the 'Left Sidebar Width' or 'Right Sidebar Width', it will change
throughout the blog/site -- unless you used the special 'Sales Page'
Wordpress Page Template.

5. To change the Bread Crumb "link" color, you will need to open up the respective style sheet that your blog is using, which by default should be "style.php". Then, scroll down to where it said


### BREAD-CRUMB ###

Find this line of code just under the above css comment:


.bread-crumb a:link, .bread-crumb a:visited {color:< ?php mint_menuValue('menuItemColor'); ?> ;}

Change this line to this:


.bread-crumb a:link, .bread-crumb a:visited {color:< ?php mint_entryValue('entryTitleColor'); ?>;}

*Note: there's a blank space between the < ?php. 

6. To change the background and text color of the 'Entry-Info' for notes of author, date and category, you need to change the following CSS code to what you like:

.entry-info{

border-bottom:1px solid #CCC;
border-top:none;
padding:0 7px;
font:12px Arial, Helvetica, sans-serif;
color:#888;
background:#efefef;
text-align:right;
}

7. Regarding the I.E., that's a 'small' bug in the Idiotic I.E. Currently, I haven't found an "I.E. hack" for the solution. There is a way to 'fix' this, but because for Search Engine Optimization, I want the main content to be always presented first (before the sidebars and comments), I can deal with the 'small' space rendering of I.E. *Note: if you have the 2 Image Adsense on the sidebar, which is wrapped in the class="Lsidebar" and "Rsidebar", the space should be very small in I.E.

<a href="#header">Top</a> Admin Mint Tree

3:50 pm
February 12, 2008


Best WordPress Template

Admin

posts 77

Also, I think I will add some options on the back-end to tweak the "Entry-Info".

<a href="#header">Top</a> Admin Mint Tree

11:13 am
February 14, 2008


smaxdot

New Member

posts 2

Hi -

Really apologize for the delay in getting back to you...thank you for your detailed response, it was a big help!  I didn't see the "Copy" blog before (somehow missed that),I will look at that in detail...

I added the "Contact" slug as you said...

Yes, I do AdRotator as the top widget in the sidebar and yes it's blank... honestly I can't figure out exactly where to paste in the HTML for the ads so I've since gone and disabled that plugin.  

I made the changes you specified to the bread crumb section of style.php....that did the trick!

Also made the entry-info changes...that didn't seem to change the category and author text color, but I figured out somewhere else in that file to change (I can't remember where right now - sorry) and fixed it..

And I agree -- I'll live with the slight visual bug in IE...  no big deal.  

Thanks again for a really nice template....  I have one feature request as well, but I'll post that in the appropriate forum.  ;)  Actually it's not really a feature request but a documentation request.  :)

Regards,

- Dave

--- 

Best WordPress Template said:

Hi Dave, please follow the steps below for the best results :D

1. First of all, please check your email for the link to download the latest updated package =).

2. Please visit the copy blog to copy the setting of the template and plugins package at http://bestwordpresstemplate.com/copy/

*Notice: your "Contact Dave" page should have the slug "contact" or "contacts", which is discussed on the Copy Blog.

3. Regarding, the extra pixel on the sidebar, you have a BLANK "Adrotator" widget on the right sidebar, so either remove the blank widget or put some HTML banner ads in there to rotate for the space to ‘not’ be there.

4. I don’t understand what you mean by "any way I can modify the column
widths of the "page" template to match that of the "post" template?".
By default, if you go to "Presentation => Sidebars" and change
the ‘Left Sidebar Width’ or ‘Right Sidebar Width’, it will change
throughout the blog/site — unless you used the special ‘Sales Page’
Wordpress Page Template.

5. To change the Bread Crumb "link" color, you will need to open up the respective style sheet that your blog is using, which by default should be "style.php". Then, scroll down to where it said


### BREAD-CRUMB ###

Find this line of code just under the above css comment:


.bread-crumb a:link, .bread-crumb a:visited {color:< ?php mint_menuValue(’menuItemColor’); ?> ;}

Change this line to this:


.bread-crumb a:link, .bread-crumb a:visited {color:< ?php mint_entryValue(’entryTitleColor’); ?>;}

*Note: there’s a blank space between the < ?php. 

6. To change the background and text color of the ‘Entry-Info’ for notes of author, date and category, you need to change the following CSS code to what you like:

.entry-info{

border-bottom:1px solid #CCC;
border-top:none;
padding:0 7px;
font:12px Arial, Helvetica, sans-serif;
color:#888;
background:#efefef;
text-align:right;
}

7. Regarding the I.E., that’s a ’small’ bug in the Idiotic I.E. Currently, I haven’t found an "I.E. hack" for the solution. There is a way to ‘fix’ this, but because for Search Engine Optimization, I want the main content to be always presented first (before the sidebars and comments), I can deal with the ’small’ space rendering of I.E. *Note: if you have the 2 Image Adsense on the sidebar, which is wrapped in the class="Lsidebar" and "Rsidebar", the space should be very small in I.E.


 

12:57 am
February 15, 2008


Best WordPress Template

Admin

posts 77

Hi Dave,

There are a lot to cover for the docs. So... what do you want me to cover first? 

SEO, Layout Config? ... Hmn, I think do a doc on different back end admin page in the order of "Mode > Layout > Header > Menu...SalesPage" will be good?

Anyway, let me hear your/others' thought on this. 

<a href="#header">Top</a> Admin Mint Tree


About the Best WordPress Template Blog forum

Most Users Ever Online: 14

Currently Online:
5 Guests

Currently Browsing this Topic:
1 Guest

Forum Stats:

Groups: 2
Forums: 5
Topics: 49
Posts: 185

Membership:

There are 181 Members
There have been 5 Guests

There is 1 Admin
There is 1 Moderator

Top Posters:

davisec52 - 62
DeeH - 9
7digital - 8
lucky8 - 2
smaxdot - 2
titanad - 2

Recent New Members: chen123, photo recovery, jencruz8787, robcortez1787, lixiaoyu

Administrators: Best WordPress Template (77 Posts)

Moderators: Best WordPress Template (77 Posts)



HELP & SUPPORT QUESTIONS

Please post all the support or any other questions in the forums.

Thank you!

P.S. For other support, please use the Ticket Support system (I usually do not do email support).
Latest Comments
chen123: Activity is the only timberland boots uk road to knowledge .A free timberland boot man obtains knowledge...
haber: very nice, but my website was done with joomla :( thanks
data: looks like a great idea, i’m looking for a widget enabled footer-sidebar, but i dont understand, does it...
mas: is is for wordpress 2.6 ? and whereis the download link? Thanks
Fahd Murtaza: Can’t find the link to download.