nickcil
Forum Replies Created
-
Forum: Themes and Templates
In reply to: [Slightly] Delete big product pictureGreat! ??
Forum: Themes and Templates
In reply to: [Slightly] Delete big product pictureHello!
Are you referring to the book icon? The image on the product page shows up because you’re using the WooCommerce plugin.
Try following this guide: https://wphowto.net/remove-image-from-woocommerce-product-page-1678
Hope that helps!
Forum: Themes and Templates
In reply to: [Slightly] Button ContactformHello!
I think this is a bug. I will look into providing an update that will fix it.
In the meantime, please try this custom CSS to fix the issue:
.contact-submit button { color: #fff; }
Forum: Themes and Templates
In reply to: [Slightly] Hide the datesHello,
There is no setting to remove the dates. The easiest alternative would be to hide them with some custom CSS. Try this:
.entry-date { display: none; }
Hope that helps!
Forum: Themes and Templates
In reply to: [Slightly] Widgets disappear after frontpageHi Adriana,
I’m glad you like the theme. The widgets are not meant to display on single post pages. I will consider adding this feature in the future.
Forum: Themes and Templates
In reply to: [Slightly] Use full width for pageIt appears you may have another plugin or additional CSS that is messing with the theme’s CSS. It shouldn’t display that way, try disabling some plugins one at a time and see if something else is affecting it.
Forum: Themes and Templates
In reply to: [Slightly] Use full width for pageHi Stephan,
The width of the content in the theme isn’t really made to be customizable. You can override the CSS in a number of ways but the adjustments you make will need to vary depending on the page layout.
Which page are you trying to make full width?
Forum: Reviews
In reply to: [Slightly] Does the jobLet’s see if this will help you. Try locating the file “template-parts/content.php” and after line 23, add this:
<a href="<?php echo get_author_posts_url( get_the_author_meta( 'ID' ), get_the_author_meta( 'user_nicename' ) ); ?>"><?php the_author(); ?></a>
This will add the author’s name and a link to posts written by that author.
Hope this helps!
Forum: Reviews
In reply to: [Slightly] Does the jobHi Edouard! Thank you for your review. Best of luck with your blog, and I hope you will reach out if you need any support with Slightly.