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 380
Search took 0.07 seconds.
Search: Posts Made By: GaryJ
Forum: General Discussion 07-31-2012, 08:54 AM
Replies: 4
Views: 162
Posted By GaryJ
Avoid using IDs in your markup - your example...

Avoid using IDs in your markup - your example already shows two elements with the same ID (invalid markup), and IDs are too heavy a weighting in specificity scores in CSS.

For your next solution,...
Forum: General Discussion 07-31-2012, 08:42 AM
Replies: 10
Views: 276
Posted By GaryJ
Instead of extra divs, you might like to play...

Instead of extra divs, you might like to play with :before and :after pseudo-elements, for a purely CSS solution.
Forum: General Discussion 07-31-2012, 08:39 AM
Replies: 27
Views: 911
Posted By GaryJ
The OP may find that http://dynamiktheme.com/ is...

The OP may find that http://dynamiktheme.com/ is more to their liking.
Forum: General Discussion 07-31-2012, 08:34 AM
Replies: 2
Views: 133
Posted By GaryJ
Around line 1089 of style.css, change the padding...

Around line 1089 of style.css, change the padding to:

.entry-content ol,
.entry-content ul {
margin: 0;
padding: 10px;
}

Around line 1100, change the margin to:
Forum: General Discussion 06-24-2012, 09:32 AM
Replies: 16
Views: 343
Posted By GaryJ
Check the Genesis Theme Settings Header / Footer...

Check the Genesis Theme Settings Header / Footer scripts box too.
Forum: General Discussion 06-13-2012, 10:31 AM
Replies: 36
Views: 913
Posted By GaryJ
Tell them WHAT they could fix, tell them WHY they...

Tell them WHAT they could fix, tell them WHY they should fix it, but don't tell them HOW they can fix it until they've paid you :-)
Forum: General Discussion 06-11-2012, 06:54 AM
Replies: 36
Views: 913
Posted By GaryJ
Be upfront about what your skill set is. We know...

Be upfront about what your skill set is. We know you're not a code poet, but what are your strengths?
Forum: General Discussion 06-09-2012, 01:24 PM
Replies: 36
Views: 913
Posted By GaryJ
You may be in the catch-22 - people won't employ...

You may be in the catch-22 - people won't employ you as their web bod without experience, and you can't get experience from paying clients as they won't hire you...

The obvious suggestion is to...
Forum: General Discussion 05-18-2012, 04:31 PM
Replies: 15
Views: 214
Posted By GaryJ
http://capitalp.org/ You only normally...

http://capitalp.org/


You only normally mentioned the word "WordPress" when writing posts in WordPress?

You've capitalised your username here, because it obviously means something - in this...
Forum: General Discussion 05-18-2012, 10:28 AM
Replies: 15
Views: 214
Posted By GaryJ
A point to note - it's WordPress, not Wordpress...

A point to note - it's WordPress, not Wordpress (capital_p_dangit (http://codex.wordpress.org/Function_Reference/capital_P_dangit)) - get the name of the project right to avoid losing a few potential...
Forum: General Discussion 05-18-2012, 05:37 AM
Replies: 8
Views: 297
Posted By GaryJ
The star-hack on properties or *+html hack...

The star-hack on properties or *+html hack usually work fine for including IE7-only styles within style.css.
Forum: General Discussion 05-16-2012, 08:32 PM
Replies: 8
Views: 297
Posted By GaryJ
And now the code you've got there is invalid...

And now the code you've got there is invalid since class attribute on <html> is HTML5 only.
Forum: General Discussion 05-16-2012, 08:30 PM
Replies: 8
Views: 297
Posted By GaryJ
No, for several reasons: 1) It can push the...

No, for several reasons:

1) It can push the charset meta tag beyond the first 512 bytes of the document, making it invalid.
2) The code you've added, with a class attribute applied to the <html>...
Forum: General Discussion 05-16-2012, 06:59 PM
Replies: 2
Views: 208
Posted By GaryJ
http://smush.it ? Or let the author know...

http://smush.it ?

Or let the author know it's not working, and look out for an update?
Forum: General Discussion 05-15-2012, 06:53 AM
Replies: 12
Views: 402
Posted By GaryJ
I still see the comment link under the title, and...

