Support for Envato Buyers Forums DGWork How do you turn off …/?paginate1=2 on second page of products on the homepage?

Viewing 4 reply threads
  • Author
    Posts
    • #11157
      bdendas
      Participant

      How do I change the URL of the second page of the home page?

      Also, how can I turn off the revolution slider on the second, third, etc. page after the home page?

      Example: http://indiegetup.com/?paginate1=2

    • #11159

      Hi

      1 Please let me know what kind of URL you like, I will change the ThemeVan shortcodes plugin codes for you.

      2. Currently, both revolution slider, DGWork and Visual Composer doesn’t support auto hide a specific section (like top slider) when the home page is paged. The only way that I can do for you is that update the ThemeVan Shortcodes plugin, insert a class selector when the home page is paged, then you can hide the top slider with the custom CSS.

      I will do it after you tell me the details of the first issue.

      Thanks!

    • #11165
      bdendas
      Participant

      John,

      I keep saying this, but you’re the man, thank you! Okay so just adding 2, 3, etc. to the URL for these pages would work. So if I click the next button at the button of the page it would bring me to indiegetup.com/2. That would do for now.

      Thanks,
      Brandon

    • #11171

      Hi

      You have to use PHP rewrite rules to rewrite the ?paginate1=2 as /2 or /page/2. I will ask our developer to give you a rewrite rule that you can add into .htaccess file. This is not the theme coding issue.

      By the way, maybe your hosting support can also help you on this.

      Thanks

    • #11179

      Hi

      My developer told me that you can’t rewrite the URL, because ?paginate1=2 is a query, if user placed multiple pageable product grid sections, then the query will be ?paginate2=* or ?pagination3=*. So, if you remove ?pagination1, the second page will not work properly.

      He said you can only modify the ‘pagination’ text, for example change it to “paged”, then the URL will be …/?paged1=2, or remove the pagination text, then the URL will be …/?1=2

      Now we can only add a new option that allow users to define their own pagination text, for example, if user define the text to “digtial-product”, then the URL will be …/?digital-product/2 Currently, this is only solution.

      Is that OK for your need?

Viewing 4 reply threads
  • You must be logged in to reply to this topic.