StudioPress Community Forums
  StudioPress Community Forums > Search Forums
For help and support, access to your downloads, or to manage your account please log into My StudioPress.

These forums have been set to read-only so you can browse the existing topics for any questions you may have -- and this forum will be removed on July 1st, 2013.

For general discussion on WordPress, CSS and design (NOT for support) visit the new Community Forums.
Showing results 1 to 39 of 39
Search took 0.01 seconds.
Search: Posts Made By: charliemike
Forum: General Discussion 12-15-2008, 11:30 AM
Replies: 2
Views: 241
Posted By charliemike
Re: Unable to write to folders via Wordpress on Linux

Thanks, I did look at that codex article and tried some things but to no avail.

I think that there are permissions issues on parent folders that affect the uploads folder.

I've got a ticket in...
Forum: General Discussion 12-12-2008, 08:16 PM
Replies: 2
Views: 241
Posted By charliemike
Unable to write to folders via Wordpress on Linux

I just switched hosts so perhaps the .htaccess file in the root is horked but when I try to upload a photo to insert in a post using the media button, it won't let me and gives me an error about...
Forum: General Discussion 12-03-2008, 09:06 PM
Replies: 13
Views: 438
Posted By charliemike
Re: Hover Text on Featured Homepage Images

Haha, well dur ... That would explain it :)

Thanks Jason.
Forum: General Discussion 12-03-2008, 09:05 PM
Replies: 4
Views: 172
Posted By charliemike
Re: Content post pages - multiple posts showing

I'd check and make sure that you have all the posts in the same category and that you haven't altered category.php and omitted something by accident.

Let us know if you've checked that already.
Forum: General Discussion 12-03-2008, 12:39 PM
Replies: 13
Views: 438
Posted By charliemike
Re: Hover Text on Featured Homepage Images

I have a question to piggyback on this. Since I'm using Captions now in order for the category pages to be formatted correctly, I'm not seeing the caption I put in nor an excerpt of the first graf of...
Forum: General Discussion 12-03-2008, 11:36 AM
Replies: 4
Views: 129
Posted By charliemike
Re: Text running off page to right side

It sounds to me like you might have edited one of the divs and broke something.

I've never seen it do that before. Did you edit the post page template?
Forum: General Discussion 12-02-2008, 11:42 PM
Replies: 17
Views: 507
Posted By charliemike
Re: Create a 'Read More...' Link

As I mentioned in another thread there's all kinds of weird things.

Formatting is huge. If I have something like this:


A bunch of stuff

It will actually put a CR there ... odd. Plus...
Forum: General Discussion 12-02-2008, 11:38 PM
Replies: 7
Views: 322
Posted By charliemike
Re: Pages displaying Featured Content posts and Featured posts

Well, this certainly isn't your fault Jason. I think it's WP.

If I use photo titles, it screws the formatting up. If I use captions, it's fine.

I need to adjust the heights a bit to...
Forum: General Discussion 12-02-2008, 08:52 PM
Replies: 17
Views: 507
Posted By charliemike
Re: Create a 'Read More...' Link

If you look at the Aurora and Orion example, you'll see the same wonky spacing issue that I get for some posts and not others that are listed on the page using category.php ... I think there's...
Forum: General Discussion 12-02-2008, 08:44 PM
Replies: 17
Views: 507
Posted By charliemike
Re: Create a 'Read More...' Link

Thanks a lot David I'll try that out.
Forum: General Discussion 12-02-2008, 01:08 PM
Replies: 9
Views: 321
Posted By charliemike
Re: Recolor Office

I haven't been able to use paint for that either. It's really not the best alternative.

I'd look at GIMP for Windows (Freeware) if he doesn't have access to anything else.
Forum: General Discussion 12-02-2008, 01:04 PM
Replies: 7
Views: 322
Posted By charliemike
Re: Pages displaying Featured Content posts and Featured posts

Image captioning was redundant plugin activation. *sigh*

Still working on the text wrapping and formatting of the category page ...
...
Forum: General Discussion 12-02-2008, 12:35 PM
Replies: 11
Views: 338
Posted By charliemike
Re: feature carousel

