Search:
Search took 1.00 seconds.
-
Hi Barry,
I know that can be very time-consuming finding the best settings for cache and seo. You may also check http://gtmetrix.com/ to get some further informations about what needs to be done...
-
Hi barry,
Please deactivate your plugins and check again. If it works, switch them back on one by one.
Cheers
-
Yes I have just upgraded my install to WP 3.5.1 which is working just fine. As TheSyndicate has stated, it is just a minor wordpress upgrade and so it is just ok.
Cheers,
Jomark
-
You must disable the wordpress login page.
4621
see here it works http://heavensjournal.com/
-
If you have the same problem I had: Problem - You change your site currency but still the USD is displayed on the Last page when making Bank Transfer.
FIX: Edit the File located in the Gateway...
-
Well unfortunately it's not so simple, always.Please read this article which explains how you handle files that are in folders (not template files like index.php).
-
update--
you have to change only these files
index.php,
theme-searchbar.php,
theme-widgets.php
and first make sure you take a full backup!
-
Hello all ClassiPress admins,
Sometimes we don't need a price tag to show up at all. That could be listings for Relationships, Datings, Job offers, Information ads, Free give aways, etc etc...
...
-
Sorry forgot last thing -
in featured.php on line 61-62 move that paragraph inside the </span> right above it so it looks like this: (lines 48-64)
<?php...
-
Reinstall FF and do a general cleaning (cleaning cache and traces of browsing)
-
David, I really have to say that the overall support from Appthemes is really really disappointing.
I'm going to list in bullet point form what I have found disappointing to date:
1: There...
-
Hello all,
A modified version of admin-updates.php for CP vers 3.1.2 is available if anyone is having issues with the GeoCoding, just PM me.
Cheers,
-mr.
-
You mean export to another WordPress installation?
If so one option can be to use the tool WordPress actually have "Tools/Export"... export "All content" and then delete what you do not need. Maybe...
-
Probably this problem Error 404 is due permalink settings.
You Have to go into wordpress admin and settings permalink "Custom Structure"
Select Custom Structure ClassiPress enter the code...
-
Follow the guidelines given by hugo and make sure you have sent the file to the following path: /wp-content/themes/classipress/images
-
If you need to import users first you can use WordPress › CSV User Import « WordPress Plugins
but you will need to modify this plugin. Here is the modified version that I used to import my users...
-
Hi Everyone,
If you're wondering why PayPal works in South Africa but you can't make transactions in the local currency (and why there's no local currency - ZAR): it's because of the SA Reserve...
-
function implement_ajax() {
if(isset($_POST['main_catid']))
{
$categories= get_categories('child_of='.$_POST['main_catid'].'&hierarchical=1&hide_empty=0&taxonomy=ad_cat');
foreach...
-
-
I have two installations of ClassiPress and the problem occurred on one of them, and only in Chrome. In the case of the problem site, I switched the "Use Google CDN jQuery" to "Yes", and the listings...
-
I've found a very crude way to prevent a category displaying it's posts in the 'Just listed'. I'm going to explore a better way but most typical php ways I've tried just don't seem to work.
Here...
-
try this
'ad_cat' => 'adoptions'
query_posts(array('post_type' => 'ad_listing', 'caller_get_posts' => 1, 'paged' => $paged, 'orderby' => DESC, 'ad_cat' => 'adoptions'));
-
Probably this ad is with the status of pending.
Verify that the date of the notice is correct.
Locate the announcement and see the following line: cp_sys_expire_date
-
Have you set your permalink settings to custom structure /%postname%/
http://i51.tinypic.com/s5we2r.png
-
In your classipress settings you have the option under "pricing" to choose between "Display Zero for Empty Prices:" yes or no.
If you choose "no" nothing will be inserted by default.
In...