I still see the comment link under the title, and I presume the Edit link is there too (obviously, I can't see that). The only problem appears to be that you've also copied the comments shortcode /...
Forum: General Discussion 05-14-2012, 03:34 PM
Replies: 5
Views: 205
Posted By GaryJ
Community themes = Marketplace themes. Child...

Community themes = Marketplace themes.
Child themes = sold elsewhere on the net.
Forum: General Discussion 05-10-2012, 01:32 PM
Replies: 12
Views: 402
Posted By GaryJ
Where are the Comments and Edit link supposed to...

Where are the Comments and Edit link supposed to be?

Thanks for your comments about my twins - we're still at early feeding and growing stage - nothing to emotional for them at the moment!
Forum: General Discussion 05-10-2012, 12:13 PM
Replies: 3
Views: 131
Posted By GaryJ
You're welcome :-) Great since the issue is...

You're welcome :-)

Great since the issue is resolved, I'll close the thread. If you have more questions, please open a new thread.
Forum: General Discussion 05-09-2012, 05:12 PM
Replies: 12
Views: 402
Posted By GaryJ
Your code was missing two </div>'s - I've...

Your code was missing two </div>'s - I've amending my code block above to add them in.
Forum: General Discussion 05-09-2012, 10:48 AM
Replies: 12
Views: 402
Posted By GaryJ
What URL are these amendments being applied to?...

What URL are these amendments being applied to? How is it "jacked up"? (Remember, I don't know what it's supposed to look like if it was all correct.)
Forum: General Discussion 05-09-2012, 10:47 AM
Replies: 12
Views: 402
Posted By GaryJ
Yes: add_action / add_filter /** *...

Yes:
add_action / add_filter
/**
* Documentation
*/
function / class

One other tip for posting on this forum - wrap your pasted PHP in a ... shortcode.
Forum: General Discussion 05-09-2012, 08:47 AM
Replies: 1
Views: 100
Posted By GaryJ
Gravity Forms (http://gmj.to/gravityforms/")...

Gravity Forms (http://gmj.to/gravityforms/") allows the use of Post Fields, which allow readers to submit a form (including an upload), and have it create a draft or published post.
Forum: General Discussion 05-09-2012, 08:27 AM
Replies: 3
Views: 131
Posted By GaryJ
The body and soul site simply uses a set of divs,...

The body and soul site simply uses a set of divs, with a background image - the image itslf is a sprite: http://www.bodyandsoul.com.au/css/images/step-numbers/orange-template.gif - it's not the...
Forum: General Discussion 05-08-2012, 06:08 PM
Replies: 12
Views: 402
Posted By GaryJ
add_action( 'genesis_before_post_content',...

add_action( 'genesis_before_post_content', 'your_theme_post_info' );
/**
* Echo custom post info output.
*
* This is done to mark up the post date.
*
* @since 1.0.0
*/
function...
Forum: General Discussion 05-07-2012, 05:27 AM
Replies: 1
Views: 99
Posted By GaryJ
Confirming as a bug - thanks for reporting it -...

Confirming as a bug - thanks for reporting it - I'll pass it up the line to the SP developers.
Forum: General Discussion 05-06-2012, 01:04 PM
Replies: 1
Views: 83
Posted By GaryJ
No - it is currently unique to Prose.

No - it is currently unique to Prose.
Forum: General Discussion 04-24-2012, 04:52 AM
Replies: 3
Views: 215
Posted By GaryJ
Great since the issue is resolved, I'll close the...

Great since the issue is resolved, I'll close the thread. If you have more questions, please open a new thread.
Forum: General Discussion 04-22-2012, 08:09 AM
Replies: 2
Views: 134
Posted By GaryJ
Yes, you should always upgrade to new versions of...

Yes, you should always upgrade to new versions of WordPress when they are available.
Forum: General Discussion 04-22-2012, 08:09 AM
Replies: 3
Views: 215
Posted By GaryJ
The AsapBold and Regular are appearing fine to me...

The AsapBold and Regular are appearing fine to me in Chrome, so it might be something specific to your browser / local set-up.
Forum: General Discussion 04-21-2012, 05:05 AM
Replies: 9
Views: 192
Posted By GaryJ
Definitely do NOT change the permissions on...

Definitely do NOT change the permissions on wp-includes to 777.

Warnings are just that - warnings - they aren't errors, and most log files contain various warnings that don't affect the site in...
Forum: General Discussion 04-20-2012, 05:21 AM
Replies: 9
Views: 192
Posted By GaryJ
If you switch to the Twenty Eleven theme, and...

If you switch to the Twenty Eleven theme, and have no plugins activated, do you still get new warnings appearing?
Are you running WP 3.3.1?

Notes:
load.php 126=127 = favicon.ico headers()....
Forum: General Discussion 04-19-2012, 07:10 PM
Replies: 9
Views: 192
Posted By GaryJ
If they can identify a particular plugin, then...

If they can identify a particular plugin, then you should chase-up the plugin author.
If it's general WordPress code, then if you think it's a bug (to be honest, it's highly unlikely to be anything...
Forum: General Discussion 04-19-2012, 11:24 AM
Replies: 9
Views: 192
Posted By GaryJ
Your host would be a better source of identifying...

Your host would be a better source of identifying where all the errors are coming from. Get them to take a look. There shouldn't be any that refer to genesis, unless something hasn't been set up...
Forum: General Discussion 03-24-2012, 06:10 AM
Replies: 11
Views: 206
Posted By GaryJ
Why doesn't what look right?

Why doesn't what look right?
Forum: General Discussion 03-22-2012, 08:35 PM
Replies: 1
Views: 109
Posted By GaryJ
Unfortunately not - it's the browser + OS...

Unfortunately not - it's the browser + OS combination that determines the rendering quality of the font. You might be able to use the new CSS3 font-smooth property (limited support), or use a subtle...
Forum: General Discussion 03-22-2012, 08:27 PM
Replies: 11
Views: 206
Posted By GaryJ
Some homework reading for you JP :-)...

Some homework reading for you JP :-) http://codex.wordpress.org/Using_Permalinks#PATHINFO:_.22Almost_Pretty.22
Forum: General Discussion 03-22-2012, 08:18 PM
Replies: 6
Views: 230
Posted By GaryJ
And with that, I agree, *except* for people who...

And with that, I agree, *except* for people who are used to customising non-abstracted themes, since they have a period of unlearning to do first.
Forum: General Discussion 03-22-2012, 11:19 AM
Replies: 2
Views: 140
Posted By GaryJ
To further emphasise the corollary to Nick's...

To further emphasise the corollary to Nick's advice, if you provide Genesis, *you* would be the point of contact for support.
Forum: General Discussion 03-22-2012, 11:17 AM
Replies: 6
Views: 230
Posted By GaryJ
Yes, you're assumption about how Genesis works,...

Yes, you're assumption about how Genesis works, is correct.

For a simple amendment to the home page, the abstraction that Genesis uses may seem overkill, and yes, it is more work to make a simple...
Forum: General Discussion 03-10-2012, 05:13 AM
Replies: 3
Views: 130
Posted By GaryJ
Why does the client want his site to be...

Why does the client want his site to be displaying the login form, in an iframe or not, of another site? It's a great way for Google to mark his site as a phishing site.

The Dropbox login form has...
Forum: General Discussion 03-09-2012, 11:01 AM
Replies: 3
Views: 130
Posted By GaryJ
Why not just have them bookmark the dropbox.com...

Why not just have them bookmark the dropbox.com site in their own browser?

I know I for one would not want to be putting my details for one website into a form on another website...
Forum: General Discussion 03-09-2012, 06:58 AM
Replies: 3
Views: 173
Posted By GaryJ
The only time Genesis performs an explicit SQL...

The only time Genesis performs an explicit SQL query is during the update process - and even that is only a straight forward delete and update meta data row, so fairly harmless.

Any other queries...
Forum: General Discussion 03-06-2012, 07:59 AM
Replies: 240
Views: 9,115
Posted By GaryJ
John, If I sold you and 10,000 other people...

John,

If I sold you and 10,000 other people a boiler, and they all subsequently broke at the same time, would I be able to fix them all from where I currently am? No, I'd either have to come...
Forum: General Discussion 03-05-2012, 06:06 PM
Replies: 4
Views: 145
Posted By GaryJ
Just to be uber-careful, you could try renaming...

Just to be uber-careful, you could try renaming the database (or database user) and then check no website(s) broke. If it didn't, then it's safe to delete it completely.
Forum: General Discussion 03-05-2012, 10:01 AM
Replies: 4
Views: 152
Posted By GaryJ
Ah, of course - the subpage slug part would...

Ah, of course - the subpage slug part would suffer the same duplicate naming issues as what they would is they were higher level pages. Some more thinking would be required I'm afraid!
Forum: General Discussion 03-04-2012, 03:33 AM
Replies: 4
Views: 152
Posted By GaryJ
Another alternative for you to consider would be...

Another alternative for you to consider would be to have sub-subpages, named with the years, and this could be done for all operas, even ones that have only been performed once so far.

I'd have:
...
Forum: General Discussion 03-03-2012, 06:53 PM
Replies: 240
Views: 9,115
Posted By GaryJ
Welcome to StudioPress John, If you've read...

Welcome to StudioPress John,

If you've read all the threads in this post, you'll also have spotted that it is for non-Genesis themes that were affected by a change in WordPress 3.1 (something...
Forum: General Discussion 03-03-2012, 06:44 PM
Replies: 4
Views: 140
Posted By GaryJ
Use the Contact Us page (link, bottom of this...

Use the Contact Us page (link, bottom of this site) to get in touch and explain the problem.

Meanwhile, you could jump in via FTP, and rename the genesis-simple-hooks directory in the...
Forum: General Discussion 03-03-2012, 05:14 AM
Replies: 4
Views: 140
Posted By GaryJ
You'll need to manually update your Genesis...

You'll need to manually update your Genesis install to be v1.8.0.

Also, please complete the registration procedure to confirm that you're a StudioPress customer :-) You'll find details in the...
Forum: General Discussion 03-03-2012, 05:09 AM
Replies: 12
Views: 276
Posted By GaryJ
Please use the http://www.studiopress.com/contact...

Please use the http://www.studiopress.com/contact contact form, and explain your situation, and one of the StudioPress folks will be in touch to sort out the account.
Showing results 1 to 50 of 380

 
Forum Jump

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

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