rohitbedi88
Forum Replies Created
-
Forum: Plugins
In reply to: [Facebook] Comments Background Color removed after UpdateHi Niall, thanks for the plugin! Kleklezin, if changing between ‘light’ and ‘dark’ theme of the comments plugin solves your problem, then here is the solution.
Go to the File Manager provided by your host.
Go to wp-content/plugins/facebook-comments-notifier and open fb-comments.js.
You have to add an attribute ‘colorscheme’ with the value ‘dark’ or ‘light’ (depending on your requirement) to the <fb:comments> tag.For that, locate the code
html += '></fb:comments>' ;which is line 115 in my case and change it to this
html += ' colorscheme = "dark"></fb:comments>' ;I changed my fb comments box theme to dark to suit my website which has a dark background.
Hope this helps!
Thank u chris! Your code solved the problem.
Thanks for the prompt response Chris! I’ll try it out.
Forum: Themes and Templates
In reply to: Content overflows main content area (heightwise)Sorry to bother you.
Forum: Themes and Templates
In reply to: Content overlaps footer in ChromeI have not made any changes in the template.
The code you pasted:
[ Moderator Note: Please post code or markup snippets between backticks or use the code button. ]
<div id="primary" class="content-area grid_9 equal_height" style="height: 1316px;"> I don't know how style="height: 1316px;" is appearing there. Here is the page template code (page.php) <?php get_header(); ?> <div id="primary" class="content-area grid_9 equal_height"> <div id="content" class="site-content" role="main"> <?php while ( have_posts() ) : the_post(); ?> <?php get_template_part( 'content', 'page' ); ?> <?php //comments_template( '', true ); ?> <?php endwhile; // end of the loop. ?> </div><!-- #content .site-content --> </div><!-- #primary .content-area --> <?php get_sidebar(); ?> <?php get_footer(); ?>Single post (single.php)
<?php get_header(); ?> <div id="primary" class="content-area grid_9 equal_height"> <div id="content" class="site-content" role="main"> <?php while ( have_posts() ) : the_post(); ?> <?php get_template_part( 'content', 'single' ); ?> <?php // If comments are open or we have at least one comment, load up the comment template if ( comments_open() || '0' != get_comments_number() ) comments_template( '', true ); ?> <?php endwhile; // end of the loop. ?> </div><!-- #content .site-content --> </div><!-- #primary .content-area --> <?php get_sidebar(); ?> <?php get_footer(); ?>I’m completely lost, dunno where that height is coming from.
@bumblebeeme – I hope it’s just me whose getting the overlap 🙂
Forum: Themes and Templates
In reply to: Content overlaps footer in ChromeI deactivated all the plugins and still the problem persists 🙁
Forum: Themes and Templates
In reply to: Content overlaps footer in ChromeOK Sir, I’ll get back after I test the plugins.
Forum: Themes and Templates
In reply to: Content overlaps footer in ChromeVersion 26.0.1410.43 m
For an example – http://graffitiinindia.com/daku-devanagiri-delhi/