Maruti Mohanty
Forum Replies Created
-
Hi
The theme is by default responsive.
I checked your site and found you have made a good amount of customisation and I guess you have disturbed the styling while doing so.
Please check those or post the pages/sections you want to fix and I am pretty sure you would be helped here.
Thanks
Forum: Themes and Templates
In reply to: [Fashionistas] Removing Featured Image on Homepagedid you try changing it to
<?php if ( has_post_thumbnail() && ! is_home() ) : ?>Forum: Themes and Templates
In reply to: [Fashionistas] Removing Featured Image on HomepageHi
You can do it by adding a conditional.
You can do this by adding the following codes to the theme’s content.php file. Here I would suggest you to make the changes using child theme, so that this change along with other changes made will stay preserved even after theme updates
change line number 22 which now looks like
<?php if ( has_post_thumbnail() ) : ?>to
<?php if ( has_post_thumbnail() && ! is_home() ) : ?>Hope it helps!!
Thanks
Forum: Themes and Templates
In reply to: [Hiero] Video thumbnail?Forum: Plugins
In reply to: [WP Social Avatar] Installed WP Social Avatar and Cannot Access My WebsiteHi
Marking this as resolved and do let us know what was the issue and how did you fix it??
Thanks
Forum: Themes and Templates
In reply to: [Hiero] Extending the Menu bar coloryeah sure. You can mail me at [ redacted, support is not offered via email, IM or Skype ]
Thanks
Forum: Themes and Templates
In reply to: [Hiero] wp navi not showing on the both top and bottom of post.?Hi Maan,
I checked the link, and found that your site is using a different theme and not hiero, so I would propose you to check in the support forum of that particular theme for a much quicker response.
Thanks
Forum: Themes and Templates
In reply to: [Hiero] Content overflowing in footer for Home pageHi jadams1974
I looked into your site, but didnt found any such issues.
can you confirm if you have fixed the issue, if yes please share what did you do to get it fixed, which may help others with similar issue and if the issue is still there can you please share the link to the page.
Thanks
Forum: Themes and Templates
In reply to: [Hiero] AT Tabs widget – can this be modified?Hi
The functionality which you want here need to be custom made.
You can check with the theme team for more support.Thanks
Forum: Themes and Templates
In reply to: [Hiero] Extending the Menu bar colorHi
can you share a link to your site? so that I can have a look and help you out
Thanks
Forum: Plugins
In reply to: [WP Social Avatar] Installed WP Social Avatar and Cannot Access My WebsiteHi
I checked your site and it seems you have fixed the issue, can you please share what happened then and how did u fix it.
Thanks
Forum: Themes and Templates
In reply to: [Fashionistas] TransparentYou are welcome 🙂
Forum: Themes and Templates
In reply to: [Fashionistas] TransparentThanks for the appreciations 🙂
Use this for the next button
#nav-below .nav-next > a { background: none repeat scroll 0 0 #000; }You are welcome 🙂
Forum: Themes and Templates
In reply to: [Fashionistas] TransparentHi
You can do this by adding the following codes to the theme’s style.css file. Here I would suggest you to make the changes using child theme, so that this change along with other changes made will stay preserved even after theme updates
#nav-below .nav-previous > a { background: none repeat scroll 0 0 #000; }