essz
Forum Replies Created
-
Forum: Reviews
In reply to: [Basic Comment Quicktags] Simple, but very goodAfter all you’re right 🙂
Forum: Reviews
In reply to: [Basic Comment Quicktags] Simple, but very goodI solved this before, but i think it’s a good idea would later made available on the admin interface.
Forum: Themes and Templates
In reply to: [GamePress] GamePress 1.0.3 – What's New ?The readme.txt located in the gamepress zip file, in the main directory, (or in gamepress theme main directory on the server). 🙂
Forum: Themes and Templates
In reply to: [GamePress] GamePress PRO – Header WidgetBecause the developers have not helped, i just noted, maybe somebody else will need it…
functions.php:
register_sidebar(array( 'name' => 'Header Widget', 'id' => 'header-widget', 'before_widget' => '<div class="widget-header">', 'after_widget' => '</div>', 'before_title' => '', 'after_title' => '', ));header.php:
<div class="header-ad-section"> <?php if ( !function_exists('dynamic_sidebar') || !dynamic_sidebar('Header Widget') ) : ?> <?php endif; ?></div>style.css:
(this code is included by default).header-ad-section { }Then, works the header widget, and with a text widget can be here insert the banner code.
However, the inserted images are not responsive.
How to solve it to be responsive?
Text widget example code:
<a href="http://example.com" target="_blank"><img src="/wp-content/uploads/ad.png" width="468" height="60"/></a>Forum: Fixing WordPress
In reply to: WordPress User ID and Admin Name DisclosureThis .htaccess code works, but that is not perfect.
RewriteCond %{REQUEST_URI} ^/$
RewriteCond %{QUERY_STRING} ^/?author=([0-9]*)
RewriteRule ^(.*)$ http://www.wordpressexample.com/some-real-dir/ [L,R=301]Forum: Fixing WordPress
In reply to: WordPress User ID and Admin Name DisclosureIs it okay, but i want to protect the name shall also…
Forum: Themes and Templates
In reply to: [GamePress] GamePress 1.0.3 – What's New ?The readme.txt in the new package will help. 🙂
= 1.0.3 – 20.01.2013 =
* Fix to make theme compatible wtih YARPP plugin
* Minor fixes to gallery display
* Fixed double title in RSS feed