Shape 5

Wordpress Club Themes => Political - Club => : hardwicke August 05, 2011, 09:40:55 AM



: Shape 5 Political Theme WordPress
: hardwicke August 05, 2011, 09:40:55 AM
I have two questions:

1. How do I remove "comments off" on every page of my website?
2. How do I increase the width of the display of my drop down menus? Text seems to be floating off and not in the background.

Feel free to see this at www.bryanforrepresentative.com

Jason


: Re: Shape 5 Political Theme WordPress
: Tristan Rineer August 05, 2011, 04:03:19 PM
This should take care of the comments issue: http://www.shape5.com/component/option,com_smf/Itemid,75/topic,15211.msg64717/#msg64717

As for the menu widths, that theme really doesn't have an easy way to adjust those.  The easiest solution would be to shorten the titles of the menu items and have the long version of the title as a part of the page content.


: Re: Shape 5 Political Theme WordPress
: endiok August 19, 2011, 10:01:34 PM
just click the plug-in comment off on bottom of field text input. :)


: Re: Shape 5 Political Theme WordPress
: lucasr October 24, 2011, 06:18:53 PM
Hey Endiok,

Thank you very much!
But Could you explain again?
I didn?t get it yet . As you can see I am a beginner hehe.

I can see only those options:

" Allow comments."
and
" Allow trackbacks and pingbacks on this page."

But even though when I uncheck it the "comments off" keep appearing on my pages.


Thanks




: Re: Shape 5 Political Theme WordPress
: Tristan Rineer October 26, 2011, 05:22:45 PM
If you are sure you do not want the notification about comments to display anywhere on your site, you can add the following code to the end of style.css:

:
div.entry-utility {
    display: none;
}