Viewing 15 replies - 16 through 30 (of 30 total)
  • tried 2 deactivate and then reactivate, did not work, back 2 square 1…is there a way to turn back the clock on my wordpress version?

    I am saying to deactivate and then delete it completly.
    In order to delete you need to deactivate.

    Then find or if you have the plugin upload it in the admin dashboard plugin and reinstall.

    yes, I did deactivate and delete, then reinstalled and it did not work ??

    And of course you have set the setting corectly?

    In the article directory “Submit Article” page options.

    ID of author panel page: The # of the authors page id

    Show text editor: NO

    ????

    After looking at your pages source code I can see that you have installed plugs that deal with different languges as input texts and spell checker.
    This might be effecting your authors page from performing correctly.

    I don’t think the developers of this article theme have gone as far as excepting such changes…. after all it is a realy simply built theme for free. Could be only made for english input.

    Just a stab in the dark…. but try removing and playing around with these plugs.

    Aslo I noticed some duplicate scripts running. For instance on your “all in one SEO” scripts the “canonical” page redirects runs twice.

    <link rel=’canonical’ href=’https://www.amazingarticles.com/author-page/&#8217; />

    <!– All in One SEO Pack 1.6.7 by Michael Torbert of Semper Fi Web Design[160,205] –>
    <link rel=”canonical” href=”https://www.amazingarticles.com/author-page/&#8221; />
    <!– /all in one seo pack –>

    this is for google but might be effecting which page shows up to your authors…. another stab in the dark try to disable this feature from seo “canonical” un check. But I don’t beleve the problem is there anyway.

    good luck!

    I’m struggling to alter simple things on this theme.

    idebars have much more in them then shown on widget pages, or they widget coded in?

    How do I limit mot recent articles at bottom of page?

    On your admin dashboard scrol to “appearance” and select “editor”
    On the next window on the right side select “main index template”
    Now you will see the code scripts of your main page.

    half way down you will see the line:

    <?php wp_get_archives(‘type=postbypost&limit=30‘); ?>

    edit the limit=30 to the amount of post you want shown
    for instance if you want only 10 posts, then it will read like this

    <?php wp_get_archives(‘type=postbypost&limit=10‘); ?>

    When done just click the “update file” button.

    good luck

    .

    I’ll try that thank you

    I have reverted to the wp interface for the time being until the plugin creator has addressed this issue, the only thing I noticed when comparing my site to a working wp site was on line 82 of the coding 2 extra pieces of JS coding, but could not find in the WP area to remove and see if this may fix it..

    <script type=’text/javascript’ src=’https://www.amazingarticles.com/wp-admin/js/utils.js?ver=20101110′></script&gt;
    <script type=’text/javascript’ src=’https://www.amazingarticles.com/wp-admin/js/editor.js?ver=20110411′></script&gt;

    I don’t think the plugin creator is supporting this plugin any more. At the bottem of the plugin page just below the comments is this message.

    Further development and support for Article Directory Plugin and Theme is stopped.

    you can find that here
    https://articlesss.com/article-directory-wordpress-plugin/

    Bummer, hopefully someone with some coding skills will step in and create something more reliable as this appears to be a large market in wordress for this plugin, thanks for the help guys/gals!

    I have the same bug like you both.

    It’s a conflict between the last version of WordPress and the plugin.
    Of course you can deactivate the visual editor but i want to keep it.

    I don’t want to downgrade my WordPress version so i wait for a better plugin.

    Here is my article directory : Communiqué de presse

    Hi spartan58
    I have had trouble getting author page to show the text box. I have looked at the code. I understand HTML but lose it with PHP.
    Your post explaining “On the “Show text editor” check box choose the option “no”.”
    Wow I’ve spent hours trying to solve the problem. Here with the click of one option it’s solved.
    Thanks very much for your help

    @ palipsest
    Glad to help!

Viewing 15 replies - 16 through 30 (of 30 total)
  • The topic ‘[Plugin: Article Directory] Cannot Post’ is closed to new replies.