spartan58
Forum Replies Created
-
Forum: Plugins
In reply to: [Article Directory] [Plugin: Article Directory] Cannot Post@ palipsest
Glad to help!Forum: Plugins
In reply to: [Article Directory] [Plugin: Article Directory] Cannot PostOn 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
.
Forum: Plugins
In reply to: [Article Directory] [Plugin: Article Directory] Cannot PostAfter 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/’ />
<!– 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/” />
<!– /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!
Forum: Plugins
In reply to: [Article Directory] [Plugin: Article Directory] Cannot PostAnd 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
????
Forum: Plugins
In reply to: [Article Directory] [Plugin: Article Directory] Cannot PostI 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.
Forum: Plugins
In reply to: [Article Directory] [Plugin: Article Directory] Cannot PostI was able to register without problem.
Tried to post article but as mentioned only title input option avalible and missing submit button.So I would deactivate the “article directory” plugin and then continue to delete it completly.
Then I would reinstall the plugin and try from scratch.
This will not effect your theme or users, so don’t be afraid to try.Forum: Plugins
In reply to: [Article Directory] [Plugin: Article Directory] Cannot PostGlad your sorted!
Forum: Plugins
In reply to: [Article Directory] [Plugin: Article Directory] Cannot PostThe Articles Directory plugin Requires WordPress Version: 2.9 or higher.
I don’t see why it should not work for you.
Forum: Plugins
In reply to: [Article Directory] [Plugin: Article Directory] Cannot PostI am using the latest version 3.2.1
It works just fine.
Try it on your own verison…..it should work!Forum: Plugins
In reply to: [Article Directory] [Plugin: Article Directory] Cannot PostDoes not matter version of word press
Go to your word press dashboard.
Scroll down to “setting” and click on “Articles Directory” plungin.
On the next window scroll down to the configuration window “Submit Article page options”.
On the “Show text editor” check box choose the option “no”.
Save settingYou now should be sorted.
Constantine