For all things Dreamweaver.
Recently active
(Several hours ago, I posted the same question. And Ben Pleysier kindly gave me the solution. But it is working on me now.I am posting again to learn other ways. It is an urgent issue to me now. Time is very tight.)To make the icons disappear, I added the lines below to css.153 .site-nav--icon { display: none; }But it didn't work.Link to GenericoAnd the message below pops up, before the file is opened.Hosun Kang
I've reported this bug several months ago but Adobe (as always) not listen.Edit -> Code -> Apply Source FormattingAbove commands create wrong source formatting code with javascript in the php pages.For example with Google Analytics, before (correct):(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i=i||function(){ (i.q=i.q||[]).push(arguments)},i.l=1*new Date();a=s.createElement(o), m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m) })(window,document,'script','https://www.google-analytics.com/analytics.js','ga'); ...after (wrong):( function ( i, s, o, g, r, a, m ) { i[ 'GoogleAnalyticsObject' ] = r; i[ r ] = i[ r ] || function () { ( i[ r ] . q = i[ r ] . q || [] ) . push( arguments ) }, i[ r ] . l = 1 * new Date(); a = s . createElement( o ), m = s . getElementsByTagName( o )[ 0 ]; a . async = 1; a . src = g; m . parentNode . insertBefore( a, m ) } )( window, document, 'script', 'https://www.google-analytics.com/analytics.js', 'ga' ); ....Other
Hello all, I've got a slight issue with two divs overlapping in mobile view on this site which is in it's initial stages Welcome to Merlin's Cafe - everything reduces down fine apart from the picture and form divs which when the layout shrinks down to fit a mobile screen the form goes over the top of the cafe image rather than sitting underneath of it as it should do. Hopefully someone can help out as to why this is, something obvious I'm guessing/hoping that my slightly tired mind can't spot! Thanks for any help in advance.
Hi, I'm trying to use an iMac (21.5-inch, Late 2013) running macOS 10.14.4, and I'm having issues with Dreamweaver 18.2.0.10165. when I first start the application, several pages reopen. This wouldn't be an issue, except that Dreamweaver plays each page's sound file in unison, and it causes the application to appear frozen initially. I know that the best solution would be to update the entire creative cloud suite to the latest version, but, IT says that this is the newest version that they can run given the institutional licensing. I'm not the only one having these issues on our campus. It's affecting classes that are offered on campus. One teacher had a similar problem this morning with Premiere Pro, but, IT can't update it. What can I do? I don't want to switch to a PC because all of my work is stored on a mac formatted disk. Thanks!
In order to be google secure, I had to enable SSL on my sites. Doteasy added a redirect to accommodate HTTPS, and they no loner display -Not Secure_ in address, however the Slideshows and toggle navigation are not working properly.Can anyone tell me how to change the code to be HTTPS compatible with the slideshows and toggle navigation?Here is an example[link deleted by a moderator]
I have several .php forms that do not display properly once I enabled SSL. My host provider says some pages actually need to be manually modified to comply with the google required HTTPS. I only know enough about .php files to be dangerous. Is there an easy fix for this?Here is an exampleJenifer Enterprises : Online Approval Form Thanks in advance!!!
While continuing to work on my other problem, I've run into a different issue...I'm trying to create a fade-in fade-out affect that is identical to the navigation menu in this link...25 - Pikachu On my website I have tried both this code...li a:hover, .dropdown:hover .dropbtn { color: #282828; background-color: #ffffff; transition: color 0.7s ease-in-out;}and this following code...li a:hover, .dropdown:hover .dropbtn { color: #282828; background-color: #ffffff;-webkit-transition: all 300ms ease; -moz-transition: all 300ms ease; -ms-transition: all 300ms ease; -o-transition: all 300ms ease; transition: all 300ms ease;}The second one is the exact code from the website example.For some reason it will fade in (not as smoothly and a little bit too quick) and it won't fade out at all. I unsure as to why this is, though.Here is my website...Pokémon - English dubbed episode 0001
When I right click my homepage and select Inspect and select the Console tab on top, I get this error message:index.php:1 Unchecked runtime.lastError: The message port closed before a response was received.Any ideas?www.winvoices.com
The website I'm creating has a footer that contains the standard copyright info, which is just "Copyright", the symbol and name of the company. But now I've added to the page a background image from a free stock website (Pexel) that specifies unrestricted usage. Do I have to alter my copyright footer to specify that it isn't my image? I googled around but couldn't find the answer, and I thought perhaps developers here would be able to tell me. Thank you!
Hello I don't know how to sign in in dreamweaver and extract panel is not loading
Hi, I am trying to control the display of a PayPal button. It is displaying stretched. Is there a way to control the image size within PayPal code?Thanks.Lenny Vineham
I haven't worked on my website for at least two years due to other obligations, and now I've discovered that numerous pages all have broken image links and missing background images. I have a lot of images inserted, and what a pain it's going to be to relink every single one. The image files are all there - they're just aren't linked. Is there a better/quicker way to relink them all other than doing it all one-by-one, which could take days/weeks? I have CS6, btw. I have a screenshot if it helps.
Beginner here. Just started using dreamweaver and am creating my first site. Not sure what happened but I can no longer see the 4.2.1 snippets and when I try to insert one it tells me its not compatible. Can someone tell me how I can restore the snippets? Or should I start using 4.3.1 and if so - what do I need to do to make what I created so far compatible.Using a Mac and Dreamweaver 19.1thanks.
I've been making some changes to my website, and I noticed that after I tweaked things a bit and added a photo or two, the text on the website is now all aligned to the center. I checked DW and it looks good there; it's still aligned to the left - the way I want it, so I wouldn't know what to change. I certainly didn't knowingly change the alignment in any way. Any ideas on how to correct this? I have DW CS6.
I have two object<div id = "object1"></div> <div id = "object2"></div> These "object" are setting with style property like:<style>#MyObject2 {top: 700; left: 400px; width: 70px; height: 70px;position: absolute;background-image: url(http://xxx1.png); background-size: cover;">}</style>And so on.I need a function that permit with a mouseclick to move the object2 to the place of the object1.How it is possible to do? Thanks and Happy Easter to all!!
I remember, from the 1990s, when I last used Dreamweaver (2.0?), it was a WYSIWYG interface. It would let you create drop down menus. Where do I look for this on Brackets?
How do I open one HTML file from another without the user having to mouse click? E.G. Index.html opens a welcome HTML, a help HTML, and the root page of the tree.
We are back into the holiday period, so I thought a little discussion might help to break the monotony.in another discussion I have posted in, (not in this forum) I have read a post that says, "do not try to re-invent the wheel", but should that not be, "do not try to re-invent conventions" especially when it comes to the web?We all know that a main menu should be close to the top of the page, (no matter how it works), but is the way a menu is presented so well established that the current method cannot be improved, or should not be changed? This applies to just about everything on the web, after all is it possible that within 30 years of the invention of the www, everything is 'fixed' and the best ways to present something to the user should not and cannot be re-thought or improved upon?The same question as above can be applied to anything, (component, feature, anything) when it comes to web site/app design/development.This is not a question of how to do something, but one of, 'is tha
The latest version of DreamWeaver CC installs correctly on my Windows 7 (Service Pack 1), but when I launch program, the opening screen appears and the wheel just keeps spinning like it is going to fully open, but it does not and I'm force to quit. Has this happened to anyone recently. If so, any resolution? I don't have "Web Companion" or any other extensions that could block the launch of DreamWeaver. And I have all the font files in my system that Adobe requires. Thanks!
Hi,When the hamburger menu is clicked, toggle doesn't work.I think the problem is the js file.Link is Generico.Hosun Kang
My navigation bar has always worked fine in Chrome. I added one more page to the menu and now all my submenus are visible and the links with submenus don't work. I tried it in Mozilla and it seems fine, but it always worked in Chrome. The site is www.winvoices,comHere is a screenshot of the problem.
In resurrecting this site I'm seeing collapsed pages where templates have been. I can't create new pages, and I can't add to or otherwise modify existing pages. Need to take one problem at a time. Anyone game? I've been away from this for three years and everything is rusty.
I have a container set in this way:<style>#container {width: 1000px;height: 700px;position: relative;background-image: url(http://xy/1.jpg); background-size: cover;"> }</style>I need to set the "background-image" like a variable and change it from the web page with a button.Any suggestion?Thanks.
I'm using ssi to call different .html documents (that are being parsed as .shtml) for my different layouts. I'm using the tags for min-width and max-width, which I have set to 1000px. Both of them are set to that number.The point is to only show the ssi-called .shtml file for mobile at only up to a maximum resolution of 1000px, and to show the ssi-called .shtml file for desktop at anything beyond that.Beyond that, I have a specific style set up for internet explorer, that has it's own settings and does not adapt to mobile devices.At this point, it is correctly calling the desktop style, but not the mobile one. It doesn't matter the displa size, and I've tested it on every major browser.I actually have both the mobile and desktop styles set to the following....headermobile { display: inline;} .headerdesktop { display: none;}…and it still only calls the desktop one for some reason?I would appreciate any help and if someone could point me in the right direction? I'm also aware
Remix with Firefly Community Gallery
Thousands of free creations to fall in love with and remix in Firefly.
Already have an account? Login
No account yet? Create an account
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.