Search:
Search took 1.00 seconds.
-
Thanks a lot Susie!
In the second part of code, shouldnt it be
<?php endif; //show featured slider script if slider on END ?>
Note the ;!
- - - Updated - - -
-
Possible but will require code modification to implement.
Anyway, I am moving this thread to the Mods and Tutorials section for community support.
-
Please try to create in the "wp-content" folder, a folder with a name "languages" . Inside this folder create a folder named "themes" and inside this folder (:)) place the mo file with a name...
-
This thread will help you http://forums.appthemes.com/missing-ad-tags-27920/
-
Ahhh, okay :) I haven't tested the plug in out yet, but when I do I'll let you know..
-
amine0272, nice tutorial, but You forgot to specify the action of 'trash'.
Find and insert after this line:
} elseif ($d == 'unsetSold') { update_post_meta($aid, 'cp_ad_sold', 'no');
this...
-
Hi everyone!
Note : Before editing the file make sure you have a duplicate
First is first, I recommend using a child theme part 1 and part 2 tutorials, so you well not lose you changes.
1....
-
hi, you need to modify the file "theme-header.php" found in the theme's folder "includes" . Go to line 154 and change the "Categories" word.
-
I hacked the membership pack to do that.
Basically, I store in an array the number of ads that one is allowed to post depending on one's membership. When one posts an ad, I check how many ads one...
-
Try this one, seems to work fine "Simple Local Avatars".
Mike
-
you just comment out block 3 in index.php (around line 50)
<li><a href="#block3"><span class="big"><?php _e('Random','appthemes')?></span></a></li>
-
Drag the widget in any of the sidebars, then click on the small arrow right from the widget.
Then just remove the text where it says "Title".
1147
-
There's no loop-ad.php in 3.1.4 there is loop-ad_listing.php but the code is not there. I removed poster name from the theme-actions.php , looks like I everything is working :)
-
So if you sorted to make it at least post it here in order moderators to close the thread, please.
I've checked your URL and it seems you've done it.
-
I assume you are referring to the author name (link to author profile), next to the ad category. If so:
1. Go to your classipress/loop-ad.php line 34
<span class="folder"><?php if...
-
You can remove the background of the price tags in your stylesheet
If you want to remove it just on the frontpage you could add
body.home span.tag-head,
body.home p.post-price { background:...
-
There is an option for it that you can modify in the Classipress settings>Advertising.
-
hey guys,
sorry, this is a re-post because like a bonehead i put it in the legacy forum. my bad :).
Anyhoo, here's some code that you can include on your site to let your users filter their...