My favorites | Sign in
Project Home Downloads Wiki Issues Source
Search
for
ConstructorFaq  
FAQ
Featured
Updated Aug 4, 2010 by AntonShe...@gmail.com

CSS hacks

What is CSS?

CSS is Cascading Style Sheets - read manual for beginners http://www.w3schools.com/css/, but you can use follows hacks w/out knowledge about CSS.

How can I remove the border around the post title?

.hentry .title {
    border:0 !important;
}

How can I use header image as clickable logo

  • Open "Header" tab on "Customize" page
  • Check "hide title by CSS" option

How do I remove/change the dotted line underneath the entry post title?

# remove line
.hentry .title a, .hentry .title span {
    border-bottom:0 !important;
}
# change to small black line
.hentry .title a, .hentry .title span {
    border-bottom:1px solid #000000 !important;
}

How do I remove the border between the sidebar and the content?

#container {
    border:0 !important;
}

How can I remove the border surrounding the whole post area? (so there are no borders around at all)

#wrapper {
    border:0 !important;
}

I'd like to remove the automatic color highlighting of the first letter in each paragraph. How do I do that?

.hentry .entry p:first-letter {
    color:black !important;
}

How do I remove the auto-indent at the beginning of the paragraph?

.hentry .entry p{
    text-indent:0px !important;
}

How can I remove the border around inserted photographs

.hentry .entry img {
    border-style: none !important;
}

How do I change the size of the font in the header menu?

#menu li a, #menu li span{
    font-size:1.2em;
}

How can I change font size for title (deprecated, use setting)

#header h1 {
    font-size: 2.0em !important; /* default */
}
#header h2 {
    font-size: 1.8em !important; /* default */
}

How can I hide title in header

#header h1 { /*title*/
    text-indent: -9999% !important;
}
#header h2 { /*description*/
    text-indent: -9999% !important;
}

How can I hide title in header, but leave link (deprecated, use setting)

#header h1 a{
    text-indent: -9999% !important;
    display:block;
}

How can I change style for footer line

/* Example from Black Urban Theme */
.hentry .footer {
   /* set height */
   height:64px !important;
   /* remove borders */
   border: 0;
   /* set background image - center by horizontally and top by vertically */
   background: url(barbed-wire.jpg) 50% top no-repeat;
}

How can I change style for navigation buttons

/* Example from Black Urban Theme */
.navigation div a{
    /* hide text */
    text-indent:-9999%;
    /* link should be block 80x72 px */
    display:block;
    width:80px;
    height:72px;
    /* margin left and right = 20px*/
    margin:0 20px;
}
.navigation .alignleft a{
    /* set image for background */
    background: url(prev.jpg) 0 0 no-repeat;
}
.navigation .alignright a{
    /* set image for background */
    background: url(next.jpg) 0 0 no-repeat;
}
Comment by notabra...@gmail.com, Jul 3, 2009

Has this theme been optimized for the search engines?

Comment by project member AntonShe...@gmail.com, Jul 21, 2009

I can say - yes. Yes, because Wordpress is optimized for SEO.

If some people say: "My theme is optimized for SEO" - this usually means theme has hardcoded tricks - this is a wrong way for optimization...

Write original content - that's the right way...

For SEO use permalinks, install "all in one seo pack" plugin (or any another SEO plugin for changing metadata).

Comment by mac_medi...@gmx.de, Oct 8, 2009

How do I change the size of the general text?

Comment by bcracchi...@gmail.com, Oct 8, 2009

When I resize my browser, the contents of the sidebars and main post body automatically shift to the center. How can I fix the content to be anchored to the left side so the content doesn't move if the browser window is enlarged?

Comment by M.Vlachy...@gmail.com, Oct 9, 2009

Hi, thanx for a great Theme! I have troubles with the header menu 1.i thinking to get rid of it completely - how? or at leastthe small dotted line at the beginning 2.is it possible to place widgets there? (links, text, skype plugin, etc...)

3.is it possible to get rid of the highlited area beneath the post title? thanks a lot!

Comment by M.Vlachy...@gmail.com, Oct 9, 2009

I forgot - i noticed the customize section gives the option "show top menu", but it's not possible to unclick it...

Comment by bcracchi...@gmail.com, Oct 9, 2009

@M.Vlachynsky,

below the "show top menu" option are two drop down menus. Inside those drop down menus I think you can disable the header menu (try disable pages, and disable categories).

hope that works for you.

Comment by lvol...@gmail.com, Oct 11, 2009

I noticed, that my site has an empty <title> tag. Can this be related to the constructor theme? Of course it is set in the blog preferences. Any ideas?

Comment by lvol...@gmail.com, Oct 11, 2009

I fixed it by including

<title><?php wp_title(''); ?> <?php bloginfo('name'); ?></title>

instead of the <title> tag in the header.php file. Maybe this should go into the plugin as a configurable option.

Comment by Frank.va...@gmail.com, Oct 12, 2009

Hi,

Why does IE8 keep reporting "Done, but with errors on the page" ?

I tried removing all my widgets, HTML validates, I suspect it has to do with js/constructor.js?

Comment by Frank.va...@gmail.com, Oct 12, 2009

Found the solution to my problem:

wp-content/plugins/wordpress-flickr-manager/js/wfm-lightbox.php?ver=2.8.4'

Bad js in some plugin that I now removed.

Great theme, looks even better without that ugly yellow triangle!

Comment by M.Vlachy...@gmail.com, Oct 12, 2009

@bcracchi it doesn't work, because the frame itself remains. anyway i decided to leave it there, i would just like to fill it with different color... anyway thanks for help!

Comment by nicolas....@gmail.com, Oct 13, 2009

hi,

what is the difference between "homepage" and "index" in the config of the layout?

thank you!

Nicolas

Comment by petersen...@gmail.com, Oct 13, 2009

I am attempting to remove the bubble image that is automatically placed at the bottom of each post on the Lime Constructor. Unfortunately, I cannot find it anywhere... Could you please tell me where I can find place to remove that image permanently? Thanks in advance.

Comment by hydro...@gmail.com, Oct 14, 2009

themes/lime/line.png

Comment by thomas.k...@getmail.no, Oct 15, 2009

How do you change HOME in the main menu?

Comment by TMonta...@MPAmedia.com, Oct 15, 2009

How do I show the user name as a link for all posts/comments?

Comment by Y.Lopans...@gmail.com, Oct 21, 2009

Здравствуйте, не могли бы подсказать, как поменять цвет отдельно бокового меню и верхнего меню (заголовок), нужна темная тема с синим заголовком и белым боковым меню, если если боковое меню и можно сделать поставив там фоном рисунок повторяющийся, то как быть с верхним меню (заголовком)?

Comment by Y.Lopans...@gmail.com, Oct 21, 2009

Еще бы хотелось спросить, как вместо текстового заголовка поставить картинку, или если это не возможно, поменять цвет первой буквы заголовка?

gamerdaily.org

Comment by project member AntonShe...@gmail.com, Oct 22, 2009

@Y.Lopanskiy Для картинки - вставьте картинку в шапку (в настройках темы), а в CSS пропишите: #header h1, #header h2 {text-indent:-99999px}

Для изменения цвета меню - так же стоит менять CSS темы, я просто не совсем понял что, менять - поэтому и не пишу CSS

Comment by project member AntonShe...@gmail.com, Oct 22, 2009

@TMontague@MPAmedia.com For enable link to author page - open tab "Content" and check "Show author link"

Constructor using the_author_posts_link function for generate this is link.

Comment by project member AntonShe...@gmail.com, Oct 22, 2009

@bcracchiola@yahoo.com What version of Constructor, what browser? Post link to your blog.

Comment by project member AntonShe...@gmail.com, Oct 22, 2009

@M.Vlachynsky I added widget support in 0.6.3 version, please wait update

Comment by project member AntonShe...@gmail.com, Oct 22, 2009

@petersen.victoria Open CSS tab and remove next code

.hentry .footer .line {
	height:64px;
	background: url(line.png) 50% top no-repeat
}
Comment by leslimor...@gmail.com, Oct 22, 2009

How can I delete the barbed wire at the end of each post on the Black Urban version? Thanks!

Also - I can't seem to link to an external web page. I enter the a href code, but it will not redirect to an outside page - only internal. Is this a problem that you can help with or is this a wordpress problem?

Comment by project member AntonShe...@gmail.com, Oct 23, 2009

@leslimorris Remove next code from CSS (see CSS tab)

.hentry .footer .line {
   height:64px !important;
   border: 0;
   background: url(barbed-wire.jpg) 50% top no-repeat;
}

About links - send URL to your blog.

Comment by MsLesliM...@gmail.com, Oct 23, 2009

My URL is www.thestepfordchild.com

The post I have been testing is: Protected: URL test

You'll have to enter a password - which is: test

It is as though it won't redirect out of my website.

Thanks for the help!

Comment by leslimor...@gmail.com, Oct 23, 2009

The Link issue has been resolved. Apparently one of my plugins was causing the problem. Thanks!

Comment by xte...@gmail.com, Oct 24, 2009

The favicon doesn't seem to work. I see it when I open my WordPress? dashboard, but not when I view the actual blog site.

Comment by brianlyn...@gmail.com, Oct 25, 2009

I can't get Blogroll to show up on Lime. How do I do that?

Comment by theriles...@gmail.com, Oct 28, 2009

I'm sure there's a simple solution in the CSS but I don't want to mess it up - wondering how to shorten the width of the header so that my blog title drops onto two lines (two-word title) but that the header remains in line with the container (I have it on the left)?

Comment by ghpvi...@gmail.com, Oct 29, 2009

How can I replace the Constructor logo image in the header?

Comment by Railean....@gmail.com, Oct 30, 2009

how i can edit the theme without activating it? in the preview, cliking "settings page" i get the message "You do not have sufficient permissions to access this page." I am the only user on my blog...

I really wshed there is the possibility to customize this great theme before activating it :)

Comment by project member AntonShe...@gmail.com, Oct 30, 2009

You can change theme options in wp-content/themes/constructor/THEME_NAME/config.php (if you have access)

Comment by bonnie.o...@gmail.com, Nov 3, 2009

Is it possible to change the Home/Index to a page and have the posts posted to a Blog page. Basically I want an intro page when someone first visits the site and for the blog posts to be selected via another page.

Comment by proshepr...@gmail.com, Nov 3, 2009

Антон, подскажи как поменять шрифт в горизонтальном меню. Весь СSS уже перелопатил и не могу найти где это делается. А то уж очень маленький шрифт получается

