Search:
Search took 1.00 seconds.
-
I've fixed the plugin and updated on your site.
Best Regards!
-
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!
-
This is a WordPress / TinyMCE limitation, there's a check if the user agent (browser / mobile) is supported... seems it is not.
-
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...
-
Thanks for the update luizantonio.
- Jomark
-
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...
-
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...
-
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...
-
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
-
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...
-
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,...