Maruti Mohanty
Forum Replies Created
-
Forum: Themes and Templates
In reply to: [Hiero] How to have a fixed site title in homepageHi
Can you share a link to your site?
Forum: Themes and Templates
In reply to: [Hiero] AT Tabs widget – the word "comments" appearing twiceYes I did. But it doesnt work for me.
says “You don’t have permission to access / on this server.”Forum: Plugins
In reply to: [WP Social Avatar] Google Avatar not workingHi cesargodinho,
Thanks for using the plugin.
can you tell me if you are getting any warnings, errors or notices. Please check with your wp debug set to TRUE and let me know here.
Thanks
Forum: Themes and Templates
In reply to: [Fashionistas] Theme modificationsHi
I would like to correct you, here people who try and help users have loads to do and still they put extra hours to help users in the community with assistance to get the community going, so “Nothing to do” is not the right choice of words 🙂
Thanks
Forum: Themes and Templates
In reply to: [Fashionistas] change thumbnail 'OLDER ARTICLES –Hi Carlo78,
I am not sure ajiewp is looking for. Lets wait for his reply.
If he has the same query, then he can follow that thread here
https://wordpress.org/support/topic/translate-buttons?replies=2#post-6424082Thanks
Forum: Themes and Templates
In reply to: [Fashionistas] Translate buttonsHi
You can do this by adding the following codes to the theme’s functions.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
function se_gettext( $translated_text, $untranslated_text, $domain ) { if ( $untranslated_text === '<span class="meta-nav">←</span> Older Articles' ) $translated_text = '<span class="meta-nav">←</span> Older News'; if ( $untranslated_text === 'Newer Articles <span class="meta-nav">→</span>' ) $translated_text = 'Newer News <span class="meta-nav">→</span>'; return $translated_text; } add_filter( 'gettext', 'se_gettext', 10, 3 );The above changes Artciles to News
in both the tabsHope it helps!!
Thanks
Forum: Themes and Templates
In reply to: [Fashionistas] Padding / Page WidthHi
Can you please explain what the issue you are facing here?
Sorry cant get it from above?
If possible share links to the exact loaction or screenshots
Thanks
Forum: Themes and Templates
In reply to: [Fashionistas] fashionista menu categoriesHi
Can you please elaborate on the issue? If possible please add a screenshot or a screencast to explain things better
Thanks
Forum: Themes and Templates
In reply to: [Fashionistas] Double headers?Hi
In previous version of the WP it was possible to select no menus for a menu area, but WP 4.1 doesnt seem to have this.
So the easiest way to handle this will be to create an empty menu and select it for “Top menu”
Hope it helps!
Thanks
Forum: Themes and Templates
In reply to: [Hiero] Translation Child ThemeHi
I just want to double check if you have gone through this link in the codex and have followed as it is asked here for translation through child theme.
Thanks
Forum: Themes and Templates
In reply to: [Hiero] AT Tabs widget – the word "comments" appearing twiceHi,
Can you please share a link to ur site?
Thanks
Forum: Themes and Templates
In reply to: [Hiero] Widgets in post pageForum: Themes and Templates
In reply to: [Hiero] Video thumbnail?Its OK and you are welcome 🙂
Forum: Fixing WordPress
In reply to: Email confirmation link after registerHi
This is kind of late. but if you are still wondering. You can check this plugin
https://wordpress.org/plugins/pie-register/Thanks
Forum: Themes and Templates
In reply to: [Fashionistas] Removing Featured Image on HomepageI have tried it and it worked for me. Please check the syntax.
It would be better if you just copy paste the whole thing there, or paste the code from your file in pastebin and share a link.