Forum Replies Created

Viewing 6 replies - 1 through 6 (of 6 total)
  • Hello,

    I have this same issue. I made a temporary fix by updating the archive.php file to use code from an older version that’s working. The used the following code instead.

    <div class=”col-md-8 blog-column-left”>
    <div class=”row blog-list”>

    <?php if ( have_posts() ) : ?>

    <?php /* Start the Loop */ ?>
    <?php while ( have_posts() ) : the_post(); ?>

    <?php get_template_part( ‘content’, get_post_format() ); ?>

    <?php endwhile; ?>

    <?php else : ?>

    <?php get_template_part( ‘content’, ‘none’ ); ?>

    <?php endif; ?>

    </div>

    <div class=”comment-navigation grey-light”>
    <?php echo maskitto_light_paginate_links(); ?>
    </div>
    </div>

    <?php if( !isset( $maskitto_light[‘blog-widgets’] ) || $maskitto_light[‘blog-widgets’] == 1 ) : ?>
    <div class=”col-md-4 blog-column-right”>

    <?php get_sidebar(); ?>

    </div>
    <?php endif; ?>

    Hope this helps.

    I had a similar issue to that reported above. Portfolio was working well on the home page but after the 1.2.13.2 upgrade was no longer working on a page created with the Portfolio widget added. For me a work-around to fix the issue was to change the page template on this newly created page from “Default Template” to “Front page”.

    Thread Starter Stephen415

    (@stephen415)

    I seem to have found a related problem, and passing along for your review. It appears that the link to the first page (or the link with the label of 1) in the row of pagination links does not work. For example if you are on the second page of a filter category or tag list (for example [root]/category/category-name/page/2/) you would expect to see something like

    – « Previous
    – 1
    – 2
    – 3
    – Next »

    Obviously the first page should link to either [root]/category/category-name/page/1/ or better still [root]/category/category-name/

    Unfortunately it links back to the page you are currently on. If you would be on page 4, it links back to page 4. Easiest to see an example on my website, just go to the following link

    https://stephen-and-caroline.com/category/travels/page/2/

    and select the number 1 label on the row of pagination links. This problem applies to both category and tag filtering.

    Thread Starter Stephen415

    (@stephen415)

    All looks good for me. Thanks for the patch.

    Thread Starter Stephen415

    (@stephen415)

    Actually, spoke too soon. I just deployed archive.php and looks like it has addressed the issue. Will test more tonight. Thanks again.

    Thread Starter Stephen415

    (@stephen415)

    Thanks!

    Unfortunately I can’t upload the entire package to my wordpress directory, as my wordpress site is hoted by someone who provides a more managed service. But if you let me know which file you changed to fix the issue, then I can upload the file and test the fix.

    I already deployed search.php and it appears to have addressed the search issue I mentioned. So thanks for that.

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