Dennis
Forum Replies Created
-
Forum: Plugins
In reply to: [WP-Polls] [Plugin: WP-Polls] Problem with [poll id="x"]Well, the polls show to me only if I set it to show the “results” first, so, people will see the result and only then click “I want to vote”.
It’s working fine with the 1.3.1 😀
Thanks
For sure.
http://www.midiatismo.com.br, is on the right sidebar. I upgraded again, the problem stil. (didn’t receive the 1.3.1 yet).
How many time to the 1.3.1 update show to me?
Well, #sadface then. And if I use “display:none;” in CSS template to remove the Widget Title, have any problem?
Forum: Fixing WordPress
In reply to: Problem with FeedFor sure. It’s marked.
Forum: Fixing WordPress
In reply to: Problem with FeedI deactivated all the plugins and the feed back to work. Activate all back and the problem was gone.
Thx for the response, I was fool trying to fix witouth deactivating everything first.
Btw, I didn’t discovery what was the problem, but the feed is working fine now.
Thx, bye
Forum: Themes and Templates
In reply to: Using the sidebar.phpYes, I’am using WPMU. I will try that plugin and send any news about the project.
Thanks,
Forum: Themes and Templates
In reply to: Using the sidebar.phpYes, I already did that and it’s working. The only problem is to add more widgets (like those who I got in directory) direct to the sidebar.php
Forum: Fixing WordPress
In reply to: Adding background image in a postNo, I think you need to edit the css file, search for
entry-contentand add the style lines, like “background-image”, etc.Forum: Fixing WordPress
In reply to: Adding background image in a postHmm, Ok, sorry.
The
style.cssis an .CSS file in your theme folder. You have to access your files, enter onwp-content/themes/(youtheme)/style.cssYou will have to search for the
.entry-contentin the CSS file.It’s just an possibility, I don’t have sure if will work.
Forum: Fixing WordPress
In reply to: Adding background image in a postAs I can see in your theme, I think you need to change the css of this div:
<div class="entry-content clearfix">The content of the post is inside it, try to customize in the style.css.
Forum: Fixing WordPress
In reply to: Adding background image in a postInside the post try to using only this:
<div style="background-image: url("-imageurl-");"> -content- </div>If this works, customize later.
Forum: Themes and Templates
In reply to: Title not changing after theme installation@esmi just answered the question. The topic can be put on -resolved- xD
Forum: Themes and Templates
In reply to: A template for archiveHmm.. I sorry for didn’t help you. I think you can search for “archive templates” or make one based in an existing template.
Forum: Themes and Templates
In reply to: Title not changing after theme installationIt’s because it is using “background-image” on the DIV. You will have to right-click e look for something like “see the background image”, or something similar.