• Resolved nellpour

    (@nellpour)


    Hi –

    I’m trying to upload the aStore i created in Amazon into my blog but it’s not showing up and cut off at the beginning.

    what i’ve done:

    1. created a .php file and uploaded in my theme folder (NewLife):
    wp-content –>themes–>Newlife–>

    2. created aStore and created a New Page on my blog and saved the iframe codes in there.

    <iframe src=”https://astore.amazon.com/avolive-seasalt-20&#8243; width=”90%” height=”4000″ frameborder=”0″ scrolling=”no”></iframe>

    but the images are not showing…can you pls tell me how can i solve this? any other steps I’m missing?

    Here is my aStore.php file I have uploaded:

    <?php get_header(); ?>
    ?
    ?
    <?php
    /*
    Template Name: Himalayan Salt at Avolive
    */;
    ?>
    ?
    <?php get_header(); ?>
    ?
    <!– Paste your own code below over the example code I’ve supplied –>
    ?
    <iframe src=”https://astore.amazon.com/avolive-seasalt-20&#8243; width=”90%” height=”4000″ frameborder=”0″ scrolling=”no”></iframe>

    ????????????<?php if (have_posts()) : while (have_posts()) : the_post(); ?>
    ?????????????
    ????????????<?php the_content(__(‘[Read more]’));?>
    ?????????????????????
    ????????????<?php endwhile; else: ?>
    ?????????????
    ????????????<p><?php _e(‘Sorry, no posts matched your criteria.’); ?></p><?php endif; ?>
    ?????????????????????????
    <!– The main column ends? –>
    <?php get_footer(); ?>

    Thanks!

Viewing 4 replies - 1 through 4 (of 4 total)
  • Hi nellpour,

    In your front-page.php file, please find the following line:

    <div id=”newlife-page-child”>

    Then paste your iframe after this line. Please make sure you specify the width and height correctly, for instance:

    <iframe src=”https://astore.amazon.com/avolive-seasalt-20&#8243; [^] style=”width:90%; height:1000px;” frameborder=”0″ scrolling=”no”></iframe>

    Regards,
    BestWebSoft Support Team.

    Thread Starter nellpour

    (@nellpour)

    i did as you said but it didn’t make any changes.

    is there any plugin that solve this issue? I’ve been struggling with this problem for a long time and any solution given seems not working.

    Thanks,

    Thread Starter nellpour

    (@nellpour)

    The solution you provided creates the aStore on my home/front page whereas I need the store to be showed up on a separate page which i had created for this store but it gets cut off and not showing the whole height.

    Where can i enter the codes you provided instead?

    Thank you.

    bestwebsoft

    (@bestwebsoft)

    Hi nellpour,

    Please find the following line:

    <iframe src="https://astore.amazon.com/avolive-seasalt-20" [^] style="max-width: 100%; height: 4000px;" frameborder="0" scrolling="no"></iframe>

    In this line, please change this part of the code:

    style="max-width: 100%; height: 4000px;"

    to this:

    style="width: 100%; max-width: 100%; height: 4000px;"

    This should help.

    Regards,
    BestWebSoft Support Team.

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘creating Amazon aStore’ is closed to new replies.