Forum Replies Created

Viewing 8 replies - 1 through 8 (of 8 total)
  • Thread Starter kuniiman

    (@kuniiman)

    I have made sure that my Aweber authorization code is correct and that it is going to one of my lists in AWeber.

    However, I still get the “Missing Form ID” in the place where the widget should be with the sidebar.

    Thread Starter kuniiman

    (@kuniiman)

    I switched back to the WordPress default theme and everything is still the same.

    A week ago I followed what you said to do and I got almost all of the ratings to show, but now when I loaded my site today I only had 4/40 books load their ratings. Also there were no grey boxes or “now retrieving the rating” texts. Instead it was just blank where the rating should have been.

    Thread Starter kuniiman

    (@kuniiman)

    The text saying “Missing Form ID” are in the place where the widget should be within my sidebar. The widget is between the search bar and the categories and “Missing Form ID” appears between the search bar and the categories.

    Thread Starter kuniiman

    (@kuniiman)

    I added the a sidebar widget just how you said to do in the first link. The theme I am using is Atahaulpa. When I go to my widgets page I get this: http://imgur.com/gallery/rMoh1

    When I follow the instructions above and place the Optin Cat Sidebar Widget below my search widget in my left sidebar I get text saying “Missing Form ID”.

    Could that be a reason why it is not working? If so, what is the form ID?

    Thanks

    Thread Starter kuniiman

    (@kuniiman)

    I disabled all the auto-inserts and I am still having problems. Now instead of about half of the books not having ratings it is only a couple. The couple that don’t have ratings just display text saying “now retrieving the rating” where the stars would be.

    However, the same problem still arises when I try putting the shortcode into a post. When I put the sortcode into a post I get the following: http://imgur.com/a/zgtyq?reg

    The couple books that didn’t have the star ratings before still don’t have them (it’s the one with the text saying “now retrieving the rating”). All of the other books that did have ratings appear do not load the number of stars at all and are instead left with the grey box. If you hover the mouse over the grey box it does say how many starts out of 5 the book was rated, but the stars themselves do not load or show. Once again the grey box showing up is only when I put the short code into a post. When I preview the unit I get almost all of the books’ rating loaded (except the ones that say “now retrieving the rating”).

    Thread Starter kuniiman

    (@kuniiman)

    I know this is not resolved yet but I had a couple more questions to ask you as well. The option for retrieving price does not work and I read in the FAQs that it does not work. Is there any way to get the price?

    Also, I am working with retrieving data from a bunch of books by their ASIN. Is their any way to retrieve the genre from Amazon and have that put along with the other book info? I know on Amazon authors are able to label their books with up to three sub-genres.

    Sorry for all the questions and thanks for your help.

    Thread Starter kuniiman

    (@kuniiman)

    It is checked.

    Thread Starter kuniiman

    (@kuniiman)

    I have already tried changing

    <?php
    if ( $logo ) {
    ?>
    <a href="<?php echo esc_url( home_url() ); ?>" title="<?php echo esc_attr( get_bloginfo( 'name', 'display' ) ); ?>" id="site-logo" rel="home"><img src="<?php echo $logo; ?>" alt="<?php echo esc_attr( get_bloginfo( 'name', 'display' ) ); ?>" /></a>
    <?php } ?>
    <div class="header-group">
    <h1 id="site-title"<?php echo $class; ?>><a href="<?php echo esc_url( home_url() ); ?>" title="<?php echo esc_attr( get_bloginfo( 'name', 'display' ) ); ?>" rel="home"><?php bloginfo( 'name' ); ?></a></h1>

    When changing it I used
    <a href="http://www.urliwant.com">
    to replace
    <a href="<?php echo esc_url( home_url() ); ?>"
    and
    <a href="<?php echo esc_url( home_url() ); ?>"
    that appears under the logo part and I have not gotten it to change at all.
    Thanks for the help.

Viewing 8 replies - 1 through 8 (of 8 total)