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.

For general discussion on WordPress, CSS and design (NOT for support) visit the new Community Forums.
Showing results 1 to 50 of 500
Search took 0.06 seconds.
Search: Posts Made By: John Flynn
Forum: General Discussion 08-05-2010, 05:04 PM
Replies: 3
Views: 126
Posted By John Flynn
Are you writing this in the html or visual...

Are you writing this in the html or visual editing section?
Forum: General Discussion 08-03-2010, 02:12 PM
Replies: 5
Views: 167
Posted By John Flynn
Yes activate the plugin and then go into each...

Yes activate the plugin and then go into each page and on the bottom right hand side is a checkbox to include it in navigation. By default all are included. Uncheck the box of the ones you do not...
Forum: General Discussion 08-03-2010, 01:45 PM
Replies: 10
Views: 199
Posted By John Flynn
I'm kind of confused as to what you are trying to...

I'm kind of confused as to what you are trying to do..... are you saying when someone clicks on "properties" all you want them to see is the FCG? Then when they click on those pictures they will...
Forum: General Discussion 08-03-2010, 01:40 PM
Replies: 5
Views: 167
Posted By John Flynn
There's a great plugin called "exclude pages"...

There's a great plugin called "exclude pages" that will do it for you. http://wordpress.org/extend/plugins/exclude-pages/
Forum: General Discussion 07-27-2010, 08:42 AM
Replies: 6
Views: 173
Posted By John Flynn
IE won't do it. I always just use an image...

IE won't do it. I always just use an image instead.
Forum: General Discussion 07-26-2010, 12:41 PM
Replies: 12
Views: 204
Posted By John Flynn
No problem!

No problem!
Forum: General Discussion 07-26-2010, 11:00 AM
Replies: 6
Views: 159
Posted By John Flynn
Glad you got it!

Glad you got it!
Forum: General Discussion 07-26-2010, 10:59 AM
Replies: 5
Views: 144
Posted By John Flynn
no problem!

no problem!
Forum: General Discussion 07-26-2010, 10:58 AM
Replies: 12
Views: 204
Posted By John Flynn
Go into your fullwidth page template and see what...

Go into your fullwidth page template and see what div ids and classes it uses. Use those ones in your other template. For example: content becomes contentwide, postarea becomes postareawide, etc.
Forum: General Discussion 07-23-2010, 12:16 PM
Replies: 12
Views: 204
Posted By John Flynn
I would probably do way number one but it's 6 to...

I would probably do way number one but it's 6 to a half dozen.....
Forum: General Discussion 07-23-2010, 11:45 AM
Replies: 12
Views: 204
Posted By John Flynn
That's a little more complicated.....you're going...

That's a little more complicated.....you're going to need to use Firebug and change some stuff around. Basically though:
Use the div ids and classes from the full width template and lose the call...
Forum: General Discussion 07-23-2010, 10:55 AM
Replies: 12
Views: 204
Posted By John Flynn
Go to the page and selest the full width...

Go to the page and selest the full width template. Or just take the code from that file and paste it into page.php
Forum: General Discussion 07-23-2010, 10:19 AM
Replies: 12
Views: 204
Posted By John Flynn
I don't think that is the correct url to your...

I don't think that is the correct url to your site, but basically the best way to do it is get Firebug for Firefox and check it out that way. Off the top of my head I can tell you that you have...
Forum: General Discussion 07-23-2010, 10:14 AM
Replies: 5
Views: 144
Posted By John Flynn
Ok, here's how I did it here...

Ok, here's how I did it here (http://www.kickstartmedia.info/quest/), it should work the same for you with some minor modifications obviously of images, colors, etc.....

The CSS:
Create a footer...
Forum: General Discussion 07-23-2010, 07:53 AM
Replies: 5
Views: 144
Posted By John Flynn
Yes that is possible and exactly how you do it. ...

Yes that is possible and exactly how you do it. I think in that theme also you need to also remove the width designation under the body.
Forum: General Discussion 07-23-2010, 07:36 AM
Replies: 1
Views: 109
Posted By John Flynn
What is your url?

