Need Category Description on Category Page, not the Category Thumb

Hi
I am trying to add the category description to the top of the category pages themself, and not on the category image. The latter is easy, as I just omit the tag, but how do I get to talk about the category of flowers on the same page where the list it, as aside from creating pages geared for the categories themselves and dropping their respective product list themselves?
I think I just answered my own question, but if anyone has a solution the omit creating the individual pages themselves, that would be helpful.
Here is a typical category page
http://milagrawholesaleflowers.businesscatalyst.com/ourflowers/peonies
And attached is a screenshot of the where I would to inser the category description tag. When I put it on this page, the product description gets picked up and repeats for each thumbnail.
Thanks, Teejay

Which is what will happen
Some will tell you to css hide it but that is not good enough. Search engines will still pick that up and being above the product - bad.
You can put it at the bottom and javascript it into an element at the top so it appears at the top but when the large product div is on a page (condition statement) then you do not do that and it is hidden at the bottom.
Still not ideal because search engines could consider you trying to fill kewwords into a hidden area.

Similar Messages

  • Need to add a new page in the SAP Script as last page

    Hello,
    I need to add a new page in the SAP Script as last page.
    Currently I have three pages in the form(FIRST,NEXT,LAST). For this I created one more page END.
    FIRST page next page is NEXT
    NEXT page next page is NEXT
    LAST page next page is LAST
    END page next page is END.
    I used NEW-PAGE END in the main window but it is not working and also I trired with CONTROL_FORM this also not working.
    Thanks,
    Ravi.

    Hello,
    I need to add a new page in the SAP Script as last page.
    Currently I have three pages in the form(FIRST,NEXT,LAST). For this I created one more page END.
    FIRST page next page is NEXT
    NEXT page next page is NEXT
    LAST page next page is LAST
    END page next page is END.
    Create the text element in the main wondow of your form
    /E           ENDPAGE
    /:           NEW-PAGE END
    and call the element from your print program by using write_form, where you want the END page in your print.
      CALL FUNCTION 'WRITE_FORM'
        EXPORTING
          element = 'ENDPAGE'
        EXCEPTIONS
          element = 1
          window  = 2.
    Thanks,
    Ravi.

  • In pages(not the New version) footer is over to the left, so when i put the page numbers in they don't sit right. How do i move the footer

    In pages(not the New version) footer is over to the left, so when i put the page numbers in they don't sit right. How do i move the footer

    The footer is not only to the left. To get the page number to the right you can use Format > Align right. That will make all page numbers move to the right. Is that what you want?

  • How can I print only one or two pages, not the whole article?

    I just want to print one page not the whole article.  There is no provision for what pages to print.

    I don't know where they are in Word but the print dialog is standard throughout OSX and this seems logical enough.
    The only problem is the Paper Handling is hidden under Layout. But sort of makes sense.
    Peter

  • In firefox, whenever i have my mouse over the page (not the toolbar section), any selection i have moves. For example - a text entry box and the cursor keeps returning to the start of the box. This is only in firefox, everything else works fine (IE and Ch

    I have an issue with FF. Whenever I have my mouse on the page (not the toolbar area) any selection I make gets altered in the following way:-
    Text boxes - The cursor keeps moving to the left.
    "Radio" buttons - Selection keeps moving up.
    This is only happening in FF, I am not seeing this behaviour in Chrome or IE.
    == This happened ==
    Every time Firefox opened

    Start Firefox in [[Safe Mode]] to check if one of your add-ons is causing your problem (switch to the DEFAULT theme: Tools > Add-ons > Themes).
    See [[Troubleshooting extensions and themes]] and [[Troubleshooting plugins]]
    If it does work in Safe-mode then disable all your extensions and then try to find which is causing it by enabling one at a time until the problem reappears.
    You can use "Disable all add-ons" on the [[Safe mode]] start window to disable all extensions.
    You have to close and restart Firefox after each change via "File > Exit" (Mac: "Firefox > Quit"; Linux: "File > Quit")

  • I click on a link, get a new blank page, not the info expected. Use AVG Free Ed, Windows 7 professional.

    I click on a link, and get a new blank page, not the info expected. I use AVG Free Edition, Windows 7 Professional. I have tried "open link in new tab" - no joy. Not all links are affected. It is not possible to say when a link is going to fail or work - it seems random.
    == This happened ==
    Every time Firefox opened
    == It just started to happen about 2 weeks ago

    I get the address as it should be as in attachment when I hover over the "FLIXTER" add on the right of screen. When I click it just comes out in a new window but BLANK. Open in IE then shows me the correct view. Puzzling. I have tried disapbling ans enabling java script in my options and sometimes this works then sometimes not??

  • Why are only the headers shown on my google home page,not the stories ?

    Hello, I am running Firefox 6,and now only the headers are
    shown on my Google home page,not the content. Thanks

    Clear the cache and the cookies from sites that cause problems.
    "Clear the Cache":
    * Tools > Options > Advanced > Network > Offline Storage (Cache): "Clear Now"
    "Remove Cookies" from sites causing problems:
    * Tools > Options > Privacy > Cookies: "Show Cookies"
    Start Firefox in <u>[[Safe Mode]]</u> to check if one of the extensions is causing the problem (switch to the DEFAULT theme: Firefox (Tools) > Add-ons > Appearance/Themes).
    *Don't make any changes on the Safe mode start window.
    *https://support.mozilla.com/kb/Safe+Mode

  • If I choose any i-works draft, I only can get one page not the complete draft

    If I choose any i-works draft, I only can get one page not the complete draft

    Mousing shows all the available pre-formatted page available in each template to give you an idea what is there, but you only get one, sometimes 2, when you create a new document. All of the other pages can be accessed via the Insert menu. Insert > Sections in word processing & Insert > Pages in page layout.
    If they all loaded when you opened a template, you'd have to go through & delete the ones you don't want & duplicate the ones you want more than one of.
    FYI: the name of the program is iWork, no 's' & no hyphen

  • A group by field needs to appear on every page of the report.

    Hi.
    My rtf template has a word header which is the report descriptn that appears on evry page. The report is grouped by business unit and then grouped by job description. The problem is the business unit appears only first time when it gets changed and then it does not repeat its value until the next BU comes up. I want to display the BU on each page even though the value is same (just like as a heading of a section). I used the follwing tags. The one in bold is to solve the issue of puting the BU descr on each page. But does not work. Anybodys help is greatly appreciated.
    *<?fld_BUSINESS_DESCR?>*
    <?for-each-group:row_CU_DET_STG;./fld_BUSINESS_UNIT?><?sort
    <?fld_BUSINESS_DESCR?>
    <?for-each-group:current-group()/fld_JOB_FUNCTION?>
    <?fld_JOB_DESCR?>
    Sid

    Thanks alot Tim for spreading your expertise. That worked !!. I added the start and end body tag along with your solution of using the section with the group and it worked. Thanks alot again. However there is one prob now the page numbers are being reset and i dont want to reset it because the page numbers should continue in sequence till the end of the report despite of Business Unit change. Please any suggestion to solve this problem.
    Edited by: user12107527 on Oct 27, 2009 6:50 AM
    Edited by: user12107527 on Oct 27, 2009 9:06 AM

  • When I click on a link in Thunderbird, Firefox 4 starts, but just shows the home page, not the page I clicked for

    When I click on a link in an email in Thunderbird, Firefox 4 starts, but only shows the home page(s) not the page of the link

    I think i've found how to fix this issue when it appears. Don't know what caused it to happen, but that's up to the devs.
    In Thunderbird, you need to re-register http and https to make them open with Firefox (or open well with firefox in this case).
    How to to this?
    Well... open the about:config in thunderbird. You can achieve this by clicking configuration-editor in the advanced tab.
    search for the strings: network.protocol-handler.warn-external.https and network.protocol-handler.warn-external.http. Set both to "true".
    The next time you click on a link from within Thunderbird, it will ask you to set wich program you'd like to open it with.
    Be Aware now!!! Firefox may already be listed in there, but don't pick that one. instead... choose to browse for the app and point to the binairy/exe of firefox.
    (for example: /usr/bin/firefox or c:/program files/mozilla/firefox.)
    You will notice that firefox now does open up with the page you just clicked on.
    If it doesn't right away... just restart thunderbird and check again.
    Please respond if this works for you too on all platforms. It's more interesting to know it does than if it's not.
    Greetz,
    Kenny

  • Safari logs me out of logged in web pages - not the same problem as other similar post - please read.

    Before you crucify me please read the problem I've outlined below, because it's not the same issue other people are having. I did research the forums for the particular issue I'm having and it's not the same as what's already been posted. Please let me explain.
    Here is my machine info.
    iMac running Mac OS X Lion 10.7.5 on 2.5 GHZ Intel core.
    Safari Version 5.1.7
    I run two instances of Safari. I will have 1 safari browser window open on the left side of my screen with 7 tabs all on pages that require login. I run a second instance of Safari on the right side of my screen with only one tab open logged into 1 web page.
    Here's what happens. Ocassionaly when switching the focus from one browser to the other all of my logged in web pages will refresh and I'll be logged out of all my logged in web pages, on both open browsers. There's never a certain amount of time that this happens, I've had it happen 3-4 hours into my work day and I've had it happen 10 minutes into my work day. I've also had this occure when I'm putting the focus from one browser window to the other and then I go to resize the width of the window I just put the focus on.
    I'm thinking that there must be some setting or short cut "gesture" built into Safari that I'm triggering to make this happen, however I have looked at all the settings and can't seem to find anything that would cause this.
    Any help or advice is apprecaited.  

    BDAqua - I have two Safari windows open - I guess in my semi technical mind that equated to two instances. But your probably right, just one instance of app with two windows open.
    About two minutes after I posted my question, I was doing some work in one of my tabbed web pages, as I pressed the submit button to update the record on that page and as the page was refreshing I clicked my mouse on the second open Safari window to put the focus on that window, as soon as I put the focus on the second open browser I got logged out of all my logged in tabs in both windows.
    The time it happened was sometime between 14:30 and 14:35
    I'm looking at the Sytem Log. IN the filter I typed Safari and nothing came up from today in the log.
    Just looking at "All Messages" between the hours of 1430 and 1435 their are no messages about safari, just the following.
    1/10/13 2:32:22.000 PM kernel: IOSurface: buffer allocation size is zero
    1/10/13 2:32:25.000 PM kernel: IOSurface: buffer allocation size is zero
    1/10/13 2:32:25.000 PM kernel: IOSurface: buffer allocation size is zero

  • Why is the page not the size of the screen?

    when I open Firefox whether in full screen or not the page only uses the center of the screen.I>E> always has a 5 inch border on both sides. The menu bars go accross the whole screen. Even using zoom doesn't cure this. very irritating if this cannot be fixed I will have no use for Firefox.

    No. Everything is clear but does not fill screen

  • Can I just setup my pages for just one page not the whole document?

    I want to change my page to landscape but just one page not all document how can I do it.
    thank you

    May you take time to search for the keyword 'landscape' in the existing threads ?
    This question was asked and responded many times.
    Yvan KOENIG (VALLAURIS, France) dimanche 20 juin 2010 20:39:31

  • Refresh the PanelGrid in  page not the whole page ...

    Hi friends,
    I have two frames in one page. Those are Left.faces and Right.faces. In the left.faces i have pangelGrid and stackbarGroup under stackbar. In the Right.faces i am having only dropDownList and command button.
    Here my problem is , First i am selecting the value from the drop down list and click the command button in the Right.faces. That action should be reflected on Left.faces that means, selected value is captured by element current Reference Month which is in panel grid through refreshing the page Left.faces. But here i used stackbarGroup under the panel grid. While refreshing the page Left.faces the stackbargroup is compressed. I should touch only the panel grid not the stack bar group.
    My code: Left.faces
    ==============
    <f:view>
    <h:form>
    <h:panelGrid columns="2" styleClass="leftPanelTitle" cellspacing="5" style="width:100%" id="panelGrid" >
    <h:outputText value="*Current Reference Month : "* />
    <h:outputText value="*#{bottom_sess.displayMonthRef}*" style="font-weight:normal"/>
    </h:panelGrid>
    <ig:stackbar groupContentStyleClass="csStackbarGroupContent" groupExpandedStyleClass="csStackbarGroupExpanded" groupExpandedHoverStyleClass="csStackbarGroupExpandedHover" groupCollapsedStyleClass="csStackbarGroup" groupCollapsedHoverStyleClass ="csStackbarGroupHover" >
    <ig:stackbarGroup text="Search Provision" rendered="#{not user_login.hideUserTeam}" >
    <ig:link target="right" value="#{msg.search}" action="#{provision_search_action.clearSearch}" ></ig:link>
    </ig:stackbarGroup>
    <ig:stackbarGroup text="Add Provision" rendered="#{not user_login.hideUserTeam}" >
    <ig:link target="right" value="#{msg.provision_book}" action="#{provision_book.clear}"></ig:link>
    <ig:link target="right" value="#{msg.provision_trade}" action="#{provision_trade.clear}"></ig:link>
    <ig:link target="right" value="#{msg.provision_atom}" action="#{provision_atomCode.clear}"></ig:link>
    </ig:stackbarGroup>
    </ig:stackbar>
    Right.faces
    ==========
         <f:view>
    <h:form id="form1" >
    <ig:dropDownList id="selectMonthEndDropDown" dataSource="#{select_month.selectMonthEndList}"                     binding="#{select_month.selectMonthEndDropDown}" />
    <h:commandButton type="submit" value="#{msg.change_month}" actionListener="#{select_month.addSession}" onclick="refreshPage()"/ >
    </h:form>
    </f:view>
    Script:
    =====
    <script LANGUAGE="JavaScript">
    function *refreshPage()*
    *parent.frames["left"].location.href='Left.faces'* // page refresh
    </script>
    In Left.faces i got the value in the panel grid's component from the Right.faces . But stack bar group is compressed in Left.faces.
    I am waiting for earlier reply.

    Hi Zack,
    Try the following under Report options.
    1. Clear the check box of "Verify Stored Procedures on First Refresh" in the Main report.
    2. Select the check box of "Verify on First Refresh" in  the sub report.
    Hope this helps.

  • Table at bottom of page (not the same as similiar issues)

    I already know about headers/footers, counting rows, etc. However none of those solutions seem to work for the following issue.
    For our PO, each page has a footer message on it. In addition, after the end of all of the PO lines, they want the total to appear at the bottom of the page. The next page then contains terms and conditions.
    For example with a 4 page PO:
    Page 1 has PO header info, PO lines and there is a standard message in the footer.
    Page 2 has the remainder of the PO lines. There is also a table that has the total (and some other detail) that must appear at the bottom of this page. There is also the standard footer message that appears at the bottom of every page.
    Page 3 and 4 have terms and conditions, as well as the standard footer message.
    The issue we are facing is getting the total table on Page 2 to the bottom of the page, instead of immediately following the PO lines. If anyone has any thoughts, please advise. I can try and provide a screenshot if this is not clear enough.
    Thanks,
    Brett

    Thanks, the last page solution works fine. Take care.
    I just started using this forum and just understood that I had to tag the answer as correct but mis-tagged it helpful, the answer is fact correct. Sorry.
    Edited by: 868628 on 13-Jul-2011 05:19

Maybe you are looking for