Search:

Search: Search took 1.00 seconds.

  1. Replies
    5
    Views
    327

    I've fixed the plugin and updated on your site. ...

    I've fixed the plugin and updated on your site.

    Best Regards!
  2. [SOLVED] Hello! I've fixed the plugin code on your site...

    Hello!

    I've fixed the plugin code on your site and checked out the PagSeguro payment cart. It works fine now.

    I'll release a new version of the plugin.


    Best Regards!
  3. Replies
    1
    Views
    514

    This is a WordPress / TinyMCE limitation, there's...

    This is a WordPress / TinyMCE limitation, there's a check if the user agent (browser / mobile) is supported... seems it is not.
  4. ClassiPress uses Plupload in the front end, it...

    ClassiPress uses Plupload in the front end, it doesn't use media manager. I have no idea what level of customization is needed to enable media within the WordPress editor. You should be careful when...
  5. Replies
    4
    Views
    697

    [SOLVED] Thanks for the update luizantonio. - Jomark

    Thanks for the update luizantonio.


    - Jomark
  6. [SOLVED] You can remove the image if there is no image...

    You can remove the image if there is no image provided using the following CSS code:


    .entry-cover.no-image {
    display: none;
    }

    But if 1 listing has no image and other listings do have a...
  7. [SOLVED] Thank you for the quick reply. I understand how...

    Thank you for the quick reply. I understand how to remove the image, but because there is no image, when viewing the latest listings section it has a 'blank' image box above the listing info (see...
  8. [SOLVED] Hi megans33, You can remove the images by...

    Hi megans33,

    You can remove the images by editing a listing. Proceed to the WP Admin>>Listings then edit a listing. On the listing edit page, you have the option to remove the feature image or...
  9. Replies
    4
    Views
    697

    [SOLVED] Hi Jeff, I presume you have already sorted...

    Hi Jeff,

    I presume you have already sorted this issue as the thread is already marked solved.


    Just let me know if you need further assistance.


    - JOmark
  10. Replies
    3
    Views
    478

    Hi! You probably no need to create attachment...

    Hi!

    You probably no need to create attachment for default image at all. Import without image and apply some image as a default background for a listing.

    There is a filter 'va_cover_image' which...
  11. I found a solution! wp-includes>kses.php I...

    I found a solution!

    wp-includes>kses.php
    I added this on about line 278 (in that general area):

    'iframe' => array('width' => true, 'height' => true, 'src' => true, 'frameborder' => true,...
Results 1 to 11 of 11