nigrinis
Forum Replies Created
-
Forum: Plugins
In reply to: [Automatic Youtube Video Posts Plugin] How to change thumb sizeHi 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
In reply to: [WP RSS Multi Importer] Embedded Videos Not Workinghi, 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:
https://chicapractica.comForum: Plugins
In reply to: [WordPress Infinite Scroll - Ajax Load More] displaying duplicate posts.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
In reply to: [WordPress Infinite Scroll - Ajax Load More] displaying duplicate posts.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: https://chicapractica.com
Forum: Plugins
In reply to: [WordPress Infinite Scroll - Ajax Load More] displaying duplicate posts.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
In reply to: [WordPress Infinite Scroll - Ajax Load More] displaying duplicate posts.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
In reply to: [WordPress Infinite Scroll - Ajax Load More] displaying duplicate posts.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: https://chicapractica.com/
Forum: Plugins
In reply to: [Responsive Full Width Background Slider] Compatible with mobile?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: https://boozemates.com.auI would appreciate your prompt assistance.
Thanks in advance.
Forum: Plugins
In reply to: [WP Gallery Custom Links] entry-thumbnail size to squaredHI 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: https://rebeca.nigrinis.com
I would appreciate your prompt assistance.