Comment by stefanie...@gmail.com, Nov 5, 2009

Hi. Non-CSS understander here. It's great that you list the instructions above (like removing the dotted underline in the post title), but I don't understand how to implement these changes in the CSS style sheet. Do I delete something, or just add these somewhere? Where?

Comment by richard....@gmail.com, Nov 10, 2009

Hi, thanks for a great theme! I've been looking for a way to increase the spacing between paragraphs. I found this code snippet: p {margin-bottom: XYpx;} and pasted it into the CSS area under "Customize Theme" but it doesn't work. Can anyone help me out?

Comment by project member AntonShe...@gmail.com, Nov 10, 2009

@prosheprostogo Используй:

.sidebar {
    font-size:1.4em !important;
}
Comment by project member AntonShe...@gmail.com, Nov 10, 2009

@stefanie.pepping Open CSS tab on Themes/Customize page and write code here...

Comment by project member AntonShe...@gmail.com, Nov 10, 2009

@richard.topgaard Write following code on CSS tab:

.hentry .entry p {
    margin-bottom:8px !important;
}
Comment by digital...@gmail.com, Nov 12, 2009

Hi, Thanks for this GREAT theme in the first place. I would like to know how I can remove the border lines of the table. My tables are already set to border="0" but the Construtor theme still show border lines of the tables. Moreover, how could I change the settings (e.g. width and height) of the Navigation Menu? Your help is much appreciated. Thank you!

Comment by lancemac...@gmail.com, Nov 15, 2009

Anton, thank you very much for the work you've done. I deeply appreciate it.

I'd like to second what Bonnie asked because I have the same question...

Comment by bonnie.o.wong, Nov 03, 2009 Is it possible to change the Home/Index to a page and have the posts posted to a Blog page. Basically I want an intro page when someone first visits the site and for the blog posts to be selected via another page.

..I'm playing around trying to find a way to 'switch' the home page, but I've yet to find it. Any ideas? I assume it's in the CSS somewhere.

Comment by project member AntonShe...@gmail.com, Nov 16, 2009

@digitalbun Navigation menu don't has width and height settings - but you can change it with CSS:

#header-links {
    width:600px !important;
    height:25px !important;
}
#header-links ul, #header-links li {
    height:25px !important;
}
#header-links li a, #header-links li span{
    height:25px !important;
    line-height:25px !important;
}

For remove table borders:

tr, td {
   border-width:0 !important;
}
Comment by theriles...@gmail.com, Nov 18, 2009

Hi Anton! I had a question earlier that I managed to figure out.. but I have another query - how do I change the colour of the drop-down navigation on the header menu? It's currently brown and highlights white, I'd just like it to be white. Could you tell me where to look for the code? www.sparksphotographers.com/blog

Comment by project member AntonShe...@gmail.com, Nov 18, 2009

@lancemacmillan and @bonnie.o.wong I'm not sure I understand you, because I know feature WP -> Settings/Reading where you can set "Front page displays"

Comment by project member AntonShe...@gmail.com, Nov 18, 2009

@therilesyouknow You should be change brown color to any other on "Color" tab - "Background Color", but I'm sure you want leave it for body background - use "CSS" tab:

body, a {
color:#5C4B43 !important;
}
Comment by raybr...@gmail.com, Nov 22, 2009

How do i move my image down so it doesnt go into the navigation bar OR shorten the navigation bar? laineamp.com THANKS

Comment by theriles...@gmail.com, Nov 23, 2009

@AntonShevchuk? - I do want to leave it for the body background ;) Not sure I know what to do with this code - do I drop it into the CSS file or replace the existing code?

Comment by IanKnock...@gmail.com, Nov 24, 2009

Anton,

first of all, brilliant job on an excellent theme. I have a few queries though that you or others maybe able to help with.

1. How do you remove the grey box that surrounds the 'page title' that appears on a page above the text?

2. I can't get the slideshow to work despite filling in the value box. It works with Nextgen plugin but not on its own. Any ideas?

3. Is it possible to remove the 'date, edit, comments ' line at the bottom of every page and the 'comments are closed' line also at the bottom?

My knowledge of CSS is limited to knowing what it actually stands for! An explanation in real easy terms would be very, very useful.

Excellent work and well done,

thanks

ian

Comment by IanKnock...@gmail.com, Nov 27, 2009

Okay so I'm still trying to work it all out but in the meantime. For Bonnie o Wong, check this out http://codex.wordpress.org/Creating_a_Static_Front_Page

does the trick and I've got it working a treat.

Like'therilesyouknow' I too want to leave the background the same colour. Then the drop menus a different colour. Thats what I really need help with.

Comment by IanKnock...@gmail.com, Nov 27, 2009

Rock a doodle doo, I've sussed it for the dropdowns.

Instead of monkeying with loads of code I don't understand. Just create a massive one coloured background image the same colour you would have used for the background colour.

Upload that in the images section of constructor and save as background image.

Then change the background image colour to what you want the drop menu to be... Voila...

Comment by IanKnock...@gmail.com, Nov 27, 2009

Right then, only going to give this a few more plays then moving onto another theme. Only so much time to spend dabbling.

1. How do you remove the grey oblong box that is at the top of the pages around the titles?

2. Any ideas how to make the header text 'wider' so you can drop the text size down, but not make it jumbled?

cheers,

Comment by mattc...@gmail.com, Nov 30, 2009

I am wondering how to change the title of the page from all caps to undercase.

Comment by annace...@gmail.com, Dec 1, 2009

Hi, first of all, thanks for a great theme that works brilliantly and removes the need for almost all back-end php coding.

I have just got everything working really well, and checked it on IE (I work in Chrome) only to find that the drop down menus in the header do not work properly in IE. They are all different sizes and you cannot choose any that are further down than the bottom of the header image. This is such a shame as it looks so great in Chrome. The fonts don't look as nice in IE either but that's a minor gripe. I hate Internet Explorer!!

Thanks again for any help you can offer on this issue as I do not want to have to use a different theme. x

Comment by Rashel...@gmail.com, Dec 3, 2009

Was wondering if there was a way to increase the width of widgets in the "footer" widget box. I don't want to change the width in the sidebars to the right or left of the post content. Thanks for any help!

Comment by Rashel...@gmail.com, Dec 3, 2009

Got it! It was a super easy CSS fix to

#footer div {
    width:200px;
    float:left;
    margin: 0 0 12px 0
}

where I changed the width from 200 to the size I needed.

I love that all I needed to do was copy the code to the CSS tab and change the #. Makes life a lot easier.

Thanks much for this super awesome, super flexible theme.

Comment by IanKnock...@gmail.com, Dec 3, 2009

Does anyone know how to get ride of the grey boxes around the page / post title please?

Comment by sofitch...@gmail.com, Dec 3, 2009

Hi, Thanks for the awesome theme. I have a question, somehow I lost my comment section after each post. How do I get that back?

Thanks

Comment by IanKnock...@gmail.com, Dec 4, 2009

Please, please , please guys and girls. Does anyone know how to remove the grey box border around the post and page titles???

thank you

Comment by IanKnock...@gmail.com, Dec 4, 2009

Ha ha ha ha ha ha. I've sussed it again!!! Delete until found!!

Comment by postmas...@anelloverde.org, Dec 4, 2009

good job! I use this fantastic theme for my site. But how can I do to exclude some pages from the top menu? In the header file I can't find "wp_list_pages" and in the widget section called "header" I'm not able to exclude, please any one help me??

Comment by Rashel...@gmail.com, Dec 4, 2009

to remove the grey box around post/page titles add this code to the CSS area

.hentry .title {
    border:0 !important;
}
Comment by Rashel...@gmail.com, Dec 4, 2009

How would I change the color of the Title so that it is different from the color of the overall site text & menu links?

Comment by digital...@gmail.com, Dec 9, 2009

Hi Anton,

Thanks for your last reply.

Now, I have the same problem raised by Annacepia on Dec 1. My friends (customers) are using IE 7 (or even 6) and they found that the dropdown menu is not working properly just as Annacepia descriped.

Me too, I found the Constructor theme awesome and don't wanna change to another theme. Please help. Thanks a million!!!

Comment by suzannec...@gmail.com, Dec 12, 2009

just wanted to drop in and let you know how much i love working with your theme. the options for customization are terrific, and you've helped a non-code-monkey to create a polished (i think) and unique site that does not appear "canned" or generic. THANK YOU!

Comment by eves...@gmail.com, Dec 15, 2009

Hey! Much respect for developing this theme! My problem:

How do I change the alignement of sidebar widgets? (I wish to align center)

How do I change the font size for sidebar Titles?

Thank You! You're the greatest!

Comment by project member AntonShe...@gmail.com, Dec 15, 2009

Oh, many questions... @evestus:

.sidebar li {
    text-align:center;
}

.sidebar h3 {
    font-size:16px;
}

@digitalbun: drop-down menu fixed in last version

@RashellR1?: for change header title color use Customize function see Header tab, for change title color in posts use follow code:

.title h2 {
    color: red
}
Comment by project member AntonShe...@gmail.com, Dec 15, 2009

People, please post URL to your blog on page http://code.google.com/p/wp-constructor/wiki/ConstructorExamples

Comment by digital...@gmail.com, Dec 16, 2009

Hi Anton, I've just upgrade to 0.6.8 but problem still exists in IE6. Whenever the mouse is over the sub-menu below the background image (or the title of the first post), the menu retreat immediately. Thanks anyway.

Comment by digital...@gmail.com, Dec 16, 2009

My site is www.hkibim.org

Comment by jbettenc...@gmail.com, Dec 27, 2009

http://www.llamadreams.com

I'm trying to figure out how to make the fonts bigger in the header/navigation. What part of the CSS do I edit to make the font bigger?

Comment by david.r...@raleighross.com, Dec 31, 2009

Can I reduce the overall width of the pages so more people with small displays can see my blog? I've reduced the widths of the settings for container and sidebar sizes but don't see an option to reduce overall width.

Comment by spirits...@gmail.com, Jan 3, 2010

First, GREAT THEME!!!!

Unfortunately I'm having some issue with the archive template: (http://www.innovativechanges.org/date/2009/ and other such date-based links)

The first issue was that if the original post had an image, it would appear in the archives page but at the very top left, so the title of the post was over the image, often making the title unreadable. I did a quick but not elegant fix for this by moving the image down 65 pixels (.title .thumbnail) in the CSS; this works when the post title takes up two lines of space. Is there a way I can make the image automatically appear below the title, regardless of how many lines the title takes up?

