Wordpress menu DW Tutorial

I followed Adobe's tutorial Editing a WordPress theme with Dreamweaver CS. Everything works fine apart from the links in the menu: I cannot get the on hover css applied to the buttons. Since I am working on a local server, I cannot show the test pages, but this is the menu as generated (?):
<div class="topnavigationArea">
  <div class="container">
    <div class="topnavigationgroup">
<div class="menu"><ul><li class="page_item page-item-25 current_page_item"><a href="http://localhost/">home</a></li><li class="page_item page-item-9"><a href="http://localhost/?page_id=9">cursussen</a></li><li class="page_item page-item-6"><a href="http://localhost/?page_id=6">docenten</a></li><li class="page_item page-item-12"><a href="http://localhost/?page_id=12">praktische zaken</a></li><li class="page_item page-item-15"><a href="http://localhost/?page_id=15">alumni</a></li><li class="page_item page-item-18"><a href="http://localhost/?page_id=18">contact</a></li><li class="page_item page-item-21"><a href="http://localhost/?page_id=21">login</a></li></ul></div>
</div>
CSS applied to page_item to set bg-color works fine, current page marker works too, but when I apply any css to the links on hover, the effect only shows on the text in the button, not the whole of the button.
Can someone help me to get the desired effect (ie the background of the button changes color on hover)?
Thank you.

