pmillier
Forum Replies Created
-
Forum: Themes and Templates
In reply to: [Intergalactic] Featured image on home page but not on postThanks @numberland and @sacredpath for your answers !
I actually managed to delete the featured image altogether and reduce the header to 250px, but with quite a bit of altering of the php and css codes. I’m going to try @sacredpath’ solution, which seems a lot less invasive !Thanks again !
Forum: Themes and Templates
In reply to: [Intergalactic] Featured image on home page but not on post… by width I meant height, of course. The default feature image in the post header is currently set at 659px, but I can’t find where in the code I can modify that setting. I can’t find this “659” anywhere…
Thanks for your help !
Forum: Themes and Templates
In reply to: [Pachyderm] Custom Post formatIt worked perfection in creating the content-quote.php in the original theme & removing the get_post_format() || in it !
I also deleted .post.format-quote .entry-title {
display: none;
}and
.post.format-quote .entry-meta {
display: none;
}in my css, to make the quote format appear just as the default one.
I mark this topic as resolved.
Thanks a lot for your help & explanations Caroline !
Forum: Themes and Templates
In reply to: [Pachyderm] Custom Post formatThanks for replying.
I copied content.php in content-quote.php, but nothing’s changed :
I’ve got no title for the post and the text remains in full content.I’m not sure what I’m supposed to remove and why. I tried to remove the get_post_format() || portion of the code, but I’ve got a syntax error… And anyway, it seems to me this part is for displaying the excerpt.
What I want is to force quotes & aside to display only the excerpt on home page, category, archives… Just like the default standard post format.
Ok, funny enough it seems to be a problem with the translation. I edited “ts-fab-construct-tabs.php” and added a second space after : “latest posts by” ; my French translation went AWOL, but the space was there. So I just replace “latest posts…” with “Derniers articles par”.
Strange, but it worked…Hi,
Thanks for the answer, but I think you misundertood me. I’m not talking about spacing between lines, but between words.
In the .ts-fab-header, there is no space between the last word of “latest posts by” and the name of the author. Or as you can see on my site, no space in this chain of words :
“derniers articles parCapricia”
instead of “derniers articles par [space] CapriciaSure (it’s still “work in progress” though. Here’s a link to one of my post. As you can see, there’s no space before the author name (Capricia)
http://capriciablog.com/end-of-watch-la-patrouille-de-la-trouille/
Forum: Themes and Templates
In reply to: [Pachyderm] Drop down menu on mobileJust in case somebody else have the same issue, I just found this plugin that perfectly does the trick (for Android mobile anyway) :
http://ww.wp.xz.cn/extend/plugins/black-studio-touch-dropdown-menu/Forum: Themes and Templates
In reply to: [Pachyderm] Drop down menu on mobileThank you so much for your quick answer !
I was somehow expecting this, so I’ll take your advice and point my category to a real page… And I’ll maybe have a look at the js/small menu later !Thanks again for your help and your work on this beautiful theme !