The second issue is that there is no content of the post on the archives page... is there a way to add this, so that the first paragraph or two of the posts appears in the archive page?

Thanks for any help. I have moderate knowledge of CSS and feel fine editing it. -Seth

Comment by jasondav...@gmail.com, Jan 10, 2010

I have enjoyed using Constructor for a new site I am working on. But I've run into a strange situation. I can't disable the top header menu with the search bar. I know where to do it, (customize theme>header>uncheck "show top menu"), but it won't save my change. I save, I navigate to somewhere else in the dashboard and then I come back to it and it's at the default setting (on) again. What could I possibly have setup wrong? Any ideas?

Comment by amy...@gmail.com, Jan 11, 2010

Hi, I love this Theme -- many thanks -- but haven't seen an answer as a) how to get the title to appear in upper and lower case, rather than block capital letters and b) how to make the font-size for regularly entries slightly larger (old eyes here).

(with a long domain name like mine, block caps make it look longer -- thank you!)

Comment by TarikAbo...@gmail.com, Jan 11, 2010

Awesome theme. One question. How can I get a little empty space between the box around a post title and the body of a post?

www.hardcoretetmusic.com

Comment by enzo...@gmail.com, Jan 21, 2010

Hello first of all, thank you excellent theme. I have a querie though that you or others maybe able to help with.

Is it possible to remove the 'date, edit, comments' line at the bottom of each page ( and the 'comments are closed' line also at the bottom?

In advance I thank you for your help. enzo

Comment by project member AntonShe...@gmail.com, Jan 21, 2010

@enzogoo: You can hide it with CSS:

.hentry .footer .links{
    display:none;
}
Comment by enzo...@gmail.com, Jan 21, 2010

Hello Anton, Thank you, I just tried and this do not work?

in the Constructor CSS, there is 2 x ".hentry .footer..." 1. is >>>> .hentry .footer {

clear:both
} 2. is >>>> .hentry .footer .line {

}

>>>>>> I tried twice, firt adding your code to the existant one = nothing seccond, addind your code at the place of the 2 originals = nothing? Thanks

Comment by enzo...@gmail.com, Jan 21, 2010

@Anton: I tried puting the code at the end after the 2 other ".hentry .footer" and IT WORK! Thanks...

>>>But there is still one box there in the middle with "comments are closed" How can I remove this one??

Comment by iamlaur...@gmail.com, Jan 21, 2010

Hi Anton!

Really appreciate the theme! Question:

Was wondering if there is a way to make the background of the Sidebar transparent so the logo in my header can show through. I would rather not resize the logo if at all possible.

Thanks! www.atelierdelmundo.com

Comment by iamlaur...@gmail.com, Jan 22, 2010

Also, is there a way to replace the "Page" and "Category" headings in the sidebar with images?

Thanks!

Comment by gfknopev...@gfk.com, Jan 24, 2010

I am trying to remove the orange dotted line under the title but cannot find the code you mentioned above in the style sheet. Has this changed? or am I looking in the wrong place?

Thanks

Comment by jonbock...@gmail.com, Jan 24, 2010

Anton - Please advise an amateur how to edit the theme style sheet to change the font size of text posts and sidebar text (not headings). The Constructor FAQ page has several similar questions but no clear answer. Please help a new fan so I can launch a new blog. Thanks.

Comment by brian.ch...@gmail.com, Jan 26, 2010

Anton - Great theme. Two questions:

1) I am trying to reduce the amount of space between the headings in the sidebar and the list underneath the header. For instance, if the header is "Links", I'm looking to reduce the amount of space between the word "Links" and the first link in the list. I've fooled around endlessly (but carefully) with the stylesheet, but can't seem to figure this one out.

2) I have Admin and Recent Posts widgets in my sidebar. They have randomly started to display with little dots next to them, in some sort of list format. Have no idea how this happened. Wondering how I would remove theses dots. Thanks.

Comment by brian.ch...@gmail.com, Jan 27, 2010

To follow up on my second question. The dots and list format started to happen once I placed some ads in the sidebar, and it has only gotten worse. To recap, in my sidebar I have a Categories, Recent Posts, Admin, Calendar, and Archives widget. I have begun placing ads between these widgets. The ads display fine, but now the other widgets have dots next to either the header, underlying list, or both.

Comment by brian.ch...@gmail.com, Jan 27, 2010

Wow. Sorry for the multiple posts. The moment after I posted my last comment, I played around with my problem a little bit more. The dots only appear when I add top padding to the ads I placed in the sidebar with the following code:

<div style="padding-top:20px; ">

When I take that away, the dots disappear. However, I would prefer to have the top padding on the ads, so I am hoping to find out how I can make it work. Thanks.

Comment by modes.of...@gmail.com, Jan 27, 2010

Hi Anton How do i completely remove the comments function? or at least make it invisible (ie not just closing for comments, but removing the option of making comments completely.

I'm using the default theme.

thanks v much

Comment by modes.of...@gmail.com, Jan 27, 2010

took some time to read above posts and found the answer!

Comment by i...@mindfulenterprises.com, Jan 31, 2010

jbock...@bockianlaw.com - I was able to do this by increasing the font-size value in style.css .hentry .entry {

font-size:1.4em; line-height:1.6em; padding:0 4px;
}

Comment by i...@mindfulenterprises.com, Jan 31, 2010

This is a great theme, thanks for the hard work. I am also looking for what has been asked by bonnie.o.wong and lancemacmillan. Is it possible to create a menu item with blog functionality apart from the home page?

Comment by tytythom...@gmail.com, Feb 2, 2010

Hi there, I love this theme, but I have multiple authors on my blog and would like to add a byline with the date and time onto each post on the main page...I figured out how to do it on a single post, but am lost beyond that. Any help is appreciated! www.realgirlswatchsports.com

Comment by jll...@symhome.net, Feb 2, 2010

I love the theme. However I am having difficulty utilizing multiple sidebars. I am using the 2 column layout. But I have created a static front page, then the regular blog. However I want the static front page to have a different sidebar than the blog page.

What is the best way to do this?

Comment by pili...@gmail.com, Feb 3, 2010

Love this theme - thanks so much for putting it together, Anton and making it so flexible. I have question about modifying the header image position. I'm using "center, right" positioning on the Image tab, but I'd like to also move the image down a bit so instead of the "background-position-y: 50%; " that gets set now via some code, I'd like to have "background-position-y: 80%;" instead. I don't see where in the css this is set, so I don't see where to change it. Currently, I'm padding the top of my image with some whitespace as a workaround, but I'd rather just change the background-position-y setting if possible. The header you can see on the site http://bbinbz.clfotonline.com/ is padded at the top; without the padding, the image is too high up and runs over the menu at the top. Thanks.

Comment by jghami...@gmail.com, Feb 5, 2010

Great theme,

I have a question: what image types (.png, .jpg etc) are supported for the header images and background images? I'm trying to do an image with transparency in photoshop as the header image in a .tff or other format. www.mediatedmedia.com

Comment by AKri...@gmail.com, Feb 10, 2010

Love the theme, thank you so much. How do you change the color of the links within a post?

Comment by AKri...@gmail.com, Feb 11, 2010

and my URL is www.minimalexpertise.com

Comment by ospre...@gmail.com, Feb 11, 2010

I love this theme, it gives great flexibility.

Can I ask how I can modify the CSS so that my title appear in lower case only?

Thanks!

Comment by Sucar.As...@gmail.com, Feb 12, 2010

Hi! Your theme is great, very usefull! I need a little help, I want to remove the little image in the footer, a little tractor that doesn't have really much relation with my site. How can I do that?

Thank you very much

Comment by project member AntonShe...@gmail.com, Feb 13, 2010

@jghamilto: Support all images types, but for web using PNG, GIF, JPG is more preferable

@AKrizel: Use CSS: .hentry .entry a {

color:red;
}

@Sucar.Asociados Got to "Customize" page, open "Images" tab, scroll to "Footer Image", click clear and save

Comment by Brandon....@gmail.com, Feb 14, 2010

awesome theme. Thanks Anton!

one quick question about the slideshow that I haven't found an answer to...

I created a slideshow header for my site at http://www.30daygmat.com/3DGS_wp/ and it works great. I have another domain 30daygmatsuccess.com that's parked to 30daygmat.com. When I try to access the slideshow from this domain, it does not show up. (see http://www.30daygmatsuccess.com/3DGS_wp/) I tried changing the URL of thumb-slideshow to use this domain (30daygmatsuccess) but still didn't work.

Not sure how to fix this. Any help would be great! Thanks!

Comment by project member AntonShe...@gmail.com, Feb 15, 2010

@Brandon.Wu.com I see strange JavaScript? code in your post, try to remove it...

Comment by Brandon....@gmail.com, Feb 15, 2010

Thank you for the quick response! Are you talking about the javascript related to NextGen??-Gallery? That's the only other plug-in I've added to this besides the theme.

Also I've found that if I change the URL of the site in the wordpress setting to 30daygmatsuccess.com than it works for 30daygmatsuccess.com but no longer working for 30daygmat.com. I can only get it to work for one of the domains but not both at the same time...

Thanks!

Comment by AKri...@gmail.com, Feb 16, 2010

Thanks for your help. I have further questions: How do I get the links to open in a new tab, instead of the existing window? Also, how can I make the categories separate menu items in the header, not part of a drop down?

Comment by jay.coxc...@gmail.com, Feb 18, 2010

Great theme. I am also hoping to make the sidebar transparent or a different color, similar to iamlaurens above.

Thanks!

Comment by D4m...@gmail.com, Feb 18, 2010

hello, very nice theme indeed, fully customable, except one thing i cant figure out , how can i center the #header-links elements in the top header menu, i have free space on the right, and none on the left, i guess it has something to do with : #header-links li {

float: left; position:relative;

but i've tried many things like sticking some "margin:0 auto!important" everywhere, can't find a way to align these elements. Thanks for the excellent work anyways

Comment by f2cambo...@gmail.com, Mar 3, 2010

hello, very nice theme for building a website. There's one thing i want to do and i don't know how to...Just to display the categories in the header, and display the posts of each one of these as a dropdown menu...

I began to look in appearance>customization to try different things, but i think there's something to do in the main.php file between the 185 and 193 line. But i don't know how to "call" the posts in to make them appear as a dropdown menu.

Thx to anyone for your help !

Comment by MiaSa...@gmail.com, Mar 7, 2010

I know how to hide all comments, but is there a way to hide the "no comments, comments are closed" thing only on posts that I've disabled comments for?

I'd really appreciate the help, I'm going crazy trying to figure it out :P

Comment by susan_bo...@hotmail.com, Mar 10, 2010

Great theme, thank you Anton! Just one question - How do I change the size of the font in the header menu?

Comment by danapark...@gmail.com, Mar 12, 2010

Hi there, my question has to do with something that seems fairly simple. In the default theme, I would like to make it so that page and post text has a larger font and is full-justified. I already saw, above, how to take out the auto-indent feature. Any suggestions? I can't find in the 3 css files (in the theme customizer and in the editor (css.php and style.css).

elenacoen@gmail.com

Comment by jll...@symhome.net, Mar 13, 2010

I am trying to get multiple widgitized sidebars within the theme. I have done everything the online forums have asked of me. However the get_sidebar command for the theme is throwing everything off. Why is constructor in the get_sidebar command?

<?php get_constructor_sidebar('home'); ?>

When I remove the constructor from the template the side bar disappears. And just adding 'home' to call the sidebar-home.php file does not work. I have to use the INCLUDE command. Which calls the correct sidebar, however the sidebar shows up in the footer.

Any ideas on how I can get the sidebar to show in the correct location?

Comment by jll...@symhome.net, Mar 13, 2010

I posted a more detailed description on the wordpress support forums. http://wordpress.org/support/topic/375617?replies=3

Comment by project member AntonShe...@gmail.com, Mar 14, 2010

@MiaSalen? Open file single.php (for posts) or page.php (for pages) and change line

<?php comments_popup_link(__('No Comments &#187;', 'constructor'), __('1 Comment &#187;', 'constructor'), __('% Comments &#187;', 'constructor'), '', __('Comments Closed', 'constructor') ); ?>

To next (change only last option - text for closed)

<?php comments_popup_link(__('No Comments &#187;', 'constructor'), __('1 Comment &#187;', 'constructor'), __('% Comments &#187;', 'constructor'), '', '' ); ?>

@susan_bonnici

#header-links a {
    font-size: 10px !important; /* 10px is default */
}

