Doug
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Blog titles not showing on home page.Hi there!
Welcome to the WordPress forums. There are a few different things that could be going on, and it would be helpful to take a look at the problem on your homepage. I tried accessing the link you provided and I see you have a maintenance mode plugin active. Would you be able to turn that off for a little while or provide a temporary login so I can view the site?
Cheers,
DougForum: Themes and Templates
In reply to: Posts Page Ignoring TemplateHey Adam,
It sounds like what you want to do is absolutely possible — I just have a couple questions to clarify your situation… First, are you using a particular theme or in the process of building your own? Second, are you talking about your post listing pages (showing multiple posts in a list) or the page used to display an individual post? These are handled by different files, and your answers will help get us in the right direction.
Also, the Theme Development Codex is a good place to go for quick reference when you’re trying to find something in your theme files. I find it helpful when modifying a new theme.
Cheers,
DougHi Zack,
I’m seeing this issue in all browsers, using the latest versions Firefox, Chrome, Safari, WordPress, Gravity Forms, and your plugin. I can’t think of anything that would be conflicting, and have included a screenshot of my forms list. While all forms show the icon, only three forms are actually linked to Highrise.
I’m having a similar parsing error in my sitemap, but am not using any conflicting plugin… any other thoughts on this?
Forum: Fixing WordPress
In reply to: Can I link post title to another page?That’s another plugin which appears to have the same functionality, I’m sure it would do the trick too. The plugin I mentioned, Redirect by Custom Field (http://wordpress.org/extend/plugins/redirect-by-custom-field/), I have used and find it very simple to implement.
Forum: Fixing WordPress
In reply to: Can I link post title to another page?I’ve had good functionality in situations like this with the Redirect by Custom Field plugin by mitchoyoshitaka. I find it works very well and is extremely lightweight.
Best of luck.
Forum: Fixing WordPress
In reply to: Can not log in.Please see Giving WordPress Its Own Directory in the Codex.
Forum: Installing WordPress
In reply to: Cant get to the wordpress log on screenHi there,
I’m not having any trouble accessing the login page or the main site at http://www.reviews.biz.nf/. Have you resolved this issue? Try using a different browser, and if possible, a different computer.
wardfoto,
Have you resolved this issue? I’m not having any trouble accessing your site, nor do I see any errors while surfing.
Cheers,
D.dlabs,
You can reposition the widget vertically by adding the following to your stylesheet:
.home-widget-bottom-right {margin-top: 20px;}
(adjust the pixel value (20) to change position).Also, I see the default Twitter logo is still showing in white below the widget. If you want to remove it, add
div.twtr-ft {display: none;}to your stylesheet as well.If you’re going to be working a lot in WordPress (or any web dev environment), it would be good to learn the basics of CSS. There are lots of good resources in the WordPress Codex, as well as many other websites such as W3Schools.
Best of luck!
Can you please provide a link to the problem site?
Thanks.
Hi there,
You should be able to accomplish this by adding the following to your theme’s stylesheet:
div.twtr-hd {display: none;}Hope that helps!
Most recent versions of both plugins, but guessing it’s an issue caused by having an irregular WordPress directory (i.e. http://www.domain.com/wp/ instead of in root). Is there a way to correct this?
I saw that post and made the modifications it suggested, but unfortunately it had no effect. Thank you so much for your response! I’d really like to be able to use this plugin.
Forum: Fixing WordPress
In reply to: Admin menu icons have disappearedAdmittedly, I didn’t check in other browsers before I posted this, because the first thing I did was reset Safari and empty the cache. It does appear fine in Firefox for me as well, though I still can’t get it to work in Safari, but that’s my own problem. I apologize for taking up your time with this — thank you very much for looking into it.