Hello,
I've restored styles for the arrow icon, see my changes on line ~4623
Type: Posts; User: Rudi
Hello,
I've restored styles for the arrow icon, see my changes on line ~4623
Brian,
If you need the same scheme with listing types list as Pete has,
you should use the Additional Category Box on home page,
for that, you need to set in each of your listing types >...
For that, you need to set box position in listings details: Basic Settings > Booking > Calendar position > In listing details
and select Daily Range mode via Listing Types > your type > Edit >...
Do you mean the dropdown field for category levels that is used on search forms?
it's a system listing field with a key 'category_id', in your case, the title of this field is Category
you...
In the new update, the code for My alerts page will be reworked and this problem will be solved as well
The simple way is the same :)
via Plugins > Listing Boxes > your box > Edit > Listing type > check your listing type
Hello,
We recommend against modifying the system content as it may cause unexpected errors on pages with listing boxes
but if you know what you need to accomplish go to Common > Database and...
Go to includes > controllers > saved_search.inc.php
replace:
$tmp_content[$step]['value'] = $lang['categories+name+' . $cat_name['Key']];
with:
it's not a good solution but you can try the following:
in includes > Utils > category.php > public static function getCategory
replace:
$where['Path'] = trim($path, '/');
It will require a customization
I've fixed it on your end,
see my changes in stellarnav.css and stellarnav.min.css
Hi,
See tpl > controllers > account_type.tpl
Use {$lang[$field.pName]}
Hello,
In the main style.css search for ul.tabs.tabs-hash.search_tabs and div#home_content_image_container ul.tabs.search_tabs
and remove these styles or modify them like you need and move to...
Hello,
it's only available if your license is realty
you need to create a ticket for this request
Hello,
The fact is that starting from 4.8.0 the logic of selecting boxes has been reworked
so enabling a box for categories will display it only on category pages, not including the listing...
Hello,
If you need it on the left side, you should completely change the sidebar position
for that go to templates > tpl > content.tpl
find a row:
<aside class="left {if...
I've fixed it on your end,
you missed this entry when restoring data for data_formats table
The task about this feature already exists and it will be implemented in the next update
Below the @media screen and (min-width: 1440px)
change:
body.no-sidebar .featured > li {
-ms-flex: 0 0 20%;
flex: 0 0 20%;
max-width: 20%;
}
Hello,
in templates > your_template > css > style.css > find a row ul.featured > li > .picture
remove padding-bottom: 66% and add height: 100px; or set your value
I've checked adding 'Clothing Sizes' fields to the Clothing category and it works well
Hello,
There is a missing style in bootstrap.css for @media (min-width: 768px)
.d-md-block {
display: block !important;
}
Hello,
Probably because your script version is below 4.8.0
Yes, because the <head> data moved from header.tpl to head.tpl in the latest updates