Annac
In order to send the receipt of the order the admin must first click the 'mark as completed' button in the Orders>order page.You will also need to 'activate order' after that step to...
Annac
In order to send the receipt of the order the admin must first click the 'mark as completed' button in the Orders>order page.You will also need to 'activate order' after that step to...
I can see the problem, i will report it to the devs.
This is true, @annac if you really need to hide the info you can hack your theme and make the same mod every time you update your theme (only solution available at the moment).
The plugin you sent...
This looks like a bug, i will inform the devs.
Thanks.
I'm using this; http://wordpress.org/plugins/wp-image-size-limit/
Unfortunately it only works for images so if you are using file uploads in the custom forms it wont apply to that.
I can confirm that if the file is in the 'vantage' directory you can copy it in your child theme and modify it.
So far we found a bug that is fixed in the dev build.You should wait to 1.3 as it contains many bug fixes.
Okay, this is one of those postings you have to make. At the same time, I think it's needed.
I've been messing around with the Vantage theme for about a week now and there is a lot to like about...
All,
Here is an unofficial fix to Vantage1.3 for the "Missing listings when selecting a Category".
In the file "\vantage\includes\views.php" find the following section:
class...
looking at vantage/includes/emails.php, I see this function:
function va_send_email( $address, $subject, $content ) {
$domain = preg_replace( '#^www\.#', '', strtolower(...
You should be able to fix that with CSS. Try this for a start;
.va_listing_create .form-field label {
display: block;
}
(Not perfect I'm sure but it but it should point you in the right...
Hey TC,
Create a new child style.css file and put this in it:
body {
height:100%;
color: #363636;
font: normal normal normal 0.79em/normal Arial, Helvetica, sans-serif;...
In case anyone is interested I found a more customisable way to add a tinyMCE editor in the listing form. Instead of using the code above, you can use this (example);
<div...
The CSS/Display none will still make the code load, just "hidden."
Remove it 100% with the code below:
// Remove Registration Bar
if ( !is_admin() ) {
add_filter( 'show_admin_bar',...
Managed to fix this problem by removing the php code posting URL, ISP, IP and email address.
From this: Starts on line 318
$notify_message = sprintf( __( 'New review on your listing "%s"',...
You can go to wp-content/themes/vantage/footer.php, and remove line 14.
Some one asked me how I cleaned my comment email up and what it looks like now. I thought this might help others trying to clean up their comment emails as well.
Here is the original code in WP...