wordpress

WordPress 3.5.x Add Media button not working – Super Skeleton Theme – Uncaught Error: Syntax error, unrecognized expression: .select-wrapper.

Posted by admin on May 11, 2013  /   Posted in wordpress

WordPress won’t let you click the Add Media button and you’re using Super Skeleton Theme…

In your console, you’re getting the error:

Uncaught Error: Syntax error, unrecognized expression: .select-wrapper.

Here’s the *simple* solution:

“Add Media button not working in 3.5 update… (WordPress 3.5 Issues)”

The 2.0.6 version of each theme is now available and patches this issue up! Just download it from ThemeForest (at your Downloads page), then deactivate your old version and install/activate the newest one.

1. Manually add the OptionTree plugin (Plugins > Add New > Search for “OptionTree”) – this will automatically update the theme options plugin to the latest version in the case that the theme-update doesn’t do it automatically.

2. Update all of your other plugins. It’s possible that there’s another plugin that you are using that’s causing the issue.

3. Turn off any page caches that you might have running – they might hide any fixes that the above steps perform as it’ll save the broken version of the page. As usual, if this doesn’t fix the issue, deactivate your other plugins to determine if one of them might be causing the conflict with the new WP 3.5 dashboard scripts.

You might run into a number of other issues when upgrading to WP 3.5 that are unrelated to your theme; View the full list of 3.5 troubleshooting tips and the list of known incompatible plugins here: http://wordpress.org/support/topic/troubleshooting-wordpress-35-master-list Happy Updating!

Industry-wide WordPress Brute Force Attack | GreenGeeks Blog

Posted by admin on April 25, 2013  /   Posted in wordpress

Industry-wide WordPress Brute Force Attack | GreenGeeks Blog.

WordPress Brute Force Attack!!!!!!!!!!!!!!

What a day…

After we came across some unusual activity on many of our servers, we pushed out an article to help our WordPress users protect their WP-Admin areas from attackers. As the day went on we started to see more of the unusual activity, but this time with tens of thousands of IP addresses. This is a very well organized, highly-distributed global attack on WordPress installations across pretty much every web hosting provider in the industry.

CMS using CodeIgniter Framework

Posted by admin on April 25, 2013  /   Posted in CodeIgniter, PHP, wordpress

In an attempt to find a place between rolling our own CMS and using wordpress, we’re looking for a simple and easy to use CMS system. I’ve been happy developing in CodeIgniter for our new http://JoinARace.com project. The development is quite fast after you wrap your head around the structure of CodeIgniters MVC framework. Much easier than WebObjects Java development I did for 10+ years.

Here’s some contenders for a FREE, simple and easy to use CMS system built on the CodeIgniter PHP framework.  I’ll write a follow-up after I analyze them.

 

FUEL CMS

An easy, flexible, empowering Content Management System for rapid development that transforms your CodeIgniter projects into client manageable brilliance.

http://www.getfuelcms.com/ 

 

ionize, the most professional & user friendly CMS ever made

http://ionizecms.com/

 

PyroCMS is an awesome, open-source CMS!

PyroCMS is used by individuals, small & medium-sized businesses, and large organizations worldwide to easily create & build a variety of websites & web-enabled applications.

With an ever growing community and a large selection of modules, themes and addons PyroCMS makes it easier than ever to build your website!

https://www.pyrocms.com/

Warning: Parameter 1 to ace_where() expected to be a reference – Advance Category Excluder

Posted by admin on October 09, 2012  /   Posted in wordpress

You just upgraded your WordPress site, or better yet, your server got upgraded to PHP 5.3 and you’re seeing the following errors

Warning: Parameter 1 to ace_where() expected to be a reference, value given in /var/www/vhosts/YOURDOMAIN.com/httpdocs/wp-includes/plugin.php on line 227

Warning: Parameter 1 to ace_join() expected to be a reference, value given in /var/www/vhosts/YOURDOMAIN.com/httpdocs/wp-includes/plugin.php on line 227

 

There’s a couple solutions.

First, deactivate the “Advanced Category Excluder” plug-in so your site works.

If you know how to code with PHP edit your theme following these instructions to exclude categories http://codex.wordpress.org/Custom_Queries#Category_Exclusion

add_action('pre_get_posts', 'gloss_remove_glossary_cat' );

function gloss_remove_glossary_cat( $wp_query ) {
	global $gloss_category;  

	// Figure out if we need to exclude glossary - exclude from
	// archives (except category archives), feeds, and home page
	if( is_home() || is_feed() || ( is_archive() && !is_category() )) {
		set_query_var('cat', '-' . $gloss_category);
		//which is merely the more elegant way to write:
		//$wp_query->set('cat', '-' . $gloss_category);
	}
}

