Maruti Mohanty
Forum Replies Created
-
Forum: Themes and Templates
In reply to: [Fashionistas] Mobile Width Incorrect with Latest UpdateHi G
Can you share a link to your site?
Thanks
Forum: Themes and Templates
In reply to: [Fashionistas] Date displaying twice after updateThe above would work, but instead of modifying core theme files, its better to do it a better way
Follow the link (theme’s support) for more details.
http://athemes.com/forums/topic/author-and-date/#post-16289
Thanks
Forum: Themes and Templates
In reply to: [Hiero] Please help with different Firefox appearanceHi
I checked your site and it seems you have fixed the issue.
Please share the steps you followed to get this done and mark this topic resolved.
Thanks
Forum: Themes and Templates
In reply to: [Hiero] AT Tabs widget – the word "comments" appearing twiceHi Please add the following codes below the previous code and it will do the trick
function se_gettext( $translated_text, $untranslated_text, $domain ) { if ( ! is_admin() ) { //make the changes to the text switch( $untranslated_text ) { case '1 Comment': $translated_text = __( '1','athemes' ); break; case '% Comments': $translated_text = __( '%', 'athemes' ); break; } } return $translated_text; } add_filter('gettext', 'se_gettext', 20, 3);Thanks
Forum: Themes and Templates
In reply to: [Hiero] Why some images disapear from the Hiero Theme?Hi
It seems you have fixed the issue. Can you share the steps you followed to fix it and mark this thread resolved.
Thanks
Forum: Themes and Templates
In reply to: [Hiero] Request for Changelog Details [Version 1.5]Hi
can you please elaborate your issue?
and if possible also share a link to your siteThanks
Forum: Themes and Templates
In reply to: [Fashionistas] Menu in mobileits ok lexarc.
gald it helped
Forum: Themes and Templates
In reply to: [Fashionistas] Search in Top Menu BarYou are welcome!!
Glad it helped
Forum: Themes and Templates
In reply to: [Fashionistas] Submenu on mobile and tablet deviceHi
you can make it work by adding the following css to your child theme‘s style.css file or to a custom css plugin.
@media only screen and (max-width: 60em) { #main-navigation > .sf-menu > ul { max-height: inherit !important; overflow: visible; } }Hope it helps!!
Thanks
Forum: Themes and Templates
In reply to: [Fashionistas] Disappearing Sidebar on main pageI looked into your site again and I can see you have figured it out.
Please share the steps you followed and mark this topic resolved for further help to the users with similar issue.
Thanks
Forum: Themes and Templates
In reply to: [Fashionistas] change color of menu barHi
You can make changes by adding the following css in your child theme‘s style.css file or by using a custom css plugin.
#main-navigation .sf-menu ul { background: none repeat scroll 0 0 #fff; } #main-navigation li a { color: #000 !important; }Hope it helps!!
Thanks
Forum: Themes and Templates
In reply to: [Fashionistas] Sidebar not visible in main page /post pageGlad to know that you have figured out the issue.
can you please mark it resolved
Thanks
Forum: Themes and Templates
In reply to: [Fashionistas] remove footerHi
Can you please elaborate on the details please?
Now what we have is you want to remove the footer, but can you please explain why would you want to do that
Thanks
Forum: Themes and Templates
In reply to: [Fashionistas] Change BlockquoteTo change the color and font size you can use the following css code in your child theme‘s style.css or by using a custom css plugin.
blockquote p { font-size: 20px; } blockquote { color: #ccc; }Change the values as per your need
Hope it help!!
Thanks
Forum: Themes and Templates
In reply to: [Fashionistas] dropdown menu from horizantal to vertical?can you please share a screenshot or the steps to replicate it in your site, as I checked your site and nothing such can be seen.
Thanks