@danaparkinson

/*all posts and pages*/
#posts {
    font-size:1.2em
}
/*sidebars*/
.sidebar {
    font-size:1.2em
}
Comment by project member AntonShe...@gmail.com, Mar 14, 2010

@D4m4ge You should be have fixed size of header menu and write next CSS rule:

#header-links {
    width:600px !important;
    margin: 0 auto !important;
}
Comment by JonSa...@gmail.com, Mar 17, 2010

Thought there might be an easier way to to do it... Just deleted all the code regarding comments on page.php That worked of course... Thanks, Constructor rocks!

Comment by jll...@symhome.net, Mar 22, 2010

When creating a new template file, is there a way we can get it to show up under the Customize Layout screen to have it show up along with Homepage, archive, search, etc. I am trying to create an additional page using the tile layout, however the rest of the site utilizes the list or default layout? Or how would I get my new template file to display tiles?

Comment by scottinh...@gmail.com, Mar 22, 2010

I've added the above code for removing the dotted line under the title, but it still appears.

Comment by project member AntonShe...@gmail.com, Mar 23, 2010

@jlloyd Oh, i do it in new version please wait, docs already done - see here http://code.google.com/p/wp-constructor/wiki/ConstructorLayouts

@scottinhawaii Pls, post link to your blog

Comment by daveplat...@gmail.com, Mar 23, 2010

Hi there. Thanks for the great theme, Anton. This is my first time with Wordpress or anything like it. May I ask, how do I remove the image of the bricks on the right side of the header in the default theme?

Thanks for your help! dave

Comment by project member AntonShe...@gmail.com, Mar 24, 2010

@daveplatter Open images tab on customize page and click to "clear" for Background image, and save changes

Comment by philouma...@gmail.com, Mar 24, 2010

Thanks a lot for this gem! I'm happy I donated for this effort.

I have a problem saving a theme. When I click "save theme" it changes theme folder permissions to 666 and therefore cannot write additional files (images, ...), I lost MANY trials on this one! A clue?

Comment by project member AntonShe...@gmail.com, Mar 24, 2010

@Manzono - please read my answer on issue http://code.google.com/p/wp-constructor/issues/detail?id=71

Comment by taniaisn...@gmail.com, Mar 24, 2010

How can I centre the header pages?

Comment by davidkin...@gmail.com, Mar 26, 2010

I'm sorry, I'm being very dim, but these just don't seem to work for me. I add the relevant code to the CSS tab, and save it, and nothing at all changes?

Comment by davidkin...@gmail.com, Mar 26, 2010

(I've been trying the dotted-line removals listed.)

Comment by daveplat...@gmail.com, Mar 26, 2010

Anton, thanks for your answer. That was very helpful.

Comment by daveplat...@gmail.com, Mar 26, 2010

Anton, I also just wanted to say that I've donated to support your work. Thanks again.

Comment by davidkin...@gmail.com, Mar 28, 2010

As an update, the dotted-line removal code worked when I deleted the "# change to small black line", line.

The code to remove the border from photos doesn't seem to be doing much. .hentry .entry img {

border-style: none !important;
}

Any ideas?

Thank you so much for all your work.

Comment by JonSa...@gmail.com, Mar 30, 2010

I tried using the below CSS fix so that my menu fixes to the right and not to the left... What do I need to change below to create a menu that sticks to the right side?

@D4m4ge You should be have fixed size of header menu and write next CSS rule:

#header-links {

width:600px !important; margin: 0 auto !important;
}

Comment by JonSa...@gmail.com, Mar 30, 2010

little bit of futzing and found that this works: #header-links {

padding-left:370px !important;
}

Comment by davidkin...@gmail.com, Mar 31, 2010

@ Anton

The date overlaps with post headings, as seen here: http://ukcpsychedelics.co.uk/. Any ideas how to solve this? Many thanks.

Comment by wspi...@gmail.com, Apr 1, 2010

Hi, I've followed your examples to remove the borders

#container {

border:0 !important;
}

and

#wrapper {

border:0 !important;
}

I've also tried putting the bracketed code in various other places, but still there are borders around the post, and the (sidebars+container) area... any suggestions?

www.cerebralfootballer.com

Comment by wspi...@gmail.com, Apr 1, 2010

Got rid of the one around the post by adding a separate hentry .title{ border: 0 !important}...

Still the main one to get rid of...

Thanks for the theme too!

Comment by wspi...@gmail.com, Apr 1, 2010

davidking.marketing,

adjust the "top field" to move date higher? list .date {

position:absolute; top:10px; / reduce to make higher / right:12px;
font-size:1.2em; font-weight:600;
}

Comment by wspi...@gmail.com, Apr 1, 2010

davidking.marketing,

or adjust the right margin of the title post:

.list .title {

padding:8px 0 8px 12px; margin-right: 100px !important; / added - might need to be more than 100p/ margin:0
}

Comment by fonkelho...@gmail.com, Apr 2, 2010

First of al, wonderful theme! I've got one problem with the header menu though. I don't want the background of the header menu to have opacity but be a solid color instead. But I can't find the opacity code anywhere! Does anybody know how to fix this?

Comment by davidkin...@gmail.com, Apr 3, 2010

@ wspicer

Cheers for the help, the former method worked out fine.

Comment by lturika, Apr 7, 2010

Hello community! How to ad a comment box showing number of comments right under the post on the front page? Thanks. Site: http://esecretsonline.com

Comment by Hulk...@gmail.com, Apr 11, 2010

1) how can i change the background image of the post title and the categories widget

2) how do i change the color of comments link in an indivisual post, like example i want the comment link in every post to appear green color instead the default grey ...

thanks

Comment by estoyano...@gmail.com, Apr 12, 2010

How To Delete Home Page?!Thank you!

Comment by project member AntonShe...@gmail.com, Apr 12, 2010

@Hulk4u2 1. You should be use CSS, see example in Naruto theme (http://code.google.com/p/wp-constructor/downloads/list?can=3&q=naruto) 2. I added new class for this is link in new 0.9.5 version

@estoyanovvd1958 Go to customize page, open "header" tab, uncheck option Home page in top menu

Comment by estoyano...@gmail.com, Apr 12, 2010

Thank you, Anton!!!

Comment by johany.d...@gmail.com, Apr 12, 2010

Hi ! Is it possible to only see the excerpt instead of the entire content? The general option isn't working. Is there a file to edit? Thank you :)

Comment by mikewmar...@gmail.com, Apr 13, 2010

hey to all wondering if someone can help me. i chose the orange theme and in my posts on the home screen i am able to separate the post with shadows borders the boxes, etc... but can't do this on the other pages like point guard course.

my site is http://www.pointguardsworld.com/blog

thanks in advance

Comment by pdren...@gmail.com, Apr 14, 2010

Hi Anton, Great theme!

Couple of questions: 1. how can I reduce the width of the whole page? - I have no sidebar, just one very wide content section

2. how can I delete the date, edit and 'comments closed' fields in the posts

Thanks

Comment by lavieros...@gmail.com, Apr 16, 2010

Hi, when I add facebook fanpage widget to the sidebar, it did not show the fanpage window,but only text word: http://internationalfriendly.com on Facebook

Comment by rosinali...@gmail.com, Apr 18, 2010

What a carefully put together theme. Thank you. If I can solve one larger issue, I will keep it and make a donation.

Under customize it's possible to change color schemes and fonts, but is there a way to turn this off, so I could handle it myself via css? I use the Typekit plugin, and there's no way for me to access those fonts via your customization panel.

It would be much simpler if all the css were together in one css file. Any way to do this? And thanks again.

Comment by hagah...@gmail.com, Apr 19, 2010

Hi Anton, great theme. Two questins. Is the a way to make the images on the attachment pages larger? 2,- My site works in firefox and safari. When i went to check it in I.E. the menu bar is not the same and art work in the header wrapper is not there. any clue?

Comment by Hulk...@gmail.com, Apr 23, 2010

Anton , thanks for the reply but i am using the Anonymous theme and the comment link seem to be too small and literally invisible , i want to make it either bold or change it to some other color , could please list the exact CSS code bcos i am not so good in css , and could you please also list how can i add a background image to the widget Example the add diagnal lines to categories.

thanks

Comment by 399...@gmail.com, Apr 26, 2010

Уважаемый AntonShevchuk? подскажите пожалуйста как поменять размер шрифта в горизонтальном меню?

Comment by JLSymHome@gmail.com, Apr 27, 2010

Is it possible to add a border around the widgets in the side bar?

Comment by JLSymHome@gmail.com, Apr 27, 2010

Ok, I migrated my wordpress install from one location on my server to another. The only thing that is not working correctly is that my header image is not showing. Where in the code is this located so I can re-path if necessary? My website is www.symhome.net

Comment by encen...@gmail.com, May 3, 2010

hi Anton, the dates for all of my posts aren't appearing and i'm wondering if it's possible for it to appear together with the time below each post. my site is here at http://closetdaydreamer.com/ do let me know :) thanks in advance!

Comment by haiyan...@gmail.com, May 4, 2010

I love your theme, but I have a problem, the text in the header menu is too small. I have found in the style.css very carefully, but there is no sentence to limit the font-size there.

How can I do?

Best Regards.

Comment by somet...@gmail.com, May 4, 2010

How can I add a rather tall image to the "Extrabar", it seems to crop the height of the image to near 200px.

Comment by lucasmag...@gmail.com, May 4, 2010

I didn't manage to remove the grey transparent box around the post. I tried adding the FAQ suggested code in CSS tab, so it looks like exactly like this:

} .hentry .title {

border:0 !important;
}

