Takao Utsumi
Forum Replies Created
-
Forum: Themes and Templates
In reply to: [First] Odd Square After Menu ItemI think code minify caused the problem. Please check it.
Hello,
In that case, I recommend that you use a static front page.
https://codex.wordpress.org/Creating_a_Static_Front_PageForum: Themes and Templates
In reply to: [Graphy] Menu toggle only works with h1 class tagHi,
You use old Graphy. I recommend that you upgrade the theme.
Also, it doesn’t effect SEO, so don’t worry about it.
See also https://core.trac.wordpress.org/ticket/26279Regards,
Takao UtsumiForum: Themes and Templates
In reply to: [First] Categories pageHi,
It needs a little bit complexed customization.
Please copy
content.phpand rename the filecontent-summary.php.
Also, please modify the file to display the excerpt (details are omitted).Then, please change ‘archive.php’ line: 27 from
<?php get_template_part( 'content', get_post_format() ); ?>
to
<?php get_template_part( 'content', 'summary' ); ?>Forum: Themes and Templates
In reply to: [Graphy] Mobile Menu, help?Hi,
I checked your site and noticed that you use Jetpack’s Mobile Theme.
https://jetpack.com/support/mobile-theme/
Please deactivate it.Forum: Themes and Templates
In reply to: [Graphy] Featured post with overlay titleGraphy doesn’t have the feature, but Graphy Pro has the feature.
http://themegraphy.com/wordpress-themes/graphy/#proForum: Themes and Templates
In reply to: [Graphy] pdf by using GraphyFirst, please delete
style=”width: 670.967px;”.
If the issue is not solved, please delete all width settings.Forum: Themes and Templates
In reply to: [Graphy] Category page is emptyI checked your site. Please delete the following code.
/*Keine Kategorien anzeigen*/ .category { display:none; }- This reply was modified 9 years ago by Takao Utsumi.
Forum: Themes and Templates
In reply to: [Graphy] Sidebar on the bottomI understand the issue now. Please remove
style="width: ...px;"from table tag.Also, if you have other questions, please create a new topic.
Forum: Themes and Templates
In reply to: [Graphy] Sidebar on the bottomAnother item: why are the links in the sidebar not colored?
It is the design of the theme. If you’d like to color the links, please add CSS.
Forum: Themes and Templates
In reply to: [Graphy] Category page is emptyThat’s strange. To examine the cause, I need to check your site.
Forum: Themes and Templates
In reply to: [Graphy] Sidebar on the bottom1. Wrong links
What does “Wrong links” mean?
2. I do not want to have the bar at the bottom
I checked your site and the sidebar appears on the right side.
When you see your site in small screen, the sidebar appears on the bottom to keep the width of the main content.Forum: Themes and Templates
In reply to: [Graphy] Category page is emptyDo you have posts witch is categorized to the categories?
Forum: Themes and Templates
In reply to: [Graphy] Featured Images with very low qualityHi,
If you’d like to increase the size of the featured images, please change the number (image width size) of the following line.
functions.php line:51
set_post_thumbnail_size( 800 );Forum: Themes and Templates
In reply to: [Graphy] Table caption below tableHi,
Please add the following code to Additional CSS.
caption { caption-side: bottom; margin-top: 0.6em; }