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 89
Search took 0.01 seconds.
Search: Posts Made By: jjaycallejas
Forum: General Discussion 10-30-2012, 06:09 PM
Replies: 9
Views: 326
Posted By jjaycallejas
Great. I guess I'll go ahead and try this...

Great. I guess I'll go ahead and try this workflow for a future project and see where it takes me. :):
Forum: General Discussion 10-30-2012, 03:14 PM
Replies: 9
Views: 326
Posted By jjaycallejas
Great info. One thing I've been wondering though....

Great info. One thing I've been wondering though. Does divvying up the php files adversely effect load time?
Forum: General Discussion 10-29-2012, 06:02 PM
Replies: 9
Views: 326
Posted By jjaycallejas
Thanks Nick. Other than writing the include,...

Thanks Nick.

Other than writing the include, how else would this approach increase overhead? Or is that the extra work you were talking about?
Forum: General Discussion 10-25-2012, 06:30 PM
Replies: 9
Views: 326
Posted By jjaycallejas
.php includes with child themes

Hello,

I was looking into what's everyones thoughts on designing themes with php includes as opposed to throwing everything into functions.php.

e.g.



remove_action('genesis_header',...
Forum: General Discussion 10-04-2012, 06:06 PM
Replies: 5
Views: 324
Posted By jjaycallejas
Ah, I see. That's what I figured. Thanks!

Ah, I see. That's what I figured. Thanks!
Forum: General Discussion 10-04-2012, 04:18 PM
Replies: 5
Views: 324
Posted By jjaycallejas
yeah, I'm kind of discovering that out too. I...

yeah, I'm kind of discovering that out too. I wonder if Adobe is going to build on it's browserlab service. It's a neat idea to have a place with old browsers to take a look at.

Anyway, do you use...
Forum: General Discussion 10-04-2012, 01:44 PM
Replies: 5
Views: 324
Posted By jjaycallejas
mac or pc? (cross browser testing)

Hi,

Just trying to get an idea on where people develop on and what you all use for cross browser testing.

I'm mac based and have been checking in and out of adobe browserlab for most things....
Forum: General Discussion 10-04-2012, 01:41 PM
Replies: 5
Views: 298
Posted By jjaycallejas
thanks for that!

thanks for that!
Forum: General Discussion 10-04-2012, 11:42 AM
Replies: 5
Views: 298
Posted By jjaycallejas
Thanks Debra! Looks like it did the trick....

Thanks Debra!

Looks like it did the trick. How did you determine that it was strictly an ie8 issue and how did you remedy it? Are there any tools/references that you use for working with ie?
Forum: General Discussion 10-03-2012, 05:50 PM
Replies: 5
Views: 298
Posted By jjaycallejas
IE rendering issue, display not inline

http://www.studio2055.com/dev/theaerogroup/leadership/charles-a-barge-p-e/

Hello, if you take a look here in IE, the thumbnail images display: block when they really should be inline. I'm not sure...
Forum: General Discussion 09-27-2012, 11:36 AM
Replies: 1
Views: 215
Posted By jjaycallejas
sidebar background vs content background

Hello,

Does anyone know anything about unique backgrounds for sidebars? This question relates to having sidebar height matching the height of the main content area.

I know there's a work...
Forum: General Discussion 09-27-2012, 09:09 AM
Replies: 3
Views: 287
Posted By jjaycallejas
Wooh! thanks Bill. Definitely works for what I...

Wooh! thanks Bill. Definitely works for what I want to accomplish.

A quick question if you don't mind. Ideally, I'd like to write a function replacing the primary sidebar for this post type with...
Forum: General Discussion 09-26-2012, 07:15 PM
Replies: 2
Views: 300
Posted By jjaycallejas
How about something like this?...

How about something like this? http://www.briangardner.com/custom-archives-page/
Forum: General Discussion 09-26-2012, 05:29 PM
Replies: 3
Views: 287
Posted By jjaycallejas
Adding Simple sidebar to template

Hi,

Does anyone know the call for sidebars made with genesis simple sidebars? I'm trying to hook it one onto a custom post type.

Thanks!
Forum: General Discussion 09-26-2012, 05:20 PM
Replies: 2
Views: 139
Posted By jjaycallejas
thanks. Hope someone chimes in :): Quick question...

thanks. Hope someone chimes in :): Quick question though, do you use textexpander?
Forum: General Discussion 09-25-2012, 03:05 PM
Replies: 2
Views: 139
Posted By jjaycallejas
dynamically loading content

Hi,

Looking for some advice on dynamically loading content. Ideally, I want to create something like this http://kevinbatdorf.github.com/codaslider/ with the tabbed navigation querying posts, with...
Forum: General Discussion 09-21-2012, 06:35 PM
Replies: 3
Views: 160
Posted By jjaycallejas
heres the code that got everything working...

heres the code that got everything working together nicely. All is well:grin:


