avirupchatterjee
Forum Replies Created
-
Forum: Themes and Templates
In reply to: [Hitchcock] Posts not all appearing in infinite scrollThis is a Jetpack plugin issue has already been reported. Refer below link for issue detail & how to resolve the same.
https://github.com/Automattic/jetpack/issues/9327#issuecomment-382683116
For me, looks like the issue got resolve by updating the plugin to v6.1. But I have to perform more tests to make sure of that.
Thanks,
avirupForum: Themes and Templates
In reply to: [Hitchcock] Posts not all appearing in infinite scrollI am also facing the same issue, skipping the posts while loading using Jetpack Inifinite Scroll. Did you able to resolve it?
Please let us know. ??
- This reply was modified 6 years, 11 months ago by avirupchatterjee.
My Bad, Anders. The issue has been fixed.
My child theme files were actually overriding the new changes.
Thanks a ton.
Hi Anders,
This issue has not been resolved. I am still facing same issue.
Update receive for v1.04. Kindly check and confirm. Thanks
Excellent. Thanks !
HI
Can someone help me to fix this issue. Preferably author.
Thanks
Forum: Fixing WordPress
In reply to: Unable to get the feed url for my websiteGetting “Error 500 – Internal Server Error” after made the changes. I have reverted back to the old code in htaccess file.
Forum: Fixing WordPress
In reply to: Unable to get the feed url for my websiteHi Dipak
Thanks for your reply. I have already following code available in the .htaccess file.
<IfModule mod_rewrite.c> RewriteEngine On RewriteBase / RewriteRule ^index\.php$ - [L] RewriteCond %{REQUEST_FILENAME} !-f RewriteCond %{REQUEST_FILENAME} !-d RewriteRule . /index.php [L] </IfModule>
Can you please let me know how I will add the code you have provided.
Thanks
Forum: Fixing WordPress
In reply to: Unable to get the feed url for my website1. Ajax Load More
2. Akismet
3. All In One SEO Pack
4. Current Age
5. Duplicator
6. FD Feedburner Plugin
7. Featured Images in RSS w/ Size and Position
8. Genericon’d
9. Google XML Sitemaps
10. Jetpack by WordPress.com
11. Subscribe2
12. WordPress Database Backup
13. WP-Mail-SMTP
14. WPBeginner’s Compact Archives
15. WPtouch Mobile PluginForum: Fixing WordPress
In reply to: Unable to get the feed url for my websiteCan anyone help me with this issue.
Thanks in advance.
Forum: Plugins
In reply to: Experiencing Issues with Jetpack connectionsThanks WPyogi. I have posted in the jetpack forum.
Forum: Fixing WordPress
In reply to: Unable to get the feed url for my websiteRemoved 3 lines you have mentioned.
tries following link
https://avirupchatterjee.com/?feed=rss2
Still redirecting me to only avirupchatterjee
Forum: Fixing WordPress
In reply to: Unable to get the feed url for my websiteThanks. I have removed the line. It’s still redirecting me to avirupchatterjee only. Please refer my current header code
<?php /** * The Header for our theme * * Displays all of the <head> section and everything up till <div id="main"> * @author Avirup Chatterjee * @package WordPress * @subpackage Twenty_Fourteen * @since Twenty Fourteen 1.0 */ ?><!DOCTYPE html> <!--[if IE 7]> <html class="ie ie7" <?php language_attributes(); ?>> <![endif]--> <!--[if IE 8]> <html class="ie ie8" <?php language_attributes(); ?>> <![endif]--> <!--[if !(IE 7) | !(IE 8) ]><!--> <html <?php language_attributes(); ?>> <!--<![endif]--> <head> <link rel="shortcut icon" href="<?php echo get_stylesheet_directory_uri(); ?>/favicon.ico" /> <link rel="alternate" type="application/rss+xml" title="RSS 2.0" href="<?php bloginfo('rss2_url'); ?>" /> <link rel="alternate" type="text/xml" title="RSS .92" href="<?php bloginfo('rss_url'); ?>" /> <link rel="alternate" type="application/atom+xml" title="Atom 0.3" href="<?php bloginfo('atom_url'); ?>" /> <meta charset="<?php bloginfo( 'charset' ); ?>"> <meta name="viewport" content="width=device-width"> <title><?php wp_title( '|', true, 'right' ); ?></title> <meta name="alexaVerifyID" content="yBAN6o-fIj7KifhGNp4qribNPrQ"/> <link rel="profile" href="https://gmpg.org/xfn/11"> <link rel="pingback" href="<?php bloginfo( 'pingback_url' ); ?>"> <!--[if lt IE 9]> <script src="<?php echo get_template_directory_uri(); ?>/js/html5.js"></script> <!-- jQuery library (served from Google) --> <script src="//ajax.googleapis.com/ajax/libs/jquery/1.9.0/jquery.min.js"></script> <!-- bxSlider Javascript file --> <script src="<?php bloginfo('stylesheet_directory'); ?>/js/libs/jquery.bxslider.min.js"></script> <script src="<?php bloginfo('stylesheet_directory'); ?>/js/libs/slidercall.js"></script> <!-- <![endif]--> <?php wp_head(); ?> </head> <body <?php body_class(); ?>> <div id="page" class="hfeed site"> <?php if ( get_header_image() ) : ?> <div id="site-header"> <a href="<?php echo esc_url( home_url( '/' ) ); ?>" rel="home"> <img src="<?php header_image(); ?>" width="<?php echo get_custom_header()->width; ?>" height="<?php echo get_custom_header()->height; ?>" alt=""> </a> </div> <?php endif; ?> <?php $facebook = "https://www.facebook.com/pages/avirupchatterjee/690758187637465"; $twitter = "https://twitter.com/avirupBlogger"; $instagram = "https://instagram.com/avirupavirup"; $flickr = "https://www.flickr.com/photos/avirup_photography/sets/"; $feed = "https://feeds.feedburner.com/avirupchatterjee"; ?> <header id="masthead" class="site-header" role="banner"> <div class="header-main"> <div class="social-header"> <a class="header-feed" href="<?php echo $feed; ?>" target="_blank" > <?php echo do_shortcode( '[genericon icon=feed size=1x]' ) ?></a> <a class="header-flickr" href="<?php echo $flickr; ?>" target="_blank" > <?php echo do_shortcode( '[genericon icon=flickr size=1x]' ) ?></a> <a class="header-instagram" href="<?php echo $instagram; ?>" target="_blank" > <?php echo do_shortcode( '[genericon icon=instagram size=1x]' ) ?></a> <a class="header-twitter" href="<?php echo $twitter; ?>" target="_blank" > <?php echo do_shortcode( '[genericon icon=twitter size=1x]' ) ?></a> <a class="header-facebook" href="<?php echo $facebook; ?>" target="_blank" > <?php echo do_shortcode( '[genericon icon=facebook size=1x]' ) ?></a> <div class="follow-me-button"> <?php echo do_shortcode("[subscribe2 size='30' hide='unsubscribe' link='Subscribe']"); ?> </div> </div> <h1 class="site-title"> <a href="<?php echo esc_url( home_url( '/' ) ); ?>" rel="home" title="avirupchatterjee"> <img id="site-logo" src="<?php echo get_stylesheet_directory_uri(); ?>/images/site-logo-small-png.png" alt="avirupcatterjee" /> </a></h1> <nav id="primary-navigation" class="site-navigation primary-navigation" role="navigation"> <button class="menu-toggle"><?php _e( 'Primary Menu', 'twentyfourteen' ); ?></button> <a class="screen-reader-text skip-link" href="#content"><?php _e( 'Skip to content', 'twentyfourteen' ); ?></a> <?php wp_nav_menu( array( 'theme_location' => 'primary', 'menu_class' => 'nav-menu' ) ); ?> </nav> </div> </header><!-- #masthead --> <div id="main" class="site-main">
Thanks in advance.
Forum: Fixing WordPress
In reply to: Unable to get the feed url for my websiteThanks for the reply. I removed the following line.
<link rel="alternate" type="application/rss+xml" title="<?php bloginfo('name'); ?> RSS Comments Feed" href="<?php bloginfo(‘comments_rss2_url’); ?>" /
Even then Its still redirecting me to “avirupchatterjee/”
Hello
Nice Post. I have tried that in my child theme css of twenty fourteen. But it is not working. I tried the link you have provided also. Same issue in both the case.
I used the following code
div.sharedaddy a.sd-button { padding: 10px!important; } div.sharedaddy .sd-content li a::before { font-family: 'Genericons'; font-size: 32px; color: #fff; } div.sharedaddy a.sd-button>span { display: none; } div.sharedaddy .sd-content li.share-twitter a::before { content: '\f202'; color: #4099FF; } div.sharedaddy .sd-content li.share-facebook a::before { content: '\f204'; color: #3B5998; } div.sharedaddy .sd-content li.share-google-plus-1 a::before { content: '\f218'; color: #DD4B39; }
No luck what so ever. I have Genericon installed in my theme (Twenty Fourteen) but I am getting the out put as small blank box without any icons inside.
Any kind of help will be appreciated.