You need to make sure you've set up the right category in the theme options page and added a custom category called thumbnail with the url to the image in the post.

If you do that it should show...
Forum: General Discussion 12-02-2008, 11:54 AM
Replies: 17
Views: 507
Posted By charliemike
Re: Create a 'Read More...' Link

What about the category page? Is that referenced in the styles.css anywhere? I didn't see it and I'm running into a similar issue.
Forum: General Discussion 12-02-2008, 11:34 AM
Replies: 7
Views: 322
Posted By charliemike
Pages displaying Featured Content posts and Featured posts

So if I go to http://208.109.120.151/wordpress/?cat=3 to show all the posts that are tagged as Headlines using the category ID that the FCC uses on the front page, I get bad formatting. If I go here,...
Forum: General Discussion 12-02-2008, 11:28 AM
Replies: 6
Views: 208
Posted By charliemike
Re: Trying to adjust space between homebox and slide-box

I figured it out. As it turns out, it's the height of the homebox that determines that extra space I wanted to remove. By changing the value from 230 to 208, I got it to work like I wanted it to.
...
Forum: General Discussion 12-01-2008, 08:36 PM
Replies: 14
Views: 358
Posted By charliemike
Re: Adding 9 or 12 images to Carousel for Office

I tried changing loopcounter to 9 and it didn't do anything. Do I need to change anything else?
Forum: General Discussion 12-01-2008, 06:42 PM
Replies: 6
Views: 208
Posted By charliemike
Re: Trying to adjust space between homebox and slide-box

I'm not quite sure what the slide-box div does so maybe you can help ... It looks like it overlays the #featured div but I don't see anything in it ... What is the purpose of #slide-box ?
Forum: General Discussion 12-01-2008, 12:12 PM
Replies: 6
Views: 208
Posted By charliemike
Re: Trying to adjust space between homebox and slide-box

Thanks Jon. I tried that and it didn't do what I was hoping ... I'll have to keep messing with it.
Forum: General Discussion 12-01-2008, 11:22 AM
Replies: 6
Views: 208
Posted By charliemike
Trying to adjust space between homebox and slide-box

So, on my site's front page, I swapped homebox and the homeright/homecenter/home left divs ... http://208.109.120.151/wordpress

There's a space at the bottom of the homebox that I'm trying to...
Forum: General Discussion 11-14-2008, 07:35 PM
Replies: 8
Views: 272
Posted By charliemike
Re: Add a forum

You should be able to go into the navbar section of header.php and add a link to it so it shows up as discussion.

<ul id="nav" >
<?php wp_list_categories('title_li='); ?>
...
Forum: General Discussion 11-14-2008, 03:28 PM
Replies: 11
Views: 355
Posted By charliemike
Re: Drop Down Menu

Thanks Jason ... Oh to be able to just download knowledge into me brainz :)
Forum: General Discussion 11-14-2008, 12:43 PM
Replies: 11
Views: 355
Posted By charliemike
Re: Drop Down Menu

It looks like you're using a variation of suckerfish ... Is there a way to set it so that you can specify only the categories to appear in the tabs? Right now Uncategorized is showing up which I'd...
Forum: General Discussion 11-14-2008, 11:48 AM
Replies: 21
Views: 478
Posted By charliemike
Re: category excerpt view - last line only half visible

Jason, I apologize, after going through the CSS late last night I realized that I wasn't talking about the same thing.

Thanks for replying. I appreciate it.
Forum: General Discussion 11-13-2008, 09:37 PM
Replies: 9
Views: 587
Posted By charliemike
Re: How to set up a 301 redirect from a page in wp?

Right now, probably virtually no one. Hopefully in a couple of months? 100 a day or more?

If it's a couple months before things start to really pick up, will Google just purge the old data and...
Forum: General Discussion 11-13-2008, 05:40 PM
Replies: 9
Views: 587
Posted By charliemike
Re: How to set up a 301 redirect from a page in wp?

Sorry to hijack but this topic is related to something I'm wondering about.

