Search:

Page 1 of 6 1 2 3 4

Search: Search took 1.00 seconds.

  1. Replies
    6
    Views
    255

    Hi Zsuzsa, thanks for using the forum. this is...

    Hi Zsuzsa,

    thanks for using the forum. this is the place we can discuss and see what we can fix and/or improve.
    i'll try to split to sections so we can handle each part as diff issue.

    #1
    for...
  2. Thread: bug in plugin

    by roidayan
    Replies
    4
    Views
    504

    [SOLVED] I have a fix. tested shortly. can you test it on...

    I have a fix. tested shortly.
    can you test it on your website and verify its ok for you?
    you need to replace order.php in the plugin includes/ folder.
    this is the new one:...
  3. Thread: bug in plugin

    by roidayan
    Replies
    4
    Views
    504

    [SOLVED] ok thanks for reporting. i'll check it out

    ok thanks for reporting. i'll check it out
  4. Replies
    3
    Views
    418

    as for #1 the star icon has a bug that there...

    as for #1 the star icon has a bug that there should be title when hovering over it like other buttons.
    that said all buttons in default classipress looks without a text but maybe its configurable?...
  5. [SOLVED] you dont get an email sent or dont get the custom...

    you dont get an email sent or dont get the custom template?
    because the custom emails plugin doesn't block or unblock emails. it just allows to change the template when email is being sent by...
  6. Replies
    4
    Views
    320

    [SOLVED] you need to edit cp-verified-user.php in...

    you need to edit cp-verified-user.php

    in author_info()

    if ( $this->is_verified_user( $user_id ) ) {
    echo '<div><span class="verified-icon"></span>' . __( "Verified user", CPVU_TD ) ....
  7. Replies
    13
    Views
    544

    [SOLVED] i see verified user is in the pot file. you need...

    i see verified user is in the pot file. you need to create a translation file from the pot file.
  8. Replies
    13
    Views
    544

    [SOLVED] thanks for the report. i reproduced the issue and...

    thanks for the report. i reproduced the issue and it has been fixed now in v1.5. you can get it from the market place.
  9. hi, the "view more ads" in the first page goes...

    hi,

    the "view more ads" in the first page goes to an ads page from page2. this is how the theme is built and not part of the infinity plugin.
    on the ads page the infinity works but it shows from...
  10. hi I think the new version removed the...

    hi

    I think the new version removed the function posts_clauses()
    Fatal error: Uncaught Error: Call to undefined method APP_Google_Maps:: posts_clauses() in...
  11. Replies
    4
    Views
    451

    author page About author page. and in single...

    author page

    About author page. and in single page - the author box on the right.
    you mean to add it as <li> like url and twitter urls there?
    I think the action you look for is cp_author_info.
    ...
  12. hi, i didnt suggest to uncomment. i just...

    hi,

    i didnt suggest to uncomment. i just pointed out its disabled and it means not supported.
    so currently this feature is not supported.
    i'll need some time to take a look on this feature if...
  13. Replies
    9
    Views
    1,104

    [SOLVED] i'll check it. for now what you can do is edit...

    i'll check it.
    for now what you can do is edit templates/tpl-basic.html at line 222
    find this block:



    <!-- MODULE ROW // --><tr><td align="center" valign="top" style="mso-table-lspace: 0pt;...
  14. Replies
    16
    Views
    1,151

    Hi Charlotee, strange you didnt have to change...

    Hi Charlotee,

    strange you didnt have to change anything in the theme as there was no new release yet for it.

    as for your questions:

    1. the plugin doesn't change the sender so this could be a...
  15. Thread: Ribbons & ACF

    by roidayan
    Replies
    8
    Views
    587

    in another thread here another ACF issue solved...

    in another thread here another ACF issue solved with this change:

    find
    add_action( 'appthemes_after_post_title', 'cpribbon_add_ribbon' );
    change to
    add_action( 'appthemes_after_post_title',...
  16. Replies
    16
    Views
    1,151

    i'll check it. can you describe the issues more...

    i'll check it.
    can you describe the issues more so I can focus of those more?
  17. Thread: Daily Limit

    by roidayan
    Replies
    4
    Views
    454

    ok. I understand. I'll try to get this feature in...

    ok. I understand. I'll try to get this feature in this weekend.
  18. Replies
    8
    Views
    759

    [SOLVED] great. sorry for the long wait but glad all...

    great.
    sorry for the long wait but glad all sorted out now.
  19. Replies
    12
    Views
    1,113

    [SOLVED] Hi weiching, yes it's possible. I'll try to...

    Hi weiching,

    yes it's possible. I'll try to make it this week.

    Thanks,
    Roi
  20. [SOLVED] i'll do some tests when i'll add this option....

    i'll do some tests when i'll add this option. thanks.
  21. Replies
    7
    Views
    668

    hi pc888, I suspect the child theme is missing...

    hi pc888,

    I suspect the child theme is missing action hooks from the original theme.
    you need to contact the author of the child theme and ask them to check the following actions exists for ads...
  22. [SOLVED] for logged in user need to use...

    for logged in user need to use is_user_logged_in().
    you can remote the last line in the php:



    new CP_Ad_Social_Plugin;


    and put this instead:
  23. Replies
    7
    Views
    668

    maybe the child theme is not supported. missing...

    maybe the child theme is not supported. missing an action. could be also just some css stuff.
    I could try to help but you didn't specify a url.
  24. [SOLVED] this change now exists in v1.2.0

    this change now exists in v1.2.0
  25. Replies
    1
    Views
    341

    override with css. this is the css from the...

    override with css. this is the css from the plugin. just change the image.
    if you put it in the css of your theme then put your image in your-theme/images/


    .verified-icon {
    display:...
Results 1 to 25 of 144
Page 1 of 6 1 2 3 4