Search:

Page 1 of 2 1 2

Search: Search took 1.00 seconds.

  1. Replies
    3
    Views
    1,576

    I will be referring it to the development team. ...

    I will be referring it to the development team.



    - Jomark
  2. [SOLVED] It means your current server IP (the one...

    It means your current server IP (the one displayed above) is not authorized to access the Geocoding API. You need to put that IP on the Geocoding API key white list. It's all explained on this video.
  3. [SOLVED] The ClassiPress - Geo Services should tell you if...

    The ClassiPress - Geo Services should tell you if Maps and Geocoding work properly. If not, put the code above in a new Code Snippet and load your site-s front end while paying attention to the...
  4. [SOLVED] You need 2 API keys, 1 for Maps and 1 for...

    You need 2 API keys, 1 for Maps and 1 for Geocoding.
    The Maps API key can only be restricted using domain name as you already tried.
    The Geocoding key restriction needs the outgoing IP address of...
  5. Try this code and let me know if it works... put...

    Try this code and let me know if it works... put it in functions.php or better within WordPress Code Snippets plugin




    function remove_custom_excerpt_length() {
    remove_filter(...
  6. [SOLVED] You need custom coding for this. You can try the...

    You need custom coding for this. You can try the code bellow, put it into your own child theme or get the WordPress Code Snippets plugin



    function replace_listing_meta() {
    remove_action(...
  7. You can increase both image and ad height with...

    You can increase both image and ad height with following CSS code, just put it into Appearance - Customize - Additional CSS



    article.display-list .item-cover {
    height: 21.125rem;
    }...
  8. Replies
    3
    Views
    786

    Hi Anutka! The code need to correct a little,...

    Hi Anutka!

    The code need to correct a little, try following:



    ( function( $ ) {
    $( document ).on( 'appthemes_mapcreate', function( e ) {
    var appthemes_map = $( e.target ).data(...
  9. Replies
    23
    Views
    2,063

    [SOLVED] See the updated code. If you don't want the date,...

    See the updated code. If you don't want the date, just remove the red line of code...



    function replace_listing_meta() {
    remove_action( 'cp_listing_item_meta', 'cp_ad_loop_meta' );
    }...
  10. Right, see if this small css code moves the price...

    Right, see if this small css code moves the price in a more proper location..



    .price-wrap {
    top: 0;
    right: 0;
    position: absolute;
    }
  11. You could create your own child theme and start...

    You could create your own child theme and start from there or ... if this is enough, you could hook the right location and add following code into WordPress Code Snippets plugin.



    function...
  12. Replies
    7
    Views
    2,422

    Lorewyn, I really don’t understand how do you...

    Lorewyn,
    I really don’t understand how do you say that you have responded when there are 5 questions and you just offered me to look at a child theme at your first response.

    Your second respond:...
  13. [SOLVED] There's a div missing from the tpl-full-width.php...

    There's a div missing from the tpl-full-width.php page template.

    Add a new div before <div class="shadowblock_out">



    <div class="cfull col-md-12">


    and close it... </div> right before:
  14. Replies
    2
    Views
    534

    [SOLVED] Saw that post and also replied on it:...

    Saw that post and also replied on it: http://forums.appthemes.com/stripe/stripe-classipost-child-theme-96140/
  15. Replies
    6
    Views
    780

    @rodigital, If you're in a hurry, you can put...

    @rodigital,
    If you're in a hurry, you can put this into: Appearance - Customize - Additional CSS



    div#appthemes-stripe-form-wrap .row {
    margin: 10px;
    }
  16. Not really but then again, I can't help you with...

    Not really but then again, I can't help you with this. AdBlock is blacklisting the "ads" base permalink.
    You can tell by the fact that the category paging is working fine.

    You would need to...
  17. Replies
    3
    Views
    492

    Recaptcha support in contact form has been added...

    Recaptcha support in contact form has been added in version 2.1.8
  18. Replies
    7
    Views
    1,117

    Its fixed now, you can upgrade to 2.1.8

    Its fixed now, you can upgrade to 2.1.8
  19. [SOLVED] Should be fixed now. Make sure you update both...

    Should be fixed now. Make sure you update both Classipress 3.5.3 and AdSplash 2.1.4.
  20. [SOLVED] Deleting the About Us tab has shifted the natural...

    Deleting the About Us tab has shifted the natural order of tabs selection. You need to either change the code or disregard it and select a different tab as default. In your case, you should probably...
  21. Replies
    4
    Views
    428

    Won't work on the homepage but I'll give it a try...

    Won't work on the homepage but I'll give it a try on the expanded recent ads.
  22. Replies
    12
    Views
    851

    New version should be ready at the end of next...

    New version should be ready at the end of next week.
  23. Replies
    5
    Views
    457

    Please can I just add that the admin-settings.php...

    Please can I just add that the admin-settings.php file no longer exists. You can find the same code now in settings.php in the same location.
  24. Replies
    5
    Views
    457

    Go to...

    Go to /classipress/includes/admin/admin-settings.php and find around line 426 this:


    array(
    'title' => __( 'Max Images Per Ad', APP_TD ),
    'type' => 'select',
    'name' =>...
  25. Replies
    8
    Views
    801

    [TUTORIAL] I had the same problem without realizing it. I...

    I had the same problem without realizing it. I didn't look at the code closely enough, here is a better fix:


    <?php if ( get_post_meta( get_the_ID(), 'price', true ) ) cp_get_price_legacy(...
Results 1 to 25 of 28
Page 1 of 2 1 2