
- roidayan
About roidayan
- Location:
- Israel
Total Posts
- Total Posts
- 1,196
- Posts Per Day
- 0.30
Total Thanks
- Total Thanks
- 34
General Information
- Last Activity
- January 8th, 2024
- Join Date
- April 13th, 2014
- Referrals
- 0
53 Likes
-
amirgulamali liked post by roidayan On thread : disable capital letters on Ad titles
for content you need to get the content like this
$post= get_post($post_id);
$content = $post->post_content;
$content = apply_filters('the_content', $content);
then do what you want...
Liked On: August 11th, 2014, 06:37 AM
-
sonnycool liked post by roidayan On thread : disable capital letters on Ad titles
this should work. didn't try.
put this code in your child theme. if you don't use a child theme you can insert it in the functions.php of CP theme.
function my_title_fixer($post_id) {
...
Liked On: August 10th, 2014, 09:47 PM
-
weiching liked post by roidayan On thread : Auto Bump Ad
Thanks. I'll check that out.
The plan is settings per membership pack that user buy.
So maybe I can add a setting that for chosen packs there is will be auto bump.
Liked On: July 31st, 2014, 10:22 PM
-
michelesor liked post by roidayan On thread : Classipress Not sending emails to new users
you can always install wp smtp plugin and use external email you register.
Liked On: July 30th, 2014, 03:33 AM
-
sonnycool liked post by roidayan On thread : view more ads
ok. i'll be able to check later :)
Liked On: July 29th, 2014, 08:01 AM
-
sonnycool liked post by roidayan On thread : view more ads
I didn't try but try and tell us :)
edit tpl-ads-home.php
find
Liked On: July 29th, 2014, 07:35 AM
-
sonnycool liked post by roidayan On thread : above advertiser block
move the following part:
Liked On: July 27th, 2014, 12:56 PM
-
chriswareham liked post by roidayan On thread : appthemes_after_blog_post_title()
its in framework/kernel/hooks.php
Liked On: July 25th, 2014, 02:24 PM
-
samcy liked post by roidayan On thread : map always showing, even if the user did not enter address
Even if the user doesn't enter address at all I get google map to show with a message address not found.
I looked in the code and saw that actually the map should not show and there is a bug with...
Liked On: July 24th, 2014, 03:29 PM
-
hectorboss liked post by roidayan On thread : Plugin Install Failed
Hi hectorboss ,
when downloading the plugin you need to extract the first zip you downloaded.
inside you have another zip which is the plugin it self.
that is the zip you give to wordpress or...
Liked On: July 22nd, 2014, 10:20 PM
-
ismael liked post by roidayan On thread : Display "FREE" when price is 0
you need a plugin.
you can check out ribbons plugin
http://marketplace.appthemes.com/plugins/ribbons/?aid=36397
Liked On: June 22nd, 2014, 05:31 PM
-
sonnycool liked post by roidayan On thread : user profiles fields
Hi sonnycool,
I sent you private message with v1.0.3.
Please tell me when you download it and test it.
demo:
http://demo.roidayan.com/classipress/?author=1
Thanks,
Roi
Liked On: June 22nd, 2014, 03:13 PM
-
sonnycool liked post by roidayan On thread : user profiles fields
I was just thinking the same thing.
I'm looking into it. if I'm able to do it in the plugin without modification to the theme.
Liked On: June 22nd, 2014, 03:03 PM
-
rayraven liked post by roidayan On thread : Find your Facebook page ID to place in the 'CP Facebook Like Box'
another way to get id is go to: http://graph.facebook.com/page.name
replace "page.name" with your page name
it will show you your id.
10516
Liked On: June 21st, 2014, 07:17 AM
-
jeanmich liked post by roidayan On thread : Line breaks not rendered in text areas at Review Your Listing step
Hi Jeanmich,
You right the line breaks was not solved. only the html formatting.
I didn't notice it before.
Here is the solution for line breaks.
edit style.css around line 592.
see this...
Liked On: June 20th, 2014, 02:18 PM