Is there something wrong? I would apreciate very much if you help me to get it fixed.

And thank you very much, I loved this theme.

Comment by lucasmag...@gmail.com, May 4, 2010

I mean, the POST TITLE

Comment by jonbe...@gmail.com, May 7, 2010

When adjusting the theme, how do I save as I go?

Comment by jonbe...@gmail.com, May 7, 2010

When adjusting the theme, how do I save as I go?

Comment by JLSymHome@gmail.com, May 10, 2010

I have created a website utilizing the default theme. So I have a static front page, and then a blog page for all my posts. Since I have installed version 0.97, the sidebar widgets to not show up on my blog page. However they still show up when view a single post.

I know this is not because of the Dynamic Widgets plug-in to manage my widgets that I am using because I deactivated it and all the widgets showed up on ever page with the exception of the blog page. Any suggestions on how I can fix this. My website is http://www.symhome.net

Comment by Strommen...@gmail.com, May 13, 2010

Hi Anton, thanks for the theme, love it! I am a total noob and have my blog set up as a sub-director www.mywebsite.com/blog I really want to put a link on the header back to my home page and have tried looking on forums. Is there an easy fix I am missing? Any way you could walk me through it? I would really appreciate it! Thanks!

Comment by Strommen...@gmail.com, May 14, 2010

my blog is http://strommentutoring.com/Language_blog/ and the domain I want a button to link to is http://strommentutoring.com/ Just for clarification, I would like to make a PAGE link/button a link to the root folder http://strommentutoring.com/ rather than to something after http://strommentutoring.com/Language_blog/ is that possible?

Comment by elissadc...@gmail.com, May 15, 2010

My husband and I are both using this theme for our sites. It's the best one we've come across yet!

I am having the same trouble as encender from May 3, 2010. My dates are not showing up at the bottom of my posts; only the time is. Is this something I can fix in the code somewhere?

And, also, we noticed that hyperlinks in this theme (I'm using the default theme, and my husband is using lime) use a dotted line under the text. We both would like to use the standard blue font and underlined version instead. Can you point us to where we can change that? Thank you!

Comment by sjbu...@gmail.com, May 20, 2010

Hi, when i create a new page, how do i centre the heading at the top of the new page?

Thank you for your time.

Comment by project member AntonShe...@gmail.com, May 26, 2010

@elissadcruz Hi, for change time to date you should be change main wordpress options. For use standart links you should be use next CSS rules:

.hentry .entry a {
   color:#3333ff !important;
   text-decoration:underline !important;
   border:0 !important;
}
.hentry .entry a:hover {
   color:#ff3333 !important;
   border:0 !important;
}
Comment by Strommen...@gmail.com, May 26, 2010

Hi Anton, regarding my post of may 13th I am assuming there is no way to link back to my home page?

Comment by project member AntonShe...@gmail.com, May 26, 2010

Hi, you want create custom link in top menu? In new version of constructor is possible - you should be change header.php file, read more on wiki page (http://code.google.com/p/wp-constructor/wiki/ConstructorMenu)

Comment by encen...@gmail.com, May 27, 2010

Hi Anton, i've tried out your advice for elissadcruz and played around with the wordpress options to try to make the date appear at the bottom of my posts. However, only the time appears no matter what i choose. I'm using the Lime version of the theme right now and did not have this problem with the original constructor theme :( would really appreciate your help. thanks Anton! :)

Comment by eves...@gmail.com, May 28, 2010

Hey!

I just upgraded to the new version of Constructor and pretty much messed up my whole page... I've been able to fix fost stuff back to the way I had it, just having a few problems.. http://www.evestus.net/music/

1. the background (body) image just wont stay "fixed"!

2. I'd like to change the size of the font in header links.

-Other than all that, I can see the progress that you are making with this theme and it is getting more and more user-friendly! It was entirely my own fault that I didn't make a back-up of all the CSS I had changed before updating the theme!

All the Best!

-Evestus-

Comment by project member AntonShe...@gmail.com, May 28, 2010

1. Oh, i found bug in my code, fixed (wait version 1.0.4) 2. Use CSS: #menu li a, #menu li span{

font-size:1.2.em;
}

Comment by dire...@gmail.com, May 28, 2010

Tried using the auto update on wordpress and now my theme is all kinds of weird! Can't get it to 3 column anymore. http://www.herebegeeks.com/

Comment by elissadc...@gmail.com, May 28, 2010

I have tried all the Wordpress options, and I do have the date and time option marked, but like encender I am still only seeing the time listed. The date is not showing up no matter what I do.

Is there some coding issue I'm not aware of that would override the Wordpress option? (I should mention I'm a total newb with the back end of things, so please explain in plain English, please.)

Comment by JoshSaub...@gmail.com, May 28, 2010

I'm working on a site (GreenLivingRoadshow?.com) and would like to increase space between lines. They seem very close together currently.

Also, is seems like html doesn't work in the text widgets. Any ideas?

Thanks for the great theme!!!!

Comment by JoshSaub...@gmail.com, May 30, 2010

In addition to the above comment, I'm also trying to figure out a way to clean up the menu at http://www.creativespaceorganizing.com/ where I have two problems: 1. I'm not sure the buttons will all fit. How can I resize them? 2. Many of the menu buttons are showing up twice. How do I fix that?

Comment by project member AntonShe...@gmail.com, May 30, 2010

@JoshSauberman? Twice - because you use WP menu and some options from Constructor Menu. For change size - use CSS: #menu li {

height:32px;
} #menu li a, #menu li span {
font-size:1.2em; height:32px;
}

Comment by project member AntonShe...@gmail.com, May 30, 2010

@JoshSauberman? For change space between lines - use CSS rule line-height: .hentry .entry { line-height:2em; }

Comment by pabloand...@hotmail.co.uk, May 31, 2010

Hi Anton. The constructor theme is brilliant. Nice work. Quick question for you. I can't seem to insert a picture gallery into a page without the thumbnails all over lapping and merging. Also, for some reason the comments box is not showing, even though I've ticked the 'show comments' box in the edit page section. Could this be affecting the spacing of the thumbnails? I'd really appreciate your advice.

Many thanks,

Howard

Comment by naturema...@gmail.com, Jun 4, 2010

Looking to change the font color in the footer. I've tried everything I can find within the previous comments but can't figure out what to change. My site is www.goldeneaglescoaching.com

Comment by jbuzz...@gmail.com, Jun 7, 2010

Hi anton - awesome job.

How do I manage to change the menu font colors on hover - I've tried to do it with CSS, but it changes everything on hover. I'm pretty sure I need to change the style link for the menu fonts, then create a new CSS item line, then change it's colour for hover, but I have no idea how to do that.

Essentially, i've got it so that the background of each menu item changes from white to black on rollover, but the font currently stays black - and can't be seen. Not great.

Any help would be much appreciated. Great theme!

Comment by lturika, Jun 7, 2010

Hi Anton, I'm back with one BIG problem since I upgraded to 1.0.3. After landing to my homepage : http://esecretsonline.com both sidebars are blank and the search log-in and subscribe boxes are moved from right sidebar top to somewhere left (extra): After logging in, page looks normal, both sidebars are showing:

Please advise, and thanks for great Theme - it is an Art!

Regards L.T.

Comment by brad...@glotech.com, Jun 14, 2010

Hello, I'm really impressed with your theme!

I'm trying to do 2 things and need some help:

1) Makes pages look more static so I'm trying to remove the <a> tag so the title isn't a link( as it just links to itself anyway ?! ). Also I'm trying to remove the date/time.

I found the page.php in the layouts directory and I removed the <a> but it hasn't worked it also only has the <?php the_title(); ?> so please help me remove the time/date on pages.

2) I'd like a welcome message above the posts in on the front page. Can this be achieved by making a static page and then manually writing the WP loop in the code ?

Your help would be much appropriated. Bradley

Comment by er.rami...@gmail.com, Jun 14, 2010

