For all things Dreamweaver.
Als letztes aktiv
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
Hi,I am having a major problem getting my email forms to work via my server my website Registration and Contact pages are both constructed in Dreamweaver CC using the FormMail Post method code. The server I'm using is Crazy Domains to host my site. They do have php available. I have a php file in their cgi-bin folder to work the backend but this file may not be configured correctly as I keep receiving the 500 error codes when I test sending the form from my website via internet. I was hoping someone will be able to help me get my forms working properly to receive the enquiries to my emails inbox. I'm using a MacBook pro mid 2012 which handles the Dreamweaver program nicely. Website pages: www.reikiempowermentseminars.com.au/assets/contact.html www.reikiempowermentseminars.com.au/assets/registration.htmlHere is the code I'm using for the post form method. <form action=https://www.reikiempowermentseminars.com.au/cgi-bin/testemail-1.phpmethod="post" onsubmit="processForm(th
Hello,The contact sheet on my website is not sending emails. I had contacted HostGator, thought it could be something there side, but they said: "It is usually you using PHPMail that sends the email without the spf record and as such its blocked. I highly recommend you should use SMTP to send the email out instead of PHPMailer"I am not sure how to do this and he did not know and said that I should google it.Would any one know what I will need to do? My website is [personal infos deleted by moderator]. Thank you.Sheila
I am using a Windows 10 Pro 64 bit machine which should be up to date. Version 1803 (OS Build 17134.706)Dreamweaver CC 2019 build 11212.Windows IIS Version 10.0.17134.1I had a website that just went something like this: All are folders until the parenthesis info.Archived PagesdbLayoutsLibraryLogsScriptsSiteTemplatesYellowstone (then all of the files not located in the above folders.)Once I attached the site to IIS I now have a folder wwwroot with the above information within it. Templates folder, wwwroot folder then Yellowstone, etc. I.E. The overall directory has duplicate files.Assumption on my part. The correct files to use are the files within the wwwroot folder.Question: can I safely remove all of the files not within the wwwroot folder? If yes what is the safest way to do it? Or do I just wacke them out of existence.Thank you for your response. Hopefully I gave you all information needed and was clear with my questions.
I used to be able to do this all of the time, but I'm having a serious block right now. I guess.I have a basic .html webpage. I'm using ssi to call upon the header, footer, and navigation pane. My .htaccess file is parsing the .html files as .shtml.None of the links in my navigation pane are working for some reason.I checked the code, and that is where the block is coming in. I'm staring at this, and something is wrong with it, but I can't figure it out.<li class="dropdown"> <a href="website-demonstration.html"> <a href="javascript:void(0)" class="dropbtn">Leeighton's Anime Walkthrough</a> </a> <div class="dropdown-content"> <a href="website-walkthroughs.html"> <a href="#">Walkthroughs</a> </a> <a href="biographies.html"> <a href="#">Biographies</
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.