valdenilson
Forum Replies Created
-
Forum: Plugins
In reply to: [Simple Download Monitor] Paginate doesn’t worksThanks!
Forum: Plugins
In reply to: [Simple Download Monitor] Paginate doesn’t worksHi again, today I launched new wordpress website, configured it with multisite and use a Custom Structure in permalink (/%category%/%postname%/), same error.
Follow access credentials if you necessitate.
https://portal.teste.ufrr.br/sem-categoria/ola-mundo/
user:pass
sdm:sdmtestWhen I put permalink in Plain mode (https://portal.teste.ufrr.br/?p=123), it works fine.
Thanks.
- This reply was modified 2 years, 3 months ago by valdenilson.
Forum: Plugins
In reply to: [Simple Download Monitor] Paginate doesn’t worksOk, thanks for your attention.
Forum: Plugins
In reply to: [Simple Download Monitor] Paginate doesn’t worksHi! I have deactivated All plugins, e have changed theme, nothing works. I have tested too change the permalink settings, beacause I use a custom structure: /%category%/%postname%/.
I’m begining in wordpress and I’m developing a theme, I have more than a thousand lines in my function.php, do you have idea where can I would to start search a problem?
Edit: I had let only essencial functions for print strings in my functions.php, not worked.
Edit 2: in the header, I have:
GET https://localhost/wp-portal/noticias/teste/page/2/
returns
Status
301
Moved PermanentlyEdit 4: I’m using Multisites.
When I’m in https://localhost/wp-portal/category/article and click in https://localhost/wp-portal/category/article/page/2/ link, it’s return to https://localhost/wp-portal/category/article.
I have tested in a fresh wordpress instalation and the pagination worked perfect.
- This reply was modified 2 years, 4 months ago by valdenilson.
- This reply was modified 2 years, 4 months ago by valdenilson.
- This reply was modified 2 years, 4 months ago by valdenilson.
- This reply was modified 2 years, 4 months ago by valdenilson.
Forum: Plugins
In reply to: [Simple Download Monitor] Paginate doesn’t worksHi, thanks for your patience, I will to try and return.
Forum: Plugins
In reply to: [Simple Download Monitor] Paginate doesn’t worksSorry, I don’t know if I was clear, but that is it:
I want to use the functionality “Adding Pagination to Category Download Items Display”, in example:
[sdm_show_dl_from_category category_slug=”2021″ fancy=”1″ pagination=”1″]
https://pasteboard.co/Sz5AGgucVXqk.png
The links for the “2” and “3” pages(pagination) is not working.
The links generated by sdm are:
https://localhost/wp-portal/noticias/teste-permissao-cat/ (Post’s link)
https://localhost/wp-portal/noticias/teste-permissao-cat/page/2/ (SDM page 2 link – not work)
https://localhost/wp-portal/noticias/teste-permissao-cat/page/3/(SDM page 3 link – not work)Is the correct plugin’s behavior?
Am I doing something wrong?
- This reply was modified 2 years, 5 months ago by valdenilson.
Forum: Plugins
In reply to: [Simple Download Monitor] Paginate doesn’t worksLocalhost, but I can put this online for test if you need.