Follow along with the video below to see how to install our site as a web app on your home screen.
Примечание: This feature may not be available in some browsers.
ребят как убрать ограничение на минимальное количество символов в тайтле?
уже вроде все просмотрел, а он только 5 дает
Кто-нибудь знает, как настроить Highlighting в теме Veronica?
Setting highlighting
Need small modifictions of theme files. Need add 2 id with functions in search files.
For premium items id="<?php if(function_exists('upayments_premium_get_class_color')){echo upayments_premium_get_class_color(osc_premium_id());}?>" .
For items id="<?php if(function_exists('upayments_get_class_color')){echo upayments_get_class_color(osc_item_id());}?>"
We selected color ads will be shown - id = "colorized", normal - id = "normal" and add to the stylesheet template color: #colorized {background:#F0E68C!important;} . Color of course you can change as you need.
Example, the template Bender:
File loop-single.php - 2-line :
<li class = "listing-card <?php echo $class; if(osc_item_is_premium()){echo'premium';}?>" id="<?php if(function_exists('upayments_get_class_color')){echo upayments_get_class_color(osc_item_id());}?>">
File loop-single-premium.php :
<li class = "listing-card <?php echo $class; if(osc_item_is_premium()){echo'premium';}?>" id="<?php if(function_exists('upayments_premium_get_class_color')){echo upayments_premium_get_class_color(osc_premium_id());}?>">
and add the main.css #colorized{background:#F0E68C!important;}
Modified files for Modern and Bender(for examples) in /oc-content/plugins/ultimatePayments/examples.
Можете ли вы помочь мне с этим ? Я пришлю Ultimate PaymentsТам все просто, найди нужный клас (показа обьявления) и добавь
id="<?php if(function_exists('upayments_get_class_color')){echo upayments_get_class_color(osc_item_id());}?>".........search_gallery,search_list,main - вот в етих файлах
Можете ли вы помочь мне с этим ? Я пришлю Ultimate Payments
если тебе надо.
.
Как поправить код в item-post.php
чтобы страна автоматом без выбора ставилась?
Можете ли вы помочь мне с этим ? Я пришлю Ultimate Payments
если тебе надо.
.