
- joes
About joes
- Location:
- Australia
Total Posts
- Total Posts
- 877
- Posts Per Day
- 0.25
Total Thanks
- Total Thanks
- 12
General Information
- Last Activity
- 1 Week Ago
- Join Date
- November 6th, 2012
- Referrals
- 0
135 Likes
-
hopfoto liked post by joes On thread : User Registration/Login Redirect
I think this same question has been asked and answered many times.
Here is the code change I use to redirect to the dashboard in Vantage v1.2:
Liked On: July 31st, 2013, 10:32 AM
-
ashton25 liked post by joes On thread : featured in homepage/category choice is not accurate
You set the duration of the Featured Homepage or Category in this location:
Payment -> Settings -> Listings
"Feature on Homepage" and "Feature on Category" - set the duration of the...
Liked On: July 27th, 2013, 12:29 PM
-
dimitris liked post by joes On thread : Captcha image doubling up
Hi, you can not get to the file you need to edit using the Wordpress Theme Editor.
You have to get to the file directly from your hosting server as stored in that specific path provided. You can...
Liked On: July 22nd, 2013, 05:19 PM
-
dimitris liked post by joes On thread : reCaptcha VAntage Registration form
I use the "Captcha Version 3.7.2 | By BestWebSoft" plugin that works with Vantage.
Liked On: July 19th, 2013, 01:12 PM
-
dimitris liked post by joes On thread : Latest Dev Build - Claimable Listings
Or separate your Listings into 2 CSV files. 1st CSV for claimable, the 2nd CSV file for non-claimable.
Liked On: July 17th, 2013, 11:07 AM
-
dimitris liked post by joes On thread : Forum posts
Goto your forum "My Profile" page. There it will list all your "My Activity" in the forum.
Liked On: July 16th, 2013, 07:17 AM
-
dimitris liked post by joes On thread : How to Set default listing not to expire (0 days = Infinite)
Confirmed this is fixed in Version: 1.2.1-dev [791f0e2daf]
The Listing Duration is defaulted to 0 on the admin Edit Listing page. Once the user presses the "Accept" button, the actual values are...
Liked On: July 12th, 2013, 03:25 AM
-
rapidweb liked post by joes On thread : Vantage Menubar Dropdown Align Left not Center
I also don't like the CENTER of the menu items.
Take out the CENTER from the CSS referring to the menu item in thye "style.css":
#main-navigation .menu li a {
font-size: 13px;
...
Liked On: June 25th, 2013, 01:52 PM
-
dimitris liked post by joes On thread : Vantage Menubar Dropdown Align Left not Center
I also don't like the CENTER of the menu items.
Take out the CENTER from the CSS referring to the menu item in thye "style.css":
#main-navigation .menu li a {
font-size: 13px;
...
Liked On: June 24th, 2013, 01:44 PM
-
onewebdesign liked post by joes On thread : remove login bar vantage theme
This is what I put inside the "functions.php" to remove the admin bar:
// Added to remove Admin Bar on Vantage Theme
function tst_admin_bar_frontend_gone() {
if ( !is_user_logged_in() )
...
Liked On: June 15th, 2013, 08:10 PM
-
dimitris liked post by joes On thread : Menu Limit Reached and Menu Text Slightly Unaligned
Problem 1 - limit of 81 menus has been encountered by other wordpress users, do a google search, one example which may help you resolve the problem:
...
Liked On: June 12th, 2013, 11:24 AM
-
hopfoto liked post by joes On thread : Sorting dropbox dosnt work
I have seen this before as well. It resolved for me by clearing out the browser cache.
Liked On: June 9th, 2013, 06:47 AM
-
dimitris liked post by joes On thread : Limiting the Number of Categories
Vantage needs to provide this as a settings option, hears the code change I made to set the number of categories to '2'.
Edit the "listing-form.php" file in two places:
1) In the...
Liked On: May 28th, 2013, 11:43 AM
-
dimitris liked post by joes On thread : BUG - add a new Listing also creates a new 'Create Listing' page in the backend
Hi,
Using Vantage 1.2 beta.
If you create a new Listing using the "+ Add a business now" wizard, in the admin backend under Pages a new "Create Listing" page is also created.
Liked On: May 15th, 2013, 12:36 PM
-
dimitris liked post by joes On thread : BUG - add a new Listing also creates a new 'Create Listing' page in the backend
A1: Yes, using latest beta.
A2: No it is not a clean install, the 1.1.4 was deactivated and the 1.2 Beta was activated using the existing data in the database. This did cause duplicated Pages...
Liked On: May 15th, 2013, 12:36 PM