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 50 of 444
Search took 0.04 seconds.
Search: Posts Made By: jp2112
Forum: General Discussion 08-31-2012, 12:50 PM
Replies: 5
Views: 222
Posted By jp2112
To learn more about Genesis, you should read the...

To learn more about Genesis, you should read the Filter (http://www.studiopress.com/tutorials/filter-reference) and Hook (http://www.studiopress.com/tutorials/hook-reference) lists.

For PHP, I...
Forum: General Discussion 08-31-2012, 12:33 PM
Replies: 1
Views: 141
Posted By jp2112
How many pages are we talking about? You might...

How many pages are we talking about? You might just do it by hand if there are only a few.

Google has some promising results, see...
Forum: General Discussion 07-23-2012, 03:13 PM
Replies: 4
Views: 182
Posted By jp2112
Which element specifically on that page did you...

Which element specifically on that page did you want to highlight?
Forum: General Discussion 07-05-2012, 07:55 AM
Replies: 11
Views: 246
Posted By jp2112
Just checked both of those pages and the...

Just checked both of those pages and the highlighting is fine, so whatever you did it seems to be working.
Forum: General Discussion 07-05-2012, 07:51 AM
Replies: 4
Views: 157
Posted By jp2112
I use something I found at...

I use something I found at http://ottopress.com/2011/random-post-snippet/

However I modified it slightly, so the URL rewrite is done by the server instead of having to load WordPress just to do a...
Forum: General Discussion 07-05-2012, 07:26 AM
Replies: 6
Views: 503
Posted By jp2112
I use MyBB (http://www.mybb.com/) for a few...

I use MyBB (http://www.mybb.com/) for a few sites. It is easy to maintain and update, and adding plugins is simple.
Forum: General Discussion 06-21-2012, 11:30 AM
Replies: 4
Views: 322
Posted By jp2112
Also, do you have access to your .htaccess file?...

Also, do you have access to your .htaccess file? There are some things you can do there to help secure your site.
Forum: General Discussion 06-21-2012, 11:23 AM
Replies: 4
Views: 322
Posted By jp2112
I do a few things: Regularly check my site...

I do a few things:

Regularly check my site with Sucuri (http://sucuri.net/)
Use Bad Behavior (http://bad-behavior.ioerror.us/) plugin
Keep WordPress and all plugins up to date, as soon as...
Forum: General Discussion 06-09-2012, 08:34 PM
Replies: 12
Views: 731
Posted By jp2112
I have this mostly implemented on my website. ...

I have this mostly implemented on my website.

First, visit a page with content that needs to be scrolled: http://www.jpsoftwaretech.com/excel-vba/

Now visit my test page, which has almost no...
Forum: General Discussion 06-08-2012, 03:05 PM
Replies: 36
Views: 1,040
Posted By jp2112
How I Do It: I set up a website and get...

How I Do It: I set up a website and get calls/emails from there.

Do you have a website? I assume if you are here (SP forum) you are running or thinking of running a Genesis-based WordPress blog....
Forum: General Discussion 06-08-2012, 02:58 PM
Replies: 12
Views: 731
Posted By jp2112
I'll try the code in the teethgrinder link on my...

I'll try the code in the teethgrinder link on my own site, if it works I'll put the code into a plugin to make it easier to implement.
Forum: General Discussion 06-08-2012, 02:46 PM
Replies: 10
Views: 283
Posted By jp2112
+1

+1
Forum: General Discussion 06-08-2012, 02:45 PM
Replies: 10
Views: 283
Posted By jp2112
I would start here: ...

I would start here:

http://codex.wordpress.org/Writing_a_Plugin

I don't own this book but if I was going to go pro I would def pick it up:
...
Forum: General Discussion 06-08-2012, 11:03 AM
Replies: 1
Views: 79
Posted By jp2112
If you place it in the themes\genesis folder, I...

If you place it in the themes\genesis folder, I think it gets overwritten on update. You should keep it in the root folder, or somewhere like a CDN, and reference it in your head like this (via...
Forum: General Discussion 06-08-2012, 09:13 AM
Replies: 2
Views: 111
Posted By jp2112
Welcome to the forum. There is a list of...

Welcome to the forum.

There is a list of developers here:

http://www.studiopress.com/genesis-developers

There is also a forum for theme developers:
...
Forum: General Discussion 06-08-2012, 08:05 AM
Replies: 10
Views: 283
Posted By jp2112
A plugin is never finished, you just stop working...

A plugin is never finished, you just stop working on it. :grin:
Forum: General Discussion 06-08-2012, 07:56 AM
Replies: 12
Views: 731
Posted By jp2112
The footer is at the "bottom" of the page -- if...

The footer is at the "bottom" of the page -- if there isn't enough content to push it down to the end of the browser window, then that is by design, not a bug. My suggestion is to request this...
Forum: General Discussion 06-04-2012, 07:36 AM
Replies: 3
Views: 126
Posted By jp2112
I use a plugin called BackWPUp which can email...

I use a plugin called BackWPUp which can email your backup to you. I have it send the backups to an Amazon S3 bucket. While technically not free, if you are using it only for backups and don't...
Forum: General Discussion 05-31-2012, 12:36 PM
Replies: 4
Views: 169
Posted By jp2112
There's a plugin that shows the number of views a...

There's a plugin that shows the number of views a post has:

http://wordpress.org/extend/plugins/wp-postviews/
Forum: General Discussion 05-31-2012, 12:30 PM
Replies: 25
Views: 1,664
Posted By jp2112
You could get rid of SEO Friendly Images. I used...

You could get rid of SEO Friendly Images. I used it for a while, but eventually went through all my pages/posts and fixed any images with missing alt/title/width/height attributes. You should make a...
Forum: General Discussion 05-29-2012, 02:45 PM
Replies: 5
Views: 184
Posted By jp2112
I checked the code with two different online...

I checked the code with two different online syntax checkers, and I'm using something similar on my own site. I don't see anything syntax-related that would cause the site to disappear (that usually...
Forum: General Discussion 05-29-2012, 11:28 AM
Replies: 5
Views: 184
Posted By jp2112
How about this? // remove dates from pages...

How about this?

// remove dates from pages in search results
add_filter('genesis_post_info', 'post_info_filter');
function post_info_filter($post_info) {
global $post;
$posttype =...
Forum: General Discussion 05-29-2012, 08:17 AM
Replies: 5
Views: 184
Posted By jp2112
This is air code but it should be close. Place in...

This is air code but it should be close. Place in functions.php:

// remove dates from pages in search results
add_filter('genesis_post_info', 'post_info_filter');
function...
Forum: General Discussion 05-29-2012, 08:01 AM
Replies: 4
Views: 229
Posted By jp2112
Just return $post_info outside the if statement. ...

Just return $post_info outside the if statement.

/** Customize the post info function */
add_filter( 'genesis_post_info', 'post_info_filter' );
function post_info_filter($post_info) {
if...
Forum: General Discussion 05-25-2012, 08:07 AM
Replies: 4
Views: 134
Posted By jp2112
I may be wrong about this but I think if you go...

I may be wrong about this but I think if you go into your web host's backend and upload Genesis via FTP, Wordpress should "wake up" and realize that Genesis is now there.
Forum: General Discussion 05-25-2012, 08:02 AM
Replies: 4
Views: 210
Posted By jp2112
I thought removing the comment form from within...

I thought removing the comment form from within the hook that displays it might be a bad idea. Looks like you figured it out, congrats!
Forum: General Discussion 05-24-2012, 02:24 PM
Replies: 6
Views: 232
Posted By jp2112
How about ...

How about


add_filter('genesis_pre_get_option_site_layout', 'no_sidebar_on_certain_page');
function no_sidebar_on_certain_page($option) {
// on page ID 25, change layout to no sidebars
if...
Forum: General Discussion 05-24-2012, 02:16 PM
Replies: 2
Views: 135
Posted By jp2112
Do you mean you only want posts in one of the...

Do you mean you only want posts in one of the child categories for the "restaurant" parent category? What happens when you follow the instructions in that tutorial and use the child category ID?
Forum: General Discussion 05-24-2012, 02:15 PM
Replies: 4
Views: 210
Posted By jp2112
According to the Genesis hook reference...

According to the Genesis hook reference (http://www.studiopress.com/tutorials/hook-reference), the hook that outputs the comment form is "genesis_comment_form".

So we need some code that checks...
Forum: General Discussion 05-24-2012, 01:57 PM
Replies: 4
Views: 155
Posted By jp2112
If that is the RSS feed you want, simply copy and...

If that is the RSS feed you want, simply copy and paste the URL into the RSS widget.
Forum: General Discussion 05-23-2012, 12:10 PM
Replies: 8
Views: 235
Posted By jp2112
I have to say, this sounds vaguely similar to the...

I have to say, this sounds vaguely similar to the speech in V for Vendetta (when V hijacks the TV station). Congrats! :clap:
Forum: General Discussion 05-23-2012, 12:07 PM
Replies: 9
Views: 200
Posted By jp2112
Nice job! The contact link worked for me,...

Nice job!

The contact link worked for me, FYI.

Consider a new favicon, maybe a bird? :wink:

Also, with all due respect to SP and WP, the links in the footer should point to something else.
Forum: General Discussion 05-23-2012, 12:02 PM
Replies: 4
Views: 318
Posted By jp2112
You could search for a tutorial on PHP/HTML...

You could search for a tutorial on PHP/HTML forms, my understanding is that ASP is Microsoft's equivalent of PHP.

All you need is a form that posts back to itself and checks if the...
Forum: General Discussion 05-23-2012, 11:52 AM
Replies: 4
Views: 155
Posted By jp2112
I pasted the URL you posted into my browser and...

I pasted the URL you posted into my browser and got a "This section is no longer available" error. However the RSS auto-discovery has this URL, is this what you need?
...
Forum: General Discussion 05-23-2012, 11:48 AM
Replies: 7
Views: 162
Posted By jp2112
Looks good, and I realize I am viewing this in...

Looks good, and I realize I am viewing this in IE7, but don't you want it a bit wider?
Forum: General Discussion 05-18-2012, 12:21 PM
Replies: 6
Views: 197
Posted By jp2112
Hopefully someone else will chime in here, but...

Hopefully someone else will chime in here, but I'm not sure it's even possible to redirect like that. How would WordPress know what the category is?

If you didn't include the category, it would...
Forum: General Discussion 05-10-2012, 02:00 PM
Replies: 2
Views: 147
Posted By jp2112
Check out the WP database description page...

Check out the WP database description page (http://codex.wordpress.org/Database_Description). One way:

global $post;
echo $post->post_name;
echo $post->post_title;
// and so on

This would...
Forum: General Discussion 05-10-2012, 01:45 PM
Replies: 3
Views: 168
Posted By jp2112
I usually do this via .htaccess as Nick suggests....

I usually do this via .htaccess as Nick suggests. Assuming the original page is http://www.pawsforhopeandfaith.org/adoptions/ and the page you want to redirect to is...
Forum: General Discussion 05-10-2012, 01:41 PM
Replies: 8
Views: 271
Posted By jp2112
Instead of [footer_copyright] you...

Instead of

[footer_copyright]

you need

do_shortcode('[footer_copyright]');

However since this is PHP, you would need to open (and close) another set of PHP tags inside your existing...
Forum: General Discussion 05-08-2012, 11:45 AM
Replies: 7
Views: 340
Posted By jp2112
I think you are confused, GSS (Genesis Simple...

I think you are confused, GSS (Genesis Simple Sidebars (http://www.studiopress.com/plugins/simple-sidebars)) is used to "create additional sidebars that can be placed into the primary or secondary...
Forum: General Discussion 05-07-2012, 01:58 PM
Replies: 7
Views: 340
Posted By jp2112
I think you mean "Use Google Libraries" ? I have...

I think you mean "Use Google Libraries" ? I have been using this plugin for over a year, works well!
Forum: General Discussion 05-07-2012, 01:56 PM
Replies: 7
Views: 206
Posted By jp2112
The only links you should be instructing the...

The only links you should be instructing the search engines (SEs) not to follow are affiliate links, and maybe the URLs left by commenters. Using nofollow on internal links is telling the SEs that...
Forum: General Discussion 05-07-2012, 01:51 PM
Replies: 8
Views: 230
Posted By jp2112
I use two plugins for this. You can never have...

I use two plugins for this. You can never have too many backups.

WP DB Manager (http://wordpress.org/extend/plugins/wp-dbmanager/) -- emails backups, does optimization/repair on db also
BackWPUp...
Forum: General Discussion 05-02-2012, 01:04 PM
Replies: 1
Views: 124
Posted By jp2112
What's your URL?

What's your URL?
Forum: General Discussion 05-01-2012, 01:32 PM
Replies: 5
Views: 320
Posted By jp2112
For pure text editing I use Notepad++. It is free.

For pure text editing I use Notepad++. It is free.
Forum: General Discussion 04-25-2012, 10:21 AM
Replies: 2
Views: 154
Posted By jp2112
I haven't tested this but WPDLM lets you restrict...

I haven't tested this but WPDLM lets you restrict downloads to members only. I assume this means logged in users.

http://mikejolley.com/projects/download-monitor/

I believe this would let you...
Forum: General Discussion 04-23-2012, 08:32 AM
Replies: 9
Views: 296
Posted By jp2112
I upgraded with no issues so far.

I upgraded with no issues so far.
Forum: General Discussion 04-20-2012, 01:31 PM
Replies: 2
Views: 165
Posted By jp2112
Another reason to get things in writing, even if...

Another reason to get things in writing, even if doing work for free.
Forum: General Discussion 04-12-2012, 08:57 AM
Replies: 4
Views: 160
Posted By jp2112
Your site took only a few seconds for me. This...

Your site took only a few seconds for me. This report should help you diagnose where you might improve the load time:

http://tools.pingdom.com/fpt/#!/LAJmb08MT/thebeautyleader.co.uk
Forum: General Discussion 04-12-2012, 08:33 AM
Replies: 3
Views: 312
Posted By jp2112
This tutorial may also help: ...

This tutorial may also help:

http://www.studiopress.com/tutorials/customize-footer
Showing results 1 to 50 of 444

 
Forum Jump

All times are GMT -5. The time now is 08:00 PM.

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