See this thread: https://forum.flynax.com/showthread.php?6570-Admin-language&highlight=languages
Type: Posts; User: Rudi
See this thread: https://forum.flynax.com/showthread.php?6570-Admin-language&highlight=languages
Hello,
You'd better create a ticket to look into the problem
Hello,
it means that the file rlListingNavigator.class.php doesn't exist in includes > classes
check it and upload if necessary
or create a ticket for the problem
Hello Nazzal,
There is some problem with uploading the image via html editor
You'd better attach it via html code of the email template in templates > your_template > tpl >...
Hello,
It requires a customization
Hello,
Enable Field names in browse form via Basic Settings
then go to templates > your_template > tpl > blocks > featured_item.tpl
find and replace:
<span...
For those who need to redirect from any error page to 404 page
there is a solution:
in includes > classes > rlNavigator.class.php > public function definePage()
replace:
$sql = "SELECT...
You can use $seller_info.Username instead of $seller_info.Type
specifying the username of your account:
{if $pageInfo.Controller == 'listing_details' && $seller_info.Username !=...
Actually, the idea is to filter listings on the tag page by the selected listing type
Hello Pete,
Fixed on your end by removing
id: 'rlExt_black_bold'
from plugins > banners > admin > banners.tpl
By default, it doesn't go to 404 page and stays at the incorrect page showing the message that it doesn't exist
I'll create a task of it to consider redirecting to the 404 page
Thanks
Hello,
The problem is that these listings don't exist by these links
as you've changed the listing type or category for these listings
now it will require some time while google update the...
Hi Wei,
check this setting also in General section
or try to download realty_nova template again from your customer area and upload it to your site package
Hello,
It can be achieved via customization
in tpl > content.tpl
replace:
{if $pageInfo.Controller == 'listing_details'}{include file='blocks'|cat:$smarty.const.RL_DS|cat:'listing_details_sidebar.tpl'}{/if}
with:
Hello,
It shouldn't affect the SEO as you use html only in the page name
the same for the database
the icons are applied via css styles
Hello,
See this thread: https://forum.flynax.com/showthread.php?5024-hide-member-details-in-side-bar-of-details-page&highlight=contact+owner
Hello Pete,
Fixed on your end
and the fix for 4.7 is the following:
go to includes > controllers > account_type.inc.php
find:
Hello,
The advantage of using google maps in more detailed maps and geocoding
Hello,
Yes, this feature will be available in the next plugin update
but there are no specific time frames
Hello,
See this thread: https://forum.flynax.com/showthread.php?4768-How-to-remove-picking-plan-step-if-there-is-only-one-plan&highlight=package
What exactly are the tickets? I couldn't find them
You can send the ticket ids to my PM
Hello,
I've fixed it on your end
Add the following styles to style.css:
section.header-nav .point1 {
flex-direction: column;
align-items: flex-start!important;
margin-top: 25px;
}
Add to style.css the following styles:
.owl-carousel .owl-item a.categories__link {
flex-direction: column;
}
.owl-carousel .owl-item a.categories__link span.categories__item-icon {
...