Blog Search Field

Greetings all,
I was wondering if there was a way to have the search field only display on the archive screen of the blog page? It seems like you only have two options with this feature On (displays on the main Blog page as well as Archive page) and Off (no search). Am I missing something? I know that I can manually remove the one that I don't want via editing the .html file but is there a way to do this through iWeb?
I will have to manually edit this every time I publish to .Mac right (if my only option is editing the .html file)?
Thank you for your time and efforts.

You are right, there is no way to eliminate the search field on either the Main blog page or the archive...without removing both.
But try this workaround. If you don't want the search field to "appear" on your main blog page (or vice versa) select it and move it to somewhere inconspicuous on your page. Then create a shape object about the same size as the search field and make it the same color as the background of your page (with the color fill tool in the Inspector Shape tab). Then move this shape object and cover the search field right up so that it looks like it has disappeared from the page!
Maybe this will keep you from having to edit any HTML?

Similar Messages

  • Apex 4.0: Change the Search Field to a Multi Value Check Box IR

    I am new here, but hoping to be active :)
    Well, now I am focusing on Apex 4 and I find really new things here. And even new order to develope needs time to get used.
    Still, I am trying to change the Search Field to a Multi Value Check Box in IR. I have found how to make it in Apex version 3, but not at 4 any more.
    Tutorials for apex v.3 write:
    1.Click Edit Page 1 on the Developer toolbar.
    The Page Definition for page 1 appears.
    2. Under Items, click P1_REPORT_SEARCH.
    3. From Display As, select Checkbox ans so on...
    But I do not find any word "Items" in IR and especially P1_REPORT_SEARCH (I assume this should be by default). Under "Report Atributes" I find "Search bar" region, just there is no option for that. Is here any way to make search with checkboxes in v4?

    Hi,
    Tutorial you have check for APEX 3.x probably works still in APEX 4.x if you use classic report.
    As I understand you have now create interactive report that provide out of box search features.
    There is no option to change IR search text field to multi select item.
    What you can do with IR, is hide/disable search field.
    Then you create multi select item and use it in report query where clause.
    Regards,
    Jari
    My Blog: http://dbswh.webhop.net/htmldb/f?p=BLOG:HOME:0
    Twitter: http://www.twitter.com/jariolai

  • Is this a "search field" bug?

    hello,
    “.Mac blog” have publicized that by adding the "search field" to an iWeb site, that field will only show up (be visible) in the "archive". It works like that for the Safari browser, but when it comes to using Internet Explorer or Firefox, the field can be seen in the blog's main page! (as in iWeb).
    is this a bug? i really prefer to see the "search field" only in the "archive"...
    anyone knows how to fix this?
    thanks
    http://web.mac.com/pedroesteves

    Well spotted, Pedro. I must admit that I don't have a problem with the search field appearing on both the Summary and the Archive pages, but I hadn't realised until you pointed it out that it can't be deleted selectively from one only. In all fairness, though, I find the .Mac Blog genuinely helpful, and it contains quite a few useful entries which relate to iWeb. They do have a Feedback link, and I'm sure they'd welcome comments about this.
    Visit here for iWeb Tips, Tricks and Hacks ]

  • Search field - how to display in iWeb on Lion 10.7.4

    Hi, in my iWeb blog, I have the Search field (that a viewer would use) visible. When I upload it to my FTP server, the Search fiels disappears. While MobileMe was around, this was enabled when u had an MM account. Now that MM has gone...how does one make the Search field active in a new iWeb upload?

    You can use a Google serach of your webpage by adding the code from this Google webpage, Google Custom Search, to an HTML snippet on your iWeb page.
    Another Google search you can add to your webpages is described here: How can I add a Google search box to my Web site?
    OT

  • Blog search

    I've seen a couple of references to the blog function not working, but they seemed to refer to sites not published to mobileme.
    MIne is and the search function produces no results at all.
    Any thoughts?
    thanks
    Strangely enough it seems to only be a problem in Safari.
    Message was edited by: Chuck Usher

    I have a second site with a blog.
    I just tried adding a search field in it, published it, and it appears to work fine.
    Still scratching my head over this one.

  • Blog Search Problems

    I recently added the search field to my blog so users can search through my entries.
    However, after the search is complete, the user cannot link to that entry and gets this error:
    Not Found
    http://web.mac.com/ray.onami/iWeb/Site/Blog
    The requested URL was not found on this server.
    お探しのURLはこのサーバーでは見つかりませんでした。
    L'URL que vous avez sollicitée n'a pas été trouvée sur ce serveur.
    Die URL, die Sie angefordert haben, wurde nicht auf diesem Server gefunden.
    you can try it for yourself. Help!! What am I doing wrong?!?
    thanks!

    That's great to hear! It's amazing what trouble one little apostrophe can cause. Good job and Happy New Year!

  • In portal after clicking the search field of table UI popup  is not coming

    Hi Experts,
    I have a problem in portal . In "RecordWorkingTime" when I select any search field of this table Ui  it is refreshing for unlimited time  period and the pop up window is not coming .
    Can you suggest me any possible solution for this strange problem ?
    Regards,
    Sumana
    Edited by: sumana05 on Mar 9, 2012 10:58 AM

    Hi
    In addition to this, we also put the trace on the application. During the trace analysis we found that the RFC: HRXSS_CAT_WD_F4_SELFLD_DEFAULT doesn't seem to get called.
    Not sure what could be the issue.

  • Issue with custom search fields in agent inbox

    Hi All,
    I am working on CRM agent inbox 7.0. The issue I am facing is like this:
    I have added custom search fields in inbox. When give a combination of standard search field and custom search field, the result is only based on standard field. The value of custom field is not considered.
    Is this a standard behaviour? Are standard fields given higher priority that custom fields?
    Any pointers on this would be highly helpful.
    Thanks,
    Narendra

    Hi Naren,
    Did you add custom field using AET? If yes then while adding custom field using AET did you make it search and result relevant?
    There is nothing like priority in standard SAP fields and custom fields.
    Please let me know so that I can further help you.
    Thanks,
    Bhushan

  • How to set focus on specific search field in FPM's search guibb?

    Is there any way to set the input focus to a specifc search field in an FPM's search guibb? I found that there is a godd way for forms by using the IO_EXTENDED_CTRL object in the GET_DATA function. But it seems that there is no corresponding way to do for search forms. Any other idea?
    Best regards,
    Thomas

    Hello Venkatesh. Yes that code does work. First I tried it on a table cell that was already rendered and it did work. The next time I tried it on a table row that was being added and it did not work there. So I added an on after rendering function for the table and added that code there. That did not work until I added a delay (timeout) to do a context switch before calling the focus and that worked.
    Once last thing though sometimes when I call focus on an input field (actually in a table row cell) if the field has text in it already the flashing cursor is at the beginning of the text and other times it is at the end of the text (which is the desired way). It depends on where I click in the row. Is there anyway to make sure the flashing cursor is at the end of the text when the focus is applied to a field that contains text?

  • I return my cursor to the search field, it selects the entire entry. I have to click a second time to deselect in order to hit return and send the search. Sometimes I have to click on the type several times to select one word or an insertion point. How do

    It only does it in the Google search field. It seems to me I set Firefox to select chunks of type and now don't know how to change it back. Any suggestions?

    It only does it in the Google search field. It seems to me I set Firefox to select chunks of type and now don't know how to change it back. Any suggestions?

  • Suddenly can't enter anything in some blank search fields, dropdowns not working, and javascript popups freeze randomly. WTH?

    I noticed a few random things not working on my computer in the last month or so, and I tried everything I can think of to figure out what it is...still haven't figured it out yet. Some examples - I was on ebay, and the tracking number I clicked on from the "My ebay" page popped open a javascript window, but then froze the page so I had to close the whole tab. Then on Grooveshark, the main page comes up, but if I type anything in the search field, I can see what I'm typing, but at the same time, I can still see their default search message. If I try to enter something and hit search, it just gives me the warning that I'm being asked if I want to leave the page, it never searches. There are a few other times I can think of that I tried to use a dropdown menu, and they don't always work - they just look like they're being clicked, but nothing shows. Also not sure if this is related or not, but it bears mentioning - I tried to install Freecorder, and even though I tried both the toolbar and just the button for installation options, it doesn't show up for me to use it, and that's with adblock plus disabled. Also not positive my last update of Adobe Flash took, even though I downloaded it.
    I have adblock plus, but I've had that for years now, and it's never caused a problem or stopped me from seeing anything I actually wanted to see. My system was pretty bada** before this, and it's frustrating that suddenly I can't go everywhere and do everything I could before. Why is it doing this, and can I fix it??

    Meh...if I had started here instead of trying to research this randomly, I would have fixed the problem weeks ago. I just did a Firefox reset, and tried all the things I mentioned in the OP, and it all seems to work fine now. Well, aside from Freecorder, but I can make that work another way, I guess. Anyway, Firefox reset = solution. Yay!

  • New itunes is destroying my life. It won't allow me to search. As soon as I type a single key in the search field. It freezes, then crashes. WHY??????

    It won't allow me to search. As soon as I type a single key in the search field. It freezes, then crashes. WHY??????

    Launch the Console application in any of the following ways:
    ☞ Enter the first few letters of its name into a Spotlight search. Select it in the results (it should be at the top.)
    ☞ In the Finder, select Go ▹ Utilities from the menu bar, or press the key combination shift-command-U. The application is in the folder that opens.
    ☞ Open LaunchPad. Click Utilities, then Console in the icon grid.
    Step 1
    Make sure the title of the Console window is All Messages. If it isn't, select All Messages from the SYSTEM LOG QUERIES menu on the left.
    Enter the name of the crashed application or process in the Filter text field. Post the messages from the time of the last crash, if any — the text, please, not a screenshot. 
    When posting a log extract, be selective. In most cases, a few dozen lines are more than enough.
    Please do not indiscriminately dump thousands of lines from the log into a message.
    Important: Some private information, such as your name, may appear in the log. Edit it out by search-and-replace in a text editor before posting.
    Step 2
    Still in the Console window, look under User Diagnostic Reports for crash reports related to the process. The report name starts with the name of the crashed process, and ends with ".crash". Select the most recent report and post the entire contents — again, the text, not a screenshot. In the interest of privacy, I suggest that, before posting, you edit out the “Anonymous UUID,” a long string of letters, numbers, and dashes in the header of the report, if it’s present (it may not be.) Please don’t post shutdownStall, spin, or hang logs — they're very long and not helpful.

  • When creating a new window in safari, using command T, the marker have not activated the search field. It means you have to click there every time. Changed after upgrading to Mavericks. Anyone knows how to change this?

    When creating a new window in safari, using command T, the marker have not activated the search field. It means you have to click there every time. Changed after upgrading to Mavericks. Anyone knows how to change this?

    Yes, you can do something like that. What you would do is create a button for each image and then hide them. When I do this type of thing I place all of the buttons on a template page and then hide the template.
    You can then use JavaScript to copy the icon from any of the hidden buttons to the main button that you've set up to display the image. For example, suppose you set up 10 buttons named b1, b2, b3, ...b10. The code to copy the icon from one of them to the button used to display the image (b0) would be something like this:
    // Get the icon from the b3 button
    var oIcon = getField("b3").buttonGetIcon();
    // Get  reference to the b0 button
    var f = getField("b0");
    // Set the icon of the b0 button to the icon retrieved from the hidden button
    f.buttonSetIcon(oIcon);
    // Show the b0 button
    f.display = display.visible;
    This code would go in the Mouse Up event of the smaller button.

  • How can I get a search field?

    In fewer times there was a field for adress and one for searching. Since the last modification there is no searching field. I like this field. How can i get it back?
    Thanks for help.

    Open the Customize window and set which toolbar items to display.
    *"3-bar" Firefox menu button > Customize
    *if missing items are in the Customize palette then drag them back from the Customize window on the toolbar
    *if you do not see an item on a toolbar and in the Customize palette then click the Restore Defaults button to restore the default toolbar setup
    *https://support.mozilla.org/kb/customize-firefox-controls-buttons-and-toolbars
    Start Firefox in <u>[[Safe Mode|Safe Mode]]</u> to check if one of the extensions (Firefox/Tools > Add-ons > Extensions) or if hardware acceleration is causing the problem.
    *Switch to the DEFAULT theme: Firefox/Tools > Add-ons > Appearance
    *Do NOT click the Reset button on the Safe Mode start window
    *https://support.mozilla.org/kb/Safe+Mode
    *https://support.mozilla.org/kb/Troubleshooting+extensions+and+themes

  • How can i make a search field in my app using applescript?

    I am making an app and i would like to learn how can i add a search field, that will search the content of a window. BTW i am using xcode and applescript

    Like pretty much all of the Cocoa documentation you will need to convert from Objective-C, but take a look at the Search Fields documentation.