The CSS for the menu:
/* MENU */
.topnavigationArea {
    width: 100%;
    background-image: url(images/topnav_bkgd.jpg);
    background-repeat:repeat-x;
    background-color:#666;
.topnavigationgroup {
    margin: 0px;
    float: right;
    p/adding-right: 40px;
.topnavigationgroup ul {
    margin: 0px;
.topnavigationgroup ul li {
    max-width: 167px;
    margin-left: 0px;
    padding-left: 10px;
    padding-top: 2px;
    padding-right: 8px;
    padding-bottom: 2px;
    border-left-style:none;
    border-left: 1px solid #F5DC32;
    border-right-style: none;
    border-right-width: 1px;
    color: #FFF;
    font-size: 12px;
    font-weight: bold;
    font-family: Arial, Helvetica, Verdana, sans-serif;
    float: left;
    list-style-type: none;
    display: block;
.topnavigationgroup ul li:first-child {border: none;}
.topnavigationgroup ul li a {padding:2px 10px;}
.page_item {
    text-decoration:none;
    display: block;
    color: #FFFFFF;
    background-color: #666;
.current_page_item {
    background-color: #FF6E3D;

Similar Messages

  • CSS list-based navigation bar (Wordpress menu) doesn't render.

    This website is powered by Wordpress with a custom HTML5/CSS3 theme. However, even after various attempts to debug and recode, the navigation menu (based on WP3's built-in menu feature) fails to render in Firefox, where it renders normally in Safari & Chrome.
    Screenshots
    Correct rendering (safari): http://cl.ly/CsSi
    Firefox: http://cl.ly/CsuP

    Looks like a missing ')' in one of the style rules that causes Firefxo to skip all subsequnt rules in that file.<br />
    <br />
    <pre><nowiki>-moz-gradient(linear,10% 0,10% 100%,from(#d9d9d9),to(#ababab);</nowiki></pre>
    instead of:
    <pre><nowiki>-moz-gradient(linear,10% 0,10% 100%,from(#d9d9d9),to(#ababab));</nowiki></pre>
    You can see that in the Error Console.
    <pre><nowiki>
    Warning: Expected declaration but found '-moz-gradient'. Skipped to next declaration.
    Source File: http://portfoliography.com/2.0/wp-content/themes/portfolio/style.css
    Line: 1165
    Warning: Unexpected end of file while searching for closing } of declaration block.
    Source File: http://portfoliography.com/2.0/wp-content/themes/portfolio/style.css
    Line: 2329</nowiki></pre>
    http://portfoliography.com/2.0/wp-content/themes/portfolio/style.css
    <pre><nowiki>.welcomebox {
    padding: 1.5em;
    background-image: -webkit-gradient(linear,10% 0,10% 100%,from(#d9d9d9),to(#ababab));
    -khtml-gradient(linear,10% 0,10% 100%,from(#d9d9d9),to(#ababab));-moz-gradient(linear,10% 0,10% 100%,from(#d9d9d9),to(#ababab);-ms-gradient(linear,10% 0,10% 100%,from(#d9d9d9),to(#ababab));-o-gradient(linear,10% 0,10% 100%,from(#d9d9d9),to(#ababab));-o-gradient(linear,10% 0,10% 100%,from(#d9d9d9),to(#ababab));border-radius: .25em;
    -webkit-box-shadow: 0 3px 20px rgba(0,0,0,0.2);
    -moz-box-shadow: 0 3px 20px rgba(0,0,0,0.2);
    box-shadow: 0 3px 20px rgba(0,0,0,0.2);
    text-shadow: 1px 1px 1px #bfbfbf;
    margin-bottom: 10px
    </nowiki></pre>

  • Adobe Edge Runtime conflicting with Wordpress menu

    I finally managed to manually insert an Adobe Edge animation thanks to vivekuma and also by following this article. It seems I needed to change several paths in edgePreload.js and edge.js.
    I am however facing a new problem... I created both a page and a header templates to load from the page so I can insert the <!--Adobe Edge Runtime--> content in the page with the animation only. I pasted the code just between <?php wp_head(); ?> and </head> tags. This loads the animation correctly, BUT it breaks the site's menu (it has a jquery effect) and a slideshow.
    Is there a better way to run this script or to find out what's causing the conflict?

    Hi, resdesign!
    These tips will help us a lot in files that we thought were lost forever!
    Most of all, why does it happen? I understood that it is an action.js closure problem in many cases.
    But this occurs because changes were made outside Edge Animate while the file *.an was open?
    We need to find the reason why we are making a wrong use of the software.
    Thank you very much indeed.

  • Where can I find the phone menu icon used in the sample flyout menu tutorial?

    Where can I find the phone menu icon used in the Muse phone menu flyout tutorial?
    It is a .little box with an arrow on te left and three lines center/right.

    Hi
    You can use the ones in Muse library :
    http://muse.adobe.com/exchange-library/amphi-navigation-bars-by-qooqee-com-ali-pordeli
    http://muse.adobe.com/exchange-library/harmony-animated-menu
    Thanks,
    Sanjit

  • Dreamweaver trouble with Spry Menu

    It must be getting late, as I can't seem to get this to work.
    I am experimenting with a spry menu for the school I work at.
    The site I made earlier is www.wmes.ca
    The school would like to have the site updated, so I figured I would do so by using a spry menu in place of the one I did in photoshop with the drop downs (see above link).  Personally i liked this method and found it quite easy, however, it is now a depracated feature.
    As said already, I am working with just a goofy template I've made to see if I can make the spry menu work on a site that is 760 px wide.  The menu appears to work, but it is not 760 px long.  Also, in IE, the drop down menus span horizontally on the page instead of vertically.  I can't explain this either.
    The last thing my tired eyes can't detect is the place to make the text on rollover bold.
    The current site can be viewed at www.prestigeinteractive.com/wmems
    I would appreciate a fresh set of eyes.
    Thanks for your time,
    Greg
    files are attached

    The Spry menu customisation tutorial that David wrote may be of help to you:  (this takes you to the width customisation page - but start at the beginning to understand all the style rules that apply to the menu).
    http://foundationphp.com/tutorials/sprymenu/customize3.php
    You need to specify a width in three places, so that IE doesn't show the submenus horizontally instead of vertically - explained in the tutorial link above.

  • Does Firefox now "read a page ahead" for WordPress sites?

    Hi there,
    I've just noticed something odd in Firefox 26.0. Using Fiddler, I see that when I am browsing WordPress sites, the browser is requesting an additional page (only the source page, not the links on the page) to the one I am actually looking at. In effect it appears to be browsing "ahead" one page along the Wordpress menu, storing this page in case that happens to be the one I will look at next. This activity also happens in Safe Mode and does not happen with the latest version of Chrome.
    Is this a new feature and, if so, how do I switch it off?

    That did the trick cor-el, many thanks!
    For anyone else reading this thread, the following article might prove useful: http://www.ghacks.net/2013/04/27/firefox-prefetching-what-you-need-to-know/
    It appears that the WordPress page isn't using rel="prefetch" as described in the above article, but instead FF is prefetching the page indicated by rel="next".

  • DVD Menu with Two or More Highlights per Button

    I have created a DVD Main Menu in Photoshop CS4 Extended for Premiere Elements 4 as well as editing an existing Premiere Elements 4 DVD Main Menu in Photoshop Elements 6 and run into the same following highlighting problem:
    The design of each menu button is such that there is in its Group:
    a. the (%) video for the thumbnail of the video (4:3 solid color block)
    b. frame to go around the thumbnail
    c. Text to go under the framed thumbnail
    When I roll the cursor over the button, I want the frame as well as the text to be highlighted. I can achieve one or the other, but not both. I use (=1) for the Text highlight and (=2) for the frame frame, but, no matter what combination or arrangement of layers/layer sets/codes, the result is the same, one or the other (using =1), but not both (using =1 and =2).
    Although an Encore DVD Menu creation tutorial suggests that the code species (=2) exists, I have yet to find an existing Premiere Elements 4 DVD Menu where both the frame and the text underneath the frame is highlighted at the same time when the cursor is rolled over the button (showing the =1 and =2 codes or anything else)
    I would appreciate any comments on whether I am looking for something that is not possible OR whether I have just not figured out the how to answer.

    Hunt,
    When you create your DVD menus with Photoshop and Encore as described, can these menus be loaded into Premiere Elements 4 or any other version of Premiere Elements and do these menus work in Premiere Elements 4 or any other version of Premiere Elements?
    If I cannot go the (=2) highlight route, I have thought about creating a text layer (for the title under the thumbnail), simplifying (rasterizing it), then adding a the frame to that layer, and then coding the layer (=1) highlight. But, I have not done that yet.
    SG
    Did you really mean ...., named (%) Highlight....in your suggestions or did you mean (=1). I have been through all the how tos and have a good handle on the conventions, except for this one point.
    Thank you both. In the final analysis, at this point it is more a "why can't I" instead of "I have to have that dual highlight" to make the effect work. Thank you both for your inputs and am heading back to the programs to explore your helpful suggestions.

  • Horizontal Menu - Submenu Problem in IE

    I wanted a Spry menu that would adjust to longer menu abd submenu items, and followed the tips in the Adobe Labs article "Auto Width Horizontal Menu Bar." What I've ended up with works fine in Forefox, but in IE7, when I hover over the Main menu item, the submenu drops down fine. But when I mouse over the first item in the submenu, the submenu realigns from a striaght drop down list into submenu items arrayed in two horitzontal rows below the main menu.
    I've pored through it for a couple of hours now, and compared what I did closely to the Auto Width menu bar tutorial sample, and apart from some font styling, I'm not finding what's going wrong. Any help would be much appreciated.
    The menu is up on this page:
    http://www.catskill4sale.com/Nav_topnew.htm
    I'm using Spry 1.6.1 and uploaded those Spry assets to the server.
    Thanks for any help anyone can offer on this.
    David

    Hi David,
    First of all add a closing bracket as shown in red in the following tag:
    <meta name="description" content="Sullivan County, New York Real Estate Listings.">
    I have gone through your listing and found that you did not make an allowance for IE.
    In the following steps I have shown the complete code rather than change your code.
    1. Make sure you have the original unadulterated Spry stylesheet attached to your page.
    2. Add the following styles to your page. The style rule coiloured red is read by IE only hence the remark (/*...*/):
    <style type="text/css">
    <!--
    .clearAll {
        clear: both;
    .sidebar {
        /*width: 200px;*/
    ul.MenuBarHorizontal#MenuBar1 li {
        width: auto;
    ul.MenuBarHorizontal#MenuBar1 ul {
        width: auto;
    ul.MenuBarHorizontal#MenuBar1 ul li {
        display: block;
        float: none;
        width: auto;
        white-space: nowrap;
        border-bottom: solid 1px #EEE;
    ul.MenuBarHorizontal#MenuBar1 a.MenuBarItemSubmenu {
        padding: 0.5em 2em 0.5em 0.75em;
    -->
    </style>
    3. Add your menubar as follows making sure that you add the extra red coloured DIV's to accomodate IE :
    <div class="sidebar">
      <ul id="MenuBar1" class="MenuBarHorizontal">
        <li><a href="default.asp">Main Home</a>            </li>
        <li><a href="listings.asp">Search MLS</a></li>
        <li><a class="MenuBarItemSubmenu" href="resources.asp">Buyer Info</a>
          <ul>
            <li><a href="lakefront.asp">About Lakes</a></li>
            <li><a href="family.asp">Familes with Children</a></li>
            <li><a href="value2.asp">What Houses Cost Here</a></li>
            <li><a href="gayre.asp">For GLBT Buyers</a></li>
            <li><a href="highend.asp">For Upper End Buyers</a></li>
            <li><a href="faq.asp">Buyer FAQs</a></li>
          </ul>
        </li>
        <li><a href="http://blog.catskill4sale.com">My Blog</a></li>
        <li><a href="county.asp" class="MenuBarItemSubmenu">Area Intro</a>
          <ul>
            <li><a href="county.asp">Sullivan County Areas</a></li>
            <li><a href="catskillsrealestate.asp">Catskill Cnty Comparison</a></li>
          </ul>
          </li>
        <li><a href="current.asp" class="MenuBarItemSubmenu">Market Conditions</a>
          <ul>
            <li><a href="current.asp">Latest Market Report</a></li>
            <li><a href="archive.asp">Archived Reports</a></li>
          </ul>
          </li>
        </ul>
      </div> 
      <div class="clearAll"> </div>
      <script type="text/javascript">
      <!--
      var MenuBar1 = new Spry.Widget.MenuBar("MenuBar1", {imgDown:"SpryAssets/SpryMenuBarDownHover.gif", imgRight:"SpryAssets/SpryMenuBarRightHover.gif"});
      //-->
      </script>
    </div>
    I hope the above will fix your problem. I have purposely not centered the submenus because that added another problem.
    Ben

  • CMS menu integration with Dreamweaver

    In his discussion of customising Wordpress templates here http://www.adobe.com/devnet/dreamweaver/articles/dreamweaver_custom_templates_pt2.html Chris Converse describes a technique for integrating the Wordpress menu system with that generated by Dreamweaver and Spry. (see Template #9)
    Unfortunately the video glosses over this but it seems an extremely useful idea as the cms will generate menu items that are automatically populated into the Spry menu and continue to be editable dynamically in Dreamweaver CS5. Perfect for template development.
    Can anyone explain how this is done please?
    I actually want to do this with a Joomla template but I guess the principle is the same as with Wordpress. 
    Any links to training on this subject would be invaluable.
    Thanks

    The end product for both programs are different. I guess the quickest way for them to do it is to have a HTML website to convert to an adobe muse file. Since they already have an export function for the adobe muse file to html files.
    It would really streamline the production of websites. Layouting in adobe muse then gritty stuff on dreamweaver.

  • E71 : Tutorial bug

    Just started investigating new E71, and seems there is a bug in the Tutorial app. (Menu>Help>Tutorial) : Several topics cause the app. to end (crash) without showing info. e.g. Keys>Power key. Perhaps there are missing topics, because I also notice that where one of these "crash" topics appears in the middle of a list, lower topics actually launch the topic above them in the list e.g. anything below Calling>Dialled numbers.
    Am I the only one suffering this? Seems relatively trivial, but then does not inspire confidence : if a simple app. like Tutorial is bad, what chance complex stuff being good?

    I noticed that too. On my E63 tough, it works fine. These tuts are a bit silly. The manual is better documented and even then there are settings I can't find. The connections and buttons on the side are not described in the Dutch version.
    ‡Thank you for hitting the Blue/Green Star button‡
    N8-00 RM 596 V:111.030.0609; E71-1(05) RM 346 V: 500.21.009

  • Create MySQL database for WordPress on Leopard - How to?

    Hi, folks.
    I've been trying to install WordPress using this tutorial http://www.tech-recipes.com/rx/2757/leopardhow_to_installwordpress/ but I've been facing two major problems:
    1. I can't find the hidden file .profile - I have already used TextWrangler to browse though my folders and I still couldn't find it.
    2. No Terminal command mentioned in the file seems to work. All of them return error messages.
    Could anyone help me to figure this out or simply tell me an easier way to install WordPress on Leopard?
    Cheers.
    JP

    1. I can't find the hidden file .profile - I have already used TextWrangler to browse though my folders and I still couldn't find it.
    It's entirely possible, and valid, for there to be no ~/.profile.
    If that's the case, just create it.
    2. No Terminal command mentioned in the file seems to work. All of them return error messages.
    Can you give an example, including the error message. The error message will go a long way to explaining why it didn't work.

  • Using cyberduck - Tutorial available?

    Hi,
    Upon several recommendations I have downloaded cyberduck and now plan to use it instead of the iweb FTP.
    The problem I am having is that Cyberduck does not have any useful help menusand I cannot figure out where to start. I understand that I need to publish to a local folder and then upload using cyberduck. I have some space with go-daddy and all of the passwords etc to set that up but... as mentioned.. cyberduck does not seem terribly user friendly and once I open the program I cannot figure out what to do next.
    Does anyone know of a "getting started" type help menu or tutorial for cyberduck?
    Thanks!

    Connect to your Server and then drop the file/folders on the window.
    http://www.freesmug.org/tutorial/cyberduck
    more on the internet : [cyberduck tutorial|http://www.google.com/search?client=safari&rls=en&q=cyberduck+tutorial &ie=UTF-8&oe=UTF-8]

  • Como habilitar a partição swap?

    Como um bom Linux, o Firefox OS possui algumas funções que precisam ser devidamente configuradas para uso, a partição SWAP permite espaço extra (e mais lento) para memória RAM, ajudando na abertura paralela de mais apps.
    Obtive acesso root através dos arquivos presentes neste site: http://elsimpicuitico.wordpress.com/firefoxos/
    remontei a partição /system com permissão de escrita através do seguinte comando:
    mount -o remount,rw /system
    Daí iniciei a configuração da partição SWAP, criando tanto um arquivo no SD com essa função como uma partição propriamente dita no SD.
    usando essa partição configurei o arquivo /etc/fstab e mandei ligar o swap pelo comando
    swapon -a
    mas o comando retornou o erro:
    swapon: /sdcard/.swap: Function not implemented
    Após algumas pesquisas descobri que a função de swap precisa estar habilitada no Kernel do sistema
    https://support.mozilla.org/pt-BR/questions/976573
    Segundo a pergunta acima, o kernel é responsabilidade da própria Alcatel
    Mas supostamente pode-se verificar o suporte ou não do kernel ao swap através do comando:
    cat /proc/cpuinfo
    que retorna isto:
    Processor : ARMv7 Processor rev 1 (v7l)
    processor : 0
    BogoMIPS : 501.64
    Features : swp half thumb fastmult vfp edsp thumbee neon vfpv3 tls vfpv4
    CPU implementer : 0x41
    CPU architecture: 7
    CPU variant : 0x0
    CPU part : 0xc05
    CPU revision : 1
    Hardware : QCT MSM7x27a FFA
    Revision : 0000
    Serial : 0000000000000000
    na linha Features é possível ver que a função "swp", abreviação de swap está disponível no kernel.
    Em outro site: http://translate.googleusercontent.com/translate_c?depth=1&hl=pt-BR&rurl=translate.google.com&sl=pl&tl=pt-BR&u=http://forum.myfirefoxos.pl/watek-Swap-file%3Fpage%3D2&usg=ALkJrhhpyk7CxJc32ip4ny3Brzzb-G6eGw
    diz que é preciso alterar uma configuração no kernel para habilitar o suporte do mesmo ao swap, e podia-se verificar este suporte no conteúdo do arquivo presente no Firefox OS:
    /proc/config.gz
    copiando para o SD e descompactando é possível ler este trecho:
    CONFIG_HAVE_KERNEL_LZO=y
    CONFIG_KERNEL_GZIP=y
    # CONFIG_KERNEL_LZMA is not set
    # CONFIG_KERNEL_LZO is not set
    CONFIG_DEFAULT_HOSTNAME="(none)"
    # CONFIG_SWAP is no set
    CONFIG_SYSVIPC=y
    CONFIG_SYSVIPC_SYSCTL=y
    # CONFIG_POSIX_MQUEUE is not set
    # CONFIG_BSD_PROCESS_ACCT is not set
    CONFIG_SWAP is not set, ou seja, o suporte ao Swap não foi habilitado durante a compilação do kernel, editar este arquivo e mandá-lo pra pasta parece não mudar muita coisa, afinal ele é só um texto reportando características já existentes do kernel, sem poder para controlá-lo.
    Mesmo sabendo disso, experimentei inserir este mesmo arquivo alterado para que o parâmetro CONFIG_SWAP esteja como CONFIG_SWAP=y, como todas as outras opções habilitadas, em uma imagem de initramfs e mandar o sistema dar boot com ela, bom, o sistema restaurou o arquivo original e seguiu seu boot normalmente.
    Sabendo isto, a lógica diz para pegar o código fonte do kernel do Firefox OS (no meu caso, o branch hamachi), alterar o arquivo .config presente em sua pasta raiz e alterar o
    # CONFIG_SWAP is not set
    para
    CONFIG_SWAP=y
    Após isso bastaria compilar, unir em uma imagem de boot com arquivos initramfs e bootimg.cfg (usar aquelas presentes no arquivo de boot original provavelmente não traria problemas) e montar uma nova imagem de boot, com o kernel já habilitado pra suportar swap
    instalá-la usando fastboot no aparelho e seguir a configuração do ponto onde o erro Function not implemented aparecia.
    aparentemente as fontes do kernel estão presentes na página do Sourceforge da Alcatel, cujo download pode ser feito aqui:
    http://sourceforge.net/projects/alcatel/files/ONE_TOUCH_FIRE_4012_20130628.tar.xz/download
    mas ele precisa deste patch: https://www.codeaurora.org/cgit/quic/lf/b2g/build/plain/patch/ics_strawberry/kernel/kernel-add-fillcolor.patch?h=v1.1
    mesmo assim esse kernel parece não ser o mais estável, como podemos ver pelos comentários aqui:
    http://forum.myfirefoxos.pl/watek-Swap-file (recomendo o uso do Google Translate, o texto está em Polonês)
    Mas alguns comentários depois há pessoas que obtiveram sucesso em usar swap, até reportam qual tipo de cartão SD é o mais adequado!
    aqui neste vídeo é mostrado o Alcatel One Touch Fire com memória swap funcionando e rodando o b2g 1.4
    http://www.youtube.com/watch?v=Uaa6OI5aopc
    Por isso é possível chegar a conclusão de que sim, é possível usar swap.
    Mas como se o código fonte do kernel fornecido pela Alcatel é defeituoso? usando a árvore de desenvolvimento android do projeto b2g, pelo processo de construção tradicional do repositório GIT do b2g:
    https://developer.mozilla.org/en-US/Firefox_OS/Building_and_installing_Firefox_OS
    Apenas alterando o arquivo de coniguração do kernel para habilitar o suporte a swap e compilando normalmente.
    Parece até que algumas pessoas usando as builds pré-compiladas do projeto Vegnux conseguem ter o swap habilitado por padrão, mas já tentei todas as builds que tenho aqui (stock da Vivo, stock da Movistar, 1.2 stable, 1.3 stable e duas do 1.4) e nenhuma tem essa característica.
    Escrevi tudo isso através de alguns dias de tentativas de habilitar o swap no meu aparelho sem sucesso. E infelizmente não tenho como compilar o b2g pelo repositório GIT pois não atendo os requisitos de hardware do computador nem tenho conexão banda larga para baixar os 12GB de arquivos necessários.
    Alguém poderia usar isto pra fazer ao menos a tentativa, afinal, encontrei pouca documentação sobre o assunto, especialmente em pt-BR.
    Espero que isso ajude a alguém que tenha como fazer outras tentativas de habilitar o SWAP no Alcatel One Touch Fire.
    Páginas que me foram úteis:
    útil para saber como manipular uma imagem de boot do android/firefoxos
    http://yorik.uncreated.net/guestblog.php?2014=15
    útil pra saber como configurar a partição SWAP e um aparelho que retorna o mesmo erro, mostrando que a falha está no kernel sem swap habilitado.
    http://modmymobile.com/forums/564-motorola-milestone-general/555311-q-what-about-swap-milestone.html
    Achei o local da fonte do kernel e vários comandos
    http://k.japko.eu/alcatel-otf-hackers-guide-1.html
    Onde baixei os arquivos com o Busybox, acesso root para o alcatel one touch fire e imagens pré-compiladas de novas versões do b2g para hamachi
    http://elsimpicuitico.wordpress.com/firefoxos/
    tutorial oficial para compilação e instalação de uma build do b2g
    https://developer.mozilla.org/en-US/Firefox_OS/Building_and_installing_Firefox_OS
    http://elsimpicuitico.wordpress.com/firefoxos/

    Rapaz, tenho gerado imagens para meu Alcatel através do repositório Git do B2G.
    Quais configurações vc acha que devem ser alteradas antes de realizar o Build? Pelo o que entendi do seu texto seria o '''.config''' no Raiz do B2G, mas nesse arquivo só possui este conteúdo:
    MAKE_FLAGS=-j3
    GECKO_OBJDIR=/home/anderson/firefoxos/B2G/objdir-gecko
    DEVICE_NAME=hamachi
    DEVICE=hamachi
    Não existe a opção '''CONFIG_SWAP''' nele. Pesquisando essa opção no conteúdo dos arquivos, o mais próximo que encontrei foi:
    ./kernel/arch/arm/configs/msm7627a_defconfig
    ./kernel/arch/arm/configs/msm7627a-perf_defconfig
    Mas, não tenho ideia se ia funcionar. Infelizmente não estou com muito tempo este mês para pesquisar, mas se me indicar o que alterar, eu faço aqui e deixo compilando, depois a gente conversa via "Mensagem particular" aqui no fórum (ou outra forma).

  • Printing Documents w/ Markups & Stamps

    Is there a way to set my documents so that when another person views them they will print the way I want regardless of the print setting the receiving party has?
    Example, I may have numerous markups and/or stamps on a contract. My client, doesn't know how to properly use the print with Markups or Stamps setting in the printer properties. They open the document and print it without paying close attention to the screen version and what they see on paper doesn't show any of my work.
    Another issue related to this is that I will create a pdf and then send it through a service that I have which allows me to fax online, but has not printer property settings. The party on the other end does not see any of my Markups or stamps because the software sending the fax doesn't have a setting for how it is sent.
    Additionally, let's say that I cover over something like an old price or dated policy by creating a white box over it with no visible lines. How do I lock down the edits so that someone on the receiving end is not able to click on my white box and delete it or even know it is there for that matter?
    The only way I have found so far is to print out and scan the document back into my hard drive and then send it to them. This is a lot of extra seemingly unnecessary work. Surely there is a way to lock in my edits.
    Regards,
    Brad Brusenhan

    Brad,
    Try the links below. John TeSelle has written a tutorial, and includes a javascript to add the "flatten" command to Acrobat's drop down menu.
    Tutorial:
    http://www.aecbytes.com/tipsandtricks/2006/issue2-acrobat.html
    His website:
    http://www.linetype.com/advice/cad/flatten.htm

  • Button colours

    Hi - i have a problem i hope someone can help me with. I've been using photoshop to make overlays for buttons but when i import the overlay into dvdsp the colour of the buttons is very faint - or i cant see it at all. I've been saving the photoshop files as a tiff file and stipulating no compression. what am i doing wrong?
    help! thanks

    Astro99:
    I feel your color sliders in the button properties (Inspector window) are positioned too far left. That slider gives you the intensity/transparency of the color of the overlay effect.
    Your overlay must be just black and white (in case you use basic color mode) and I PSD files are fine.
    Check this Menu Creating tutorial from Drew13's site (www,dvdstepbystep.com) and probably in topic #7 you'll get the idea of color sliders.
    Hope it helps and . . . thanks Drew13 !
      Alberto

Maybe you are looking for

  • Bluetooth Headphones and iPad/Apple TV; audio-video split

    Apparently Apple TV can't output to Bluetooth headphones? Is it possible to say; play a YouTube Vid on iPad; where the video is Airstreamed to Apple TV; but the audio output goes from the iPad to a set of Bluetooth Headphones; instead of to the TV? B

  • No QM for storage location

    My requirement is if material is received to certain storage location, it should not generate inspection lot.For remaining all storage locations, quality is required.How is it possible?

  • BO-XI R2 daylight saving time

    The time in infoview has not changed to accommodate the daylight saving time change. Version:  11.5.8.8265 Tried to install xir2 edst patch (CHF15_DST), when doing so I get a message stating "MHF1 is needed as prerequisite"...when I try to install MH

  • Having issues with websites and videos

    At some point last week, my computer began having problems loading certain websites (I noticed it on about 3 different sites.)  The sites would load but not until after several minutes of loading.  My main issue is that I can't watch videos on other

  • Please help me understand this error

    I am new to depolying applications with java webstart. When I try to download and run my application using web start I get this error: An error occurred while launching/running the application. Title: Brians Slide Show Vendor: brianbjork.org Category