Viewing 7 replies - 1 through 7 (of 7 total)
  • Plugin Author premek.v

    (@premekv)

    Hi, have you moved your site or changed anything? Can you try to re-upload the pdf and re-embed it?

    Your site is refering to this location, but no pdf is accessible there:
    https://aaintergroupnepa.org/wordpress/wpcontent/uploads/2013/01/BylawsRevised01072013.pdf

    Thread Starter naturegirrrl2

    (@naturegirrrl2)

    Have not moved the site. The site has lived in the same location for a couple of years.

    uninstalled and reinstalled plugin

    renamed and uploaded .pdf file

    Checked that the renamed file exists in the path location: it does

    re-embeded.

    no luck ??

    Plugin Author premek.v

    (@premekv)

    But the PDF file needs to be accessible from web (see link from my previous post). Maybe some server settings? .htaccess?

    Thread Starter naturegirrrl2

    (@naturegirrrl2)

    this is .htaccess

    # BEGIN WordPress
    <IfModule mod_rewrite.c>
    RewriteEngine On
    RewriteBase /wordpress/
    RewriteRule ^index\.php$ – [L]
    RewriteCond %{REQUEST_FILENAME} !-f
    RewriteCond %{REQUEST_FILENAME} !-d
    RewriteRule . /wordpress/index.php [L]
    </IfModule>

    # END WordPress

    Thread Starter naturegirrrl2

    (@naturegirrrl2)

    this is .htaccess

    # BEGIN WordPress
    <IfModule mod_rewrite.c>
    RewriteEngine On
    RewriteBase /wordpress/
    RewriteRule ^index\.php$ – [L]
    RewriteCond %{REQUEST_FILENAME} !-f
    RewriteCond %{REQUEST_FILENAME} !-d
    RewriteRule . /wordpress/index.php [L]
    </IfModule>

    # END WordPress

    Thread Starter naturegirrrl2

    (@naturegirrrl2)

    sorry didn’t mean to double post

    Thread Starter naturegirrrl2

    (@naturegirrrl2)

    OK redid the process in firefox vs. chrome
    worked like a charm
    thank you!

Viewing 7 replies - 1 through 7 (of 7 total)
  • The topic ‘1.1 not working with WP3.5’ is closed to new replies.