Pages, Articles & News
Tools & Plugins
Example / Placeholder Title


Description as an example placeholder. Sample text content for further customization of the "Index36" template.

You are free to edit and customize the template however you like. If you don’t have time or enough knowledge — you can always order template adaptation by contacting me via GitHub or private messages on the digital goods marketplace.

2024-12-11 16:19
#263 fomin:

 

как на счёт первого вопроса

Как изменить. У меня н в категории выставка раьот выподает белый список. и в фрилансерах тоже

портфолио

открываем

public_html/themes/marketplace/inc/sidenavfolio.tpl

и все что есть полностью меняем на

<div class="uk-grid-collapse uk-grid-match uk-child-width-1-2@s" uk-grid>
  <div>
    <!-- IF {PHP.env.ext} == 'folio'  AND {PHP.m} == 'list' -->
    <div class="uk-background-grey" uk-height-viewport>
      <div class="uk-card uk-card-small uk-card-body">
        <form action="{SEARCH_ACTION_URL}" method="get" class="uk-form-stacked">
          <input type="hidden" name="e" value="folio" />
          <input type="hidden" name="l" value="{PHP.lang}" />
          <input type="hidden" name="type" value="{PHP.type}" />
          <div class="uk-inline">
            <input class="uk-input uk-width-1-1 uk-border-rounded-mdm" name="sq" value="" placeholder="{PHP.L.Search}">
          </div>
          <div class="uk-margin">
            <label class="uk-form-label">{PHP.L.Category}:</label>
            <div class="uk-form-controls">{SEARCH_CAT}</div>
          </div>
          <div class="uk-margin">
            <label class="uk-form-label">{PHP.L.Order}:</label>
            <div class="uk-form-controls">{SEARCH_SORTER}</div>
          </div>
          <!-- BEGIN: PTYPES -->
          <div class="uk-margin">
            <ul class="uk-list uk-list-divider">
              <li>
                <a <!-- IF {PTYPE_ALL_ACT} --> class="uk-button uk-button-small uk-button-primary"
                  <!-- ENDIF --> href="{PTYPE_ALL_URL}">{PHP.L.All}
                </a>
              </li>
              <!-- BEGIN: PTYPES_ROWS -->
              <li>
                <a <!-- IF {PTYPE_ROW_ACT} --> class="uk-button uk-button-small uk-button-primary"
                  <!-- ENDIF --> href="{PTYPE_ROW_URL}">{PTYPE_ROW_TITLE}
                </a>
              </li>
              <!-- END: PTYPES_ROWS -->
            </ul>
          </div>
          <!-- END: PTYPES -->
          <!-- IF {PHP.cot_plugins_active.locationselector} -->
          <div class="uk-margin">
            <div class="uk-inline uk-width-1-1"> {SEARCH_LOCATION} </div>
          </div>
          <!-- ENDIF -->
          <div class="uk-margin">
            <input type="submit" name="search" class="uk-button uk-button-default" value="{PHP.L.Search}" />
          </div>
        </form>
      </div>
    </div>
    <!-- ENDIF -->
  </div>
  <div>
    <div class="uk-background-blur-silver uk-offcanvas-bar-dark uk-card-hover" uk-height-viewport>
      <div class="uk-card uk-card-small uk-card-body"> {PHP|cot_build_structure_folio_tree('', '', 0, '')} </div>
    </div>
  </div>
</div>

 

This post was edited by webitproff (2024-12-11 16:42, 1 year ago)
Account