Announcement

Collapse
No announcement yet.

site feedback

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

    site feedback

    hello all. i'm new to actinic but have just finished my first site.

    when i say finished i mean i'm happy for people to see it and order off it but am looking to constantly improving it.

    any feedback you can offer would be greatfully accepted.

    www.funkybump.co.uk


    I still have one major problem

    we sell clothes, these clothes are divided into 4 major section which consist of many 2 piece outfits
    when you click on a small image of one of these outfits it brings you into a subsecion which contains 3 sections the first is a lager picture of the outfit, the next a section for the top, and the third is for the bottems.

    see http://www.funkybump.co.uk/acatalog/a1.html

    its the first section that is the problem. all i really want is a picture. the only way i found to do this is by putting an emply section there.

    is there any way i can disable the link on these sections or replace them with an image and not a section.

    if this does not make sense please let me know but i think the link should explain this

    thanks

    damien
    Damien
    www.funkybumpmaternity.com

    #2
    You can use a fragment on the page and hard code the html to display your image (using the !!< >!! markers to tell actinic this is code not text).
    Bill
    www.egyptianwonders.co.uk
    Text directoryWorldwide Actinic(TM) shops
    BC Ness Solutions Support services, custom software
    Registered Microsoft™ Partner (ISV)
    VoIP UK: 0131 208 0605
    Located: Alexandria, EGYPT

    Comment


      #3
      Just to take that further the code would be

      !!<<img src="picture.jpg" alt="funky picture" />>!!
      Last edited by jont; 04-Nov-2005, 09:09 PM. Reason: ALT text added


      Bikster
      SellerDeck Designs and Responsive Themes

      Comment


        #4
        wot - no alt text on an image
        Bill
        www.egyptianwonders.co.uk
        Text directoryWorldwide Actinic(TM) shops
        BC Ness Solutions Support services, custom software
        Registered Microsoft™ Partner (ISV)
        VoIP UK: 0131 208 0605
        Located: Alexandria, EGYPT

        Comment


          #5
          fair point <hides head in shame>


          Bikster
          SellerDeck Designs and Responsive Themes

          Comment


            #6
            thanks for the replys, i originally tried adding a fragment but this always went to the bottem of the page instead of on the same line.
            Damien
            www.funkybumpmaternity.com

            Comment


              #7
              To get the fragment at the top, you have to select the location and layout of section links to be bottom
              Bill
              www.egyptianwonders.co.uk
              Text directoryWorldwide Actinic(TM) shops
              BC Ness Solutions Support services, custom software
              Registered Microsoft™ Partner (ISV)
              VoIP UK: 0131 208 0605
              Located: Alexandria, EGYPT

              Comment


                #8
                sorry for the delay in getting back but orders have started comming in.

                any time i add a fragment it always appears on another line so to speak and not next to the other 2 small pictures. And i'm slightly lost on the coding side of things.
                sorry to be a pain
                Damien
                www.funkybumpmaternity.com

                Comment


                  #9
                  The (text only) fragment would have to be something like this to give you the big picture with some descriptive text alongside and the two section links below.
                  Code:
                  !!<<IMG src="http://www.funkybump.co.uk/acatalog/Picture-032.jpg" alt="whole" border="0" height="320" width="240" align="left" valign="middle" /><p>This is a wonderful combination for the newly pregnant mother who wants to share her joy with the World.</p><p>Click the links below to see larger images, make your choice of size, and buy now!</p>>!!
                  This presumes you set the section links to display at the bottom of the page (Layout tab - Location and Arrangement of Section List - click override and bottom.
                  Last edited by wjcampbe; 08-Nov-2005, 05:24 PM. Reason: correct html marker - thanks Jont
                  Bill
                  www.egyptianwonders.co.uk
                  Text directoryWorldwide Actinic(TM) shops
                  BC Ness Solutions Support services, custom software
                  Registered Microsoft™ Partner (ISV)
                  VoIP UK: 0131 208 0605
                  Located: Alexandria, EGYPT

                  Comment


                    #10
                    Bill - you might want to change the code to !!<< not !!>< above if someone is going to copy and paste


                    Bikster
                    SellerDeck Designs and Responsive Themes

                    Comment


                      #11
                      Hi,

                      is there any way i can disable the link on these sections
                      Go to 'Advanced | Template Manager' and click the 'Section Tab' (click 'Change View' if you do not see the tabs). Then click on the 'Child Sections' button. Save this file under a new name and then locate:

                      <A HREF="NETQUOTEVAR:SECTIONLINK">NETQUOTEVAR:SECTIONIMAGE</A>

                      Change this line to look like:

                      <!--<A HREF="NETQUOTEVAR:SECTIONLINK">-->NETQUOTEVAR:SECTIONIMAGE<!--</A> -->

                      Then select this template for the 'Section Link Layout' for the sections where you don't want the image to be a link.
                      ********************
                      Tracey
                      SellerDeck

                      Comment


                        #12
                        fantastic problem solved. thank you very much

                        one last thing though. this is seperate. what is the change that i make to section link image on left of test to make it text below the image. i had the answer to this one a while ago but cant find the tread.

                        thanks

                        by the way i hope you all appreciate the difference that you make to people like me. your help is more than invaluable

                        damien
                        Damien
                        www.funkybumpmaternity.com

                        Comment


                          #13
                          Change this
                          Code:
                          NETQUOTEVAR:SECTIONIMAGE</A>
                          		</TD>
                          
                          		<TD ALIGN="LEFT
                          to this
                          Code:
                          NETQUOTEVAR:SECTIONIMAGE</A>
                          		</TD></TR>
                          
                          		<TR><TD ALIGN="LEFT
                          Bill
                          www.egyptianwonders.co.uk
                          Text directoryWorldwide Actinic(TM) shops
                          BC Ness Solutions Support services, custom software
                          Registered Microsoft™ Partner (ISV)
                          VoIP UK: 0131 208 0605
                          Located: Alexandria, EGYPT

                          Comment

                          Working...
                          X