Maruti Mohanty
Forum Replies Created
-
Forum: Themes and Templates
In reply to: [Fashionistas] Remove Tags on Front PageHi xameliax,
You can do it by adding the following code in your child theme‘s style.css file or by add the custom code in the My custom css plugin to preserve the changes even after further updates
To remove the tags only from the front page or Home page add the below code.
.home .entry-footer { display: none; }and to remove it from every where add the below
.entry-footer { display: none; }Hope it helps!
Thanks
Forum: Themes and Templates
In reply to: [Fashionistas] Error issuesHi Ashley,
The last time I looked into your site for a different issue from a different thread, everything looked good. Can you please tell me what did you do after that. It might help me fix this issue.
Majorly you can look into any plugins you have uploaded after it or might have customized anything.
Please have a look and let me know 🙂
Thanks
Forum: Themes and Templates
In reply to: [Hiero] page title and article titleHi Marko_13,
Can you send link to the specific post and pages with the title before and after so that we can have a look.
The problem is the site is not in english.
Thanks
Forum: Themes and Templates
In reply to: [Fashionistas] Newbie- Social icons like previewHi Siliconvalleylodge,
I looked into the preview link of the theme and they are not using the social icons.
Also i checked your site and it seems you are trying to use your logo like a header, cause usually people use smaller logos.
Please explain your requirements with more details and preferably with examples from your website for us to help you.
Thanks
Forum: Themes and Templates
In reply to: [Fashionistas] Images for post not showing upHi Juansky,
I am not sure if this was something available in the previous version of the theme, but you can always use an available plugin Video Thumbnails to make it happen.
PS: It is advisable to create new threads for different question, it will help people with similar issues.
Hope it helps
Thanks
Forum: Themes and Templates
In reply to: [Fashionistas] Side Column widgets now at the bottom?Hi emmalindseyrose,
It seems you are using a different theme. Please contact the respective support forum for more help.
Thanks
Forum: Themes and Templates
In reply to: [Fashionistas] Site title/tag line how to center change fontHi greg_res,
Yes you can make the site title and tagline centre by the solution given by Sophia above.
Add the code in your theme’s style.css file.
You can do it by adding the below code in your Child Theme‘s style.css file or by using the My Custom Css Plugin to add the below custom code
.site-branding { float: none; text-align: center; }But I am not sure what do you mean by center aligning the categories, may be a screenshot or a link to the website will help.
You can change the fonts in Appearance > Customize >Fonts
Hope it helps!
Thanks
Forum: Themes and Templates
In reply to: [Fashionistas] Header not displaying properly in firefoxHi
I looked into the site and see your issue.
Please add the below code in your style.css file.
I would advice to make the changes using a Child theme or by using something like Plugin to preserve the changes made to the theme..site-branding { max-width: 100%; }Hope it helps!
ThanksForum: Themes and Templates
In reply to: [Hiero] Truncated Titles in PostsGlad to know that you have figured it out yourself.
Please mark this thread resolved 🙂
Thanks
Forum: Themes and Templates
In reply to: [Fashionistas] Images for post not showing upHi Juansky,
I checked you site, can you please confirm if you have added featured image to your posts/pages.
Thanks
Forum: Themes and Templates
In reply to: [Fashionistas] Images for post not showing upHi Ashley,
Glad it helped.
Forum: Themes and Templates
In reply to: [Hiero] Why header title is changing from bold to thin font?Glad it helped 🙂
Forum: Themes and Templates
In reply to: [Hiero] Rename the link "continue reading"Hi
The file you are looking for is heiro/inc/extras.php, but modifying/editing the theme files is never advisable.
You can do it by adding the below code in your theme’s functions.php file.
I would advice you to add the changes by using a Child theme
function heiro_excerpt_more( $more ) { return ' <a href="'. esc_url( get_permalink() ) . '" class="more-link">' . __( 'Read More <span class="meta-nav">→</span>', 'athemes' ) . '</a>'; } add_filter( 'excerpt_more', 'heiro_excerpt_more' );Replace Read More with the text you want to replace it with.
Hope it helps!
Thanks
Forum: Themes and Templates
In reply to: [Fashionistas] Images for post not showing upHi Ashley,
It is great to know that you figured the first one yourself.
You can do the other one by adding the below code in your Child Theme‘s style.css file or by using the My Custom Css Plugin to add the below custom code
.entry-footer { display: none; }Hope it helps!
Thanks
Hi Shyamraj,
Can you please explain or elaborate more on what do you mean by verifying your site with google plus.
Thanks