Title: nigrinis's Replies | WordPress.org

---

# nigrinis

  [  ](https://wordpress.org/support/users/nigrinis/)

 *   [Profile](https://wordpress.org/support/users/nigrinis/)
 *   [Topics Started](https://wordpress.org/support/users/nigrinis/topics/)
 *   [Replies Created](https://wordpress.org/support/users/nigrinis/replies/)
 *   [Reviews Written](https://wordpress.org/support/users/nigrinis/reviews/)
 *   [Topics Replied To](https://wordpress.org/support/users/nigrinis/replied-to/)
 *   [Engagements](https://wordpress.org/support/users/nigrinis/engagements/)
 *   [Favorites](https://wordpress.org/support/users/nigrinis/favorites/)

 Search replies:

## Forum Replies Created

Viewing 9 replies - 1 through 9 (of 9 total)

 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Automatic Youtube Video Posts Plugin] How to change thumb size](https://wordpress.org/support/topic/how-to-change-thumb-size/)
 *  [nigrinis](https://wordpress.org/support/users/nigrinis/)
 * (@nigrinis)
 * [11 years, 2 months ago](https://wordpress.org/support/topic/how-to-change-thumb-size/#post-5039969)
 * Hi Im in the same situation… I need to be able to use my original thumbnail size
   and settings… but by default I get a 100×100… Im still waiting for support response
   despite I bought a PRO version. I thought I would get a priority support but 
   it hasnt been the case…:(
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[WP RSS Multi Importer] Embedded Videos Not Working](https://wordpress.org/support/topic/embedded-videos-not-working-2/)
 *  [nigrinis](https://wordpress.org/support/users/nigrinis/)
 * (@nigrinis)
 * [11 years, 2 months ago](https://wordpress.org/support/topic/embedded-videos-not-working-2/#post-5859971)
 * hi, the “Place video into the post when available ” does not work… I got a youtube
   feed and all I can get is a hyperlink for a lightbox.
    Also, the feeds are getting
   repeated, I have 2 pages in the index with a repetition of the same feeds.. please
   help me 🙂 you cans ee the issues here: [http://chicapractica.com](http://chicapractica.com)
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Ajax Load More – Infinite Scroll, Load More, & Lazy Load] displaying duplicate posts.](https://wordpress.org/support/topic/displaying-duplicate-posts/)
 *  Thread Starter [nigrinis](https://wordpress.org/support/users/nigrinis/)
 * (@nigrinis)
 * [11 years, 2 months ago](https://wordpress.org/support/topic/displaying-duplicate-posts/#post-5851843)
 * hi yes, I have pasted the exact query (without the “postsNotIn”) and it’s still
   repeating… please have a look at my website again.
 * her eis the code I placed in the ALM template:
 *  <div class=”col-sm-4″>
    <div class=”row”> <?php $i=0; $j = $wp_query->post_count;?
   > <?php $query = new WP_Query(‘cat=4’); ?> <?php if ( $query->have_posts() ) :
   while ( $query->have_posts() ) : $query->the_post(); ?> <?php include( get_stylesheet_directory().’/
   postBox.php’); ?> <!– end article –>
 *  <?php if ( 0 == ++$i%3 && $i < $j ) { echo ‘</div></div><div class=”col-sm-4″
   ><div class=”row”>’;} ?>
 *  <?php endwhile; ?>
 *  </div>
    </div> <!— CLOSE GRID COLUMN SYSTEM FOR THE POST LOOPS —>
 *  <?php endif; ?>
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Ajax Load More – Infinite Scroll, Load More, & Lazy Load] displaying duplicate posts.](https://wordpress.org/support/topic/displaying-duplicate-posts/)
 *  Thread Starter [nigrinis](https://wordpress.org/support/users/nigrinis/)
 * (@nigrinis)
 * [11 years, 2 months ago](https://wordpress.org/support/topic/displaying-duplicate-posts/#post-5851839)
 * this is the query Im using in the ALM template:
 * <div class=”col-sm-4″>
    <div class=”row”> <?php include( get_stylesheet_directory().’/
   postBox.php’); ?> <?php if ( 0 == ++$i%3 && $i < $j ) { echo ‘</div> <div class
   =”row”>’;} ?> </div> </div>
 * its the same as the regular I posted above… just without some wrapping divs. 
   And I get the same result: [http://chicapractica.com](http://chicapractica.com)
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Ajax Load More – Infinite Scroll, Load More, & Lazy Load] displaying duplicate posts.](https://wordpress.org/support/topic/displaying-duplicate-posts/)
 *  Thread Starter [nigrinis](https://wordpress.org/support/users/nigrinis/)
 * (@nigrinis)
 * [11 years, 2 months ago](https://wordpress.org/support/topic/displaying-duplicate-posts/#post-5851837)
 * its just a css look and feel change… If I se the same, it wont change anything…
   you can check it out again if you want and you will see the problem is still 
   there. Im using the same query, just different CSS. However, I just changed the
   css to show you that the issue is still there.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Ajax Load More – Infinite Scroll, Load More, & Lazy Load] displaying duplicate posts.](https://wordpress.org/support/topic/displaying-duplicate-posts/)
 *  Thread Starter [nigrinis](https://wordpress.org/support/users/nigrinis/)
 * (@nigrinis)
 * [11 years, 2 months ago](https://wordpress.org/support/topic/displaying-duplicate-posts/#post-5851836)
 * sorry I don’t understand what you are telling me. could you please assist me 
   with a solution or a different approach, as I’m still confuse of what’s going
   on or what is wrong. I would appreciate your prompt reply.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Ajax Load More – Infinite Scroll, Load More, & Lazy Load] displaying duplicate posts.](https://wordpress.org/support/topic/displaying-duplicate-posts/)
 *  Thread Starter [nigrinis](https://wordpress.org/support/users/nigrinis/)
 * (@nigrinis)
 * [11 years, 2 months ago](https://wordpress.org/support/topic/displaying-duplicate-posts/#post-5851720)
 * Hi There, thanks for our prompt reply 🙂 yes, I first load 9 posts, and after
   I display the “load more” button. You can check it out here: [http://chicapractica.com/](http://chicapractica.com/)
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Responsive Full Width Background Slider] Compatible with mobile?](https://wordpress.org/support/topic/compatible-with-mobile/)
 *  [nigrinis](https://wordpress.org/support/users/nigrinis/)
 * (@nigrinis)
 * [11 years, 9 months ago](https://wordpress.org/support/topic/compatible-with-mobile/#post-5028868)
 * HI There,
    I installed your plugin and its working fine, except when I view it
   on my mobile or ipad (portrait mode). The images appear but create extra space
   on the right so you can scroll horizontally. pLease check it out here: [http://boozemates.com.au](http://boozemates.com.au)
 * I would appreciate your prompt assistance.
 * Thanks in advance.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[WP Gallery Custom Links] entry-thumbnail size to squared](https://wordpress.org/support/topic/entry-thumbnail-size-to-squared/)
 *  Thread Starter [nigrinis](https://wordpress.org/support/users/nigrinis/)
 * (@nigrinis)
 * [12 years, 6 months ago](https://wordpress.org/support/topic/entry-thumbnail-size-to-squared/#post-4308928)
 * HI There, I changed the functions code to height 250, I also changed it in the
   settings=>media… and I installed a regenerate thumbnail plugin… after doing all
   these, all the heights of the homepage thumbnails are inconsistent… have a look
   at it here: [http://rebeca.nigrinis.com](http://rebeca.nigrinis.com)
 *  I would appreciate your prompt assistance.

Viewing 9 replies - 1 through 9 (of 9 total)