Search:

Page 1 of 2 1 2

Search: Search took 1.00 seconds.

  1. Hi @peri2616, I will check the existing ticket...

    Hi @peri2616, I will check the existing ticket for it first then I will get back to you.


    - Jomark
  2. If you're not getting the full extent, you may...

    If you're not getting the full extent, you may need additional CSS enhancements which often lead to other display issues. You should hire a developer if you're not sure how to tweak CSS.


    ...
  3. See if this code plays well for your site.. ...

    See if this code plays well for your site..




    function remove_custom_excerpt_length() {
    remove_filter( 'excerpt_length', 'cp_ads_excerpt_length' );
    }...
  4. Replies
    6
    Views
    918

    It seems there's a problem with plugin loading...

    It seems there's a problem with plugin loading plain http js scripts while your hosting environment doesn't redirect http->https
    I installed a https redirect plugin to fix this issue. Ideally, you...
  5. Try this ... @media screen and (min-width:...

    Try this ...


    @media screen and (min-width: 40em) {
    .home .content-area {
    margin-top: -2em;
    }
    }
  6. The empty space is there to accommodate an avatar...

    The empty space is there to accommodate an avatar which you currently don't have.
    If you need more design changes you should get involved in the process or hire a developer.
    Unfortunately, I...
  7. You need to get the single-ad_listing.php file...

    You need to get the single-ad_listing.php file into your child theme and remove the condition from line 20-24 ...



    <?php
    if ( ! $show_banner || ! $full_width_banner ) {...
  8. [SOLVED] Not much you can do then except from modifying...

    Not much you can do then except from modifying the core file every time there's a theme upgrade.
    I submitted a ticket, maybe it will be added to core in the future.
  9. Replies
    1
    Views
    316

    See if this still works...

    See if this still works for your needs.
  10. [SOLVED] wp-content/themes/classipress/theme-framework/temp...

    wp-content/themes/classipress/theme-framework/templates/foundation/form-login.php

    change line 18 from <?php _e( 'Username', APP_TD ); ?>
    to <?php _e( 'Username/Email', APP_TD ); ?>

    dont forget...
  11. Try this ... .acf-ad-details...

    Try this ...



    .acf-ad-details .medium-up-2>.column {
    width: 100%;
    }
  12. Custom development or ... if you're in luck there...

    Custom development or ... if you're in luck there could be a plugin within WordPress repository.
  13. That settings clearly says ... "(These...

    That settings clearly says ...

    "(These settings may be overridden for individual posts.)"

    Did you check the existing ad listings (Edit each one of them) if Comments are disabled at the bottom?....
  14. I don't think Custom HTML widget accepts...

    I don't think Custom HTML widget accepts shortcodes out of the box ... see this tutorial.
  15. [SOLVED] Like I said, you need to get in touch with a...

    Like I said, you need to get in touch with a developer for this sort of custom work.
  16. Try this ... @media screen and...

    Try this ...




    @media screen and (min-width: 40em) {
    .listing-wrap article.display-list {
    height: auto;
    }
    }
  17. Thread: Php 7.3.14

    by ovidiubica
    Replies
    5
    Views
    330

    [SOLVED] Check your PM for that version link.

    Check your PM for that version link.
  18. Then you should change the core file and wait for...

    Then you should change the core file and wait for a new release. There's no harm in doing so as the change is already made.
  19. Yes, that's the preferred way.

    Yes, that's the preferred way.
  20. [SOLVED] You should contact this former AppThemes member...

    You should contact this former AppThemes member, he had a plugin with similar features working on top of legacy ClassiPress 3.6.x.
  21. [SOLVED] I thought you understood the concept. You need...

    I thought you understood the concept.

    You need to add a code block for every theme color. I'm not sure I understand why you want this for every theme color schemes as you cannot use them all at...
  22. See if this code...

    See if this code is still valid...
  23. Out of the box, you cannot stop fields from...

    Out of the box, you cannot stop fields from displaying in the front-end. The ACF plugin may have this feature.

    You can drag the fields inside the forms to order them but the order depends on what...
  24. The author.php template has a left sidebar spot...

    The author.php template has a left sidebar spot that's currently blank. You would need to create your own child theme and change the medium-9 column to medium-12 column within that template.
    But.....
  25. I believe this will change with the upcoming...

    I believe this will change with the upcoming ClassiPress version. Keep an eye on the next release.
Results 1 to 25 of 49
Page 1 of 2 1 2