Support Forums

The forums are closed and will be removed when we launch our new site.

Looking for support? You can access the support system via your account.

Andrew Turner

Forum Replies Created

Viewing 10 posts - 1 through 10 (of 70 total)
  • Andrew Turner in reply to:
    Permalinks
    #274640
    This reply has been marked as private.
    Andrew Turner in reply to:
    Search Form breaks part of site
    #269852

    Updated and seems to have fixed all my issues, thanks.

    Andrew Turner in reply to:
    Search Form breaks part of site
    #269842

    I’ve renewed my license now, the site is only running WordPress 5.2.9 so I don’t think that will be the issue, plus that plugin says it isn’t designed to work with this version of WordPress.

    Andrew Turner in reply to:
    Search Form breaks part of site
    #269804
    This reply has been marked as private.
    Andrew Turner in reply to:
    Pagination Issue
    #247409

    Nevermind, I had the page template set to Blog, after setting it to default the text doesn’t display.

    Andrew Turner in reply to:
    Pagination Issue
    #247407

    Hi,
    Just revisiting this issue, I installed the WP-PageNavi plugin and it works great!.

    However, I still have the text ‘No post were found.’ showing underneath the pagination even when there ARE posts/results shown. I’m not sure where this is coming from I suspect the themes blog template, just not sure why it’s displaying. This is the code I have at the bottom of the results.php file:

    <div class="pagination">
    		
    		
    		<?php
    			/* example code for using the wp_pagenavi plugin */
    			if (function_exists('wp_pagenavi'))
    			{
    				echo "<br />";
    				wp_pagenavi( array( 'query' => $query ) );
    			}
    		?>
    	</div>
    	<?php
    }
    else
    {
    	echo "No Results Found";
    }
    ?>
    Andrew Turner in reply to:
    Pagination Issue
    #228871

    ok was hoping not to have to install another plugin, but will try it out.

    Andrew Turner in reply to:
    Pagination Issue
    #228849
    This reply has been marked as private.
    Andrew Turner in reply to:
    Social Media Sharing Issue
    #227068

    Thank you I understand now, I enabled the sidebar on the page, then created a new sidebar widget and inserted the search form shortcode and its now working correctly, just need to tweak the CSS a little.

    Thanks!

    Andrew Turner in reply to:
    Social Media Sharing Issue
    #227023

    Yes it does but whichever template I choose doesn’t affect the layout because it’s using the results.php template.

Viewing 10 posts - 1 through 10 (of 70 total)