The Joomla! Forum ™



Forum rules


Forumregeln



Post new topic Reply to topic  [ 5 posts ] 
Author Message
PostPosted: Tue Jun 14, 2011 1:17 am 
Joomla! Intern
Joomla! Intern

Joined: Fri Jul 20, 2007 2:57 pm
Posts: 67
Location: Pattaya & Surin/Thailand
Meine erste Webseite - http://www.ourpalazzina.eu, hatte immer davon geträumt, selber eine zu machen, bevor liess ich meine Seiten von jemandem in Indien machen. Ich weiss, dass noch viel daran zu verbessern ist. Ist eben ein Anfängerseite.

Die Seite ist auf englisch, man kann aber mit Google Translator auch deutsch wählen. "Mami's Corner" ist auf deutsch.

Im Moment mein groesstes Probelem: mein Hintergrund "verdoppelt" sich oben. Hat jemand eine Ahnung, wie ich das wegbringe?

Google Maps sollte auch in der Mitte stehen, weiss auch nich, wie ich das bewerkstelligen kann.


Top
 Profile  
 
PostPosted: Mon Jun 20, 2011 11:33 am 
User avatar
Joomla! Guru
Joomla! Guru

Joined: Wed Apr 21, 2010 7:36 am
Posts: 953
Location: Mitteldeutschland
Templates von Artisteer bringen oft derlei Probleme hervor und sind bei Supportern nicht sonderlich beliebt.
Ändere in der index.php des Templates das body-Tag:
Code:
<body style="position: relative; min-height: 100%; top: 0px;">

in
Code:
<body style="min-height: 100%; top: 0px;">

Google Maps ist linksbündig, weil der gesamte Content linksbündig ist. Am Besten du erstellst zuerst einen zentrierten Div-Container und setzt Google-Maps da hinein.


Top
 Profile  
 
PostPosted: Wed Jun 22, 2011 6:25 am 
Joomla! Intern
Joomla! Intern

Joined: Fri Jul 20, 2007 2:57 pm
Posts: 67
Location: Pattaya & Surin/Thailand
Vielen Dank , Slowrider. Aber: diese Zeile kann ich in dem index.php des templates nicht finden. Hier ist eine Kopie was in dem file steht:

<?php
defined('_JEXEC') or die('Restricted access'); // no direct access
require_once dirname(__FILE__) . DIRECTORY_SEPARATOR . 'functions.php';
$document = null;
if (isset($this))
$document = & $this;
$baseUrl = $this->baseurl;
$templateUrl = $this->baseurl . '/templates/' . $this->template;
artxComponentWrapper($document);
?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="<?php echo $this->language; ?>" lang="<?php echo $this->language; ?>" >
<head>
<jdoc:include type="head" />
<link rel="stylesheet" href="<?php echo $this->baseurl; ?>/templates/system/css/system.css" type="text/css" />
<link rel="stylesheet" href="<?php echo $this->baseurl; ?>/templates/system/css/general.css" type="text/css" />
<link rel="stylesheet" type="text/css" href="<?php echo $templateUrl; ?>/css/template.css" media="screen" />
<!--[if IE 6]><link rel="stylesheet" href="<?php echo $templateUrl; ?>/css/template.ie6.css" type="text/css" media="screen" /><![endif]-->
<!--[if IE 7]><link rel="stylesheet" href="<?php echo $templateUrl; ?>/css/template.ie7.css" type="text/css" media="screen" /><![endif]-->
<script type="text/javascript" src="<?php echo $templateUrl; ?>/script.js"></script>
</head>
<body>
<div id="art-page-background-simple-gradient">
<div id="art-page-background-gradient"></div>
</div>
<div id="art-main">
<div class="art-sheet">
<div class="art-sheet-tl"></div>
<div class="art-sheet-tr"></div>
<div class="art-sheet-bl"></div>
<div class="art-sheet-br"></div>
<div class="art-sheet-tc"></div>
<div class="art-sheet-bc"></div>
<div class="art-sheet-cl"></div>
<div class="art-sheet-cr"></div>
<div class="art-sheet-cc"></div>
<div class="art-sheet-body">
<div class="art-header">
<div class="art-header-png"></div>
<div class="art-header-jpeg"></div>
<div class="art-logo">
<h1 id="name-text" class="art-logo-name"><a href="<?php echo $baseUrl; ?>/">Our Palazzina</a></h1>
<div id="slogan-text" class="art-logo-text">Cool Retreat in Northeastern Siam</div>
</div>


