Search:
Search took 1.00 seconds.
-
Buying a static IP won't make any difference Dimitri, because that would be for inbound requests only.
I wasn't talking about "your free API". I was talking about Google's free maps API...
...
-
So version 1.3.3 is out....how do you remove the reviews and ratings?
-
Yes, you can make it appear on specific pages but you need to know the page ID.
is_front_page()
is_search()
-
That link was a pointer on how you can achieve "to just remove map from the HomePage".
In the "\vantage\wrapper.php" replace the following line:
<?php do_action( 'va_content_container_top' );...
-
It's fairly striaghtforward to get rid of the reviews tab and add your review section
in single-listing.php,
first remove this line: <a id="reviews-tab" class="rounded-t" href="#reviews"><?php _e(...
-
If that is the case I will basically give you a run through of how I plan to achieve it. Luxor's example is performance wise superior but I am a tad too lazy to keep track of category numbers.
...
-
Here is the issue list for 1.1.2:
Open Tickets
#1445 Issue with the claimed listings permalink. open
Closed Tickets
✔ #1459 possible Xss vulnerability ? ✓ resolved
✔ #1424...
-
Use this to remove it from the front end of Vantage:
https://dl.dropbox.com/u/31427180/appthemes/vantage/tst-remove-front-adminbar.zip
Hope it helps anyone who needs it.
-
hi cityconnection,
you can do the same with the function for creating a listing. It is just a few lines above (around line 152)
find
function va_disable_admin_listing_creation() {
and add
...
-
Found a workaround, not very handy but it works. First I allowed administrators backend editing of the listing by adding a line to admin.php in includes/admin/admin.php
find around line 160...
-
Here is some spreadsheet magic for you
=A2&" "&B2&", "&C2&", "&D2
(Click on the below image to see it bigger)
2620
-
The plugin http://wordpress.org/extend/plugins/theme-my-login/ works pretty well too. There is a pagination issue on the frontpage though. But there is a workaround...
-
If you want to show the full width on the listing overview you can alter it in your includes/images.php
find
function va_init_image_sizes( $sizes ) {
update_option( 'thumbnail_size_w', 50 );...
-
OK. I solved the problem.
I added the following constants, and values, to the wp-config.php files:
define('ADMIN_COOKIE_PATH', '/');
define('COOKIE_DOMAIN', '');
define('COOKIEPATH', '');...
-
What Adriano posted is where you can change the text for the Search. For changing the text on the "Add a business now" button, go to includes/widgets.php file and scroll down to Line 22.
-
ClassiEstate is a ClassiPress child theme which will turn your ClassiPress website into a Real Estate website! ClassiEstate also comes with a large featured image slider for the homepage, and the...
-
Hey radlam,
A lot of the changes you talked about are easily implemented, just as you suggested in 1a, with a Wordpress Child Theme. By creating a child theme, any CSS or HTML changes you do will...
-
Hi,
I think I made it work on my site (localhost, sorry) -
I opened the file includes/theme-refine.php and looked for the following code on line 382
$results =...