Prasanna Kakunje
Forum Replies Created
-
Forum: Themes and Templates
In reply to: [Tidy] Theme Options not working@ WP Shop byGMO:In fact I just want to disable the “Nothing Found” section on my home page (all pages). URL is http://www.shoppi.in
Forum: Themes and Templates
In reply to: [Tidy] Theme Options not working@ WP Shop byGMO: No I don’t have any font plugin. I am using Jetpack, Mojo Marketplace and WooCommerce, only these plugins.
Forum: Themes and Templates
In reply to: [Tidy] Theme Options not workingSame problem with me. For example if I try to click on “Layout settings” I see that there is link http://www.shoppi.in/wp-admin/themes.php?page=tidy-options#options-group-4 but then, it doesn’t go there! I just keep clicking and it stays on “About” option only! Please help.
Forum: Themes and Templates
In reply to: [Ward] Image not displaying in the home page top widget!Thank you C.Bavota. It’s working 🙂
Forum: Themes and Templates
In reply to: [Customizr] Footer widget link color css?Thank you Tomaja and Nikeo.
Forum: Themes and Templates
In reply to: [Customizr] Footer widget link color css?Hi Nikeo,
Thanks for your time. However this is changing the color of footer (copyright area) links but not links in the footer ‘widgets’. There are a link each in the left and middle widgets. Can you suggest css to change them?
Cheers,
PrasannaForum: Themes and Templates
In reply to: [Attitude] Social icon size and color changeHello,
Sorry for the trouble.
I was trying to customize the theme’s icon and it couldn’t happen. So, I opted for a plugin and it is working well for me. Thank you so much for your time.
Forum: Themes and Templates
In reply to: [Vantage] Why is the body color not white?Hi Greg…
I could find out my mistake… I had to create a folder ‘parts’ in the child theme folder and move footer.php into that. Now the problem is solved.
Thank you for your time and efforts.
Regards,
PrasannaForum: Themes and Templates
In reply to: [Vantage] Why is the body color not white?Hi Greg,
Thank you for the prompt response.
FYI, child theme css hasn’t been modified. I have just created with import from Vantage stylesheet.I am assuming that the problem could be from the changes I made in the footer php file, which I modified to remove all copyrights, links etc. Please help me to correct this if anything went wrong. I am pasting my footer.php codes below…
<footer id="colophon" class="site-footer" role="contentinfo"> <div id="footer-widgets" class="full-container"> <?php dynamic_sidebar( 'sidebar-footer' ) ?> </div><!-- #footer-widgets --> <?php $site_info_text = apply_filters('vantage_site_info', siteorigin_setting('general_site_info_text') ); if( !empty($site_info_text) ) : ?> <div id="site-info"> <?php echo wp_kses_post($site_info_text) ?> </div><!-- .site-info --> <?php endif; ?> <?php wp_footer(); ?> </footer><!-- #colophon .site-footer -->[Moderator Note: Please post code & markup between backticks or use the code button. Your posted code may now have been permanently damaged by the forum’s parser.]
Forum: Themes and Templates
In reply to: [Customizr] how to change social icon size in Customizr?Thank you Andrew… it’s working 🙂