『アドビコミュニティフォーラム』に質問/トピックを投稿する方法
Questions
新着順
My site is created, but it shows no local files on the sidebar to upload to FTP, is there something im missing or a step I have to do?
Own a web design / digital marketing company - computer specs are beast mode: Brand New Build with Perfect Cinebench Specs of 26000 on 18 cores. i9-10980XE, 128GB Ram @ 3200GHZ, Nvidia Quadro RTX 5000 16GB Video Card, 2 NVME 2GB in Raid 0. All on Win 10With the above a Fresh Install of Dreamweaver runs extremely slow / low latency / extreme lag.Please help- I need Dreamweaver to work! This monster runs Doom Eternal at 800FPS, please render DW without issues...
how can I insert a frame in Dreamweaver 2021? just like in the example I attached.
having major issues with latest version of Dreamweaver 2021 on windows 10.when i try to open it i get the startup image, then it just hangs. left it alone to give it a chance to respond & see if it was just slow loading and it finally loaded THIRTY MINUTES later. [no local sites or anything liek that being used]As soon as i close DW & try to open afain, same issue & have to repeat process above.The worst part of it all, is that during this hanging period, other apps in my system become affected to, until DW finally decides to load or i force quit it & reboot my machine. Most frustrating :[ have tried:- running as admin- running from creative cloud app- resetting preferences [https://helpx.adobe.com/dreamweaver/kb/restore-preferences-dreamweaver.html]- rebooting system multiple times
Just tried to run DW and got two system prompts, identical, that msvcr120.dll is missing. Then, nothing.Researching online, this hasn't been a common problem since 2017. The remedy back then was any combination of reinstalling Visual Studio, uninstalling/reinstalling DW, and running /scannow from the command prompt. I've done these things in multiple combinations to no avail. Anyone else getting this?Windows 10 Pro 10.0.19042Vis C++ 2015-19 14.24.28127(and various versions back to '01)CC Desktop says DW is 21.1 but have not been able to run it to confirmHope there's help.
I've recently installed Dreamweaver 2021 on my Mac, but it crashes a few seconds after I double click the icon to start it up. This is the error message displayed What's going on? What do I do?
I have been having issues trying to open Dreamweaver, It does noting when I open it either from Start Menu or from the Creative Cloud App. When I check task manager, I have one instance of Dreamweaver showing in the Background Processes with no CPU usage, about 7mb RAM usage and no Disk Usage. I get no Splash Screen/Start up Screen. I have tried restarting my PC a few times to see if that would help but have had no luck. I do not want to go through a uninstall and re-install...
Hi. If I use this datepicker is because I don’t find any other better option. DW gives it to me simply. I am a little worried about the versions of the jquery and jquery-ui files. I am using DW CC 2021, however, I don’t understand why the updatings didn’t consider at least any 3.x.x version of jquery, at least. (The current version is 3.6.0).The included version is jquery 1.11.1 released on 2014. Of course, I can download the last version or call it through a CDN, like I do within the Bootstrap, but this kind of negligence or discare of not updating the libraries properly, desestabilizes me, and we talk a about a big and prestigious company like Adobe. This just confuses me, surprises me. Well, I dragged the datepicker and also the related files, necessary, installed locally within the DW, as follows: /jQueryAssets/jquery.ui.core.min.css" /jQueryAssets/jquery.ui.theme.min.css" /jQueryAssets/jquery.ui.datepicker.min.css" <!--And also the JS files--> /js/jquery-3.5.
Hello - I am formatting ebooks for the ministry I work for and I have a formatting issue. I am using Dreamweaver CC 2018. I having been trying different ways and my head is spinning. I have been learning as I go with coding and formatting. If someone could help me I would greatly appreciate it. I have attached a Word file that contains two samples of what I need to format. Thank you!
While working on a project for my Adobe Digital Design class I ran into the issue of my media queries that I made. The assignment only calls for two media queries for mobile and tablet devices. Yesterday I was able to successfully set up and activate the media queries, and at the end of the class period when I went to save my work I did everything normally. Save All > Root Folder. Now today my queries won't work and it's stuck in the mobile preview. My previous CSS Styles didn't save for tablet and desktop devices. I tried YouTube and Google, but most if not all the websites were for Dreamweaver CC 15, 17, 18. I'm using CC 18, 19, 20. I'm also using a site template, but that shouldn't affect the media query styling right? The media queries were set up on an external style sheet. They simply won't update and I'm getting stressed because I don't want to reset my entire project.
Hi,I've upgraded to latest version. Deleted temp file, unchecked syncing and turned off linting. How do I fix this?
Nothing happens when i save and upload SCSS file, or compile manually. (F9)It was worked well before 21.0.Do I have to remove Dreamweaver and re-install?
Hello, Over the past year we have tinkered wtih CMS based systems in order to modernize our aging site. And like what we came up with. Yet, limitations of CMS based systems like MOTO-CMS poses huge hurdles moving forward. Instead, I hope to find a gifted independent Dreamweaver skilled designer who could replicate one or more of our CMS pages to fully functional Dreamweaver friendly html pages. All I need is one fully functional Dreamweaver compatible HTML page then we will be off to the races. If interested, please drop me a message so I can send you links to the old and new pages, and expand a bit on what we need done. Sincerely,Tom
EDIT: Everyone misunderstood what I was asking; but your answers suggest this was not the ideal place to ask in the first place. My mistake, I found my answer elsewhere. (I'd delete the thread if I could.)
I highlight the text that I want to be linked to. I open Properties. I click on the little file icon to the right of the properties input space. It brings up file explorer as it should. I then click on where I want to browse and it closes properties and I'm looking at the page where I highlighted the text. It will not let me "browse" to find the folder/file I want to link to.
Imagine a simple container acting as a column, like a newspaper's. Inside this column will be paragraphs of text, and the occasional image. The column's actual width will fluctuate with different screen resolutions. I rarely use straight-up IMG tags, so the image will actually be either a DIV or A (with background-image applied) set to 100% width. As for the height, I'd like that to be proportionately 16:9 with the width. The background-size will be cover, so clipping is expected and even welcome for non-16:9 sources. TL;DR No matter how wide or narrow that column is set to be, the DIV or A inside should adjust its height to maintain that 16:9 aspect ratio with the 100% width. Thanks! PS: Ideally, I would like to do this with CSS alone. If it can't be done without jQuery, then I'll take it as Plan B. If it can't be done at all with those two technologies, I'll just drop the idea.
I cannot get my head around what seems to be a simple problem. Dreamweaver keeps getting an error code for "special characters must be escaped" for these two lines of code: /* If the ball is about to go off screen horizontally, reverse* the direction of the ball */if ( x < 0 || x > 290)dx = -dx;/* If the ball is about to go off screen vertically, reverse* the direction of the ball */if ( y < 0 || y > 305)dy =- dy; It keeps marking the error where the comparisson operators "<" and the ">" are used. Any ideas?
Hello Everyone, It has been some time since I used Dreamweaver. I am Web Development and Design student and don't know all of the details around servers yet. Anyhow, my assignment is to develop a CMS in PHP. I purchased MAMP Pro to set up my development environment and set it up in a server called Localhost. MAMP uses the document root of Application/MAMP/to put all files to be rendered in the browser. When I opened up Dreamweaver the system allowed me the opportunity to choose where to set up my local files. I decided to set them up in htdocs as I should so that the files can be uploaded to the browser correctly. Or at least that is my assumption. However, I am questioning this because Dreamweaver also asked for the root of where the files should be placed. I also made the choice to have them all out in the root of the htdocs folder of MAMP. My question is should they be separate? As I am coding PHP the details are rendering fine in the browser but when I entered the
I've been creating a website for my school assessment and I have been using bootstrap components on my HTML document and making navbars and stuff. The thing is I need to save this all into one folder so I can save the HTML docs in the folder but all the bootstrap components and photo's on the website disappear. The bootstrap.css stuff up the top is not saved in the folder but when I put it into the folder it doesn't help. I am saving every picture in the same folder. Also the site root is not visible when I put the location of it in my folder. I am not sure if I have to download each part of my bootstrap components cause I have like 6 hours before it is due. To summarise i need help in trying to get all the parts of my website in the HTML document including bootstrap and the photos.
I need help with adobe dreamweaver. I have an ebay template and I just want to replace the header. I can't seem to replace it, only add it on top or below the old one. I attached a screenshot. How can I replace the blue and red double line banner with the tester banner? I still want the tabs to appear on the tester banner. Would appreciate any kind of help.
Easy enough to create css shadows under square objects with a simple :background-image: linear-gradient(rgb(0,0,0,1),rgb(0,0,0,0)); <- This will fade in the default direction of top (black) to bottom (transparent), where all the pixels of each ROW has the same value. But what if I want that ROW to also change colors, left to right?This would open the door to other effects, like :or I guess it could be done easily enough with two tilted gradients inside a clipping container, but it wouldn't be as fluid/liquid as a single bi-directional gradient would be. If this is possible, could someone show me the syntax? To produce that last (3rd) image, for example. Thanks!EDIT: To be clear, I know how to do an horizontal gradient. It's the two directions at the same time part I'm unsure of.
Hamburger menu not working, no doubt, because my coding if flawed...I would really appreciate help resolving code issues on this index, https://jeniferenterprises.com
Well, I've been looking for a while on the forum, but I don't see anything about it...I think the link says enough in the header? http://brackets.io/ Does anyone know more? Did I miss a great turn?
HelloI feel I am missing a Panel on the right side to be able to edit the css.I am using a trial version of the latest Dreamweaver.What do others see on the right. In my old CS6 I see the details.
I have Dreamweaver tied to a GitHub repository for a wordpress theme, and use WP Pusher on a UAT site set to update on push and again on a PROD site set to update on manual request.I receive semi-regular deprecation notices from GitHub when making updates:You recently used a password to access the repository at account/repository with git using git/2.29.2.windows.2These notices have some sort of "don't send too often" on GitHub's end, so it's not 1:1 with any of these 3 actions (interact with dreamweaver, UAT updates, PROD updates). WP Pusher confirmed that they updated their methods over a year ago. We do have a slightly wonky PROD environment so I am slightly suspicious that there may somehow be plugin files only claiming to be updated.But, I have no idea how any of this ACTUALLY works. I understand Dreamweaver points to a git install and doesn't actually contain it? I got it working and stopped touching it. So maybe there's something about how I have git set up on my end that isn't
Remix with Firefly Community Gallery
Thousands of free creations to fall in love with and remix in Firefly.
すでにアカウントをお持ちですか?ログイン
アカウントをお持ちではありませんか? アカウントを作成
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.