Giter VIP home page Giter VIP logo

plaintxtblog's People

Watchers

 avatar

Forkers

nkrishnaswami

plaintxtblog's Issues

More gettext stuff

Found a few more things that would be nice to have gettext enabled.

comments.php linie 33
the text "wrote:"

single.php line 35
the_date('l, F j, Y,', '', '', false)
Would be really nice if this formatting string could change with translations.


Original issue reported on code.google.com by [email protected] on 22 Sep 2007 at 8:50

wrong textdomaininfo

Hi

in archive.php
line 21
<?php _e('Tag Archives:', 'barthelme') ?> 
schould be
<?php _e('Tag Archives:', 'plaintxtblog') ?> 

in 404.php
line 15
"<?php _e('Search', 'barthelme') ?>
schould be
"<?php _e('Search', 'plaintxtblog') ?>


in search.php
line 50
<?php _e('Search', 'barthelme') ?>
schould be
<?php _e('Search', 'plaintxtblog') ?>


Original issue reported on code.google.com by [email protected] on 11 Nov 2007 at 8:30

Differences in display of theme in Firefox and IE6.0

What steps will reproduce the problem?
1. View the site test.geekigirl.com using Firefox 2.0.0.1 and a desktop
resolution of 1152X864.  
2. View the site test.geekigirl.com using IE6.0 and a desktop resolution of
1152X864.  

What is the expected output? What do you see instead?
I expect to see both sidebars displayed beside each other in both browsers.
For step 1, The 2nd sidebar does not display beside the 1st sidebar.  See
attached screenshot Firefox2.0.jpg. For IE, The 2nd sidebar does display
beside the 1st sidebar.  See attached screenshot IE6.0.jpg

What version of the product are you using? On what operating system?
plaintxtBlog 3.0 RC9

Please provide any additional information below.
I'm using Windows XPSP2



Original issue reported on code.google.com by [email protected] on 30 Jan 2007 at 2:01

wp-caption class is not specified in the css.

What steps will reproduce the problem?
1. Add an image with a caption to a post using the in-built wordpress editor.

What is the expected output? What do you see instead?
The caption to be sytled so it is obvious it is a caption for the image,
instead it looks like just another block of text within the post.

What version of the product are you using? On what operating system?
4.5.3 on Debian Linux
Viewed from Firefox 3.0 on Ubuntu Linux

Please provide any additional information below.


Original issue reported on code.google.com by [email protected] on 17 Jul 2008 at 3:58

WP2.1 MySQL error

What steps will reproduce the problem?
1. A clean install of WP2.1
2. A clean install of v3, RC9

What is the expected output? 
a clean theme

