Viewing 15 replies - 1 through 15 (of 19 total)
  • Plugin Author Fahad Mahmood

    (@fahadmahmood)

    Hi,

    Yes i can help you, can you send me the URL where you installed it. You can send me test credentials of wp-admin too, Click here to contact me.

    Thanks,
    Fahad

    Thread Starter burakbbb

    (@burakbbb)

    Hello, I sent an e-mail to you today. Thank you.

    Plugin Author Fahad Mahmood

    (@fahadmahmood)

    Thanks for the cooperation. It will be a pleasure for me to assist you again.

    Fahad

    Can you tell me, how you resolved this problem?
    I have the same.
    Thank you!

    Plugin Author Fahad Mahmood

    (@fahadmahmood)

    Hi,

    In fact problem was implementation of plugin on different template. You have to assure that you are implementing it on categories related or taxonomies related pages. If you will use it on single page, it has nothing to iterate and list there.

    Thanks,
    Fahad

    Hi Fahad,
    thanks for your answer… I have implemented it on a custom categories page: http://ml.ibloom-server.net/category/verkaufslexikon/
    So the problem might be different.
    Any ideas?
    Thanks!
    Edith

    Plugin Author Fahad Mahmood

    (@fahadmahmood)

    Hi,

    Can you please share the code of that page. I doubt that you are not querying with WordPress function get_posts(). Or there are more than one main queries are on one page.

    Thanks,
    Fahad

    Sure…

    get_header(); ?>
    
    <div class="row">
    	<section id="primary" class="site-content small-12 medium-8 columns">
    		<div id="content" role="main">
    
    			<header class="archive-header">
    				<h1 class="archive-title">Verkaufslexikon</h1>
    			  <h4>Hilfreiche Erklärungen von A-Z</h4>
                    <p>Kennen Sie schon unser Verkaufslexikon?<br />
    Hier kann jeder aktiv mitmachen und so können wir noch mehr Erklärungen rund ums Thema Verkaufen bieten. <a title="Verkaufslexikon" href="http://www.verkaufslexikon.de/" target="_blank">Machen Sie mit!</a></p>
    				<?php echo do_shortcode('[ap_pagination]'); ?>
    			</header><!-- .archive-header -->
    
                <?php if ( have_posts() ) : ?>
    
    			<?php
    			/* Start the Loop */
    			while ( have_posts() ) : the_post();
    
    				/* Include the post format-specific template for the content. If you want to
    				 * this in a child theme then include a file called called content-___.php
    				 * (where ___ is the post format) and that will be used instead.
    				 */
    				get_template_part( 'content', 'verkaufslexikon' );
    
    			endwhile;
    
    			// Pagination
    			if (function_exists("emm_paginate")) {
    		    	emm_paginate();
    			} ?>
    
    		<?php else : ?>
    			<?php get_template_part( 'content', 'none' ); ?>
    		<?php endif; ?>
    
    		</div>
    	</section>
    
    	<?php get_sidebar(); ?>
    </div>
    <?php get_footer(); ?>

    thank you!
    Edith

    Plugin Author Fahad Mahmood

    (@fahadmahmood)

    Hi,

    I got it, you are using this plugin with shortcode. Try it with “Auto” option instead of shortcode. Let me know if it works?

    Thanks,
    Fahad

    Hi,
    put it to auto but now output is just the shortcode: [ap_pagination]
    Do I have to change code in template, too?
    Thanks,
    Edith

    Plugin Author Fahad Mahmood

    (@fahadmahmood)

    Hi,
    Yes update your template and remove that shortcode. Now go to plugin settings and put your “DOM POSITION” carefully. Any CSS selector, e.g. id of a div or class or a div in which you want to show the pagination.

    Important!
    id: #div_id (with hash)
    class: .div_class (with dot)

    Thanks,
    Fahad

    Hi Fahad,

    I did like you have written (DOM #content)… but now there are not even the letters showing anymore.
    I have implementation “auto”, display on all lists “no” and chosen category.

    hmm…

    Edith

    Plugin Author Fahad Mahmood

    (@fahadmahmood)

    Hi,

    May i have your wp-admin (test) credentials.

    Thanks,
    Fahad

    Plugin Author Fahad Mahmood

    (@fahadmahmood)

    You can send me the test credentials to my email through my blog/contact page.

    The data are in your gmail inbox.
    Please let me know.
    Thanks,
    Edith

Viewing 15 replies - 1 through 15 (of 19 total)
  • The topic ‘Post not filtered when I click on the Alphabet Letters’ is closed to new replies.