『アドビコミュニティフォーラム』に質問/トピックを投稿する方法
For all things Dreamweaver.
新着順
I'm not a coder, just a small business owner who ownes a html template that I need to edit and upload to my domain. In the demo video's they show people coding, but I don't have that experience and need to know if this web editor will suit my needs. Thank you!
Recently took a new role where one of the sites we manage use spry collapsable panels. I know spry is legacy and unsupported at this point, but I need some way to add/modify these panels as there are no plans to replace or upgrade the site in the near future. Suggestions?
This pertains mainly to mobile so please inspect on mobile phone simulator I have an overlay menu https://pitchlab.net/lowdown/index_test_overlay.html and a container with a few paragraphs with text and a link-the link only appears clickable if the z-index of the container is higher than the overlay.But then the text shows over the overlay, when the menu overlay is toggled (click on upper left menu) .lowdown_flex_container {z-index:500; .mainNavLinksWrapper {z-index: 499; same issue here https://pitchlab.net/index_test_overlay.html the EXPLORE link works only if the z-index of "fade-in" is higher than the overlay but shows up over the overlay once toggled.. I think making the overlay invisible and visible on toggle would work.. I tried adjusting my current css and javascript: .mainNavLinksWrapper {display: grid;place-items: center;position: fixed;top: 0;width: 100%;height: 100%;transform: translateY(100%);transition: all
I have an old software that I tried to install on a new computer, but it won't accept the serial #. I used it as a trial for 30 days and now it's wanting me to pay for it. Does anyone know how I can get this enabled without buying the new version? I don't want to have to pay for it again as I the old software will suffice. Thanks!
to keep things clean- simple circle ripple animation with a link but the link isnt working and i dont know why https://codepen.io/Todd-Heyman/pen/PwoOyGB
I'm trying to add keyboard shortcuts for DL, DT and DD in DW 21.3 as I used to use in DW CS6.I find the DL under Edit / List section, but I can't find its components DT and DD. Some help please?
I have been using an extention for many years with Dreamweaver that connects me to a MySQL database and allows me to create pages and so forth but the guy that created the extention has passed and it seems that the extention is no longer working and I can't get support. So the question is, since Dreamweaver no longer support it, what are people using these days? Are MySQL DBs no longer in favor?
Hello,I've got 2000 websites installed and I can not anymore pass from one to another with the Files bar.How to fix that please, or to access a site in 1 click ?Currently, I must do Sites - manage websites - click on DoneThanks
I have added the following rule in my CSS file:.wpb-content-wrapper:has(.firmaPost) { width: 100%; max-width: 600px; }The first line gets highlighted in red and this error is detected by DW:Exptected RPAREN at line...However, according to W3 Schools, the syntax is correct.Why is the error shown?
A legally blind woman is suing several online retailers claiming their websites violate the Americans with Disabilities Act. April Foster was served a federal lawsuit in May. It claims her 'arts and crafts website' doesn’t provide equal access to its products, particularly for those who are blind and depend on web assistive software that takes text and turns it into audio. Foster says she settled the lawsuit out of court for $7,500. But after attorney fees, she says it cost her around $20,000. Unfortunately, she's not the only one. In 2023, over 4,600 other such lawsuits were filed in the U.S., many by the same people. As a web developer, I've been preaching the importance of conforming to WCAG for a decade. In the government sector, it's required by law. But since there are no standardized exams for web developers, the private sector is largely self-regulated until someone gets sued. Q: How can web developers and small business o
A web devolper made some php pages for me. Only thing, in DW don't see the main image at the top of the page, I only see text. Also warning that on server. I'm used to html for years. What is this? Thanks
Hey,I have an issue with my FTP. When I try to connect to folder with accent (I'm French, and I have to do with what's already done, I can't change it) I have an error (translated from FR):"An FTP error has occurred - unable to obtain folder information from server.Access denied. The file does not exist or an authorization problem has occurred.Check that you have the appropriate authorizations on the server, and that it is correctly configured." Also, in the preview, I have a "?" replacing my accent. But when I check the logs, that's working properly. Any tips? Thanks!
Hello Dreamweaver ForumI have recently run into a small but annoying problem within dreamweaver. When move files to a new folder within dreamweaver, dreamweaver has begun to scan all files in the site first, before actually updating (the links within the document) the files when moving them. It takes about 3 minutes to run through the scanning all files process and then finally the files are updated. Previously whenever I moved files to new folders it just updated them immediately, without the need to scan the entire site.I have tried to google the issue but have found no solutions on the internet or youtube.Help appreciated, thankyou. Peter
Hi, another post regarding a new website I have built using a ThemeForest template.URL: https://kylehawkinscreative.com/ Can anyone tell me how to fix an error I'm getting with my vertical YouTube videos which throw up the following error: An error occurred. Please try again later. (Playback ID: dumNEWodUIUirvWz) I imagine it's the code as it works fine horizontally.<div class="portfolio-overlay"> <a class="popup-youtube stretched-link" href="https://www.youtube.com/shorts/Eo8vKXlR-DE"></a>
Love to know the thoughts on best practices when it comes to form securty via/PHP I tried two different versions of PHP mailers the first one is pretty secure https://pitchlab.net/contact/index_99.htmlbut I dont like that it redirects to a different page - even if i added a target="blank" it still makes you leave the navigation.. I like the way this operates but Im not sure how secure it is to have the PHP be on the same page, including the email in the code, is it opening me up to spam?: https://pitchlab.net/contact/ thoughts?
Let's say I have a Git repository setup, called `git-repo-web`. Folder structure is as follows:device1:git-repo-web user1$ tree . ├── .git ├── .gitlab-ci.yml ├── .gitignore ├── README.md └── htdocs ├── bootstrap | └── css │ ├── bootstrap-theme.css │ ├── bootstrap-theme.min.css │ └── bootstrap.css ├── index.html ├── template-simple.html ├── template.html ├── terms.html └── whatsnew.html In Dreamweaver, my site looks like this: If I setup the Dreamweaver site at the `git-repo-web` level, it works well with my existing git repository, but when I try to view content under htdocs it does not properly display the webpages due to the way it looks for the css files. If I setup the Dreamweaver site at the `htdocs` level, the websites render perfectly, but it does not know about the existing git repo which is a level above htdocs. I would like to add my Dreamweaver site at the `git-repo-web` directory level so t
Hello.what theme do:matchingtags is removed (no problem to enable - edit main.less file)activeline (default is disabled, but easy to way enable - edit main.less and brackets.json files)implemented indent guides (based on TAB. editable in main.less file)cutom code color for HTML tagsBONUS - scroll past end (edit brackets.json files)some theme samples.. how to.first, close Dreamweaverdownload and unpack this .zip file - Dreamweaver cc 2018 (2017) OldSchool Light Themecontains two folders (BracketsDWColorTheTagName and OldSchool Light). copy these folders to C:\Users\~user~\AppData\Roaming\Adobe\Dreamweaver CC 2018\en_US\Configuration\Brackets\extensions\user\start Dreamweaver and go to EDIT > PREFERENCES (or CTRL + U) > INTERFACE and select OldSchool Light from list (wait a moment because sometime needs time to load custom themes). then click Apply.done!if you like matchingtags, edit main.less theme file and comment line 245. follow first video.if you want see active line in editor
On the template for my new website, it has a smooth scroll function which when clicked on, for example 'view my protfolio' at the top moves down the page to the relevant section clicked on. However, I am finding this way too slow but can't find in the code where to amend the delay so it scrolls quicker? It seems to sit in 'animate.min.css' but I don't see any timings there. url: https://kylehawkinscreative.com/
When I update an image the new image that is on my AWS server is not reflected in DW Preview. Shows old image. Is there a way to clear Daw cache? Using DW CS 21.3. Thanks!!!
Hi. I have built and new website using a ThemeForest template. However, I can't get the pdf download working for my CV despite putting it on the HTML.I also can't find where in the code (phpmailer) I put my email address so people can conact me.
Hello. My contact form on my site is not sending when I test submitting a message. I posted earlier on here and was told to check with my host provided. They however believe it to be a code issue. This is the error: Message could not be sent: Could not instantiate mail function. Website: https://kylehawkinscreative.com/ [PHPMAILER AND GOOGLE SCRIPTS REMOVED BY MODERATOR]
Can anyone recommend a comprehensive and up-to-date tutorial series for Dreamweaver? Every one that I've found so far is out of date. Thank you for your suggestions.
I used DW many years ago and really liked the ability to create a Template with editable and repeating regions etc. I created a large website and was able to have repeating regions for the banner and footer etc which could be easily updated with the click of a button. My DW website is looking rather dated and needs a refresh. I don't know whether to stick with DW or consider alternatives. I have forgotten much of my (limited) programming skills. Can anyone tell me what other alternatives there are on the market that would allow a similar feature eg update a footer site-wide with ease like DW? I have had wordpress recommended to me but have also been told that plugins often break. I need simplicity, something suitable for a text heavy site, hundreds of pages, with a contact form, nothing else. I would also like to retain the SEO of the current site and do not know if I switched from html/css site to a wordpress ?php based site if it would affect SEO. thanks 
I have configured IIS (Windows 11 24H2) as server for a local site of mine, let's say "mysite", with the following properties:Site: mySite,Application pool: mySite (added automatically),Physical path: D:\mySite,Type: http,Host name: mySite,Port: 8080,IP: All unassigned,With those settings I can browse the site starting from the home page at http://mySite:8080/ Then, I've tried to set the site in Dreamweaver CS6 too, with the following properties:Site name: mySite,Local folder: D:\mySite,Server name: IIS,Connect using: Local/Network,Server folder: D:\mySite,web URL: http://mySite:8080/ However, when I try to test a page in Dreamweaver with "Preview in browser" feature, the browser gets the local file (file:///D:/mySite/folder/subfolder/TMP1g3szin.htm), instead of the web address (http://mySite:8080/folder/subfolder/TMP1g3szin.htm )(the temp file name is because I use the option "Preview using temporary file". I have also tried with the option disabled, and got t
I have created a website using the prettyPhoto plug in. The site works fine except for the videos, which while play fine on my desktop don't play on my mobile (android) Would anyone be able to look at the code and give an indication as to what is causing this issue? The videos are external YouTube links. My site is: https://www.kylehawkinscreative.com Thanks in advance.
すでにアカウントをお持ちですか?ログイン
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.
申し訳ございません。このファイルは、ダウンロードしても安全かどうか、内容を確認中です。数分後にもう一度お試しください。
申し訳ございませんが、当社のウイルススキャナは、このファイルをダウンロードすることは安全ではないと検出しました。