What do you see instead?
 In the second sidebar, below the categories section is:
 WordPress database error: [You have an error in your SQL syntax; 
 check the manual that corresponds to your MySQL server version for 
 the right syntax to use near '' at line 1]
 SELECT cat_id, cat_name FROM 

 I'm getting the error listed above on my test site 
 (http://risingstream.biz) which has no added plugins 

What version of the product are you using? On what operating system?
WP2.1 upgrade via Dreamhost one-click install

Please provide any additional information below.
From Dreamhost regarding their opinion on what's wrong:
So I've done a bit of research and it would seem that the way link
categories are displayed were changed in the new version of WordPress. 
This means that you are going to have to check in with the respective
template maintainers to see if they offer updates for WordPress 2.1. 

Original issue reported on code.google.com by [email protected] on 27 Jan 2007 at 10:03

Layout issues

Hi Guys,

First of all I know am modifying it but I hope this ok (I leave all credit
for the theme in the normal place etc!). I did thiswith an older version of
the theme but I've just upgraded Wordpress and your theme and having issues
changing it this time.

What steps will reproduce the problem?
1. Basically I'm trying to do a *2* column layout. Left one for the menu
and main one on the right. I'm getting a gap between the 2 where the
"middle" column normally goes though. I just want the main one to run up to
the the menu though.
2. See http://www.michellez.net/index.php
3. To do this I have removed the "secondary" div sidebar and just put it in
the one.

What is the expected output? What do you see instead?

See above

What version of the product are you using? On what operating system?

Ubuntu Linux / WP 2.6.2 / Theme 4.6.1

Please provide any additional information below.

I can see it is infact getting this info from code inserted by Wordpress in
to the head tag from the "Theme options", not actually the style.css file.
The option for the size of the margins of the div's content and container
are not changeable through the admin and theme options though. How/Where
else can I change this myself? I can't seem to find where it's being specified.

Thanks,
Michelle

Original issue reported on code.google.com by [email protected] on 16 Sep 2008 at 8:51

Overflow with floated image widths in content

You need to add

div.hentry div.entry-content {
  overflow:hidden;
}

Double check that is also exists for the sidebar and that this doesn't
cause layout issues with IE. Which it will. Fucking IE.

Original issue reported on code.google.com by [email protected] on 23 Jul 2008 at 2:56

Add support for @font-face

What steps will reproduce the problem?
1. Create a fontface toolkit with open source fonts at 
http://www.fontsquirrel.com/fontface/generator
2. add "fonts" folder with open source fonts in them to plantxtblog theme 
directory
3. add text from fontface toolkit's generated stylesheet to plantxtblog's 
styles.css

What is the expected output? What do you see instead?
b0rks the theme, page breaks 

What version of the product are you using? On what operating system?

Plaintxtblog 4.6.1 on Firefox 4.66 and Google Chrome 5.0.375.86


Please provide any additional information below.

sample txt added to styles.css:

@font-face {
    font-family: 'DejaVuSansBook';
    src: url('dejavusans-webfont.eot');
    src: local('☺'), url('dejavusans-webfont.woff') format('woff'), url('dejavusans-webfont.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}


Original issue reported on code.google.com by [email protected] on 30 Jun 2010 at 6:57

Markup validation error on a blog with no pages

Steps will reproduce the problem?
1. Use plaintxtblog on a blog that has no pages
2. Try to validate the markup using the W3C validator

Expected to fully and successfully validate.
Instead the following error occurs:

end tag for "ul" which is not finished.
<div id="globalnav"><ul id="menu"></ul></div>
(ending '>' of the /ul tag is marked in red)

I believe this is the navigation list for pages. The ul tag is defined but
there aren't any li items inside, which apparently is incorrect.

Versions:
WordPress 2.6.3
plaintxtblog 4.6.1 

Original issue reported on code.google.com by [email protected] on 23 Nov 2008 at 11:31

Tags overlap badly in cloud when Base font size < 100 %

1. Enter tags so that some tag entries are more numerous than others (for
them to be displayed bigger than the other tags).
2. Go to Presentation plaintxtBlog -> Options and make sure that Base font
size is smaller than 100 %. 70 % was the default setting and it should be
enough to display the problem.
3. Check the tag cloud of the blog. 

Or you can check http://blog.sunherd.net/ for reference.

Issue: The bigger tags overlap other tags so that you can't even read the
smaller ones. Of course they shouldn't.

Wordpress version: 2.3.2
plaintxtBlog version: 4.0
Browsers: IE 7, Firefox 2.0

Original issue reported on code.google.com by [email protected] on 24 Jan 2008 at 4:19

&lt;&lt; Home link error with static page selected.

In wordpress 2.1, in the Reading Options, when the "Front Page Displays"
option is set to "Your Latest Posts" the "<<Home" link shows in my sidebar
whenever I am on one of my pages (as it should).  However, when I set
"Front Page Displays" option to "A Static Page" my selected "Front Page",
which I consider to be my home page, displays the "<<Home" link and by
selected "Posts Page", which I think should act like a regular page, does
not display the "<<Home" link in the sidebar.  Isn't this behavior incorrect?

Original issue reported on code.google.com by [email protected] on 6 Feb 2007 at 1:03

Feed not validating?

The feed from my blog http://www.web-analyse.no does not validate in 
feedburner? I have translated some of the text into norwegian in the 
theeme but have not touched any functionality.

What steps will reproduce the problem?
1. http://feedvalidator.org/check.cgi?url=http%3a%2f%
2ffeeds.feedburner.com%2fWebAnalyse


What is the expected output? What do you see instead?

This feed is valid, but may cause problems for some users. We recommend 
fixing these problems. Seems like the capital letters inn the rss for 
comments are causing the problem.

What version of the product are you using? On what operating system?
Blog.txt v3.0.1


Please provide any additional information below.
The theme is great looking!! Excellent work!


Original issue reported on code.google.com by [email protected] on 12 Sep 2007 at 10:54

Entry Header scrolling into Sidebar

What steps will reproduce the problem?
1. Version 3.x and 4.x
2. IE 6.x and IE 7.x
3. Post entry header contains more than one line 

What is the expected output? What do you see instead?
When Post entry header contains more words, it should be written as a
second line and so on.  it should not scroll in to sidebar.

What version of the product are you using? On what operating system?
Version 3.x and 4.x, IE 6.x/win2k and IE 7.x/XP

Please provide any additional information below.
Bitmap enclosed from IE 7.0/XP

Original issue reported on code.google.com by [email protected] on 25 Jun 2008 at 7:19

Attachments:

IE6 screen problem

What steps will reproduce the problem?
1. any version of IE6 - will also occur with IE7 at times!
2. 3 column layout - when there is more text in the 3rd column (ie the 
main entries) that the sidebars the page stops at the bottom position of 
the sidebars and you cannot scroll down to see further main entries.  If 
the 1st sidebar is longer than the second (we put a calendar addin) then 
the page stops at the second sidebar
3.

What is the expected output? What do you see instead?

See above.  In IE 7 and Firefox 2.0 the problem is not there - EXCEPT that 
the back border to the page stops at the bottomn of the sidebar.  I made 
this transparent so it is not so obvious, but obviously the underlying 
issue is still there

What version of the product are you using? On what operating system?

3.0.2 on a linux system - but the problem seems to be a client one

Please provide any additional information below.

See http://www.davas.co.uk/gwsc/ for an example (test site)

Many thanks for the great theme though - really happy with it apart from 
the above

Tom Smith


Original issue reported on code.google.com by [email protected] on 24 Oct 2007 at 11:12

Links diabled in the archives page

one of the post in my blog has a link to an article to other website. The
post on the main works fine and clicking the link will take me to the other
website. But when i am in the arhives page (using archives widget), it does
not show the link to the other website (link is disabled, show plain txt).
Is it something new in the plaintxtBlog latest version. i looked at the
plaintxtBlog old version, it shows the links even in the archives page

What is the expected output? What do you see instead?
In the archives page (using archives widget), the links should not be disabled

What version of the product are you using? On what operating system?
wordpres 2.2.1
plaintxt 3.0.2
Linux

Thanks and appreciate your help.

Original issue reported on code.google.com by [email protected] on 16 Jul 2007 at 5:48

Add img.alignleft, img.alignright, etc

Add the necessary descriptors for submission to the WordPress Extend Themes
gallery.

See http://wordpress.org/extend/themes/about/ for more information.

Original issue reported on code.google.com by [email protected] on 18 Jul 2008 at 5:23

Fix styles for Widgetized tag cloud

Currently the style.css only has declarations for #tag-cloud. This should
be changed in sidebar.php to #tag_cloud with appropriate fixes in style.css

Original issue reported on code.google.com by [email protected] on 4 Dec 2007 at 6:54

Typo in single.php

What steps will reproduce the problem?
1. When viewing a single entry, there is no space between the timestamp and
the word "by"
2. To see a site with this patch applied, visit
http://filmapart.org/blog/2007/06/17/syndicator-development-has-officially-begun
/


Original issue reported on code.google.com by [email protected] on 17 Jun 2007 at 5:18

Attachments:

Unable to turn off clipping of entries in archive or calendar view

What steps will reproduce the problem?
1. Write an entry that has more than 10 lines of text
2. Go to archive view or calendar view by clicking an entry in any of those
two sidebars (for example, Feb 2, 2008 or "February"). 

What is the expected output? What do you see instead?
Would expect the whole of the entry to be displayed. Instead I see the
first 10 lines and at the end there is ellipsis: [...] to indicate that the
rest of the text is missing. Example: http://earlab.org/blog/2008/02/03/

What version of the product are you using? On what operating system?
WP 2.3 on bluehost.com (standard installation) 

If you could tell me how to edit the template to disable the shortening,
that would be great. 

Iannis Zannos

Original issue reported on code.google.com by [email protected] on 3 Feb 2008 at 1:33

Small gettext error

In functions.php linie 553

<?php _e('You are currently using the <a
href="http://www.plaintxt.org/themes/plaintxtblog/" title="plaintxtBlog for
WordPress"><span class="theme-title">plaintxtBlog</span></a> theme, version
' . $installedVersion . ', by <span class="vcard"><a class="url xfn-me"
href="http://scottwallick.com/" title="scottwallick.com" rel="me
designer"><span class="n"><span class="given-name">Scott</span> <span
class="additional-name">Allan</span> <span
class="family-name">Wallick</span></span></a></span>.', 'plaintxtblog'); ?>

Guess this line needs to be broken into 2 in order to make translations work,
perhaps it's the "$installedVersion"-var that causes trouble ?

Original issue reported on code.google.com by [email protected] on 22 Sep 2007 at 7:03

trouble with css

Hi, I'm having trouble changing the look of the menus with css - when I make 
changes to the padding, the list overlaps. I think I maybe missing something 
big. For example, I can't find how to modify <div id="primary" class="sidebar"> 
or <div id="secondary" class="sidebar">.

Thanks for any help!

Original issue reported on code.google.com by [email protected] on 12 Jun 2010 at 11:33

Layout Options problem

I've installed the RC8 version on a test site at http://risingstream.biz 

I modified the Layout to see what the site would look like with the 2nd 
sidebar on the right of the content.  

I didn't like it, so I tried setting the options back to the default.  
That didn't work so then I used the Reset to Default option.  That didn't 
work either.  

Host is Dreamhost, I'm on php v5 and WP 2.0.7

Original issue reported on code.google.com by [email protected] on 22 Jan 2007 at 9:38

Enter one-line summary

What steps will reproduce the problem?
1. Install Word Press
2. Install plaintxtBlog 3.0.2
3. Nothing Else

What is the expected output? What do you see instead?

I expected it to look like the screen shot. Instead the second sidebar is
over on the right and I don't understand why.

What version of the product are you using? On what operating system?

Version 3.0.2 on Linux

Please provide any additional information below.

Maybe I'm just doing something wrong. See for yourself at tlc.webmancy.com

Original issue reported on code.google.com by [email protected] on 29 Jun 2007 at 3:35

Windows Live Writer - title cannot be edited

What steps will reproduce the problem?
1. Activate a new WordPress installation with plaintxtBlog 4.6.
2. Connect Windows Live Writer to the WordPress installation.
3. Create a new post. The title cannot be edited - it loses focus when 
clicked.

What is the expected output? What do you see instead?
Clicking should activate a text entry field for the post title. Instead, 
the field gains focus briefly and then switches back to the content. Text 
can be entered if the mouse button is held down while typing.

What version of the product are you using? On what operating system?
plaintxtBlog 4.6, Windows Live Writer 12.0.1370.325, Windows XP Pro SP3

Please provide any additional information below.
I realize that this might be a Microsoft/Live issue, but figured it had 
something to do with the onclick/onfocus code. I'd like to try Live Writer 
for my site and will probably just swap themes temporarily if there's an 
issue getting it to work. I figured I'd track the issue here anyways.

Original issue reported on code.google.com by [email protected] on 7 Aug 2008 at 5:06

Meta Widget won't display in sidebar

What steps will reproduce the problem?
1. Login to WordPress Dashboard and go to Appearance > Widgets
2. If necessary expand one of the sidebar areas
3. Drag and drop Meta widget from list over to one of the sidebar areas
4. Reload site Homepage page

What is the expected output? What do you see instead?
I expect to see the Meta menu widget in the sidebar

What version of the product are you using? On what operating system?
4.6.1 with WordPress 2.9.2 on a Linux box running Apache (Dreamhost.com)

Please provide any additional information below.
Homepage: http://www.johnbedardwebsolutions.com/

None of the other widgets seem to be having this problem. I could probably 
figure it out but I don't have time to dig into it (which is why I'm using this 
theme in the first place). Thanks!

Original issue reported on code.google.com by [email protected] on 14 Jun 2010 at 11:34

Wordpress automatically change theme from plaintxtBlog to default

Wordpress automatically change theme from plaintxtBlog to default.
1) i install wp
2) i put theme to the theme catalog and activate it
3) about 15 min. later theme back to default