Has anyone tried to implement the Google font api (http://code.google.com/webfonts) into their Constructor theme?

I have a decent splash page (ernestoramirez.org), but want to use the same font for a few things within the theme such as the blog title and post titles.

Thanks.

Comment by hgflip...@gmail.com, Jun 15, 2010

Love the theme. How do i get rid of the "categories" that ends up in my menu of pages? http://singlettrader.com/

Comment by mads.b...@gmail.com, Jun 18, 2010

Hi, Thank you for a great theme. I have some problems with the top menu(header meny), my menu show all of my pages and I can't figure at how to get rid of these. I have chosen disable pages on the header tab and I don't have any widgets in the top menu. Do anybody have the same problem? Running wordpress 3.0 and the latest constructor theme.

Comment by JLSymHome@gmail.com, Jun 18, 2010

I am having the same problem. I am running the latest constructor theme with Wordpress 3.0 and my menu shows up twice along with all the pages in my site instead of drop downs. http://www.symhome.net

Comment by cathrynj...@gmail.com, Jun 18, 2010

Same problem as mads.berg and jlsymhome...even after disabling the "pages" and "category" tabs the header shows up with everything there. It was working fine until I upgraded to wp 3.0, but I also disabled the menu/nav in wordpress options and it still won't save my constructor settings of "pages disabled" and "categories disabled".

Finally just turned off the header menu in constructor all together, but that means my header widget won't be seen and I'd really like it to be visible.

Any help would be much appreciated!

Comment by cathrynj...@gmail.com, Jun 19, 2010

Problem fixed! Just upgraded to the new constructor version and it all works great now, thanks so much!!!

Comment by manni117...@gmail.com, Jun 24, 2010

Hi Anton, thank you for this great Theme. I´m running Constructor 1.0.4 in Wordpress 2.9.2 i have a problem on my site http://appartement-stubaital.com/?page_id=15 the table i created with wp_table plugin does not leftalign with the text. it seems to be aligned to the "permalink-field" "Sommerpreise 2010". maybe you or anyone other have a Hint for, me how i can fix this. Any help would be much appreciated! thanks!

Comment by phil072...@gmail.com, Jun 26, 2010

Hi anton, im fairly new to wordpress but i really enjoyed your theme. however it was just brought to my attention that my site www.fresnopartyrentalsdirectory.com is having issues with the sidebars and widgets not showing up on the page in IE or other browsers. Its only been working on my firefox, i'm not sure what is going on, any help would be much appreciate. thank you for your time.

p.s. on other web browsers, the widgets and tag clouds which are usually on the sidebar are now found on the bottom of the page. thanks

Comment by yuri...@gmail.com, Jul 11, 2010

I want to align post/page in center of the page. How can I do this?

Comment by cswjoh...@gmail.com, Jul 15, 2010

how to move the previous post and next post to top of a post title? Thanks a lot!!

Comment by dawgg...@gmail.com, Jul 17, 2010

Tried several times to remove box around page & post title with css code listed at top of this page ... To no avail. Any suggestions.... http://dawggeek.com/handyman1/

Comment by harveyje...@gmail.com, Jul 22, 2010

Hello Anton, I'm using the default Constructor theme - it's the first time I've ever had my own website so am a complete beginner. I have managed to change a few things using the css I have seen written in this faq but I would like to know how you make the header menu shorter, so that it looks thinner. Thank you.

Comment by melijohn...@gmail.com, Jul 29, 2010

Hi Anton! I am using the Default constructor theme and I have placed two widgets in my footer and each of them are showing with a small black dot reminiscent of a list indicator to the left of them. How can I remove this? Here is a link to my site. Thanks in advance. I really like this theme! http://whiskers.oohshiny.info/

Comment by lizartli...@gmail.com, Jul 31, 2010

thanks for the great theme. it's been the easiest to use and customize for me that i've found so far since i'm new to wordpress. however, i'm having the same problem that bcracchi had posted in the earlier comments but i didn't see a solution.

basically i want the whole page to be fixed so it resizes with the browser window. as of now it is not fixed and on other computers it looks all screwed up. i'm using Constructor 0.9.7 (anonymous version).

Comment by may...@gmail.com, Aug 2, 2010

Is it possible to have the categories across the top in the header area? Not the pages.

Comment by amanda.s...@live.com, Aug 2, 2010

@melijohnson

#footer { list-style-type: none; }

Comment by amanda.s...@live.com, Aug 2, 2010

@mayyc1

Go to Customize>Header

Check "Show Top Menu" Under Pages, choose "Disable Pages" Under Categories, make sure "Group categories in one menu item" is unchecked

Comment by nideovi...@gmail.com, Aug 3, 2010

Greetings,

I'm trying to post a table on one of the pages, the table cells form together to create an image. Unfortunately when I do that, the pieces all appear to be separated by varying amounts of space even though all the table borders are set to 0. I tried...

.hentry .entry img {

border-style: none !important;
}

...which did succeed in removing the borders from around each piece, however they're all still quite far apart. Any ideas?

Comment by fnib...@gmail.com, Aug 11, 2010

Simple question, how do I put content into the center of the front page????? I have a single cell table which carries an image library with built-in magnifier which I want to insert into the central content area. Presently as html code block in an index page. Is this possible? Suggest you add this explanation as a how-to in the download, because I have been coding for years, and can't work out how to do this with any of these themes, so lots of people must be giving up on wordpress as a web design tool because of this simple detail missing. Cheers.

Comment by davidkin...@gmail.com, Aug 18, 2010

I recently updated to the most recent update (and also the latest version of Wordpress) and everything has changed! My header, background and footer images have disappeared, my colour scheme and style has changed (and colours seem unalterable in the customise menu), fonts have changed, widgets have defaulted... Any idea why this is?

Comment by davidkin...@gmail.com, Aug 18, 2010

Also, all CSS additions have been wiped, and several now seem to have no effect.

Comment by jules.si...@gmail.com, Aug 18, 2010

I want the footer to be 300 px high. How do I do that?

Comment by Mukhtar....@gmail.com, Aug 27, 2010

How do I change the color of the links within a post? They are all appearing underlined (in black color). I would like to change the linked text or the underline color to blue. Please help!

Comment by mkun...@gmail.com, Aug 29, 2010

Hello Anton, I am using the search widget with your theme and the results page is blank if nothing matches the search term. No matter what layout page I choose for 'search' the results are completely blank. Any idea what I may have done to cause this?

Comment by dieterve...@gmail.com, Sep 13, 2010

Hi , i m using the theme at my blog trouwkledij . be. Do you now how I can delete the yellow background behind images and the rounded borner around it? I don't find this in the CSS.

Comment by jerelm...@gmail.com, Sep 22, 2010

hi anton, i'm using your theme and i love it. I've got a couple of cufon plugins working but on the static pages i.e. the blog and hoome pages the cufon fonts don't show. Someone on another site said

"It was the absence of <?php wp_head() ?> in the static page templates. The Cufón WP plugin is working fine on the static pages now. "

here is my site http://www.mishmash.com.au

Any ideas how to do this? thank jerel

Comment by jaquelin...@gmail.com, Sep 25, 2010

Hello!! I am trying to edit the caption, using .wp-caption, but without success. Maybe I have to comment out other parts of the original CSS? Thanks for any help! Jaqueline

Comment by jaquelin...@gmail.com, Sep 25, 2010

ops, nevermind! I've just realized that the captions appear weird when I use the gallery? tag... if I insert the images one by one, the captions are exactly like I edited.

Comment by aaron.ro...@yahoo.com, Sep 29, 2010

http://www.lapans.com/blog.php

Help! I've been messing with settings to no avail. I've get it almost all dialed in the way I want but I get these white bars at the top and bottom and then when you go to the about page it grows... What CSS settings in what file do I need to look for to cut it out.

Thanks!!! I'm really new to WP and editing themes but so far it's worked out pretty well.

Comment by marykaye...@fedex.com, Sep 29, 2010

Can somebody please tell me how to get rid of line feeds that are being inserted into my html? My website test page is http://www.theslipcoverplace.com/test and the Price Quantity and the next 2 boxes are supposed to be on the same line. It looks right in the editor, but then line breaks are added when I look at it on the web page. I am really frustrated because the "helpdesk" I am using says it can't be done which can't be true.

Comment by marykaye...@fedex.com, Sep 29, 2010

I have noticed that Anton has not added any comments to this site since May 30th. I have read everything on this site and have been searching other forums and I don't see my issue anywhere. I am new to creating web pages and I have learned so much. Does anybody have any ideas about why my form on my test page does not display properly? Why are extra breaks included? See my previous post.

Any help will be appreciated! This is actually getting to be fun though I have been spending way too much time on it.

Comment by project member AntonShe...@gmail.com, Sep 30, 2010

@marykaye.rios: hi, open your post in plain HTML editor (not WYSIWYG) and remove <br/> after "Quantity:<br/>"

Comment by project member AntonShe...@gmail.com, Sep 30, 2010

@aaron.robertson: hi, open admin page -> customize -> images tab -> set "repeat vertically" for body image

Comment by jaquelin...@gmail.com, Sep 30, 2010

Anton, I have a very silly questio, I think, but I will make it anyway: I edited a lot some files like "tile.php" and "header.php", for example. How can I protect them from upgrades? Would be a pitty to loose all the changes! =) Thanks!

Comment by marykaye...@fedex.com, Sep 30, 2010

Anton. Thanks for responding. I removed the <br/> using the HTML editor in word press, but when I look at it on the website using View Source with Internet Explorer, the <br/> is still there. The HTML editor shows this: <td><form action="https://www.securepay.com/easyshop/addprod.asp?mMerch_ID=68813" accept-charset="UNKNOWN" enctype="application/x-www-form-urlencoded" method="post"><input name="fproductid" type="hidden" value="17" /> <strong>Price: $ 39.00</strong> Quantity: <input class="mytext" maxlength="4" name="fquantity" size="4" type="text" value="1" /> <input name="fReturnURL" type="hidden" value="http://www.theslipcoverplace.com" /> <input class="mybutton" name="ORDER" type="submit" value="Add to Cart" /> </form></td>

And the source on the web page shows this: <form action="https://www.securepay.com/easyshop/addprod.asp?mMerch_ID=68813" accept-charset="UNKNOWN" enctype="application/x-www-form-urlencoded" method="post"> <input name="fproductid" type="hidden" value="17" /> <strong>Price: $ 39.00</strong> Quantity:<br /> <input class="mytext" maxlength="4" name="fquantity" size="4" type="text" value="1" /> <input name="fReturnURL" type="hidden" value="http://www.theslipcoverplace.com" /> <input class="mybutton" name="ORDER" type="submit" value="Add to Cart" /> </form>

How do I get rid of the <br>? I went back to my helpdesk and they told me to get a new theme. I have put so much into this one, I hate to give it up now...

Comment by tarikgu...@gmail.com, Oct 4, 2010

Hi.. How can i add acordion sidebar menu in this theme? like: http://www.dynamicdrive.com/dynamicindex1/slashdot.htm

Comment by shiro...@gmail.com, Oct 11, 2010

Anton brilliant project - way way best of about 7 themes I tried.

www.firstcollege.co.uk/go

Font on the menu bar to make it bigger. I have tried putting bits of code in style.css but no result. I tried Firebug but not much help. I cannot find matching code.

Like other users here I'm using WP for a static site, just using Pages. So I do not want the page titles (in Page textarea/ content) to be a link - but of course it needs to be a link in the sidebar + top menu.

Also how to change that title's color? No luck editing style.css though I got the correct part to change size. I don't understand why no color commands.

Finally I would really like to code a small picture next to this title, to appear\with the title on each Page. I tried putting the url in the Page title box - YES but it caused a lot of mess!

