Textpattern CMS support forum
You are not logged in. Register | Login | Help
- Topics: Active | Unanswered
#16 2011-08-15 12:10:58
- mrdeltoid
- New Member
- Registered: 2011-08-15
- Posts: 3
Re: Yoko for Textpattern
Hi Stephan,
no, it’s the previous release (version 1.04).
Regards
Tilman
Offline
Re: Yoko for Textpattern
So we could fix the issue offline, it was due to the rewrite rule for nginx that was used. If using this one for nginx, things also work with clean URLs:
try_files $uri $uri/ /index.php?$args;
However I found some small changes I would like to make to Yoko, so expect a 1.06 sometime in the next week or so.
Yoko for Textpattern – A free blog theme • Minimum Theme – If all you want to do is write.
Note: I am currently not actively using Textpattern, so I am not in the forums very often
Offline
#18 2011-08-16 10:43:23
- mrdeltoid
- New Member
- Registered: 2011-08-15
- Posts: 3
Re: Yoko for Textpattern
Great – that fixed my problem!
Stephan, keep up the super-good work!
Best regards and thanx
Tilman
Offline
Re: Yoko for Textpattern
Now available: Yoko 1.08.
What’s new? Several cosmetic fixes, italian textpack, and slimbox2 for displaying images (resizing on the admin interface is included of course :-)
Oh, and you can easily switch off the social sharing buttons now, if you must.
Let me know if you can think of any other additions that you would like.
Last edited by stephan (2011-12-03 21:38:51)
Yoko for Textpattern – A free blog theme • Minimum Theme – If all you want to do is write.
Note: I am currently not actively using Textpattern, so I am not in the forums very often
Offline
Re: Yoko for Textpattern
Hello Stephan. Seems to me that in the yoko_header form this line is lacking:
<header id="branding">
(causing the mainnav menu displaying not properly)
As I was actually messing things up with a new/old installation, so it could be my fault, but also in the yoko folder txt files it seems lacking. Can you please check it out?
Great work, thanks!
Offline
#21 2012-01-02 22:11:03
- andrei
- New Member
- Registered: 2012-01-02
- Posts: 4
Re: Yoko for Textpattern
I just installed yoko for the first time. Zanza is right, that line is missing from the form.
[solved]And also the Yoko_Variables tab under Presentation is missing for me. [the plugin wasn/t active :)]
Thanks!
Andrei
Last edited by andrei (2012-01-02 22:27:14)
Offline
Re: Yoko for Textpattern
Hi Andrei,
thanks for your feedback. I shall plan for another Yoko update to fix this. Also I shall check how come the plugin is not auto-activated.
Yoko for Textpattern – A free blog theme • Minimum Theme – If all you want to do is write.
Note: I am currently not actively using Textpattern, so I am not in the forums very often
Offline
#23 2012-01-13 03:00:17
- andrei
- New Member
- Registered: 2012-01-02
- Posts: 4
Re: Yoko for Textpattern
Hi again,
I intend to set up the facebook Open Graph META Tags for every article on my site.
Also I want to set them for the homepage. The ones for articles must be declared in the yoko_single form, and where I should declare the ones for homepage. I wish to avoid having multiple tags on homepage.
Thanks in advance,
Andrei
Last edited by andrei (2012-01-13 03:45:23)
Offline
Re: Yoko for Textpattern
Currently Facebook Open Graph Meta tags are added already. Have a look at the form yoko_opengraph as it may do what you want already. It is included into the header.
<!-- opengraph -->
<txp:if_individual_article>
<meta property="og:title" content="<txp:title no_widow='0' />">
<txp:else />
<meta property="og:title" content="<txp:site_name />">
</txp:if_individual_article>
<meta property="og:description" content="<txp:etz_striptags><txp:rss_auto_excerpt showlinkwithexcerpt="0" /></txp:etz_striptags>">
<meta property="og:type" content="article">
<meta property="og:image" content="<txp:site_url /><txp:variable name="site_logo" />">
<txp:if_individual_article>
<meta property="og:url" content="<txp:smd_canonical type="url" />">
<txp:else />
<meta property="og:url" content="<txp:site_url />">
<meta property="og:type" content="blog" />
</txp:if_individual_article>
<meta property="og:site_name" content="<txp:site_name />">
<txp:chh_if_data>
<meta property="fb:appid" content="<txp:variable name="facebook_application_id" />">
</txp:chh_if_data>
<!-- end opengraph -->
Yoko for Textpattern – A free blog theme • Minimum Theme – If all you want to do is write.
Note: I am currently not actively using Textpattern, so I am not in the forums very often
Offline
#25 2012-01-13 07:04:01
- andrei
- New Member
- Registered: 2012-01-02
- Posts: 4
Re: Yoko for Textpattern
I missed that! This theme is so great.. and it’s also a great way to understand TXP.
A big thank you!
Andrei
Offline
Re: Yoko for Textpattern
Glad you like it :-)
Version 1.09 is available that fixed this nasty header issue.
Yoko for Textpattern – A free blog theme • Minimum Theme – If all you want to do is write.
Note: I am currently not actively using Textpattern, so I am not in the forums very often
Offline
#27 2012-03-15 21:39:13
- andrei
- New Member
- Registered: 2012-01-02
- Posts: 4
Re: Yoko for Textpattern
I have another problem. The submit button doesn’t appear when comment an article. It appears and works only after I click preview comment. I made a screen shot http://picz.ro/pictures/1ee1b7da97e5d5b50bf43c0dd12bc2b7.jpg
The yoko_comment_form final part looks like
<p class=“form-submit”>
<txp:comment_preview />
</p>
<p class=“form-submit”>
<txp:comment_submit />
</p>
Why it displays only the preview button correctly? :(
Thanks in advance
Andrei
Offline
Re: Yoko for Textpattern
Hi Andrei,
that missing submit button is on purpose (forced preview first to avoid spam). The partly displayed box in your screenshot is a bug, though. Which browser did you use?
If you really want to bring back the button you can change this CSS part:
input#txpCommentSubmit.disabled {
text-indent:-9999px;
margin: 10px 0 0;
padding: 8px 10px 7px;
display: inline-block;
vertical-align: baseline;
outline: none;
background-color: transparent;
border: none;
font-size: .75em;
color: #9f2;
text-align: center;
text-transform: uppercase;
letter-spacing: 1px;
cursor: pointer;
}
Yoko for Textpattern – A free blog theme • Minimum Theme – If all you want to do is write.
Note: I am currently not actively using Textpattern, so I am not in the forums very often
Offline
#29 2012-03-29 21:52:31
- danapaige
- New Member
- Registered: 2012-03-29
- Posts: 4
Re: Yoko for Textpattern
Hi, I’ve just installed my first theme, Yoko.
There were a series of related plugin and other errors, and I’ve been able to eliminate all of them except this one:
Tag error: <txp:title no_widow=‘0’ /> -> Textpattern Notice: Article tags cannot be used outside an article context on line 2323
I’ve also noticed that none of the links on the page work. I am not sure if this is a related problem.
Here’s a link to view the live site: http://danapaigetrentlage.com/cfsa-test/
Offline
Re: Yoko for Textpattern
hi
put your site into debugging mode (in admin/pref tab) then look at the source of the page you will see all the queries and find where the problem is occured.
For links : have you uploaded htaccess?
Offline