I have this problem with plaintxtBlog 4.0 and WP 2.3.1
Both are fresh installation without any modification.

Original issue reported on code.google.com by [email protected] on 12 Nov 2007 at 7:40

Fatal Error: Call to undefined function

What steps will reproduce the problem?
1. index.php
2.
3.

What is the expected output? What do you see instead?

Regular page, second sidebar on right, this text below the Recent 
Miscellaneous head:
Fatal error: Call to undefined function plaintxtblog_src() 
in /home/cchum0/public_html/wp-content/themes/plaintxtblog-20/home.php on 
line 67

What version of the product are you using? On what operating system?
Latest version - 3.0

Please provide any additional information below.
Other pages render properly

Original issue reported on code.google.com by [email protected] on 21 Sep 2007 at 1:46

After upgrade, second sidebar is on the right side of the screen.

What steps will reproduce the problem?
1. Overwrite the plaintxtBlog folder v2.3 with v3.02

What is the expected output? What do you see instead?
I expect both sidebars to be together on the specified side (in my case,
left) as in the previous versions and in the thumbnail of the site.

What version of the product are you using? On what operating system?
This occurs in v3.02 on WP 2.21 I've reverted back to plaintxtBlog 2.3.


Original issue reported on code.google.com by [email protected] on 17 Jul 2007 at 7:05