What is your url?
Forum: General Discussion 07-23-2010, 07:35 AM
Replies: 1
Views: 172
Posted By John Flynn
Hi Devon- You would not be able to do this...

Hi Devon-

You would not be able to do this unless you were to hardcode the menu instead of dynamically calling pages or categories.
Forum: General Discussion 07-22-2010, 08:40 PM
Replies: 6
Views: 159
Posted By John Flynn
Change the part in quotations in this section: <a...

Change the part in quotations in this section: <a href="<?php echo get_option('home'); ?>/">
Forum: General Discussion 07-22-2010, 01:53 PM
Replies: 1
Views: 73
Posted By John Flynn
No he will not need to do that. He can modify...

No he will not need to do that. He can modify things and even download things form your host and in fact could modify the them directly from the admin area of your word press install. If you want...
Forum: General Discussion 07-22-2010, 10:49 AM
Replies: 6
Views: 159
Posted By John Flynn
Go into header.php and change the link in the...

Go into header.php and change the link in the headerleft div
Forum: General Discussion 07-20-2010, 02:21 PM
Replies: 4
Views: 119
Posted By John Flynn
No problem!

No problem!
Forum: General Discussion 07-20-2010, 02:20 PM
Replies: 1
Views: 86
Posted By John Flynn
There used to be but unfortunately if you doit...

There used to be but unfortunately if you doit using WP 3.0 it will mess up the plugin. Switch to Dynamic Content Gallery instead...
Forum: General Discussion 07-20-2010, 09:47 AM
Replies: 1
Views: 100
Posted By John Flynn
You could set a min-height designation on both...

You could set a min-height designation on both that is the height of the bigger box, or you could add some padding to the div that is not as tall.
Forum: General Discussion 07-19-2010, 07:47 PM
Replies: 10
Views: 199
Posted By John Flynn
You would need to make a category template to...

You would need to make a category template to make sure it is on a category page.
Forum: General Discussion 07-19-2010, 07:46 PM
Replies: 4
Views: 119
Posted By John Flynn
Go into header.php and hardcode the home link in...

Go into header.php and hardcode the home link in the navbar section instead of using the default php code. If the garbage symbols are on avery page they are in your header.php or footer.php, because...
Forum: General Discussion 07-15-2010, 02:19 PM
Replies: 3
Views: 89
Posted By John Flynn
Don't feel dumb, we all miss the easy...

Don't feel dumb, we all miss the easy things....the other mods are here for the complicated questions I'm the easy question guy! :lol:
Forum: General Discussion 07-15-2010, 08:03 AM
Replies: 7
Views: 138
Posted By John Flynn
No problem :)

No problem :)
Forum: General Discussion 07-15-2010, 07:45 AM
Replies: 7
Views: 138
Posted By John Flynn
There's a really easy way to do it with Church if...

There's a really easy way to do it with Church if you don't want to make the change yet. Install the page sidebars plugin which will then put a unique sidebar area in each page....
Forum: General Discussion 07-14-2010, 11:46 PM
Replies: 5
Views: 145
Posted By John Flynn
Just go into the header.php file and takeout the...

Just go into the header.php file and takeout the php call there and add hardcoded links like the home one that is there.
Forum: General Discussion 07-14-2010, 08:46 PM
Replies: 5
Views: 145
Posted By John Flynn
oh man, have you tried searching to see if it's...

oh man, have you tried searching to see if it's on word press?
Forum: General Discussion 07-14-2010, 07:15 PM
Replies: 4
Views: 328
Posted By John Flynn
Very very well done and professional looking!

Very very well done and professional looking!
Forum: General Discussion 07-14-2010, 06:13 PM
Replies: 5
Views: 145
Posted By John Flynn
You could try Nathan Rice's plugin here:...

You could try Nathan Rice's plugin here: http://www.nathanrice.net/download/parent_to_first_child.zip or hardcode it in header.php
Forum: General Discussion 07-14-2010, 06:11 PM
Replies: 2
Views: 132
Posted By John Flynn
Not without using it as a pop-up window.

Not without using it as a pop-up window.
Forum: General Discussion 07-14-2010, 06:10 PM
Replies: 1
Views: 89
Posted By John Flynn
It is an easy change if you have not modified the...

