For all things Dreamweaver.
Als letztes aktiv
Cannot get the navicon to function upon clicking/tapping. Everything else is in position as desired. What is hindering it? - This is all tucked within a sticky header.The first part of the code is the stnd desktop menu layoutout.... then the navicon is introduced with its menu for tablet/mobile phones.<div class="col-sm-12 col-lg-12 clearfix"><div class="horizontalRule"></div><div class="shop-menu pull-left hidden-xs"> <ul class="nav navbar-nav"> <li><a class="page-scroll" href="#About">About</a></li> <li><a class="page-scroll" href="#Products">Products</a></li> <li><a class="page-scroll" href="#Contact">Contact</a></li> </ul></div></div><div id="headerToggle" class="header-bottom"> <div class="container"> <div class="row">&nb
Here is my code https://codepen.io/anon/pen/qPQjjp . As you can see, when the screen gets smaller, the columns don't stay at the same height. I have tried so far display: table; flexbox; row-eq-height; matchheight.js, and none of these methods worked.
I've just upgraded from DW CS6 to CC - and starting to wish I hadn't.One issue I can't resolve on multiple sites is that my css styles are not being listed - either in Tools>CSS or in the dropdown context menu. I tried reattaching the css style sheet, and also deleting the old link from the head and then reattaching, but still no styles.The page is functioning fine and it's possible to apply the styles by other clunky methods - any suggestions?
My standard toolbar will not view (after new Dreamweaver CC update). Windows > Toolbars > Standard is checked. Will not view in code/split/Live views or in Standard or Developer layout. Looking for suggestions on how to add.
Hello all. I am trying to learn Dreamweaver 2017 from scratch using a variety of approaches, one of which is the "Classroom in a Book" put out by Adobe in hard copy. I am finding it slow going. When the book says "this lesson will take you about one hour to complete", I find it takes me about four hours! Part of the problem is that what is shown in the book (screen shots) is often not the same as what I am seeing on my screen. This can happen if I have my view split horizontally instead of vertically.Another example is my "start screen". My start screen has a white background unlike the screen shot on page 21 of the book where it has a dark background. Also I am not seeing the "Show All" feature at the bottom. The bottom of my start screen is blank.Can someone tell me how to access the "Show All" feature? ThanksKevin from Cambridge, Massachusetts
Same issue here! Mac with Sierra (latest edition)... all CC apps open with the exception of Dreamweaver CC 2017.Any idea? I tried uninstalling and reinstalling, rebooting a couple times. Tried downloading and running that Java link for OS X mentioned above... app icon in dock bounces up & down a couple times or so; nothing opens/launches. Not sure what else to try? And, why only this application affected?Thank you.
http://v33.ancestry.higgsy.co.uk/archivex.phpThis page has five tables with almost 8000 lines of HTML. Depending on the table there are three or four cells per row. The first cell is usually empty and is used now and again for a link to jump to the top of the table.I've tried a couple of alternative approaches:HTML at lines 663 – 702 (search for 'Walby') show me being very bold and is my first attempt at using grid!At the very bottom of the file the last few lines in the file show me experimenting with just using padding and no table tagsNeither alternative seems to really reduce the amount of HTMLShould I be bothered about all this? I know a table is not responsive but it’s only a 213k page. Could I do this any better? Some kind of database? It’s likely a huge amount of work to present this information in another way so I think if I had to redo the page in some other way I would probably write a program to read in the HTML and spit out the new code and content
I just got a new computer and have installed the latest version of Dreamweaver and Git on my computer. After initial testing I can confirm that Git is installed correctly and working and is in my system PATHHer is my Dreamweaver "git" preferences:Dreamweaver seems to be seeing my Git Repository called "test" and the features seem to be working inside Dreamweaver but when I attempt to launch the terminal from Dreamweaver I get this error:I have verified the paths and everything is set up exactly the way it should be as far as I know. If anyone has a solution for this I would greatly appreciate some help.
Windows 10 64-bitDreamweaver 2017.5I'm have a persistent problem with the DW FTP. The following issues are of concern:Frequently it says it can't make a connectionWhen it makes a connection, service is slow and it monopolizes my internet connection so that I can use a web browser, streaming service, or anything else at the same time.It's very slow to get started uploading.Other notes:I've tried Dreamwever CS5 and it does not have the same issues when tested against the same servers.I've also tested FTP with another program and it didn't display the same issues either.The problem with DW 2017.5 is consistent over many hosts.I've tried turning on and off "Use Passive FTP"I've tried turning off "Use FTP performance optimization." I thought that might have been the trick (the last one), but it only improves performance with some hosts to turn off optimization.Any ideas?Best regards,James
How can I populate the total of 4 number fields in a form but only the first of the number fields is required.The other three number fields are optional.
As you can see in this screen print, the first file often fails.
Good morning,I'm having issues with a responsive template and can't get my horizontal line or the button to behave like the copy. Would like both to be flush with text on left side of page. I've tried everything I can think of. Here is the live version I'm working on.dc advocacy - premier inc.
High friends !!!I work with Drupal 7 since 2012. Now I am migrating to Drupal 8.I am looking for some tutorials on how to integrate D8 and DW.I am using Dreamweaver CC 2017.5 release, and Drupal 8.3.7 I will just style css in DW, using Bootstrap 3 with Sass compiler.Thanks in advance for any help. 4Cruzeta
Application: Dreamweaver CC 2017I can usually handle myself pretty well with HTML and CSS but I will be honest that I am still struggling with some of the other programming for websites. With that said, I have a need that I can't figure out.My company website needs to have an online employee directory. The desire is that the end user can choose from a drop down menu the department they want and then the employees who are in that department will be displayed (a picture, bio and contact information for each person) in a list.My guess is that I need a PHP page with a database behind it that has the information in it and then JavaScript on the page to pull it. Again, this is me just trying to guess.Can anyone provide some insight on this? To be honest, I don't know enough to write the code for this (or at least I don't think I do).Thanks!
I'm trying to create an image map, and I understand that in order to use the mapping tool, I need to be in design mode. Design mode is not available. When I try to create another website, all options appear as they should, but when I open one my sites that I've been working on, the design option isn't there. I only have code, split, and live. When I go to an empty page, the design mode is there. I am new to this and I don't know if this is normal or maybe I somehow changed the settings. Please help!
In a view to remove big files from a (spam link removed by moderator) repository we had to change public history using BFG.This implies that all developpers should clone it from scratch again to avoid pushing changes from the previous history.Is there way to block the push from developper repo with non-fresh repo ?
When using Format Source Code in a php file it changes this</div> <?php get_footer();?>into this< /div> < ? php get_footer(); ?>Could this bug be fixed? (I just reported this bug, but maybe someone here has a fix?)ThanksDreamweaver 2017.0.1
Hi,I am fairly new to web design, I am familiar with html and have basic knowledge of Adobe software. And I have a question regarding Dreamweaver CS6. I am updating a website and adding an image (I have many already uploaded and set up on the site) though this particular image is displaying sideways. I have attempted rotating the image and copying it again to my site's index folder with no success. I have done this in the past with no problems. But for the life of me I cannot get this image to display correctly on my site. Any suggestions or assistance you could provide me would be great, thank you.-Kelly
The last few days Dreamweaver has taken upon itself to open as a 50% screen width showing Open file, new file recent options, and the other 50% of the screen shows the properties tab.I have tried saving a workspace with the properties tab narrowed to a reasonable width, and setting it as my default workspace, unfortunately each time I open DW it reverts to 50 50%, this is annoying in the extreme.Does anyone know why this happens, and more important, how to make it cease and desist?McP.
With the integration of DW 2017.5 with GIT, it would be great if while installing DW, it detects if GIT is installed, and if not, it installs GIT.
Hi Adobe community,I have an other question about the intro of the site EVISSI On desktop/phone/tablet I made various versions, just images or a 'movie'. On tablet landscape none of them is visible (movie doesn't work and the images aren't yet visible, because it's to wide), so I would like to change the breaking points http://evissi.com/css/style-intro.css Does someone have any idea where I can change the breaking points?(Of course I tried some things, but it didn't work, so I probably didn't do the right thing.)
Hi,I can handle doing a border on a div where it's just a rectangular border encompassing the div but is the type of combo border possible as in this picture?https://s1.postimg.org/9pqkc8v5m7/css-border.jpgIts like a rectangular border around a div and then combined with a horizontal rule that splits the rectangular div horizontally but the horizontal rule is not visible inside the div but only outside it.I don't know if this type of border has a name or if it is possible via CSS.
This should be an eye opening period in the coming few weeks - 'W' It's going to be interesting to see if the few die hard supporters of certain extensions around here and those that shout out for server-side tools to be re-introduced are going to abandon DW. It sounds a bit Muse like-ish on steriods, in any case the rhetric, as far as I can determine at the minute, it's not for coders, so it's probably going to suit the demographic of this forum quite well.Happy days - the more the merrier.
Does anyone know when Adobe is going to author user guides for their applications? All I can find is tutorials. Help PDFs used to be available, but it seems this is not available. I understand the issue of expensive printed manuals, so, what about PDFs?
I don't remember putting most of this javascript into my site and it's not on my computer. I just moved from this host, partially because of this. I would like to remove all the extraneous stuff from this window.I keep getting dmxzone messages even though I have removed every trace I could find from my computer. But that's another problem (I think).Tom
Remix with Firefly Community Gallery
Thousands of free creations to fall in love with and remix in Firefly.
Sie haben bereits einen Account? Anmelden
Noch kein Konto? Konto erstellen
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.