Attachments:

Add support for wordress 2.7 comments

I am using plaintxtblog theme on my blog and would like to have support for
new comments system.

Are you planning to make this theme wordpress 2.7 compatible?

Original issue reported on code.google.com by [email protected] on 20 Jan 2009 at 4:44

Tag support available?

plaintxtBlog 3.0.2 on WordPress 2.3.1. Should I find support for tags 
somewhere? If not, I would like to vote for it. Thanks for a great theme!

Original issue reported on code.google.com by [email protected] on 4 Nov 2007 at 7:53

gettext issue

Calls to 
comments_popup_link
in index.php archive.php & search.php needs 5 parameters, otherwise
complete translation isn't possible 

comments_popup_link(__('Comments (0) &raquo;', 'plaintxtblog'),
__('Comments (1) &raquo;', 'plaintxtblog'), __('Comments (%) &raquo;',
'plaintxtblog'),'',__('Comments Off','plaintxtblog'))

schould do the trick


Original issue reported on code.google.com by [email protected] on 22 Sep 2007 at 7:46

Undefined function plaintxtblog_src() in home.php

What steps will reproduce the problem?
1. Installed as per the instructions, all default options
2. Bring up main page
3.

What is the expected output? What do you see instead?
This is the output:
Fatal error: Call to undefined function plaintxtblog_src() in
/DOC-ROOT/wp-content/themes/plaintxtblog-20/home.php on line 68

