Search:
Search took 1.00 seconds.
-
First you must convert php file to UTF-8 without BOM
9925
Then you can add your language in php inside.
You can also use Advanced Custom Fields for ClassiPress
So you do not have to...
-
Yes, you can do it with custom fields. You can let your customer select if his listing is "wanted" or "for sale". Addionally i would use specific categories. Here you can create For example Flat for...
-
If you don't mind that i'm a moderator, here my recommendation: Leave it as you already did it, importing the other 2 styles into your child theme. It works, is fast enough and will cause less...
-
Hi hngm,
The first thing i would try is to disable my plugins, maybe there is a conflict.If that does not help you can try to view your webpage with another browser, maybe you have an add on that...
-
In latest ClassiPress tutorial is example with changing image sizes (Landscape thumbnails example): http://docs.appthemes.com/classipress/creating-child-themes-for-classipress/
-
To run ClassiPress on PHP 5.4.x, please use latest dev build
WP requirements: http://wordpress.org/about/requirements/
-
You may check this thread out: http://forums.appthemes.com/add-sold-tag-ad-listing-sold-stamp-29737/
-
Hi Kevin,
Yes, unfortunately another small mistake while creating this "show sold stamp" feature.
Please open your /themes/childtheme/single-ad_listing.php and find following code (starts at...
-
-
Oops...there's another change required as well:
Also need to visit the 'sidebar-popular.php' file in the includes folder and make the same change on line 53:
<?php if (has_post_thumbnail()) {...