Hello,
What exactly the problem you experience deleting location fields or why you need to remove them after linking to multi-field entry?
If you think the plugin creates an empty level field...
Type: Posts; User: Rudi
Hello,
What exactly the problem you experience deleting location fields or why you need to remove them after linking to multi-field entry?
If you think the plugin creates an empty level field...
Hello,
You need to create a ticket for this problem
Hello,
The task on this occasion/question already exists
we'll consider the hiding inactive listings on my listings page in more detail
but for now, I think you can remove this condition as...
Hello,
The plugin doesn't allow to modify this box,
instead, you can hide this sidebar box and put the Check Availability field to the search form with location fields
Because the array $category is not in global list,
you can use it like this:
if ($GLOBALS['category']['Key'] == 'room_for_rent') {
$image = RL_PLUGINS_URL ....
Put the condition for category to the first place like:
if ($category['Key'] == 'room_for_rent') {
$image = RL_PLUGINS_URL . 'socialMetaData/meta_images/' . 'room_for_rent.png';
} elseif...
Hello Wei,
before the line if ($image) {
add your code:
if ($page_info['Key'] == 'car_for_sale') {
$image = RL_PLUGINS_URL . 'socialMetaData/meta_images/' ....
Hello,
See min-height for .header-nav in style.css (~698)
and margin for .horizontal-search (~5359)
Hello Mohamed,
You can disable sub-category fields listing type settings:
Listings > Listing Types > your type > Edit > Search Settings > Cascading category dropdowns > uncheck the option
...
Hello,
You need to create a ticket or remove your current multi-field entry, create it anew, and import location database from our server (World Locations - v6)
In this case, you need to create a ticket and we'll look into the problem
Hello,
1. You can manage box items via Field-bound Boxes > your box > Manage
click Add a New Item to add items you need
4162
2. You need to enable your field-bound box for filtering in...
Maybe you missed something replacing the files,
send me your domain name to my PM where you encounter this error and I'll look into it
Hello,
You need to remove the new language or reinstall the script
and apply a fix from this thread: https://forum.flynax.com/showthread.php?6570-Admin-language&highlight=languages
Sorry guys for the delay,
I finally got to the plugin and fixed it
now the solution is available below,
unzip the archive and upload the files into your plugin directory
4170
Hello,
Make sure that the php config memory_limit is at least 512 mb
and max_execution_time is more than 30
or give it some time and you'll get a reply in the ticket
Hello,
See this thread: https://forum.flynax.com/showthread.php?6727-Pagination-page&highlight=pagination
Hello,
We need to look into the problem, for that you'd better create a ticket
Hello,
It displays those countries that you specified in your account field Country
Hello,
Initially, the plugin has IPs only for countries, states, and cities, a standard structure
you'd better use maps to show the exact location and listings around it
You'd better modify listing_details.tpl from tpl > controllers
replace:
<div class="listing-details details {if $config.map_module && $location.direct && $photos}loc-exists{/if}">
with:
Corrected on your end
Still not clear what you need to change in the plugin to solve your problem
you'd better create a ticket and describe in details what kind of modification you need
or you can disable the...
What frame on the details page do you mean exactly?
For that, you need to adjust class names accordingly (bootstrap classes) in many tpl files and modify some css styles
you'd better use some merging tool to compare files from general_simple and...