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 242
Search took 0.03 seconds.
Search: Posts Made By: bandj
Forum: General Discussion 10-14-2012, 11:16 AM
Replies: 1
Views: 201
Posted By bandj
you can close this....fixed it

you can close this....fixed it
Forum: General Discussion 10-14-2012, 09:21 AM
Replies: 1
Views: 201
Posted By bandj
remove post image everywhere except on blog

I added this to the functions.php at http://studio55design.com

/** Customize the post image function */
add_filter( 'genesis_post_content', 'post_image_filter' );
function post_image_filter() {...
Forum: General Discussion 08-24-2012, 04:18 PM
Replies: 2
Views: 147
Posted By bandj
thanks Nick.

thanks Nick.
Forum: General Discussion 08-24-2012, 07:56 AM
Replies: 2
Views: 147
Posted By bandj
1140 vs 1100

When the eleven40 theme came out it was 1140px wide and also decor was 1140px wide. I have now seen Brian's site which is 1100px wide and the new Going Green is 1100px wide. What is the reasoning and...
Forum: General Discussion 07-25-2012, 02:54 PM
Replies: 4
Views: 135
Posted By bandj
ok, guess I'll start using those as a starting...

ok, guess I'll start using those as a starting point
thanks
Forum: General Discussion 07-25-2012, 02:31 PM
Replies: 4
Views: 135
Posted By bandj
I understand that they will do that as far as...

I understand that they will do that as far as getting smaller but with the ipad at 1024px is the new standard width 1140 as opposed to the older 960?
Forum: General Discussion 07-25-2012, 09:13 AM
Replies: 4
Views: 135
Posted By bandj
best size 2012

With so many people now accessing the net with iPads and iPhones I am wondering what is the best size to go with. Some themes like eleven40 and Decor go with 1140px wide, most of the child themes go...
Forum: General Discussion 07-20-2012, 02:25 PM
Replies: 19
Views: 394
Posted By bandj
well, I finally got it working. Had to add...

well, I finally got it working. Had to add another script for backgroundPosition

You can close this, thanks Nick.
Forum: General Discussion 07-17-2012, 05:10 PM
Replies: 8
Views: 180
Posted By bandj
thanks Sozo

thanks Sozo
Forum: General Discussion 07-17-2012, 04:55 PM
Replies: 8
Views: 180
Posted By bandj
And I can use an html5 player in Genesis and it...

And I can use an html5 player in Genesis and it will play on an ipad or iphone or android?
Forum: General Discussion 07-17-2012, 04:29 PM
Replies: 8
Views: 180
Posted By bandj
Whew! I need to play different audio files...

Whew!

I need to play different audio files on separate pages, or at least their existing flash site has different menu buttons that play different audio files and being a flash site doesn't play...
Forum: General Discussion 07-17-2012, 04:08 PM
Replies: 8
Views: 180
Posted By bandj
genesis and "i" devices

In reference to this post:

http://www.studiopress.com/support/showthread.php?t=109658&highlight=audio+player

Is this saying that because Genesis is not html5 that a Genesis site will not play...
Forum: General Discussion 07-09-2012, 03:13 PM
Replies: 19
Views: 394
Posted By bandj
added that to functions but still doesn't work

added that to functions but still doesn't work
Forum: General Discussion 07-09-2012, 12:30 PM
Replies: 19
Views: 394
Posted By bandj
made sure the boxes for fancy dropdowns are not...

made sure the boxes for fancy dropdowns are not checked. Still doesn't work.
Forum: General Discussion 07-08-2012, 11:35 AM
Replies: 19
Views: 394
Posted By bandj
As I understand this, there are 2 steps. Load...

As I understand this, there are 2 steps.
Load the script in the browser and then execute the script on hover or click etc.
At this point I'm not sure if the my code in the functions.php is...
Forum: General Discussion 07-07-2012, 01:38 PM
Replies: 19
Views: 394
Posted By bandj
getting close now. took everything out of...

getting close now.

took everything out of the Genesis settings head box.

put this in the functions.php

/** Add jquery hover effect in header widget */
function mymenuhover() {
...
Forum: General Discussion 07-06-2012, 01:21 PM
Replies: 19
Views: 394
Posted By bandj
I'm trying to put in the full url of the script...

I'm trying to put in the full url of the script which is

http://studio55design.com/public_html/demo/WC/wp-content/themes/agency/js/menu-hover.js

but when I look at the source code and click on...
Forum: General Discussion 07-06-2012, 07:32 AM
Replies: 19
Views: 394
Posted By bandj
unfortunately no. But it could be the script...

unfortunately no. But it could be the script since I'm just learning jquery.

this is my script:

JQuery(document).ready(function(){


$('#header > .menu > li > a').on('mouseenter',...
Forum: General Discussion 07-05-2012, 12:20 PM
Replies: 19
Views: 394
Posted By bandj
thanks Nick

thanks Nick
Forum: General Discussion 07-05-2012, 12:17 PM
Replies: 19
Views: 394
Posted By bandj
the wp_enqueue_script would go in the...

the wp_enqueue_script would go in the functions.php right?
Forum: General Discussion 07-05-2012, 06:59 AM
Replies: 19
Views: 394
Posted By bandj
add a jquery script

I would like to add a simple jquery script to change the position of the background for a menu in the header right widget. What is the best practice for placing the script?

Should I put the script...
Forum: General Discussion 06-15-2012, 01:36 PM
Replies: 7
Views: 161
Posted By bandj
That works nice Thanks Nick

That works nice

Thanks Nick
Forum: General Discussion 06-15-2012, 12:57 PM
Replies: 7
Views: 161
Posted By bandj
I gotcha. That works great for the category...

I gotcha. That works great for the category pages.

How can I get that to work if I want a Blog Page?
Forum: General Discussion 06-15-2012, 07:54 AM
Replies: 7
Views: 161
Posted By bandj
apparently that plugin has some compatibility...

apparently that plugin has some compatibility issues with the widgetized home pages.

What about the 2nd solution? Following Brian's tut and making the page title appear
Forum: General Discussion 06-14-2012, 07:35 AM
Replies: 7
Views: 161
Posted By bandj
Edit Breadcrumb

Is there a way to make the breadcrumb display the current page/category name only?

For example instead of displaying: You are here: home/cat1

It would only display: cat1

Instead of : You...
Forum: General Discussion 05-28-2012, 06:55 PM
Replies: 5
Views: 191
Posted By bandj
that makes sense. So would you say that is how...

that makes sense. So would you say that is how this site does it?

http://www.studiochris.us/portfolio/
Forum: General Discussion 05-28-2012, 04:00 PM
Replies: 5
Views: 191
Posted By bandj
yes I have done that and it works great. But I...

yes I have done that and it works great. But I see other themes that have buttons above the portfolio that you can sort, for example by category. I have not found any plugins that do that. Some of...
Forum: General Discussion 05-28-2012, 01:21 PM
Replies: 5
Views: 191
Posted By bandj
portfolio template

What are the chances of adding a sortable portfolio template page? Or a tutorial on how to add one to the existing child themes?
Forum: General Discussion 04-10-2012, 12:35 PM
Replies: 6
Views: 166
Posted By bandj
Thanks 447, I'll try it out

Thanks 447, I'll try it out
Forum: General Discussion 04-09-2012, 02:39 PM
Replies: 6
Views: 166
Posted By bandj
got it. just checked it and I see the same thing....

got it. just checked it and I see the same thing. Thanks for the catch.
Forum: General Discussion 04-09-2012, 12:45 PM
Replies: 6
Views: 166
Posted By bandj
thanks for the crit Joseph. Not sure what you...

thanks for the crit Joseph. Not sure what you mean by the bleeding. Could it be the "glow". I gave it a white shadow to kind of make it glow.
Forum: General Discussion 04-09-2012, 10:32 AM
Replies: 6
Views: 166
Posted By bandj
site review

I made a new skin for the Lifestyle 2 theme. Would like to know what you think.

http://studio55design.com/demo/LS-SkyBlue/
Forum: General Discussion 04-08-2012, 07:44 AM
Replies: 2
Views: 105
Posted By bandj
Thanks Andrea

Thanks Andrea
Forum: General Discussion 04-04-2012, 10:27 AM
Replies: 3
Views: 163
Posted By bandj
Slowed the slider, thanks Nick. Thanks...

Slowed the slider, thanks Nick.

Thanks hillers....The themes in the portfolio are all done with just css, a plugin, and a minor change in the functions file, which I show in the video tutorial....
Forum: General Discussion 04-03-2012, 03:04 PM
Replies: 2
Views: 105
Posted By bandj
Streamline 2 in Red

Made a skin for the new responsive Streamline theme.

http://studio55design.com/demo/Flake/

Would like to know what you think.
Forum: General Discussion 04-03-2012, 02:58 PM
Replies: 3
Views: 163
Posted By bandj
Agency 2 customized

I waited for weeks to try this one out. Really like it. Redid my site here:

http://studio55design.com

Let me know what you think.
Forum: General Discussion 02-01-2012, 04:34 PM
Replies: 1
Views: 148
Posted By bandj
Another redo with the new eleven40 theme

I redid http://absotivelydogs.com again with the new eleven40 theme after Brian's blog post/tutorial on adding a widget. Only minor changes but welcome crits.
Forum: General Discussion 01-23-2012, 01:13 PM
Replies: 2
Views: 143
Posted By bandj
Thanks Nick. Don't know how to use them so I'm...

Thanks Nick. Don't know how to use them so I'm headin over to your site to read up on Genesis Explained Filters....hope I can understand it.
Forum: General Discussion 01-23-2012, 07:02 AM
Replies: 2
Views: 143
Posted By bandj
#page-title

The Studiopress site has a div called #page-title and Brian's blog has a class of .page-title. How can we add that and are any themes going to feature that? It seems to be a pretty common feature...
Forum: General Discussion 01-12-2012, 09:53 AM
Replies: 6
Views: 206
Posted By bandj
If the # doesn't work you could try this plugin ...

If the # doesn't work you could try this plugin

http://wordpress.org/extend/plugins/quick-pagepost-redirect-plugin/
Forum: General Discussion 01-12-2012, 09:48 AM
Replies: 5
Views: 286
Posted By bandj
I have to agree with Rebecca about child themes....

I have to agree with Rebecca about child themes. I was brand new to wordpress a couple years ago so it took a while to get a handle on that, then they come out with child themes but in the end they...
Forum: General Discussion 01-12-2012, 09:42 AM
Replies: 13
Views: 267
Posted By bandj
Scarlet and Grey...my old school colors so I like...

Scarlet and Grey...my old school colors so I like the color scheme a lot. I would like the headlines a tad bigger. 32 is not even too big for me. I also like that you're using 14 for the text size. I...
Forum: General Discussion 01-07-2012, 10:03 AM
Replies: 3
Views: 119
Posted By bandj
thanks Nick. I'll read up on it. It would be nice...

thanks Nick. I'll read up on it. It would be nice to have a tutorial with example code when 1.8 and the child themes start coming out.
Forum: General Discussion 01-07-2012, 08:00 AM
Replies: 3
Views: 119
Posted By bandj
column classes in responsive

If we are using column classes on our site, how will they react if we switch to a responsive theme?
Forum: General Discussion 01-03-2012, 10:08 AM
Replies: 1
Views: 102
Posted By bandj
Agency 2

Any news on when Agency 2 will be released?
Forum: General Discussion 12-30-2011, 11:04 AM
Replies: 3
Views: 160
Posted By bandj
redo child theme after responsive?

What happens to your existing child theme when:

1. Genesis 1.8 with responsive comes out.....I assume nothing would happen.

2. When the new child theme that is responsive comes out...I saw the...
Forum: General Discussion 12-13-2011, 06:46 AM
Replies: 3
Views: 127
Posted By bandj
ok thanks Nick

ok thanks Nick
Forum: General Discussion 12-13-2011, 05:31 AM
Replies: 3
Views: 127
Posted By bandj
The new 2012 Prose theme

I read on Copyblogger that there will be a new 1.5 Prose theme coming out so I have 2 questions.

Will this be free for Pro Plus owners?

Will this be a responsive design?
Forum: General Discussion 10-12-2011, 06:19 AM
Replies: 6
Views: 353
Posted By bandj
cool site. I like the see through to the...

cool site. I like the see through to the background and how it's fixed when you scroll.
Forum: General Discussion 10-12-2011, 06:13 AM
Replies: 4
Views: 151
Posted By bandj
I like the use of the script font. Makes it feel...

I like the use of the script font. Makes it feel more personal.
Showing results 1 to 50 of 242

 
Forum Jump

All times are GMT -5. The time now is 06:28 PM.

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