• Hello,

    I’d like to use wp poll in my website but i have permalinks activated.
    So the poll is displayed in my sidebar but all the buttons and links doesn’t work.

    i have the .htaccess lines :
    <IfModule mod_rewrite.c>
    RewriteEngine On
    RewriteBase /
    RewriteCond %{REQUEST_FILENAME} !-f
    RewriteCond %{REQUEST_FILENAME} !-d
    RewriteRule . /index.php [L]
    </IfModule>

    and the following pattern for my links :
    /%category%/%postname%/

    please help

Viewing 4 replies - 1 through 4 (of 4 total)
  • Can you be more specific “what does not work” Like a site url or something.

    Thread Starter warriorfr

    (@warriorfr)

    with the ‘vote’ button and ‘View Results’ link, somethings seems to open itself but nothing appears.

    With the link ‘Polls Archive’ the new page ends with a 404 error, page not found.

    To see exactly what the problem is, you can go there
    https://www.lebulgare.com/

    The poll is in the right sidebar.
    Thanks for your help.

    It seems that there is a plugin conflict or something as your server is blocking the ajax request from sending back.

    Thread Starter warriorfr

    (@warriorfr)

    I had an error 403…
    I reinstalled my blog from scratch.
    it works now.

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘[Plugin: WP-Polls] WP Poll & Permalinks : not working’ is closed to new replies.