I had a site up using modifications with the old Rev pro-business theme and tried to test the new Rev theme (Office) and...
Forum: General Discussion 11-13-2008, 04:07 PM
Replies: 3
Views: 279
Posted By charliemike
Re: Wordpress 2.63 upgrade

I have the pro business theme and upgraded and everything worked fine.

Keep in mind though that some plugins (like wp-table) may not work after the upgrade.
Forum: General Discussion 11-13-2008, 01:26 PM
Replies: 21
Views: 478
Posted By charliemike
Re: category excerpt view - last line only half visible

I got it working ... http://208.109.120.151/wordpress/

There are a couple of things ... one is the last line half visible and the other is if you click on a featured story at the bottom and see...
Forum: General Discussion 11-13-2008, 01:01 PM
Replies: 7
Views: 427
Posted By charliemike
Re: Unable to remotely browse a new wordpress site

Because I'm on a virtual dedicated server my hosting company says I'm on my own for these types of configuration issues.

I am getting a 301 redirect code in the access log. Anyone run across this...
Forum: General Discussion 11-12-2008, 10:46 PM
Replies: 21
Views: 478
Posted By charliemike
Re: category excerpt view - last line only half visible

Thanks Jason. It can wait until I get the site visible. It's not "live" yet. Really appreciate the help!
Forum: General Discussion 11-12-2008, 10:20 PM
Replies: 21
Views: 478
Posted By charliemike
Re: category excerpt view - last line only half visible

Which browser are you using? I have tested the new CSS with IE7, Firefox 3, Chrome and Safari and don't see the issue anymore. Are you sure you are using the updated CSS?[/quote]

Hey Jason, thanks...
Forum: General Discussion 11-12-2008, 05:53 PM
Replies: 7
Views: 427
Posted By charliemike
Forum: General Discussion 11-12-2008, 04:35 PM
Replies: 7
Views: 427
Posted By charliemike
Re: Unable to remotely browse a new wordpress site

I'll definitely do that. Like I said, the default apache page shows up. Maybe I should try moving wordpress to the root :)

*edit* That didn't do anything. Ah well.
Forum: General Discussion 11-12-2008, 03:49 PM
Replies: 7
Views: 427
Posted By charliemike
Re: Unable to remotely browse a new wordpress site

It's in htdocs\wordpress\

I was having a hell of a time getting it to work from the root.

*edit*

So when I RDP into the box and browse by IP Address instead of localhost it works but then...
Forum: General Discussion 11-12-2008, 03:34 PM
Replies: 7
Views: 427
Posted By charliemike
Unable to remotely browse a new wordpress site

Hi everyone,

I have a new site on a new dedicated server and if I RDP to the server I can go to http://localhost/wordpress and see the site just fine. But, if I put in...
Forum: General Discussion 11-12-2008, 01:06 PM
Replies: 21
Views: 478
Posted By charliemike
Re: category excerpt view - last line only half visible

Right now, I RDP into the Windows Server and do everything locally. :(

Not sure how to fix this problem but it's one of several I'm trying to address :)
Forum: General Discussion 11-12-2008, 12:48 PM
Replies: 21
Views: 478
Posted By charliemike
Re: category excerpt view - last line only half visible

Well that's a problem. I can't figure out the URL to give out ... It's still just done by IP address because I haven't transferred DNS over from the old site.

I've tried...
Forum: General Discussion 11-12-2008, 12:07 PM
Replies: 21
Views: 478
Posted By charliemike
Re: category excerpt view - last line only half visible

My site is still in development but checking the css I find the same code that Jason posted earlier already in the file (downloaded it last night). I am on WP 2.6.3 and have the text cut off as has...
Forum: General Discussion 10-31-2008, 12:58 PM
Replies: 9
Views: 305
Posted By charliemike
Re: Feedburner

For what it's worth, I have heard that incomes have dropped dramatically since Google bought Feedburner and started sticking Adwords in the feeds.

You might find it different but a blog I read...
Showing results 1 to 39 of 39

 
Forum Jump

All times are GMT -5. The time now is 12:56 AM.

Powered by vBulletin® Version 3.8.4
Copyright ©2000 - 2013, Jelsoft Enterprises Ltd.