GRAQ
Forum Replies Created
-
Forum: Everything else WordPress
In reply to: if_new-visitor-to-website?? how to set PHP to check?Try reading up on the w3 site: http://www.w3schools.com/PHP/php_cookies.asp
Forum: Hacks
In reply to: How to Remember the Checked Options in Custom Admin Panel?Try reading up on options: http://codex.wordpress.org/Option_Reference
Forum: Everything else WordPress
In reply to: How to change my avatar picture in this forum?Make sure you use your email address (as opposed to username), check your spam folder.
Forum: Fixing WordPress
In reply to: Spam Comments…How can I stop them?Automattic would recommend their Akismet solution
http://akismet.com/Forum: Everything else WordPress
In reply to: permalink issue(s)Have you tried using the built in menu builder?
http://www.wpbeginner.com/wp-themes/how-to-add-custom-navigation-menus-in-wordpress-3-0-themes/Forum: Everything else WordPress
In reply to: How they do this?Forum: Everything else WordPress
In reply to: How to change my avatar picture in this forum?Sing up to http://www.gravatar.com. You can assign multiple email addresses to a single account. Upload images and then assign one to the email address associated with this forum. That image will be used in preference.
Forum: Fixing WordPress
In reply to: metaboxes hiddenSome of the meta boxes are switched off by default in 3.1 to create a cleaner layout. Simple add them back using the ‘Screen’ option in the top right.
Forum: Hacks
In reply to: what is the current directory path?Try something like:
include( ABSPATH . 'Charts/pChart/pData.class" );Forum: Everything else WordPress
In reply to: A way to grab an entire blog ? (Loophole)Forum: Installing WordPress
In reply to: How to install and use WordPress without a web host?WordPress is written using PHP, so if you are seeing a site, logging is admin and playing with the admin menu, then you have PHP, MySQL, and most like Apache installed.
Forum: Installing WordPress
In reply to: URL redirect?I suspect the issue is 301 redirects. Probably in the past xxx.progressivemediaconcepts.com has had a 301 redirect to progressivemediaconcepts.com
These are permanent redirects and cached at all sorts of points between you and the server. Including your own browser. Make sure you clear your browser cache, if you have any company proxies make sure they clear too. If all that fails, you will just have to wait it out. Or google for more ideas 🙂
I see 2 different websites, and ping confirms that DNS is set up to point dev to a different IP.
Forum: Fixing WordPress
In reply to: Homepage Mixed upSounds like a CSS browser incompatibility issue?
Have you tried loading it up in all the various browsers to see if it looks the same in all of them?Hi jlevandowski
The plugin works great.
with the introduction and wider use of Custom Post Types, it would be useful to be able to identify other pages to purge the cache. Two obvious places that come to mind are 1) CPT archive pages / CPT pages and 2) Parent pages.
Perhaps even a generic way to trigger other pages to be have their cache purged on publish/update.
Does that make sense?
Can you create a user with the right capabilities from scratch? Or is the problem that you need ‘manage_options’ enabled, but that that allows them to delete their site?