Maruti Mohanty
Forum Replies Created
-
Forum: Themes and Templates
In reply to: [Fashionistas] Add Date before Entry Title?Hi
This would need you to gp down to coding.
first you need to change the structure,
presently the structure is title then date and then comments and so you first need to get the structure as date title and then comments and finally design it to get the look you want.
Hope it helps!!
Thanks
Forum: Themes and Templates
In reply to: [Fashionistas] Feature ImageHi
Can you please share the link so that we can look into the site and would be in a better postion to help?
Thanks
Forum: Plugins
In reply to: [WP Social Avatar] No option for cache folderHi neotrope,
There is no cache folder as such. I am using the Transients API for caching the G+ profile image. You can find it in the options table.
I have tried the plugin in themes that come with WordPress download and it works everytime, I have also tried few other themes available in WP.org and never has found any issue, so please let me know the theme you had problem with and I will try and find whats the issue.
The plugin uses the “get_avatar” hook and if that is removed anyhow, can cause the issue.
I will look into the “Try Again” message and will keep you updated.
But check the blog for detailed description on how to use the plugin
Link: http://marutimohanty.wordpress.com/2014/02/25/wp-social-avatar/Thanks
Forum: Plugins
In reply to: [WP Social Avatar] Any Proof of Ownership of Profile Required?Hi Tranny,
Yes, the plugin works by just putting the handle in the respective field.
I don’t think why would someone try to put someone else’s account and pretend.
Thanks
Forum: Themes and Templates
In reply to: [Fashionistas] Diseappering Sidebar in Posts?Glad it helped. We learn something or the other every day. 🙂
Forum: Themes and Templates
In reply to: [Fashionistas] Google AnalyticsHi,
You can do it by adding the below code in your theme’s functions.php file.
I would advice you to do the changes using a Child Theme to keep the changes preserved even after the update.
add_action( 'wp_head', 'mpm_google_analytics'); function mpm_google_analytics() { ?> <!-- REPLACE THIS LINE WITH GOOGLE ANALYTICS CODE --> <?php }Hope it helps
ThanksForum: Themes and Templates
In reply to: [Fashionistas] AT Social Icons – AlignmentHi thatchiccray,
You can do it by adding the below code in your theme’s style.css file.
I would advice you to do the changes using a Child Theme or by using a My custom css plugin to keep the changes preserved even after the update
.widget ul.widget-social-icons { text-align: center; } .widget-social-icons li { float: none; display: inline-block; }Hope it helps!!
Thanks 🙂
Forum: Themes and Templates
In reply to: [Fashionistas] Diseappering Sidebar in Posts?Hi VanilleChai,
I checked your site, and frankly speaking really liked the way you have customized the theme. Its look beautiful.
Now about the sidebar, I checked and it seems you dont have sidebar(s) in the first place in the posts to appear.
Please check the single.php file to see if there is any sidebar at all.
You can download the latest theme from wordpress.org and take its single.php file for reference.
Hope it helps!!!
Thanks
Forum: Themes and Templates
In reply to: [Fashionistas] post titles linking to about pageGlad that you figured it out.
Seems like we were making a mountain out of a molehill 😉
Permalinks structure is something we should have checked 🙂
Forum: Themes and Templates
In reply to: [Fashionistas] post titles linking to about pageYes a plugin can also be also be a culprit here.
First switch a theme and check, if the problem still persists, if yes then its because of a plugin and if not then you might have hooked a function wrongly in the present theme.
If it is due to a plugin, deactivate plugin one at a time and check which one fixes the issue.
Thanks
Forum: Themes and Templates
In reply to: [Hiero] Adjust post width for Hiero theme?Glad you figured it out.
Forum: Themes and Templates
In reply to: [Fashionistas] post titles linking to about pageTo know more about WordPress hooks and filter follow the link: http://codex.wordpress.org/Plugin_API
Thanks
Glad it Worked.
You too have a great day 🙂
Forum: Themes and Templates
In reply to: [Hiero] Featured Image size?Hi wereinthepipefivebyfive,
Please create a new topic for your respective issue. However similar the issue may seem like but would be different depending upon many factors like content and customizations.
Also please share a link for us to have a look
Thanks
Forum: Themes and Templates
In reply to: [Hiero] Adjust post width for Hiero theme?Hi,
Can you share the link of your website, so that we can have a look?
Thanks