Installing Simple Responsive

Unknown | Mittwoch, 7. August 2013 |
Responsive Simple ist schnell installiert. Als erstes drückt ihr im Demo auf den Download-Link und speichert den Ordner auf eurem Computer ab.

Responsive Simple is installed very fast. First click on the download link and save the zip-archive to your computer.





Als nächstes extrahiert ihr das ZIP-Archiv und lest euch das ReadMe durch.

Dann öffnet ihr den Blog auf den ihr das Template hochladen wollt und geht zum Vorlagen-Punkt. Dann auf Backup, klicken.

Sucht nach dem .xml mit dem Argyle Creme Titel und ladet die Datei dann hoch.

Next extract the archive and read the ReadMe.

Open the blog you want to use the template on. And go to the Template View. Than click on Backup.

Search for the .xml of the template and upload.




Das Template ist nun auf dem Blog.

The Template's now on the blog.


Falls ihr vor diesem Template ein anderes verwendet habt, werdet ihr drei Probleme am Ende des Containers haben. Der Header, die Navbar und die Blogger Attribution werden angezeigt. Da dies hässlich ist und stört, möchte ich euch jetzt noch zeigen, wie ihr das entfernen könnt.

Ausserdem waren bei mir noch zwei andere Gadgets drin, die lassen sich allerdings ganz leicht unter der Layout-Ansicht entfernen.





Geht zurück zum Vorlagenteil und klickt dort auf HTML bearbeiten. Oben werdet ihr sehen, dass ihr zu bestimmten Gadgets springen könnt. Klickt auf Header.

Go to the template and edit the HTML. You'll see that you can jump to each widget. Click on Header.





An dieser Stelle werdet ihr folgenden Code finden. Den löscht ihr komplett.

At this place you'll find this code. Delete it completely.

<b:widget id='Header1' locked='true' title='Blogtitel (Header)' type='Header'>
  <b:includable id='main'>

  <b:if cond='data:useImage'>
    <b:if cond='data:imagePlacement == &quot;BEHIND&quot;'>
      <!--
      Show image as background to text. You can't really calculate the width
      reliably in JS because margins are not taken into account by any of
      clientWidth, offsetWidth or scrollWidth, so we don't force a minimum
      width if the user is using shrink to fit.
      This results in a margin-width's worth of pixels being cropped. If the
      user is not using shrink to fit then we expand the header.
      -->
      <b:if cond='data:mobile'>
          <div id='header-inner'>
            <div class='titlewrapper' style='background: transparent'>
              <h1 class='title' style='background: transparent; border-width: 0px'>
                <b:include name='title'/>
              </h1>
            </div>
            <b:include name='description'/>
          </div>
        <b:else/>
          <div expr:style='&quot;background-image: url(&quot;&quot; + data:sourceUrl + &quot;&quot;); &quot;                        + &quot;background-position: &quot;                        + data:backgroundPositionStyleStr + &quot;; &quot;                        + data:widthStyleStr                        + &quot;min-height: &quot; + data:height                        + &quot;_height: &quot; + data:height                        + &quot;background-repeat: no-repeat; &quot;' id='header-inner'>
            <div class='titlewrapper' style='background: transparent'>
              <h1 class='title' style='background: transparent; border-width: 0px'>
                <b:include name='title'/>
              </h1>
            </div>
            <b:include name='description'/>
          </div>
        </b:if>
    <b:else/>
      <!--Show the image only-->
      <div id='header-inner'>
        <a expr:href='data:blog.homepageUrl' style='display: block'>
          <img expr:alt='data:title' expr:height='data:height' expr:id='data:widget.instanceId + &quot;_headerimg&quot;' expr:src='data:sourceUrl' expr:width='data:width' style='display: block'/>
        </a>
        <!--Show the description-->
        <b:if cond='data:imagePlacement == &quot;BEFORE_DESCRIPTION&quot;'>
          <b:include name='description'/>
        </b:if>
      </div>
    </b:if>
  <b:else/>
    <!--No header image -->
    <div id='header-inner'>
      <div class='titlewrapper'>
        <h1 class='title'>
          <b:include name='title'/>
        </h1>
      </div>
      <b:include name='description'/>
    </div>
  </b:if>
