Search:
Search took 1.00 seconds.
-
Try increasing your php memory limit by adding the code below in your wp-config.php file;
define(‘WP_MEMORY_LIMIT’, ‘64M’);
-
You may try removing the tags field by creating/editing the "Form Layout" and exclude the tags field.
-
tip:
Notepad++ is excellent for file comparison and is free
-
single-ad_listing.php
around line 140 look for this:
<p class="tags"><?php if(get_the_term_list($post->ID, 'ad_tag')) echo get_the_term_list($post->ID, 'ad_tag', '', ' ', '' ); else echo...
-
wightgoods, in your custom.css file look for the following selectors:
body, .header_main_bg, .content, .content_botbg, .header_top
It may be that some of them are not there. The ones you do...
-
Hi cypher5689,
After WP125 plugin installed and activated just:
1. Go to your classipress/index.php and...
2. Just after <?php get_header(); ?> (line 1)...
3. Paste <?php wp125_write_ads(); ?>...
-
i was using pspad a simple editor cheers
-
Hi theecotrader,
It seems you have broken your pagination code somehow (plugins, mods,,,,) :(
... this is a "not so clean" fix for your site (only CSS so maybe better you check your code or...
-
On the AppThemes Resources page, the recommended plugin is wp-db-backup. If anyone else has suggestions though, then I'm sure they will chime in on the thread ;)
-
The Alt text function was included in the original v3.0.5 release. I understand there are plans to make changes to this in a future release (not necessarily 3.1), but I say if you have specific ideas...
-
To turn the comments off throughout the site, you can go to WordPress admin > Discussion settings, and uncheck "Allow people to post comments on new articles", which will prevent comments on all...
-
<script type="text/javascript">
var dropdown = document.getElementById("cat");
var i;
...
-
Yes, you are correct, this is what happen until you set the minimum of 5 features/sticky ads..at which time the ones automatically added to the slider will disappear on their own. It's not a bug, but...
-
You may also use the Wordpress plugin WordPress › WordPress Firewall 2 « WordPress Plugins as a first line of defense against intruders.
-
I have a fix for the overlay Flash object.
This fix will Colorbox Hide objects in flash.
http://forums.appthemes.com/attachment.php?attachmentid=517&stc=1&d=1299469309
Open Archiving...
-
Paste at the end of your classipress/styles/blue.css file:
#preview p {
display: none;
}
Regards,
-
Which version are you using?
If the version is V3.0.5 than you have to change the following files:
Search bar: theme-searchbar.php
Widget search: theme-widgets.php
Edit the files on it...
-
I thought I had messed up my code somehow, but there is ALMOST the same menu at the bottom of the page as there is at the top. Guess there is not really a problem with it being there except for the...
-
I replaced the original theme0functions file and fixed most issues but now I have a Recptcha error/ I just disabled my other recaptcha form plugins.:
-
Open sidebar.php and find this around line #52
if (is_tax('ad_cat')) :
Replace it with this:
if (is_tax('ad_cat') && is_tax('parent', array('13','3','23','26')) ) :
Find out what the...
-
I opted to stop focusing on what I thought was best, but you can change it to left or right.
Left
/* reCaptcha styles */
#recaptcha_area, #recaptcha_table {
float:left;
width:318px;
}
-
To prevent issues with SPAM on contact form page ad only made a few changes in the files "sidebar-contact.php" and "style.css" to replace the captcha fully employed by reCAPTCHA.
Please Wordpress...
-
You can resolve this by going to your ClassiPress "Settings" page and "Advanced" tab. Then change the "Ad Box Right Side" drop-down to "Normal Full Width"
-
WordPress SEO Plugin feature list
Check out the feature list:
Post titles and meta descriptions
Robots Meta configuration
Canonical
Breadcrumbs
Permalink clean up
XML Sitemaps
-
You may use this plugin WordPress › Contact Form 7 « WordPress Plugins .