What version of the product are you using? On what operating system?
Version 3.0 on Ubuntu Linux

Please provide any additional information below.

Original issue reported on code.google.com by [email protected] on 20 Apr 2007 at 7:26

The <em> text tag produces Bold text, not italicised text Wordpress 2.3.2

What steps will reproduce the problem?
1. Selecting to Italicise text.
2.
3.

What is the expected output? What do you see instead?
Expected output is that text will be in italics.
What I see is text is in bold.


What version of the product are you using? On what operating system?
Wordpress 2.3.2, Plaintxt 4

Please provide any additional information below.
The Bold and Italic tags [<strong> & <em>] both produce bold text. <em> tag
appears to be non-functional.

Original issue reported on code.google.com by [email protected] on 18 Jan 2008 at 2:25

Gallery short code function rewrite

Need to overwrite default gallery short code function to keep CSS from
being dumped in the BODY element. At v 4.5.x, galleries not working properly.

Original issue reported on code.google.com by [email protected] on 31 Mar 2008 at 4:04

Small error

comments.php:30
<?php edit_comment_link(__('Edit', 'simplr'), '<span class="comment-edit">
| ', '</span>'); ?>

should be

<?php edit_comment_link(__('Edit', 'plaintxtblog'), '<span
class="comment-edit"> | ', '</span>'); ?>

What version of the product are you using? On what operating system?
wp 2.2.1
plaintxtblog 3.0.2


Original issue reported on code.google.com by [email protected] on 23 Jul 2007 at 7:14

How are full entries made visible on the blog's main page.

What steps will reproduce the problem?
1. Publish a long blog entry
2. View the Wordpress index page
3. The blog entry is truncated

I'd like to know how to keep my entries from being truncated.  When I
switch to the default theme my entries are not truncated.

BTW, This is one beautiful theme.

Original issue reported on code.google.com by [email protected] on 17 Jun 2007 at 4:52

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.