wp-beginner
Forum Replies Created
-
Forum: Themes and Templates
In reply to: Removing Page-Title?Thanks, it works, but there is still an offset after caoding this.
Forum: Themes and Templates
In reply to: Removing Page-Title?Forum: Themes and Templates
In reply to: Removing Page-Title?I never did that before, give me some time, please.
Forum: Themes and Templates
In reply to: Removing Page-Title?So here is the header.php:
<body> <div class="wrapper"> <div class="page"> <div class="header-container"> <div class="header"><!--HEADER--> <h1 class="logo"><!--LOGO--> <a href="******" title="******" class="******"> <strong>******</strong> <img src="<?php bloginfo('template_directory'); ?>/******" alt="******" /></a> </h1> <div class="nav-container"><!--NAVIGATION--> <ul id="nav"> <li class="level0 nav-1 first level-top parent"> <a href="******" class="level-top"> <span>******</span></a> </li> <li class="level0 nav-2 level-top parent"> <a href="******" class="level-top"> <span>******</span></a> </li> <li class="level0 nav-3 level-top"> <a href="******" class="level-top"> <span>******</span></a> </li> <li class="level0 nav-4 last level-top"> <a href="******" class="level-top"> <span>******</span></a> </li> <li class="level0 nav-5 last level-top"> <a href="******" class="level-top"> <span>******</span></a> </li> <li class="level0 nav-6 last level-top"> <a href="******" class="level-top"> <span>******</span></a> </li> </ul> </div> </div> <div class="quick-access"><!--QUICK-ACCESS--> <p class="welcome-msg">Herzlich willkommen in unserem Online-Shop!</p> <ul class="links"> <li class="first"> <a href="https://localhost.de/magento/index.php/customer/account/" title="Mein Benutzerkonto">Mein Benutzerkonto</a> </li> <li> <a href="https://localhost.de/magento/index.php/checkout/cart/" title="Mein Warenkorb" class="top-link-cart">Mein Warenkorb</a> </li> <li class="last"> <a href="https://localhost.de/magento/index.php/customer/account/login/" title="Anmelden">Anmelden</a> </li> </ul> </div> <div class="top-bar"><!--TOP-BAR--> <form id="search_mini_form" action="https://localhost.de/magento/index.php/catalogsearch/result/" method="get"> <div class="form-search"> <label for="search">Suche</label> <input id="search" type="text" name="q" value="" class="input-text" maxlength="128"/> <button type="submit" title="Los" class="button"><span><span>Los</span></span></button> <div id="search_autocomplete" class="search-autocomplete"> </div> <script type="text/javascript"> //<![CDATA[ var searchForm = new Varien.searchForm('search_mini_form', 'search', ''); searchForm.initAutocomplete('https://localhost.de/magento/index.php/catalogsearch/ajax/suggest/', 'search_autocomplete'); //]]> </script> </div> </form> </div> </div>
Here is the index.php:
<?php get_header(); ?> <div class="main-container col1-layout"> <div class="main"> <div class="col-main"> <?php if (have_posts()) : while (have_posts()) : the_post(); ?> <h2><?php the_title(); ?></h2> <div class="entry"> <?php the_content(); ?> </div> <?php endwhile; endif; ?> </div> </div> </div> <?php get_footer(); ?>
The footer.php:
`<div class=”footer”>
<div class=”f-right”>
<img src=”<?php bloginfo(‘template_directory’); ?>*****” class=”*****” alt=”*****”/>
</div>
<div class=”f-left”><ul>
</ul>
<ul>
<li class=”last”><a href=”*****”>*****</a><li><a href=”*****”>*****</a></li>
<li><a href=”*****”>*****</a></li>
<li><a href=”*****”>*****</a></li>
<li><a href=”*****”>*****</a></li>
<li><a href=”*****”>*****</a></li>
<li><a href=”*****”>*****</a></li>
</ul>
<ul class=”links”>
<li class=”first last”>
<a title=”*****” href=”*****”>Kontakt</a></div>
</div>
</div>
</div>
</div>
</body>
</html>`And here the style.css. I tried to compile the important ones but there is still a lot of redundant coding:
[CSS moderated. Please use a pastebin.]
Forum: Themes and Templates
In reply to: Removing Page-Title?Yes, “selector”. I didn’t find the word. ??
Showing the website? What can I do, it’s only a localhost…
Wait a moment and I try to reduce the coding concerning the main content.Forum: Themes and Templates
In reply to: Removing Page-Title?As I mentioned before it was originally a theme for Magento with lots of shopping boxes and options. (Which you can edit via xml-files – Magento is quite complex.) So there is no coding for the wp-title if you mean this. I didn’t change the CSS of Magento it wasn’t necessary for using it in WordPress.
Forum: Themes and Templates
In reply to: Removing Page-Title?My CSS is comprehensive. There are several positions for text-indent. For example:
.block-layered-nav .block-title { background: url("images/bkg_block-layered-title.gif") no-repeat scroll 0 0 transparent; border: 0 none; height: 13px; margin: 0 0 6px; overflow: hidden; padding: 0; text-indent: -999em;
or
.header .logo strong { font-size: 0; height: 0; left: -999em; line-height: 0; overflow: hidden; position: absolute; text-indent: -999em; top: -999em; width: 0;
That doesn’t help you, eh?
Forum: Themes and Templates
In reply to: Removing Page-Title?I don’t know how to use the text-indent coding.
Forum: Themes and Templates
In reply to: Removing Page-Title?Eh? How should this work without further details? oO
Forum: Themes and Templates
In reply to: Removing Page-Title?Yes, I make my own custom-theme. As I mentioned before I addapted an online-shopping theme from Magento by splitting it from an index.html into php-files. I did this for my shop and because Magento isn’t the best management-system for text content pages. So the end result of my website currently consist of two sites: a WordPress-blog for static pages and a Magento-site for the shop-area.
Forum: Themes and Templates
In reply to: Removing Page-Title?Thanks, but I’m not a pro in CSS. Where has the text-indent to get placed? Do I need to create a class for the page-title? An example would be nice if it doesn’t bother? Excuse my English, please.
Hello phpadam,
I talked to the developer and at least he gave me a link to another upload-plugin offerer. But it doesn’t work very well for me.
Bye!
Okay, the first information I have for you is that there is no shortcode generator in the currently version and the readme isn’t updated.
Forum: Plugins
In reply to: Uploadify Integration Plugin – Editing and Shortcoding?*harrumph*