Contact

For most issues, you may contact me (Aaron) at admin@anthologyoi.com.

  1. Dan posted the following on March 17, 2008 at 10:01 pm.

    I cannot find the wp loop in my theme called “My PC”

    Reply to Dan
    1. Aaron posted the following on March 17, 2008 at 10:16 pm.

      The loop is in the index.php file and starts with these two lines:

      1. <?php if (have_posts()) : ?>
      2. <?php while (have_posts()) : the_post(); ?>
      3. Use the following to copy and paste the code.

      On a side note, I would advise deleting everything in the footer.php file: encrypted footers usually hide spam links which can hurt your Google rankings and often lead to websites you wouldn’t want to endorse.

      Reply to Aaron
  2. Christopher posted the following on March 25, 2008 at 9:43 pm.

    Hi Aaron,

    Excellent, excellent work.

    Quick question about the comment-form function call:

    1. When I click ‘Add a Comment’ the form appears correctly and swaps out the text with ‘Cancel Reply’. Perfect
    2. When I submit my post the text ‘Cancel Reply’ then returns to ‘Add a Comment’, which is good, but the form still remains.
    3. When I click the text again, it swaps out ‘Add a comment’ with ‘Cancel Reply’, but the form disappears. It appears as though the functions have been mixed up.
    4. Any thoughts on this? I’ve been pouring through your source for hours trying to find it on my own and I’m getting nowhere…

    Any help/direction would be greatly apprecitated…

    -Chris

    Reply to Christopher
  3. Kai posted the following on April 10, 2008 at 1:31 pm.

    Hey Adam,
    I really appreaciate your work - great effort.
    Nonetheless, I cannot manage to get the plugin working: If a user clicks on the link continue reading, he / she will not be redirected (if he is using IE the link is being replaced by the word “undefined”) - is that a common problem?

    Moreover, I have got problems if I activate the posts inline loading function with Mistylook-Theme 3.5 - everything works fine except from the homepage where the actual blog is located - the sidebar is pushed to the end of the page ==> the style of the page is corrupted.

    I have the plugin deactivated, since I am using it in a productive environment.

    Best regards,
    Kai Nehen

    Reply to Kai
  4. Aaron posted the following on April 10, 2008 at 7:17 pm.

    I’m Aaron, but if you want to wait for Adam, you can. :lol:

    It is a common result when another plugin is interfering with AWP.

    The latter is just a CSS bug, but I would need to see the problems to diagnose either of them. For the former, you can try deactivating other plugins until AWP starts working.

    Reply to Aaron
  5. Alan posted the following on April 14, 2008 at 1:03 am.

    Aaron,

    There’s a big problem with Dashboard editor when upgrading Wordpress.

    Process:

    1. Installed on 2.3.3 with “Completely wipe dashboard?” selected YES, and HTML entered in New Dashboard Code.
    2. Deactivated plugin. Upgrade to 2.5. Reactivate plugin.
    3. Dashboard page contains ONLY the HTML entered in “New Dashboard Code”. No header and footer - therefore it’s not possible to navigate anywhere or edit the settings.

    I could only recover things by editing the plugin file to explicitly set the complete_wip option to 0 at the beginning of the script, ie:

    $dashboard = get_option(”dashboard”);
    $dashboard['complete_wipe'] = 0;

    Then resave the configuration and remove this line.

    You should update the code to say something like “if wordpress is 2.5 then explicitly set complete_wipe=0″.

    Otherwise it’s a great plugin. Would be nice if I could name the dashboard widget so that it doesn’t come up as “Dashboard Editor Widget 1″ in 2.5.

    Thanks.

    Alan

    Reply to Alan
  6. Ryan Rowell posted the following on May 6, 2008 at 4:45 pm.

    I am interested in having a button that will slide down with information located in another file. for example I would love to have a bio button under my navigation that will slide down to reveal bio.php loaded. is there a simple hack to use this from the current ajax libraries or is this something that could be built as a module for the next release? i am trying to figure out how to call the ajax in my template to do this and dont know where to start.
    thanks again and all the best
    Ryan

    Reply to Ryan Rowell
    1. Aaron posted the following on May 6, 2008 at 7:22 pm.

      Ryan Rowell »

      This isn’t really an AWP related feature, but this jQuery tutorial should point you into the right direction.

      Reply to Aaron

Leave a reply

:) :D :( :o 8O :? 8) :lol: :x :P :oops: :cry: :evil: :twisted: :roll: ;) :!: :?: :idea: :arrow: :| :mrgreen: