Viewing 12 replies - 1 through 12 (of 12 total)
  • Plugin Author Nimble3

    (@nimble3)

    Thread Starter waltwooden

    (@waltwooden)

    I resaved permalinks but that didn’t do anything.

    Plugin Author Nimble3

    (@nimble3)

    There is a page “Portfolio” whose slug has a conflict with the post type name, i.e. portfolio

    Please use a different slug like the-portfolio for the post type or change the slug (permalink) of the page.

    Thread Starter waltwooden

    (@waltwooden)

    Thank you for the help that fixed the page link problem.

    I am getting a 404 error, after testing each type of permalink in WordPress and re-saving it. How does one change this?

    Please use a different slug like the-portfolio for the post type or change the slug (permalink) of the page.

    No matter how many different permalinks I change inside the settings in WordPress, “portfolio” is always auto generated and used.

    Plugin Author M. Amir Ul Amin

    (@mamirulamin)

    You need to do this in nimble-portfolio.php

    When registering ‘portfolio’ post type, please replace ‘rewrite’ => true with ‘rewrite’ => array( ‘slug’ => ‘something-custom’ )

    That ‘rewrite’ => array ( ‘slug’ => ‘something-custom’) worked fine for me.

    Thank you very much. Great plugin!

    I’m still getting the 404 page error even after changing the ‘slug’ to “gallery”.

    the weird thing is that for a moment the plugin looks like it’s showing the correct filtered items but after a few seconds it goes to 404.

    anywone willing to help me fix it?
    thanks in advance! ??

    Plugin Author Nimble3

    (@nimble3)

    Please always mention the live URL to the portfolio page.

    Its almost impossible to guess what is the actual issue

    You’re super right sorry!
    https://www.yuncreativelabs.com/wp/gallery/

    Plugin Author Nimble3

    (@nimble3)

    Multiple versions of jQuery are called on your page

    <script type='text/javascript' src='https://www.yuncreativelabs.com/wp/wp-includes/js/jquery/jquery.js?ver=1.8.3'></script>

    and

    <script src="https://code.jquery.com/jquery-1.7.2.min.js"></script>

    Please use a single call.

    you are the man ??
    huge thanks for the help and the brilliant plugin!

Viewing 12 replies - 1 through 12 (of 12 total)
  • The topic ‘Read More doesn't go to correct page’ is closed to new replies.