Will happily donate but I would like to get6 fixed up first. Will it mess up Constructor if I install a mod for collapsible sidebar links?

Comment by shiro...@gmail.com, Oct 11, 2010

I have the answer to one of my questions, to help anyone else. PAGE TITLE EDIT (this is the title of the page which appears top left of the content area) TO REMOVE LINK + COLOR EDIT In admin, Appearance/ Editor - on the left. Click Page Template (page.php)- on the right.

Go down to <h1><a href="<?php the_permalink() ?>" rel="bookmark" title="<?php printf(__('Permanent Link to %s', 'constructor'), the_title_attribute('echo=0')); ?>"><?php the_title(); ?></a></h1>

Replace with <h1> <img src="http://www.firstcollege.co.uk/art/1redrosegifmarker.gif" alt="rosebud marker" /> <span style="color: #33cc33;"> <?php the_title(); ?></span> </h1>

I also placed a small graphic by the title. <h1> <img src="http://www.mysite/art/art-item.gif" alt="name-of-art-item" /> <span style="color: #33cc33;"> <?php the_title(); ?></span> </h1>

although the alt does not show up. Enjoy.

Comment by timo.har...@gmail.com, Oct 12, 2010

Hi!

How i can add image outside of the template area? I want to add few images around the template, is there a way to do this? What files should i edit to complete this task ?

Comment by peter.ap...@gmail.com, Oct 15, 2010

Hi! I have just upgraded constructor form previous version. Almost everything changed back to the default. I lost my header picture, the custom css block cleared. Is there any way to save my changes?

Comment by hisforho...@gmail.com, Oct 21, 2010

Hi Anton,

I've just started using Constructor - thanks for such a fabulous theme! I'm using the Extrabar for my "Pages" and "Recent posts" wigets. How do I get rid of these headings so I'm just left with a list of my pages and my recent comments?

Thanks for any help!

Comment by hisforho...@gmail.com, Oct 28, 2010

Hi Anton,

I've worked out how to 'hide' the headings, but I've now got another query. My website will have lots of sub-pages. How do I make them invisible until their parent page has been clicked on? Would it simply be a case of downloading a plugin or will I have to meddle with the template?

Thanks

Comment by Yorman.N...@gmail.com, Nov 1, 2010

Hey,

Thank you for this theme, it is totally awesome. I've set the background color a dark blue, and now the background of all my forms, and sub-menus are blue. I want them to stay white. What do I change?

Comment by LGJo...@gmail.com, Nov 11, 2010

Hi, Anton As everybody else, I love this theme, and Im using it in a lot of webs I had to do. So, thank you for your work. Now I actualized to the new version, and there is one thing that changed that I miss: in Categories layout options, before, when i choosed the second choice, one of the images of the post could be seen on the left of any post's extract (the part before the <!--more-->) Now, that image is gone. How can I put it again? I'm sorry if I'm not that clear, my english isn't very good. What I want is to have an image on the left of any post when I click on a category.

Thank you!!

Comment by Ben...@gmail.com, Nov 19, 2010

This theme is amazing!

Does anyone know how to get rid of the page titles? I've looked through this FAQ page and it seems that there are several people asking, but no answer so far.

Comment by berni...@gmail.com, Nov 21, 2010

How do I hide the "posted by" text?

Comment by berni...@gmail.com, Nov 21, 2010

BTW thank you very much...you're great :)

Comment by hisforho...@gmail.com, Nov 26, 2010

@Ben144 - All you need to do is put a space where you'd normally type in the page title

Comment by Ben...@gmail.com, Nov 26, 2010

@hisforhome.com

Thanks for the help. That works ok, except that I have a bunch of different pages and if I do that all my pages don't have titles and if I have to edit them it's really confusing. Any other options you know of?

Anyone figure this out yet?

Comment by hisforho...@gmail.com, Dec 3, 2010

@Ben144 - I've used the space trick in the widget bar rather than individual pages so it removes the page headings rather than the title. i.e. to hide "posts" "pages" "categories". Was this what you were referring to?

Comment by dwol...@gmail.com, Dec 7, 2010

Was this ever answered? I need to know...Comment by tytythompson, Feb 02, 2010 Hi there, I love this theme, but I have multiple authors on my blog and would like to add a byline with the date and time onto each post on the main page.

Comment by gibmirde...@gmail.com, Dec 16, 2010

How can I add white padding around/behind my header image so that the area is even with the content area? Here is the blog: http://jenvenegas.com/blog/ Here is an idea of what I am talking about: http://jenvenegas.com

Thanks!

Comment by project member AntonShe...@gmail.com, Dec 16, 2010

@gibmirdeinehand: You can create white padding on image - it's more easy way

@dwollin: Open "Content" tab and check "Show author link" or create custom layout/template (http://code.google.com/p/wp-constructor/wiki/ConstructorLayouts) and use function the_author_posts_link()

@Ben144: For hide page title you can use CSS: .hentry .title, .pagetitle { display:none }

Or create custom layout/template without title and use it.

@LGJoyas: Choose "List" for "Categories"; this layout use post thumbnail for show image (my English not good too ;)

@Yorman.Nunez Use CSS for change background color, I will create new color option for forms in next version

Comment by gibmirde...@gmail.com, Dec 16, 2010

Anton - thank you. I've been trying to do that, I'm just not sure where to locate the code for the header image and what exactly to put, particularly in regards to specifying the color. any help would be appreciated.

Comment by i...@ries7x7.eu, Dec 27, 2010

- How can I set the dotted separation line in the top-Menu to solid/white/transparent? - The Menu appears in alphabetical order. Can this be changed? - How the background image can be set to 1280px, without repeating it?

My testsite is: http://platformart.eu/wp

Comment by derk.ren...@gmail.com, Dec 28, 2010

Hi, Love your constructor theme. One question, though. I want to delete the 'Search for:' above the search form in the sidebar. I cannot find where it is generated and consequently I do not know where to change or delete the text. Thanks in advance.

Comment by Ben...@gmail.com, Dec 31, 2010

@AntonShevchuk? Thanks! That worked great

Comment by youngbea...@gmail.com, Jan 6, 2011

I read your comment on how to remove page title from static page. I would like to remove the page title/link from all pages. how can I do this?

Comment by adwheele...@gmail.com, Jan 8, 2011

Anton, great Theme!! I have an problem or add-on that I need and wondered if you could help. I would like to be able to have click-able slides. Using the nextgen slide and when someone clicks on the slide it links to one of my pages. A lot of slider themes do this, I wondered if you could help me with it? I know I can do this with posts, but I need to be able to do it with nextgen slides and pages. Thanks Anton! I will definitely donate if you can help.

Comment by adwheele...@gmail.com, Jan 8, 2011

Can anyone please help me with the above post?

Comment by alex98...@gmail.com, Jan 8, 2011

how do i edit the widgets (theyre the widgets that come with the theme), i tryed dragging them to the inactive widgets section but it wont work, someone please help me! PLEASE!

Comment by mikebiel...@gmail.com, Jan 10, 2011

great theme! its working on my site wonderfully.

i was looking for a way to add a box around the widgets on my sidebar. is this something that could be added with some code to the style.css?

Comment by mikebiel...@gmail.com, Jan 10, 2011

nevermind got it, found widgets in the style.css and added border-width:1px; border-style:solid;

just so others know

Comment by cybourgp...@gmail.com, Jan 10, 2011

I would like to keep the Search Bar (in the Menu) from resizing every time I hover on it, and the little animation doesn't seem to be generated from the CSS. Where can I disable this?

Comment by peter.ap...@gmail.com, Jan 12, 2011

Anton, I changed the css in constructor 1.4.3 menu, pressed "save changes" and got "changes saved". Later checked the css, and it didn't saved. Same as before.

I tried to change it again and again, but no result. The theme say: changes saved, but nothing saved. It worked many times, I don't know what happened. Any idea?

Comment by james.mc...@gmail.com, Jan 14, 2011

cybourg,

You can find this animation in the JS folder, open ready.js, delete the entire section marked "Header Search Menu".

Comment by cybourgp...@gmail.com, Jan 16, 2011

Thanks a lot for the help, James! :)

Comment by miche...@goosedesign.com.au, Jan 18, 2011

Hi, I have used the image tab to insert an image in the content on the left hand side of the design, I also want to insert an image on the bottom right, also in the content. Could you help me with the CSS coding I will need for this.

Thankyou Michelle

Comment by sfawc...@araxi.ca, Jan 19, 2011

Hi, I am getting the H1 tag twice in my home page with this theme. This only happens when I choose the option "Front page displays a static page".

I am also using PlatinumSEO and when it is set up like this it does not recognise the home page properly. eg home title is not used.

Any ideas?

Comment by jill.lev...@att.net, Jan 20, 2011

I have never, ever created a blog or website before and am doing well making custom changes. www.hopefilledlamentations BUT...I have read about people getting rid of the gray box, but I have a white box and the code you gave them is not working: .hentry .title {

border:0 !important;
} I really want it to be opaque like the whole rest of the page. Please help. Plus, now the white box is around both the title of the post and the content of the post itself.

Comment by glamisro...@gmail.com, Jan 23, 2011

