Forums

Problem with plugin wp-polls (20 posts)

  1. alexoandro
    Member
    Posted 10 months ago #

    I have a problem with wp-polls , when i start to polls option , the result show "loading" and not result show.

  2. GamerZ
    Member
    Posted 10 months ago #

    Try on the default theme to see if it works.

    If it works, more or less your theme is missing <?php wp_head(); ?> from your theme header.php

    If it does not work, it means your server is blocking the AJAX URL because of mismtach URL with your WP Settings.

  3. alexoandro
    Member
    Posted 10 months ago #

    i use default theme. Since I correct the problem of ajax? I'm not know do it

  4. alexoandro
    Member
    Posted 10 months ago #

    the problem is that i have .htaccess in the /wp-content :

    Order Allow,Deny
    Deny from all
    <Files ~ ".(css|jpe?g|png|gif|js)$">
    Allow from all
    </Files>

    if i coment these lineas , the script ok but if i no coment these lineas, the script no ok, the question is , As I do for securizar with the htaccess but that allow this script

  5. GamerZ
    Member
    Posted 9 months ago #

    That explains why as your htaccess is blocking all files except images and JS to access the wp-content.

    Just add a php file to the htaccess

    <Files ~ ".(css|jpe?g|png|gif|js|php)$">

  6. alexoandro
    Member
    Posted 9 months ago #

    yes , if i put the htacess :

    Order Allow,Deny
    Deny from all
    <Files ~ ".(css|jpe?g|png|gif|js|php)$">
    Allow from all
    </Files>

    the plugin Ok.

    But the security the wordpress is OK leaving it this way ?

  7. GamerZ
    Member
    Posted 9 months ago #

    Should be ok. I do not have htaccess in my wp-content folder.

  8. primepublishingllc
    Member
    Posted 9 months ago #

    I installed it at http://www.favecraftsblog.com but it does not display. I can edit settings and set up new polls but they are not on site. Can anyone help. Thanks!!

  9. GamerZ
    Member
    Posted 9 months ago #

    Did you read the readme.html and look at the tabs on top?

  10. primepublishingllc
    Member
    Posted 9 months ago #

    The readme.html file was key. Thank you. But, if you look at the first poll we set up, the questions and check boxes don't line up. Help again:) Our craft poll is at http://www.favecrafts.com - right rail, lower. Thanks!

  11. GamerZ
    Member
    Posted 9 months ago #

    perhaps it is your theme css.

  12. primepublishingllc
    Member
    Posted 9 months ago #

    My guess but I am new to this and don't know how to fix:( If you have any ideas, please let me know. We do like the plug-in.

  13. primepublishingllc
    Member
    Posted 9 months ago #

    Anyone know of any freelance/consultants who can help us with our blog at http://www.favecraftsblog.com, we need help installing some plugins and a new theme. Thanks.

  14. primepublishingllc
    Member
    Posted 9 months ago #

    Correction of URL:

    The readme.html file was key. Thank you. But, if you look at the first poll we set up, the questions and check boxes don't line up. Help again:) Our craft poll is at http://www.favecraftsblog.com - right rail, lower. Thanks!

  15. primepublishingllc
    Member
    Posted 9 months ago #

    My guess but I am new to this and don't know how to fix:( If you have any ideas, please let me know, URL is www.favecraftsblog.com, corrected from post above. We do like the plug-in.

  16. GamerZ
    Member
    Posted 9 months ago #

    Remove

    form label {
    display:block;
    float:left;
    width:60px;
    }
    form input, form textarea {
    padding:3px;
    width:200px;
    border:1px solid;
    font-family:Arial,Helvetica,sans-serif;
    font-size:0.9em;
    }

    From your theme style.css

  17. GamerZ
    Member
    Posted 9 months ago #

    Remove

    form label {
    display:block;
    float:left;
    width:60px;
    }
    form input, form textarea {
    padding:3px;
    width:200px;
    border:1px solid;
    font-family:Arial,Helvetica,sans-serif;
    font-size:0.9em;
    }

    From your theme style.css

  18. primepublishingllc
    Member
    Posted 9 months ago #

    GamerZ: Thank you so much for your help. We removed the tag indiacted above from the layout.css page and all looks great. I very much appreciate the time you took to help us out. You can see it working well at www.favecraftsblog.com - and I am sure others will appreciate the guidance. Take care!

  19. primepublishingllc
    Member
    Posted 9 months ago #

    GamerZ: Thank you so much for your help. We removed the tag indicated above from the layout.css page and all looks great. I very much appreciate the time you took to help us out. You can see it working well at www.favecraftsblog.com - and I am sure others will appreciate the guidance. Take care!

  20. sopeeck
    Member
    Posted 9 months ago #

    I had similar problems with a custom template - fixed it by inserting <?php wp_head(); ?> into the header.php.

    Don't know what it does but it works ;)

    Best,
    Sven

  21. saaqi
    Member
    Posted 4 months ago #

    I am having the same problem on my blog [spam link moderated]

Reply

You must log in to post.

About this Topic