Takao Utsumi
Forum Replies Created
-
Forum: Themes and Templates
In reply to: [Graphy] Theme Update RollbackHi,
You can download the old version from here.
Please change the version number.
https://wordpress.org/themes/download/graphy.1.1.5.zipRegardsk
Forum: Themes and Templates
In reply to: [Graphy] Would Like to Buy The Graphy or Write Pro ThemeHi,
In that case, please add the following code.
.featured-post, .instagram-widget { max-width: 700px; margin-right: auto; margin-left: auto; } .featured-post .slick-item { margin-left: 11px; margin-right: 11px; } @media screen and (min-width: 783px) { .featured-post .hentry { width: 700px; } } @media screen and (min-width: 980px) { .featured-post .hentry { width: 1120px; } .featured-post, .instagram-widget { max-width: 1120px; } }Forum: Themes and Templates
In reply to: [Graphy] Would Like to Buy The Graphy or Write Pro ThemeHi,
Please add the following code to Customize > Additionl CSS in Write Pro.
However, Write is designed for 700px, so it may cause the issue.@media screen and (min-width: 980px) { .site { max-width: 1145px; } .header-side .site-branding, .footer-widget-side, .footer-side .site-info { width: 32.75%; } .header-side .main-navigation, .footer-widget-main, .footer-side .site-info { width: 67.25%; } .content-area { width: 73.80%; } .sidebar-area { width: 26.2%; } .no-sidebar .entry-float { left: -48.70%; width: 48.70%; } }Regards,
Takao UtsumiForum: Themes and Templates
In reply to: [Graphy] Custom Menu on FooterHi,
Sorry for the late reply.
I checked your site and the link works well.Regards,
Takao UtsumiForum: Themes and Templates
In reply to: [Graphy] Theme overides the comment privacy opt- in checkboxHi,
If you logged in, the checkbox is not displayed.
This is by design of WordPress.Regards,
Forum: Themes and Templates
In reply to: [Graphy] can not see galleryHello,
Please modify archive.php line: 27.
Before:
<?php get_template_part( 'content', 'list' ); ?>After:
<?php get_template_part( 'content', get_post_format() ); ?>Forum: Themes and Templates
In reply to: [Graphy] Change of “previous/next” navigation viewYou can use
←and→in the text.Forum: Themes and Templates
In reply to: [Graphy] Blank space between h1 and h2 after updateI’m not planning it, because the situation is rare.
Regards,
Forum: Themes and Templates
In reply to: [Graphy] Blank space between h1 and h2 after updateHi,
I didn’t expect the situation.
Please try to add the following code in Additional CSS..entry-content h2 { margin-top: 0; }Regards,
Forum: Themes and Templates
In reply to: [Graphy] Can not load media…Graphy doesn’t change upload function of WordPress. So I think the problem is not caused by the theme. Please try to rename the file and upload it again.
Forum: Themes and Templates
In reply to: [Graphy] Updates for GraphicHi rsendra,
Thank you for your interest.
Graphy & Graphy Pro are alive. I updated the themes today!Regards,
Forum: Themes and Templates
In reply to: [Graphy] Can not load media…I checked your site and medias are displayed.
Is the problem solved? Or please give me more details.Forum: Themes and Templates
In reply to: [Graphy] Change of “previous/next” navigation viewI’m sorry for the late reply and I noticed that I misunderstood.
In that case, please modify
the_posts_paginationin home.php, index.php, archive.php and search.php.Please see also the following page.
https://wordpress.stackexchange.com/questions/104575/only-show-previous-next-button-in-paginationForum: Themes and Templates
In reply to: [Graphy] Change of “previous/next” navigation viewHi,
I think you use Graphy ver 1.x.
If you update Graphy to ver 2.x, it changes.Forum: Themes and Templates
In reply to: [First] Featured images only appearing on start pageHello,
I checked your site and the featured images are displayed.
Have you solved the problem?Regards,