How do i change the favicon? i hate this little plant icon :(

Comment by sarad...@btinternet.com, Feb 3, 2011

Hello, I want to remove the 'Comments are closed' from the bottom of my posts... this is my web page www.animadostudios.com

I've tried adding the css code above, but could not get it to work.

Here's my code... any ideas.. many thanks... still excellent template!

/ Theme Name: Lime Theme URI: Description: Lime Constructor Theme Version: 1.0.1 Author: Anton Shevchuk Author URI: http://anton.shevchuk.name/ /

.navigation .alignleft a, .navigation .alignright a{

text-indent:-9999%; display:block; width:64px; height:40px; margin:0 20px
} .navigation .alignleft a{background: url(prev.png) 0 0 no-repeat} .navigation .alignright a{background: url(next.png) 0 0 no-repeat} .navigation .alignleft a:hover, .navigation .alignright a:hover {background-position: 100% 100%}

body.page .hentry .title a { text-align:center; }

Comment by jerelm...@gmail.com, Feb 4, 2011

how can i place another menu at the bottom of my site using the same CSS as the top menu but using a different custom menu that i have built? When i use the custom menu widget it provides a very simple vertical list but i wish for another horizontal menu like the top menu. thanks jerel

Comment by enstr...@gmail.com, Feb 19, 2011

How can I completely override the "Show top menu" styles? I want to start with a clean slate, and write my own menu.

Comment by syn....@gmail.com, Mar 1, 2011

Hello Anton,

Your Constructor (Ukraine) theme is by far the best I've found so far (in terms of customization options) to help me meet my design/layout objectives.

I just have 2 questions/problems...and I'm hoping you can help me with answering/resolving them:

By the way, I'm brand, spanking new to Wordpress, so please be gentle with me...this is my very first post....check it out here: http://www.synergyintegration.com/blog/ first, to better understand my questions/problems.

1. How do I have the comments form to show-up by default below each post (without visitors having to click on the title of the post in order to post their comments)?

2. Currently, I see a date that's also being displayed/superimposed over the title of the post (which kinda partially obscures the title text). How do I re(move) that date from there?

3. How/where can I go to change/remove the footer text?

I might have other questions/problems as I go about using and further customizing the theme to suit my requirements...but for new these are the most pressing issues.

Thanks for your help and generosity. Keep up the good work!!!

Cyril

Comment by syn....@gmail.com, Mar 1, 2011

Hi Anton,

I guess I have another question (yes, already)!

I would like to update/change the image/badge that I have towards the left side but I'm not sure where/how to do it, and where the graphic image must be saved to.

Appreciate your help in this regard as well.

Much thanks again,

Cyril

Comment by i...@alexenlily.nl, Mar 9, 2011

Hi I'm using the Constructor theme and I want to remove little navigation link at the bottom of every page as I'm using static pages to make a website.

On each static page at the bottom appears a link like: « Contact This links refers to the next page id number.

Thanks Monique

Comment by Purplemm...@gmail.com, Mar 23, 2011

Hey, I just updated the Constructor theme and now my header and background images aren't showing up? Can you please tell me how to fix this? Thanks Melodie

Comment by olexiy.y...@gmail.com, Mar 23, 2011

Hi, Anton. Got same problem as Melodie's. http://yatsenko.org

Comment by enci...@gmail.com, Mar 23, 2011

Beautiful theme but I'd love to customize the header image by changing it's height and bring the body up. Right now if I change the image, I get a lot of white space between the image and the navigation. I want to bring the entire theme up at least 100px. Can you help? Thanks in advance!

Comment by Purplemm...@gmail.com, Mar 24, 2011

Hey Anton, Melodie here again. Still having the same problem. Just tried to upload new pic but it isn't working. Can't get it to put an image at all on the header or Background. Hopefully there will be an easy fix. :) Look forward to hearing from you.

Comment by project member AntonShe...@gmail.com, Mar 24, 2011

@enci: pls post URL to your site

@melodies: check permission for wp-content/uploads - you can see trouble by link http://yatsenko.org/wp-content/uploads/constructor/cache/style.css?ver=3.1

Comment by Osc...@gmail.com, Mar 25, 2011

Hi, thanks for the great theme! I have the same question as johany.d...@gmail.com, Apr 12, 2010

"Is it possible to only see the excerpt instead of the entire content? The general option isn't working. Is there a file to edit? Thank you :)"

I didn't see this question answered but I understand that there are just too many questions for one person to answer so I am posting it again.

Thank you!

Comment by enci...@gmail.com, Mar 28, 2011

Anton, the site is http://freetunisia.org/FreeTunisia and we'd like a thin banner instead of the 320 height.

Thanks in advance!

Comment by SFXhun...@gmail.com, Apr 7, 2011

How can I display posts on categories as excerpts, I only want to show a few lines of every post on the category page. None of the templates provided with the theme seem to do this.

Comment by chocolat...@gmail.com, May 13, 2011

подскажите как прижать подвал к низу странице/браузера если на странице мало контента?

Comment by r.e.cra...@gmail.com, May 14, 2011

Great tool for Wordpress. Thank you. I have a few minor problems, but the one I am working on now is that the slideshow timings do not change anything at all. I have tried 0ms and 600ms and nothing. 150ms and 6000ms, nothing. 1000ms and 3000ms does nothing either. No matter what numbers I insert the slideshow executes the same value after I refresh the page.

THe slideshow isn't useless, it's a nice default. The settings for slideshow timing in the customize seem useless though. Thanks in advance for the help.

Comment by wandt.lo...@comcast.net, May 23, 2011

Thanks for a great theme!!

How do I change the font of the navigation menu to a specific font? Which .php file do I update and how will the code look? (Font I want is Syncopate).

Thanks!!!!!

Comment by maco...@gmail.com, Jun 2, 2011

How do you slow down the sub-menu speed. I have sub-menus of my header menu and if you don't hit the first sub-menu item the whole thing disappears.

Comment by oni...@gmail.com, Jun 19, 2011

Hi Anton, Thanks for a great theme. I read the notes above and still cannot figure out how to increase the height of the footer to include an image of 300pix in height. Please advise.

Comment by m.su...@gmail.com, Jul 11, 2011

Hi Anton, you've made a great theme! I'm pretty new to customizing Wordpress themes and have the following question:

How can I add a sidebar to the homepage when I choose the three column layout? It uses the full width now, but I'd like three column + a sidebar.

Thanks in advance for your help and keep up the good work!

Comment by adellero...@gmail.com, Jul 11, 2011

Hi Anton,

I've recently updated to Wordpress 3.2 and I've noticed that my homepage will no longer tile even though I have tried to reset the homepage template in the "customise theme" section. Any idea what the problem is? The web address is www.can.uk.com/newsite

Also, I'm having problems with layout in IE 8. Looks nothing like it looks in Firefox - how do I go about fixing it?

Thanks, Adelle

Comment by ericbowd...@gmail.com, Aug 15, 2011

Love this theme, by far the most configurable I've tried out of hundreds. This will be the one I use. I have one question, I have got Nextgen working with 10 test images as a slideshow in the content section, also using the simplest layout -no sidebars. How do I get this slideshow to horizontal centre of contents rather than appear at leftmost of content section? I can't locate an option for that. Thanks.

Comment by ian.malc...@gmail.com, Oct 13, 2011

These are really useful but when I include them nothing happend:

I've tried editing style.css nothing happens I've also tried editing the RTL.css and theme/customize/css page. Should I be editing css.php ??

Comment by f...@artedaflor.com, Dec 14, 2011

Hello! Anton, is it possible to add "google +" to the social icons? Thanks!!!

Comment by ground_u...@hotmail.com, Dec 14, 2011

Hi Anton, great theme...I love it.

I want to be able to drag widgets to the footer. The theme is currently set up to build the footer in the customize screen. I figure this is the reason why the footer widget area is locked in the widget dashboard menu.

Ive taken a look at the footer.php file, but can't seem to get disable the constructor_footer option.

Thanks in advance,

Raymon

Comment by wmike1...@gmail.com, Dec 16, 2011

Hi,

I like the latest version of this theme - excellent work Anton.

Like many themes - there is an author link to the constructor site in the footer. Very happy to leave it there - however, I do not want my visitors leaving my site through this link. All I wish to do is change the link to open in a new window using target="blank" - I have found were the link is in the code - unfortunately adding the 'target' seems to break the theme and stops it loading.

Any suggestions, please.

I would love to use the theme, but will not if links take visitors away, obviously.

Many thanks.

Mike

Comment by wmike1...@gmail.com, Dec 19, 2011

Pity, some feedback would be nice.

Comment by stas.da...@gmail.com, Jan 8, 2012

Hi Anton,

I've recently updated to Wordpress 3.2 and I've noticed that my homepage will no longer tile even though I have tried to reset the homepage template in the "customise theme" section. Any idea what the problem is? The web address is http://strippers-show.com

Also, I'm having problems with layout in IE 8. Looks nothing like it looks in Firefox - how do I go about fixing it?

<a href="http://atlantida-show.com/photoheb.html"> רקדניות לאירועים</a> <a href="http://strippers-show.com/"> חשפן חשפניות</a>

Comment by stas.da...@gmail.com, Jan 8, 2012

Hi,

I like the latest version of this theme - excellent work Anton.

Like many themes - there is an author link to the constructor site in the footer. Very happy to leave it there - however, I do not want my visitors leaving my site through this link. All I wish to do is change the link to open in a new window using target="blank" - I have found were the link is in the code - unfortunately adding the 'target' seems to break the theme and stops it loading.

Any suggestions, please.

I would love to use the theme, but will not if links take visitors away, obviously. http://atlantida-show.com/photoheb.html Many thanks.

Comment by graceshr...@gmail.com, Feb 6, 2012

womenfitness.net i saw people posting comment about weight, i was so shame of my self, my shape was shapeless no body want to come around me, i can,t enter any cap because of my fatness i was crying day and night i did all exercise take drugs to suppress my fatness down, but nothing happen i can,t wear shirt because of my fatness, my ibls was high, i read a comment concerning i spiritualist in healing site who help to give life to lifeless and help fat people to reduce there weight i was thinking it was a joke, i contacted the spell caster and he cast a power spell on me to reduce me weight down, now i can walk all over the place people is asking how did he do it... i can wear any shirt and he we take me. thanks Dr Shant Tami indianspell@yahoo.com for reducing my weight down to my satisfaction. the most important testimony once, again thanks to indianspell@yahoo.com he cure my mother breast cancer, after my mother have visited allot of hospital no hope... thanks to Dr Stant Tami for healing my mother totally from breast cancer, we went for check up four days back and the doctors said that the cancer is no longer dere again. he can help can cure your cancer and he can help you to control your weight in less than two weeks and you be happy is so great, you can reach him through email INDIANSPELL@YAHOO.COM and he can enlarge your penis/ breast and he can still reunite your lover back to me, you we see his power and see your self be what you always want your self to be.

Comment by cjtjaman...@gmail.com, Feb 11, 2012

After I have changed the navigation dropdown height, the second menu or dropdown contains gap when i mouseover.

Comment by cjtjaman...@gmail.com, Feb 11, 2012

I managed to solve it by adding this code:

#menu ul ul {

top:30px; //same header height
}

Comment by cjtjaman...@gmail.com, Feb 13, 2012

I can't set a background image for the navigation dropdown menu. I am using this code but it doesn't work:

#menu li a, #menu li span{

background-image: url('images/social.png');
}

Comment by ajalme...@gmail.com, May 9, 2012

Amazing theme Im just finishing my site www.proyectoallen.com.ar/3

im using two sidebars and a static page in the index

in my left sidebar im using a categories widget. i need to put that widget font in bold format

how can i do that? thanks, and greetings from argentina


Sign in to add a comment
Powered by Google Project Hosting