Maybe you are looking for

  • MY IPOD NOT CONNECTING TO ITUNES PLEASE HELP

    Okay,, soo my ipod nano 3rd gen, wont connect to my iTunes. it will only come up in a window in my computer. now, i searched help on the apple sight but when it gets the point where it asks me to start the itunes service again, a error code comes up

  • How do i set up flash player to run only the audio files

    How do I set up the flash player to run only audio files?  Every time i set up I tunes to work,, the flash player takes over all files that it wants and I cannont see my files for work.  I want it to only auto run audio files and not my GIF's, & TIFF

  • Not able to post GR - error message M7379

    while doing GR for a material I am getting the following error message. Message No. 7379 The valuation type &V1& for material &V2& was already delivered in the last posting from vendor &V3&, according to the batch master record.However, a different v

  • Should i keep pictures in photo stream in aperture, or copy them in a different folder

    I have photo stream turned on from ipad and iphone.  All pics taken from these devices will appear in photo stream on my Imac aperture. If i delete some pictures on my iphone, will it delete them from my photosteam on my Imac? Will I lose those pictu

  • Unable to register a service in JES4 - DTD error

    I'm trying to register a sample authentication service in JES4. When I run the amAdmin command it thorws the following error. "Error 10: Cannot process requests: com.iplanet.am.admin.cli.AdminException: XML file does not follow the right DTD." amAdmi