</b:includable>
  <b:includable id='description'>
  <div class='descriptionwrapper'>
    <p class='description'><span><data:description/></span></p>
  </div>
</b:includable>
  <b:includable id='title'>
  <b:if cond='data:blog.url == data:blog.homepageUrl'>
    <data:title/>
  <b:else/>
    <a expr:href='data:blog.homepageUrl'><data:title/></a>
  </b:if>
</b:includable>
</b:widget>

Dann speichert ihr und das Gadget ist verschwunden.
Die gleichen Schritte wiederholt ihr nun für die Navbar und die Attribution. Die Codes habe ich euch hier rausgeschrieben.

Then save and the Gadget's gone.
Repeat those steps for the navbar and the attribution. I did copy the codes to delete in here




<b:widget id='Navbar1' locked='true' title='Navbar' type='Navbar'>
  <b:includable id='main'>&lt;script type=&quot;text/javascript&quot;&gt;
    function setAttributeOnload(object, attribute, val) {
      if(window.addEventListener) {
        window.addEventListener(&#39;load&#39;,
          function(){ object[attribute] = val; }, false);
      } else {
        window.attachEvent(&#39;onload&#39;, function(){ object[attribute] = val; });
      }
    }
  &lt;/script&gt;
&lt;div id=&quot;navbar-iframe-container&quot;&gt;&lt;/div&gt;
&lt;script type=&quot;text/javascript&quot; src=&quot;https://apis.google.com/js/plusone.js&quot;&gt;&lt;/script&gt;
&lt;script type=&quot;text/javascript&quot;&gt;
        gapi.load(&quot;iframes-styles-bubble&quot;, function() {
          if (window.iframes &amp;&amp; iframes.open) {
            iframes.open(
                &#39;//www.blogger.com/navbar.g?targetBlogID�75342230037271942125546blogName75Blogtitel46publishMode75PUBLISH_MODE_BLOGSPOT46navbarType75LIGHT46layoutType75LAYOUTS46searchRoot75http://avnaogadsgshsgh.blogspot.com/search46blogLocale75de46v�75246homepageUrl75http://avnaogadsgshsgh.blogspot.com/46vt75-7826226094356430796&#39;,
                {
                  container: &quot;navbar-iframe-container&quot;,
                  id: &quot;navbar-iframe&quot;
                },
                {
                });
          }
        });
      &lt;/script&gt;&lt;script type=&quot;text/javascript&quot;&gt;
(function() {
var script = document.createElement(&#39;script&#39;);
script.type = &#39;text/javascript&#39;;
script.src = &#39;//pagead2.googlesyndication.com/pagead/js/google_top_exp.js&#39;;
var head = document.getElementsByTagName(&#39;head&#39;)[0];
if (head) {
head.appendChild(script);
}})();
&lt;/script&gt;
</b:includable>
</b:widget>



ATTRIBUTION
<b:widget id='Attribution1' locked='true' title='' type='Attribution'>
  <b:includable id='main'>
    <b:if cond='data:feedbackSurveyLink'>
      <div class='mobile-survey-link' style='text-align: center;'>
        <data:feedbackSurveyLink/>
      </div>
    </b:if>

    <div class='widget-content' style='text-align: center;'>
      <b:if cond='data:attribution != &quot;&quot;'>
       <data:attribution/>
      </b:if>
    </div>

    <b:include name='quickedit'/>
  </b:includable>
</b:widget>

Nach der Attribution bleibt nur noch das Blog-Gadget übrig. Und wenn ihr euch den Blog dann anseht, schaut alles in Ordnung aus.

After the attribution is gone only the blog widget is left. If you look at it now, everything's fine.

Gadgets werden wie in anderen Templates auch hochgeladen.

Gadgets are added jut like you would in other templates.

Keine Kommentare:

Kommentar veröffentlichen

Responsive Simple Template © by beKreaTief | Content © by Responsive Simple Demo | 2013.