Announcement

Collapse
No announcement yet.

Product Preview not working

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

    Product Preview not working

    Sorry another problem.

    If I click on a product the Actinic preview window on V8 doesn't show that product, it's always stuck on the top of the page. Had this problem on XP and Vista, any help?
    Regards,

    Les


    Abc Baby Gifts
    Snuggle Feet
    Baby Casting From My Perfect Impression

    #2
    Hi Les

    Can you tell me what point release of V8 you are using, and under which mode the preview does not work content/design. Also have tried doing "Restore Initial view Layout" throuhg the "Window" menu. You can do that under both modes.

    Kind Regards
    Kiran Chandran
    Technical Support - SellerDeck
    http://www.sellerdeck.co.uk/

    Further help can also be found at http://community.sellerdeck.com/forumdisplay.php?f=27

    Comment


      #3
      Hi Karen,

      Many thanks for your reply.

      My current version of Actinic 8 in 8.5.3

      Sorry I should have made myself a bit clearer.

      From the 'Content Tree' in Actinic I have pages with say 10-12 products on 1 page. If I click on a product in the 'Content Tree' the 'Peview Page' window on the right should jump to the product and display the product image and text and so on.... but it doesn't, it seems to the jump to the product in a flash and then jumps back to show the top of the page always.

      This problem has happen since version 8.0 for me on XP and Vista. I don't know if this helps but when I had Actinic cover (upgrade from 7 to 8) I contacted support and sent them a snapshot and they came back to me saying it was a bug and would be sorted in a future release. They also gave me a work-around.

      I didn't use the work-around because I thought I would wait until the bug was fixed, but it still isn't, I think.

      I can't find the email from Actinic with the ticket number or the work-around, can you locate old support tickets? The company name for my Actinic cover was Boxes4Babies.com Limited. If you can, can you post the work-around for me or let me know if this plans on being fixed soon.

      The ticket is about a year old now I think?
      Regards,

      Les


      Abc Baby Gifts
      Snuggle Feet
      Baby Casting From My Perfect Impression

      Comment


        #4
        Hi Kiran,

        Any update from my last reply yet?
        Regards,

        Les


        Abc Baby Gifts
        Snuggle Feet
        Baby Casting From My Perfect Impression

        Comment


          #5
          Hi Les,

          I think the solution was to replace <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" >

          with

          <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">

          at the top of your overall layouts.
          ********************
          Tracey
          SellerDeck

          Comment


            #6
            Hi Tracey,

            This is great, that's works.

            Thank you!!
            Regards,

            Les


            Abc Baby Gifts
            Snuggle Feet
            Baby Casting From My Perfect Impression

            Comment


              #7
              Hi Tracey,

              The above fix works great on some sites, but on other sites the fix does work, but the page loses it's style (large ugly text....), any ideas why?
              Regards,

              Les


              Abc Baby Gifts
              Snuggle Feet
              Baby Casting From My Perfect Impression

              Comment


                #8
                Hi Les,

                It would be difficult to tell without seeing the snapshot of a site that you are getting a problem on. If you can confirm that reverting the line back to how you had it brings back the styles without doing anything else, then can you email me a snapshot (if the file is less than 10MB) to tgsupport [at] actinic [dot] co [dot] uk or upload it somewhere and send me a link to download it from please.
                ********************
                Tracey
                SellerDeck

                Comment


                  #9
                  Hi Tracey,

                  I can confirm be changing the text / html back brings back the style to the web page.

                  I'm sending you a snapshot now.
                  Regards,

                  Les


                  Abc Baby Gifts
                  Snuggle Feet
                  Baby Casting From My Perfect Impression

                  Comment


                    #10
                    Hi Les,

                    I think I've found the issue. You have a style set in your the head of your overall layout:

                    <style type="text/css">
                    <!--
                    .style1 {font-size: 9}
                    -->
                    </style>

                    It looks like standard that I've mentioned above requires you to specify the which font size you want, so if you put

                    {font-size: 9px}

                    it then seems to work.
                    ********************
                    Tracey
                    SellerDeck

                    Comment


                      #11
                      Hi Tracey,

                      That fixes some of the larger text, but alot of the text is still large, like product title, product description...
                      Regards,

                      Les


                      Abc Baby Gifts
                      Snuggle Feet
                      Baby Casting From My Perfect Impression

                      Comment


                        #12
                        Go to 'Settings | Site Options | General | Appearance Settings group' and add 'px' to the end of the 'Default text size' field.
                        ********************
                        Tracey
                        SellerDeck

                        Comment


                          #13
                          Hi Tracey,

                          That's working great, one last problem, by doing all the above the 'Best seller' and 'Top section list' on the side bar are all centered now, how do I make them hard left as before?
                          Regards,

                          Les


                          Abc Baby Gifts
                          Snuggle Feet
                          Baby Casting From My Perfect Impression

                          Comment


                            #14
                            Edit your 'actinic stylesheet' and locate:

                            Code:
                            p, table, td, th {
                            Add:

                            Code:
                            text-align: left;
                            to this style and it should look right then.
                            ********************
                            Tracey
                            SellerDeck

                            Comment


                              #15
                              Hi Tracy,

                              Sorry about this!!


                              Aligning the text hard left is OK, but in the checkout pages some text need to be middle or right.

                              Could you tell me why this problem is happening on all my sites. Is it because they are upgrades from V7 or because they don't use Actinic template?

                              Is there another fix that doesn't align the text to the middle?
                              Regards,

                              Les


                              Abc Baby Gifts
                              Snuggle Feet
                              Baby Casting From My Perfect Impression

                              Comment

                              Working...
                              X