function add_jquery_tools() {
if ( !is_admin() ) {
wp_register_script('addons_script',...
Forum: General Discussion 09-21-2012, 05:25 PM
Replies: 2
Views: 179
Posted By jjaycallejas
I highly suggest Nicks tutorial series as well. ...

I highly suggest Nicks tutorial series as well.

Along with that, these two series helped me out a bunch:

http://wpsmith.net/
http://www.billerickson.net/
Forum: General Discussion 09-21-2012, 05:22 PM
Replies: 4
Views: 145
Posted By jjaycallejas
thats very roundabout (three wp for one site)....

thats very roundabout (three wp for one site). Would be infuriating to manage I would assume. But i think this is exactly what you're looking for.
...
Forum: General Discussion 09-21-2012, 05:18 PM
Replies: 6
Views: 182
Posted By jjaycallejas
Thanks for setting my on the right direction. I...

Thanks for setting my on the right direction. I appreciate it!

Here's what I ended up using:


echo genesis_custom_field('fieldID');


Since I was making a post type query, this looked...
Forum: General Discussion 09-20-2012, 05:06 PM
Replies: 6
Views: 182
Posted By jjaycallejas
for reference, here's the cmb I'm trying to call ...

for reference, here's the cmb I'm trying to call


array(
'name' => 'Excerpt',
'desc' => 'Enter Excerpt Here',
'id' => $prefix . 'client_testimonial_excerpt_info',
'type' =>...
Forum: General Discussion 09-20-2012, 05:03 PM
Replies: 6
Views: 182
Posted By jjaycallejas
Thanks! I tried this echo...

Thanks!

I tried this

echo get_post_meta($post->ID, '_cmb_client_testimonial_excerpt_info', true);

but still get nothing.

Here's my template:
Forum: General Discussion 09-20-2012, 04:33 PM
Replies: 6
Views: 182
Posted By jjaycallejas
Custom Query question

Hi,

Im utilizing wp_query to customize an archive page like so


function _cpt_testimonials_menu() {
$args = array(
'post_type' => 'aero_testimonials',
'order' => 'ASC',...
Forum: General Discussion 09-20-2012, 04:30 PM
Replies: 3
Views: 160
Posted By jjaycallejas
Thanks. Will do.

Thanks. Will do.
Forum: General Discussion 09-19-2012, 07:57 PM
Replies: 3
Views: 160
Posted By jjaycallejas
jQuery conflict help?

Hello,

I was wondering if anyone could help me out with a small conflict I have.

I'm currently loading jQuery tabs like this:


add_action('wp_enqueue_scripts', 'loading_jquery_tools');...
Forum: General Discussion 09-18-2012, 06:30 PM
Replies: 2
Views: 134
Posted By jjaycallejas
Thanks Nick. Very insightful!

Thanks Nick. Very insightful!
Forum: General Discussion 09-18-2012, 12:44 PM
Replies: 2
Views: 134
Posted By jjaycallejas
How do you guys work around internet explorer?

Hi everyone,

just wondering how you all work around internet explorer. Do you all design to the least common denominator or say, "to heck with internet explorer" and let the design break in IE?
...
Forum: General Discussion 09-18-2012, 12:41 PM
Replies: 2
Views: 128
Posted By jjaycallejas
Yikes! I might have to ditch my hover graphic...

Yikes! I might have to ditch my hover graphic then. hmmm. For now I'll go ahead and try that browser specific method. It's strange through, since the graphic worked fine for me until I recently...
Forum: General Discussion 09-18-2012, 11:48 AM
Replies: 2
Views: 154
Posted By jjaycallejas
hmmm yeah. I think thats probably the only way to...

hmmm yeah. I think thats probably the only way to proceed. What I did was pull in the archive onto the individual posts, which worked on the surface initially. But I'll probably have to make a unique...
Forum: General Discussion 09-17-2012, 06:43 PM
Replies: 2
Views: 128
Posted By jjaycallejas
css wrong in firefox but fine in chrome and safari

Hi,

I'm having a small issue with css regarding background image position. If you take a look here

http://www.studio2055.com/dev/aero/# at the tabbed navigation below the mian nav, I have over...
Forum: General Discussion 09-17-2012, 11:47 AM
Replies: 5
Views: 219
Posted By jjaycallejas
Ah, I see. That makes sense. So I added this...

Ah, I see. That makes sense.

So I added this into the $arg array

'order' => 'ASC' and adjusted the publish dates accordingly.

Although this works for now, it kinda seems like a round about...
Forum: General Discussion 09-16-2012, 09:45 PM
Replies: 2
Views: 154
Posted By jjaycallejas
Parenting custom post types

Back again!

I have a question about page parenting, specifically as it refers to current-menu-item highlighting.

Is it possible to have a navigation menu, where all pages of a custom post type...
Forum: General Discussion 09-16-2012, 09:40 PM
Replies: 5
Views: 219
Posted By jjaycallejas
thanks for the response nick. Ill check that out....

thanks for the response nick. Ill check that out. I was just concerned that the archive order was only dependent on order of creation (which it seems like it is). I'm guessing I have to explicitly...
Forum: General Discussion 09-15-2012, 04:39 PM
Replies: 1
Views: 90
Posted By jjaycallejas
Ok I see this in the tutorials but this...

Ok

I see this in the tutorials but this doesnt seem to work either.


add_filter( 'genesis_prev_link_text', 'gt_review_prev_link_text' );
function gt_review_prev_link_text() {
...
Forum: General Discussion 09-15-2012, 04:28 PM
Replies: 1
Views: 90
Posted By jjaycallejas
Next Post Link parameters

Hi,

I'm having trouble with next_post_link().

After reading through the wordpress codec, I can't get the parameters to run.

next_post_link('%link', 'Next post in category', TRUE);

When I...
Forum: General Discussion 09-15-2012, 12:57 PM
Replies: 1
Views: 95
Posted By jjaycallejas
So i'm tracking my progress here. So I used...

So i'm tracking my progress here.

So I used this in my single-cpt.php


remove_action ('genesis_sidebar', 'genesis_do_sidebar');
add_action ('genesis_sidebar', 'about_nav');
function...
Forum: General Discussion 09-15-2012, 12:33 PM
Replies: 1
Views: 95
Posted By jjaycallejas
hard coding sidebars into custom post type

Hi,

Does anyone know how I can assign custom registered sidebars into a custom post type? I know how to create custom post types and register my own sidebars, but I'm not quite sure how to put...
Forum: General Discussion 09-15-2012, 12:12 PM
Replies: 5
Views: 219
Posted By jjaycallejas
Question about Archive query and Permalinks

Here's the page I'd like to discuss http://www.studio2055.com/dev/aero/?aero_leadership=alan-barge-2
and here's the code I used for the archive query at the top of the page (photos running at the...
Forum: General Discussion 09-14-2012, 11:42 AM
Replies: 5
Views: 164
Posted By jjaycallejas
Hhahaha! Thank you! All is well. Learn something...

Hhahaha! Thank you! All is well. Learn something new everyday/
Forum: General Discussion 09-13-2012, 09:58 PM
Replies: 5
Views: 164
Posted By jjaycallejas
I want the divs inside .projects-col-b-wrap to be...

I want the divs inside .projects-col-b-wrap to be side-by-side instead of one on top of each other. Do they appear that way to you?
Forum: General Discussion 09-13-2012, 08:28 PM
Replies: 5
Views: 164
Posted By jjaycallejas
CSS help: inline and block display

http://www.studio2055.com/dev/aero/?aero_projects=nwa-fleet-integrationboeing-fleet-winglet-project

Hi,

I can't figure out why my divs aren't inline.

Ideally I want:

.projects-col-a-wrap...
Forum: General Discussion 09-12-2012, 12:20 PM
Replies: 11
Views: 232
Posted By jjaycallejas
you are a genius! Thank you. All is well.

you are a genius! Thank you. All is well.
Forum: General Discussion 09-11-2012, 03:34 PM
Replies: 11
Views: 232
Posted By jjaycallejas
Oh, i actually removed it since it wasn't working...

Oh, i actually removed it since it wasn't working properly. I've added it back now.
Forum: General Discussion 09-11-2012, 03:17 PM
Replies: 4
Views: 154
Posted By jjaycallejas
Yup. To the T.

Yup. To the T.
Forum: General Discussion 09-11-2012, 03:16 PM
Replies: 2
Views: 125
Posted By jjaycallejas
will do. Thanks Nick

will do. Thanks Nick
Forum: General Discussion 09-11-2012, 03:00 PM
Replies: 4
Views: 154
Posted By jjaycallejas
sorry. i forgot its genesis_DO_nav(), rather than...

sorry. i forgot its genesis_DO_nav(), rather than genesis_nav
Forum: General Discussion 09-11-2012, 02:57 PM
Replies: 11
Views: 232
Posted By jjaycallejas
padding: 20px; it only added the padding to...

padding: 20px;

it only added the padding to leadership-col-a-top and not left and right.
Forum: General Discussion 09-11-2012, 02:45 PM
Replies: 4
Views: 154
Posted By jjaycallejas
hooking the nav into custom function

Hi,

I'm trying to hook the nav into a custom function rather than using the slated hooks. This is what I've got,
http://www.studio2055.com/dev/aero/#home-pane-one

function _home_navigation() {...
Forum: General Discussion 09-11-2012, 01:48 PM
Replies: 2
Views: 125
Posted By jjaycallejas
Targeting divs on another page

Hello!

I have a question about targeting divs on another page. It seems like it's halfway working for me.

If you take a look at the header where I have "tab1, 2, 3", those are set up like this...
Forum: General Discussion 09-11-2012, 01:02 PM
Replies: 3
Views: 132
Posted By jjaycallejas
thanks Andrea. That's nice to know. I would of...

thanks Andrea. That's nice to know. I would of went crazy echoe'ing everything haha.
Showing results 1 to 50 of 89

 
Forum Jump

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

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