Search:
Search took 1.00 seconds.
-
Hi,
There is no purpose anymore of that file, we used it in first version to display a tool tip then we removed it.
I will remove it from demo and notify my dev team to set a function to remove it...
-
Thanks Phil!
I actually did get it to work.
I edited form-login.php & form-registration.php (both are in wp-content/themes/vantage/framework/templates)
Here are the changes I made... I...
-
Hi 4briang,
don't click to update. it's a fake free theme in wordpress themes directory named the same as ours.
this is in fact not an issue, this is how wordpress updater works. we will fix it in...
-
There's a solution in this thread that I've used on my site:
http://forums.appthemes.com/vantage-general-discussion/customize-login-registration-page-vantage-68551/
-
I had the same problem and I solved this way:
Open: vantage/includes/dashboard.php [ line 221 ]
change:
$args['post_status'] = array( 'publish', 'pending', 'expired');
-
shunarjuna:
is this plugin http://codecanyon.net/item/advanced-wordpress-email-delivery-/1290390 ?
Works well with all emails sent from Vantage: confirmation of new business, orders, etc..?
-
I know this is late, but Dimitris gave me this code which works to change text strings almost anywhere, I put it in my functions.php file:
add_filter( 'gettext', 'va_child_wordsmith', 10, 3 );
...
-
I found the general "contact this listing owner" form to be too simple and it restricted my use as I wanted to provide more information to the listing owner.
I'm not going to go too far in depth...
-
Hi,
This will require editing of the core theme files and so if you are comfortable with codes, just look for the set of code below through archive-listing.php;
<?php
if ( $featured =...