emilkaa
Forum Replies Created
-
Forum: Themes and Templates
In reply to: [Ryu] what's new in 1.4.1?Thank you all both for your replies, I know I know.. But to be honest I did try to create a child theme and I failed. I don’t remember what was causing me issues but I gave up at the end and edited the CSS files directly. I know I shouldnt have. I hope that there will be no major updates to the theme and that I can successfully use the version I have for next few years. It would be helpful to get an easy update on changes made but couldn’t find that information.. Anyway, I greatly appreciate your help, it’s not the first time I asked for support and there is always someone here.
And I do continue to love ryu theme :)))
Forum: Themes and Templates
In reply to: [Ryu] all post-formats to look as standard postvikou1008, apologies for not getting back to you.
Yes, as my kids are getting older they insisted on the blog being only accessible by the password!
I didn’t manage to make all posts look like standard. What I decided to do is not allocating post-formats at all (all posts remain standard) but I have used custom taxonomy and used it as format type, which offers me similar functionality without messing around with CSS, etc. Not sure if that’s of any help?
Forum: Themes and Templates
In reply to: [Ryu] all post-formats to look as standard postsacredpath, ok, you got me thinking again.
What I really need is image, quote, video, and would love to use another one as a substitute of ‘standard’ as you can’t filter on standard posts same way as you filter on other types.
So.. I played with quote post yesterday and I managed to got this to look as standard! yeah! Thanks for the advice above, I did need to play with CSS a little bit.
Here is how my content-quote.php looks like:
<?php /** * @package Ryu */ ?> <article id="post-<?php the_ID(); ?>" <?php post_class(); ?>> <div class="entry-wrap wrap clear"> <header class="entry-header"> <?php $categories_list = get_the_category_list( __( ', ', 'ryu' ) ); if ( $categories_list && ryu_categorized_blog() ) echo '<span class="categories-links">' . $categories_list . '</span>'; if ( ! is_single() ) : the_title( '<h1 class="entry-title"><a href="' . esc_url( get_permalink() ) . '" rel="bookmark">', '</a></h1>' ); else : the_title( '<h1 class="entry-title">', '</h1>' ); endif; ?> </header><!-- .entry-header --> <footer class="entry-meta"> <?php ryu_entry_meta(); ?> <?php if ( ! post_password_required() && ( comments_open() || '0' != get_comments_number() ) ) : ?> <span class="comments-link"><?php comments_popup_link( __( 'Komentarze (0)', 'ryu' ), __( 'Komentarze (1)', 'ryu' ), __( 'Komentarze (%)', 'ryu' ) ); ?></span> <?php endif; ?> <span class="entry-format"><a href="<?php echo esc_url( get_post_format_link( 'quote' ) ); ?>" title="<?php echo esc_attr( sprintf( __( 'All %s posts', 'ryu' ), get_post_format_string( 'quote' ) ) ); ?>"><?php echo get_post_format_string( 'quote' ); ?></a></span> <?php edit_post_link( __( 'Edytuj', 'ryu' ), '<span class="edit-link">', '</span>' ); ?> </footer><!-- .entry-meta --> <div class="entry-content clear"> <?php the_content( __( 'Czytaj dalej <span class="meta-nav">→</span>', 'ryu' ) ); ?> <?php wp_link_pages( array( 'before' => '<div class="page-links"><span class="page-links-title">' . __( 'Pages:', 'ryu' ) . '</span>', 'after' => '</div>', 'link_before' => '<span>', 'link_after' => '</span>', ) ); ?> </div><!-- .entry-content --> <a class="entry-format-badge theme-genericon" href="<?php echo esc_url( get_post_format_link( 'quote' ) ); ?>" title="<?php echo esc_attr( sprintf( __( '', 'ryu' ), get_post_format_string( 'quote' ) ) ); ?>"><span class="screen-reader-text"><?php echo get_post_format_string( 'quote' ); ?></span></a> </div><!-- .entry-wrap --> </article><!-- #post-## -->and this is how it works:
http://szmerkolandia.pl/?p=6896So, I was hoping I can do exactly the same and copy the same code into my content-image.php and it will work fine. So I did. But the result is this:
http://szmerkolandia.pl/?p=6900Can you see how the image is displayed vs. quote post? And that little black icon is at the bottom of the post instead top right as with others?
I looked at CSS and I couldnt identify what else is causing this issues, the relevant bit for post_format image in style.css is only this:
/* Image */ .format-image .entry-format-badge:before { content: "\f102"; }Where do I look next? Help!
Forum: Themes and Templates
In reply to: [Ryu] all post-formats to look as standard postsacredpath, thanks but I think I gave up on it now
I will revisit the issue in few weeks time I think because I could really do with the use of post-formats but I am too busy now to concentrate again on the blogbut your help is greatly appreciated, I am sure I will come back to this topic!
Forum: Reviews
In reply to: [Search & Filter] Works like a charmthat would be amazing!
Forum: Themes and Templates
In reply to: [Ryu] all post-formats to look as standard postthis doesn’t work, things go weird with margins etc, i can’t figure it out! grhhh..
Forum: Themes and Templates
In reply to: [Ryu] Fixed Menu BarI am not posting a new topic as this is just a comment to what Ximbalo said above. I fully agree! I think there should be an option for the toggle to be fixed in relation to the browser window so its always displayed at the top. with no side menu or anything and with such a clean design I believe this could only enhance the functionality of the theme.
I agree to the comments that it really calls for it!
i have tried to do Position:fixed for the toggle but it is messing with the headers margins etc so I will leave that for now, but would be nice if this could be give some consideration with next update!
Thanks again for a lovely theme!
Forum: Themes and Templates
In reply to: [Ryu] video in the centre of the postOk, after hours and hours of trying everything I have ended up with plugin Video Embed & Thumbnail Generator which is letting my use self-hosted videos, they are responsive… and I can center them!!!!!!!!!!!!!! yeah!
I hope someone else will find this useful. 🙂
Forum: Themes and Templates
In reply to: [Ryu] video in the centre of the postBojan, thank you! I’m well, hope you are too, thanks.
It does the trick for Hana Player but I was hoping to switch to responsive video.js
I created a test post using video.js.. see here:
http://szmerkolandia.pl/?p=6169I assume that the principle will be the same as above but i have tried and no success… would you mind taking a look at that again? sorry!
thanks.
EmiliaForum: Themes and Templates
In reply to: [Ryu] Suggestion: Author only displayed if more than 1Thanks a lot for your reply. I have disabled this now for myself, but its interesting to know that this has already been discussed.. thanks!
Forum: Themes and Templates
In reply to: [Ryu] search posts to fully displayit works!!!!!!!!!!!!
sacredpath, I love you! (just dont tell my husband!)
Thank you soo much! i didnt know there are so many helpful people here!
Thank you!!!!!!!!!!Forum: Themes and Templates
In reply to: [Ryu] Post Format – can we have link to archive for 'standard'Thank you very much for that, much appreciated. Hopefully, this will get implemented at some point, I am not sure what is the thinking behind not having this in the first place… anyway..
thank you again for your support and great theme!
Forum: Themes and Templates
In reply to: [Editor] how to give sidebar min widthSorry, I got so frustrated last night that I have changes the theme now. But I think that the first part of my question would still be applicable and may be helpful for some other users…
anyway..my apologies and thank you for what is a great theme!