</div>
<jdoc:include type="modules" name="user3" />
<jdoc:include type="modules" name="banner1" style="artstyle" artstyle="art-nostyle" />
<?php echo artxPositions($document, array('top1', 'top2', 'top3'), 'art-block'); ?>
<div class="art-content-layout">
<div class="art-content-layout-row">
<?php if (artxCountModules($document, 'left')) : ?>
<div class="art-layout-cell art-sidebar1"><?php echo artxModules($document, 'left', 'art-block'); ?>
</div>
<?php endif; ?>
<div class="art-layout-cell art-<?php echo artxCountModules($document, 'left') ? 'content' : 'content-wide'; ?>">

<?php
echo artxModules($document, 'banner2', 'art-nostyle');
if (artxCountModules($document, 'breadcrumb'))
echo artxPost(null, artxModules($document, 'breadcrumb'));
echo artxPositions($document, array('user1', 'user2'), 'art-article');
echo artxModules($document, 'banner3', 'art-nostyle');
?>
<?php if (artxHasMessages()) : ?><div class="art-post">
<div class="art-post-tl"></div>
<div class="art-post-tr"></div>
<div class="art-post-bl"></div>
<div class="art-post-br"></div>
<div class="art-post-tc"></div>
<div class="art-post-bc"></div>
<div class="art-post-cl"></div>
<div class="art-post-cr"></div>
<div class="art-post-cc"></div>
<div class="art-post-body">
<div class="art-post-inner">
<div class="art-postcontent">
<!-- article-content -->

<jdoc:include type="message" />

<!-- /article-content -->
</div>
<div class="cleared"></div>

</div>

<div class="cleared"></div>
</div>
</div>
<?php endif; ?>
<jdoc:include type="component" />
<?php echo artxModules($document, 'banner4', 'art-nostyle'); ?>
<?php echo artxPositions($document, array('user4', 'user5'), 'art-article'); ?>
<?php echo artxModules($document, 'banner5', 'art-nostyle'); ?>
</div>

</div>
</div>
<div class="cleared"></div>

<?php echo artxPositions($document, array('bottom1', 'bottom2', 'bottom3'), 'art-block'); ?>
<jdoc:include type="modules" name="banner6" style="artstyle" artstyle="art-nostyle" />
<div class="art-footer">
<div class="art-footer-t"></div>
<div class="art-footer-l"></div>
<div class="art-footer-b"></div>
<div class="art-footer-r"></div>
<div class="art-footer-body">
<?php echo artxModules($document, 'syndicate'); ?>
<div class="art-footer-text">
<?php if (artxCountModules($document, 'copyright') == 0): ?>
<p>Copyright &copy; 2011 by www.ourpalazzina.eu<br />
All Rights Reserved.</p>

<?php else: ?>
<?php echo artxModules($document, 'copyright', 'art-nostyle'); ?>
<?php endif; ?>
</div>
<div class="cleared"></div>
</div>
</div>
<div class="cleared"></div>
</div>
</div>
<div class="cleared"></div>
<p class="art-page-footer"><a href="http://www.joomla.org/?p=joomla_templates">Powered by Joomla!</a> Template created by Dario Finazzi.</p>

</div>
<script type="text/javascript">

var _gaq = _gaq || [];
_gaq.push(['_setAccount', 'UA-23707852-1']);
_gaq.push(['_trackPageview']);

(function() {
var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true;
ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';
var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s);
})();

</script>
</body>
</html>


Top
 Profile  
 
PostPosted: Sun Feb 05, 2012 2:08 pm 
Joomla! Apprentice
Joomla! Apprentice

Joined: Fri Nov 18, 2011 4:55 pm
Posts: 9
Hast du dir mal die Translations via Google angeschaut? Ich würde das manuell übersetzten lassen. So ist es total unangenehm zu lesen und wirkt auch irgendwie verspielt mit den vielen Buttons.


Top
 Profile  
 
PostPosted: Sun Feb 05, 2012 3:12 pm 
Joomla! Intern
Joomla! Intern

Joined: Fri Jul 20, 2007 2:57 pm
Posts: 67
Location: Pattaya & Surin/Thailand
Ich habe mehr solche Webseiten mit Google Translate. Stell Dir mal vor, ich muesste 52 Sprachen uebersetzen! Deutsch ist nicht die einzige Sprache auf der Welt. Google Translate ist nur eine Hilfe und zwar erspart sie uns enorm viel Zeit. Man kann doch verstehen, was gemeint ist im Text.


Top
 Profile  
 
Display posts from previous:  Sort by  
Post new topic Reply to topic  [ 5 posts ] 



Who is online

Users browsing this forum: No registered users and 1 guest


You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot post attachments in this forum

Jump to:  
Powered by phpBB® Forum Software © phpBB Group