It is an easy change if you have not modified the theme yes. Your content should not be effected other than if for example one theme used the Featured Content Gallery and one used the DCG.
Forum: General Discussion 07-14-2010, 04:41 PM
Replies: 6
Views: 173
Posted By John Flynn
It's just an image that goes at the bottom of the...

It's just an image that goes at the bottom of the div. Create your image and then put it as the background in your widget and position it on the bottom.
Forum: General Discussion 07-14-2010, 04:33 PM
Replies: 1
Views: 95
Posted By John Flynn
try deactivating plugins or checking your...

try deactivating plugins or checking your permalink structure
Forum: General Discussion 07-14-2010, 04:23 PM
Replies: 3
Views: 208
Posted By John Flynn
no problem

no problem
Forum: General Discussion 07-14-2010, 02:14 PM
Replies: 3
Views: 208
Posted By John Flynn
It's your image. It has the lines on it so when...

It's your image. It has the lines on it so when it repeats you see them.
Forum: General Discussion 07-14-2010, 01:44 PM
Replies: 3
Views: 89
Posted By John Flynn
change the date on the posts, that would be...

change the date on the posts, that would be easiest....
Forum: General Discussion 07-13-2010, 04:14 PM
Replies: 1
Views: 100
Posted By John Flynn
Go into home.php and remove the homepage left and...

Go into home.php and remove the homepage left and right divs.

To change the sidebar go into style.css and go to the sidebar section. Change your css there for the headings (sidebar h2). Change...
Forum: General Discussion 07-13-2010, 03:00 PM
Replies: 9
Views: 170
Posted By John Flynn
no prob...

no prob...
Forum: General Discussion 07-13-2010, 02:35 PM
Replies: 1
Views: 90
Posted By John Flynn
answered here:...

answered here: http://www.studiopress.com/support/showthread.php?t=32848
Forum: General Discussion 07-13-2010, 02:30 PM
Replies: 9
Views: 170
Posted By John Flynn
It's fixed. The code at the bottom should have...

It's fixed. The code at the bottom should have been:
</div>

</div>

<?php get_sidebar(); ?>

</div>

<?php get_footer(); ?>
Forum: General Discussion 07-13-2010, 01:38 PM
Replies: 9
Views: 170
Posted By John Flynn
Can you pm me your login?

Can you pm me your login?
Forum: General Discussion 07-13-2010, 12:46 PM
Replies: 5
Views: 144
Posted By John Flynn
No problem :)

No problem :)
Forum: General Discussion 07-13-2010, 12:07 PM
Replies: 5
Views: 144
Posted By John Flynn
If you are on Lifestyle (which I think you are...

If you are on Lifestyle (which I think you are Lori) you'll need to do it the way I said or it still won't work. You need to remove the php code that checks to see if FCG is there and if not...
Forum: General Discussion 07-13-2010, 12:02 PM
Replies: 16
Views: 274
Posted By John Flynn
Answered here...

Answered here (http://www.studiopress.com/support/showthread.php?t=32839)
Forum: General Discussion 07-13-2010, 12:01 PM
Replies: 9
Views: 170
Posted By John Flynn
Send your website url and I'll look at it...

Send your website url and I'll look at it...
Forum: General Discussion 07-13-2010, 11:52 AM
Replies: 5
Views: 144
Posted By John Flynn
Hi Lori- Here's how you do it: 1. Install...

Hi Lori-

Here's how you do it:
1. Install the DCG Plugin
2. Activate it.
3. Go to home.php
4. Where it says this:
<?php // Check for the 'gallery_styles' function. if it's there, then...
Forum: General Discussion 07-12-2010, 10:03 AM
Replies: 16
Views: 274
Posted By John Flynn
Lori- I tried it on a 3.0 install of mine...

Lori-

I tried it on a 3.0 install of mine and I got the white box the same as it did for you. It works on all my 2.9 installs though so it must be a plugin issue with 3.0. You could leave a...
Showing results 1 to 50 of 500

 
Forum Jump

All times are GMT -5. The time now is 09:03 AM.

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