Or, use another pre-built Category Exluding plug-in like this one, Ultimate Category Excluder

WordPress 3.4 update Warning: Wrong parameter count for debug_backtrace()

Posted by admin on June 18, 2012  /   Posted in wordpress
This is a bug with WP 3.4 – I’ve posted a ticket (http://core.trac.wordpress.org/ticket/20953)If you want to fix it right now, go into functions.php (in /wp-includes/) and on line 3625 you change

$trace = debug_backtrace( false ); to $trace = debug_backtrace();

It will solve your problems for the time being. Also, tell your host to update the PHP-version the server is running (it is because the old version that this error occurs).

 

Fix From Here: http://wordpress.org/support/topic/after-upgrade-to-34-site-shows-error-code

 

 

WordPress Ping Lists and CBNet Ping Optimizer

Posted by admin on August 12, 2011  /   Posted in SEO, wordpress

very extensive and cleaned ping list here:
http://journalxtra.com/2011/05/wordpress-ping-list-updated/

recommends installing CBNet Ping Optimizer
http://wordpress.org/extend/plugins/cbnet-ping-optimizer/

Journal Xtra’s Ping List that i’m using. no Adult Sites:

http://rpc.pingomatic.com

http://ping.weblogs.se/

http://blogmatcher.com/u.php

http://coreblog.org/ping/

http://www.blogpeople.net/servlet/weblogUpdates

http://bulkfeeds.net/rpc

http://trackback.bakeinu.jp/bakeping.php

http://ping.myblog.jp

http://ping.bitacoras.com

http://ping.bloggers.jp/rpc/

http://ping.blogmura.jp/rpc/

http://xmlrpc.blogg.de

http://1470.net/api/ping

http://bblog.com/ping.php

http://blog.goo.ne.jp/XMLRPC

http://rpc.pingomatic.com Read More

WordPress Newsletter Mailing List Plugins – free

Posted by admin on July 08, 2011  /   Posted in wordpress

So, I’m in need of a simple newsletter mailing list manager. I’ve been using Subscribe2 and it’s really good for sending updates for each post. Has a user manager with import and export. Overall it’s really nice. It however is not really simple. I need really simple for my clients.

So I’m looking at the following:

Newletter
http://wordpress.org/extend/plugins/newsletter/

Mailpress
http://wordpress.org/extend/plugins/mailpress/

both seem really simple and FREE! If you like them, I really recommend donating or upgrading with newsletter. In the end, I ended up using Newsletter because I found it easiest to setup and start using. Plus, it imported my 15,000 users quite easily.

 

wordpress TINYMCE / WYSIWYG editor strips

break tags…

Posted by admin on August 24, 2010  /   Posted in wordpress

TinyMCE editor strips

break tags

This issue has been driving kyle and i crazy for sometime now. I could probably look for the find/replace code in the wordpress files. but, it’d be nice to modify the editor with a plugin so as not to mess up the WP core files.

SOLUTION = TinyMCE Advanced Plugin


I installed TinyMCE Advanced Plugin and voila. there’s an option to STOP REMOVING
AND

Inside your WP control panel go to Settings>TinyMCE Advanced and click the “Stop removing the

and
tag…” option

problem solved!!!


wordpress error: File type does not meet security guidelines. Try another.

Posted by admin on May 28, 2010  /   Posted in HTML5, wordpress

apparently certain mimetypes can’t be uploaded without a plugin or editing the file whitelist (i’m looking for this inside my site).


PJW Mime Config allows you to add / edit mime-types.

Author: Peter Westwood
This plugin allows you to configure extra mime-types for support by the inline-uploader.
A new options page is added as Options … Mime-types which allows you to add/delete the extra mime-types.

http://wordpress.org/extend/plugins/pjw-mime-config/

I needed to add .ogv support for the html5 <video>

wordpress how to change domain name

Posted by admin on May 06, 2010  /   Posted in PHP, wordpress

how do you change the domain name on your wordpress site after you’ve already installed it.

how do you move your wordpress domain to a new name.

inside of wp-config.php add the following lines.

define(‘WP_HOME’,'http://yourdomain.com’);
define(‘WP_SITEURL’,'http://yourdomain.com’);

wordpress mu – wpmu – wordpress multi user

Posted by admin on March 06, 2010  /   Posted in Uncategorized, wordpress

just found out about this today. thinking about the social networking side of the cincy express site.

http://wpmu.org/

We’re aiming to be the best resource for WordPress MultiUser (aka WordPress MU or WPMU) news and information.

So, if you want to get the lowdown on the latest WPMU plugins, regular WordPress plugins that work beautifully with WPMU, rocking themes, SEO tips, ‘how to’ articles, hosting providers and a whole heap more. Then this is the place for you!

^ Back to Top