marți, 15 iulie 2014

Site - practec - modificare si optimizare

La Practec folosesc JA Berains

Vizualizare latin extins - implicit este off
Rezolvare:
1. Open the /etc/assets.xml file
2. Replace:


Code:
 <stylesheets>
  <file>http://fonts.googleapis.com/css?family=Roboto:400,100,100italic,300,300italic,400italic,500,700,500italic,700italic,900,900italic</file>
 </stylesheets>
with this
Code:
 <stylesheets>
  <file>http://fonts.googleapis.com/css?family=Roboto:400,100,100italic,300,300italic,400italic,500,700,500italic,700italic,900,900italic&amp;subset=latin-ext,latin</file>
 </stylesheets>
Very important: use &amp; instead only & !

 Sloganul este in doua pozitii
Rezolvare:
Hi,

In the case, pls go to administrator -> template -> template JA Beranis manager. Go to tab "layout"

Click image for larger version

Name: 6915565558.png
Views: 15
Size: 29.0 KB
ID: 28651

You can assign other modules to this position.
Ori
Open file "templates/ja_beranis/tpls/blocks/footer.php" and remove code

Code:
<?php if ($this->countModules('slogan')) : ?>
<!-- SLOGAN-->
<section class="container t3-slogan animate-text content-bottom">
 <div class="row">
   <div class="span12">
   <jdoc:include type="modules" name="<?php $this->_p('slogan') ?>" style="raw" />
  </div>
  </div>
</section>
<!-- //SLOGAN -->
<?php endif ?>