Search:
Search took 1.00 seconds.
-
@simedia,
We are looking for a fix for the range problem for the 1.3.3 version.
-
I'm sorry to keep you waiting, you can use a G business account.For now you will need to mod the theme and make the change discussed here
...
-
If someone else has this problem too, the plan I selected had Recurring Option selected and I had selected Automatically charge my account to renew my listing... that's why the Bank Transfer option...
-
No option in Vantage yet. If you are using a child theme, put this in your functions.php
/* ========== Remove Admin Bar ========== */
add_filter( 'show_admin_bar', 'my_hide_admin_bar', 1000 );...
-
Thanks suporteon,
Temp fix
#wp-toolbar > ul > li {
display:block;
-
I will answer this question here myself. Wrapper.php is where this is located. Sorry about posting too quickly but for others this may be useful.
-
Development builds are stable releases that include bug fixes after an official release.Example: Vantage 1.1 is released and 3 days later a bug is found, the developer fixes this specific bug and...