edo.hayashi
Forum Replies Created
-
Forum: Themes and Templates
In reply to: [Gridsby] Gridsby Theme : Change 4 columns to 3 columnsAny chance someone knows how to do this?
Forum: Themes and Templates
In reply to: [Gridsby] Missing Author and UpdateI found a solution to this problem by editing the content.php and content-single.php in case anyone of you is interested.
<span class="meta-block"><i class="fa fa-list"></i> <?php the_category(); ?></span> <span class="meta-block"><?php echo get_avatar( get_the_author_meta('email'), get_the_author() ); ?><span class="vcard author author_name"><span class="fn"><?php the_author(); ?></span></span></span> <span class="meta-block"><i class="fa fa-clock-o"></i><span class="date updated"><?php the_time( get_option( 'date_format' ) ); ?></span></span>
Forum: Themes and Templates
In reply to: [Gridsby] Social Medai Icons – Adding Email/Phone IconsI think you need to modify the footer.php in order to add icons.
Forum: Themes and Templates
In reply to: [Gridsby] MENU button doesn't workHello Theme Author, it seems like the Menu Button doesn’t work after making a search query with a Nothing Found result.
Forum: Themes and Templates
In reply to: [Gridsby] Site Title and Removal of SidebarAs for the Site Title, you’d have to modify the header.php and add an if statement for the title to overwrite the original codes.
<title><?php if(is_front_page()) { echo bloginfo("name"); echo " | "; echo bloginfo("description"); } else { wp_title(''); } ?></title>
Forum: Themes and Templates
In reply to: [Gridsby] Site Title and Removal of SidebarFor those who are interested to remove the sidebar, what I did was to edit the single.php.
Modified the column
<div class="col-1-1 content-wrapper">
and deleted
<?php get_sidebar(); ?>
As for hiding the Posted in and Tagged, go to your content-single.php then delete
<footer class="entry-footer"> <?php gridsby_entry_footer(); ?> </footer><!-- .entry-footer -->
Forum: Plugins
In reply to: [Ultimate Product Catalog] Enlarge product imagesThe website is currently offline. Been testing out the plugin and it works well. However, one simple suggestion regarding the product images since most people prefer to see more details of the product, is to have an option to go for a bigger version once you’re in the specific product. Clicking the thumbnail on the specific product page will trigger the lightbox and display the bigger version.
Magnify by hover is also a good option if you decide to have this as a feature.
Forum: Plugins
In reply to: [Ultimate Product Catalog] Enlarge product imagesHi Rustaurius,
May I ask the exact codes used in CSS?
Thank you!
Forum: Themes and Templates
In reply to: [Renden] logoI’m experiencing similar problem with Renden Theme. Seems like the retina logo doesn’t work?
Forum: Plugins
In reply to: [Easy Related Posts] Related Post title font sized and Thumbnail CropThanks a lot! That solved it!
Forum: Plugins
In reply to: [Easy Related Posts] Related Post title font sized and Thumbnail CropI found the problem and has fixed it. May I ask if you can check again the link?
Forum: Plugins
In reply to: [Easy Related Posts] Related Post title font sized and Thumbnail CropI’ll fix my side of the problem first. Thank you very much! Consider this fixed since the thumbnail is not a big issue on my side.
Forum: Plugins
In reply to: [Easy Related Posts] Related Post title font sized and Thumbnail CropThe link is right, seems like there’s a problem since I can see the changes when I’m logged in but not when it is logged out. My apologies for this.
Forum: Plugins
In reply to: [Easy Related Posts] Related Post title font sized and Thumbnail CropI’ve changed the h2 to h4 to make the font smaller. Thank you for this!
As for the images, please click here. This is cropped at 40, check the thumbnails, they are blurred.
Forum: Plugins
In reply to: [Easy Related Posts] Related Post title font sized and Thumbnail CropHi Vagenas,
Thank you for the plugin! I did what you have instructed. Perhaps my description isn’t good but my problem goes on the “Title to display” The current font size is 28px, is there a chance to change it and also the font?
As for the thumbnail, I tried but it only made the thumbnails bigger instead of being clearer.