problem with git , please wait git is being initialized
i had problem with DW on mac my config and with terminal path of git working good i search all of the web , and didn't find any help with that
View ArticleNested template not updating pages
Right, why are none of my pages updated from my nested template. I go to select a new HTML document, then I go Tools > Templates > Apply template to Page (this one is a nested template derrived...
View ArticleStylesheet
I notice that there's no logic in the way DW sorts items in Stylesheet as they certainly aren't listed alphabeticalyl. Is there a way I can have the most commonly used styles at the top so I don't have...
View ArticleRe: Stylesheet
It's not that there's no logic to the way DW sorts selectors, it doesn't sort them. It only writes them into your code as you add them through the Properties Window, CSS Panel or CSS Designer. There's...
View ArticleRe: Need help changing stroke from solid to dotted in js animated graph
OK. Thanks! Yes I will continue to look for a solution. You would think there would be an option to add decimals to the calculated values. Thanks again for your help as always.
View ArticleNeed RegEx Find & Replace to Ignore Code Characters in String
Working in DreamWeaver, I'm needing to swap out the closing </p> tag on a large number of strings throughout a manuscript, some of which have a </span> tag in the string. When my RegEx...
View ArticleRe: Need help changing stroke from solid to dotted in js animated graph
Hey there. OK So I made a post on stackoverflow and this is a fiddle I was given. Now I'm even more lost. Does this make sense to you? https://jsfiddle.net/tkhosla/bo1L2d3v/ More from the post: ticks:...
View ArticleRe: Need RegEx Find & Replace to Ignore Code Characters in String
Can you not just search for the closing </p> tag and replace that with nothing? V/r, ^ _ ^
View ArticleRe: Need help changing stroke from solid to dotted in js animated graph
kineticcreative123 wrote Hey there. OK So I made a post on stackoverflow and this is a fiddle I was given. Now I'm even more lost. Does this make sense to you? https://jsfiddle.net/tkhosla/bo1L2d3v/...
View ArticleRe: Need help changing stroke from solid to dotted in js animated graph
That adds 2 decimal places - .00 - to the number up the y axis: ticks: {fontColor: "rgba(0,0,0,0.6)",fontStyle: "normal",fontSize: "15",beginAtZero: true,maxTicksLimit: 12,padding:...
View ArticleRe: Need help changing stroke from solid to dotted in js animated graph
So can I just add this to get the decimals and keep my code the way it is? callback:function(value, index, values) {return value.toFixed(2); or do I have to use all his re-written code in the fiddle?
View ArticleRe: Need RegEx Find & Replace to Ignore Code Characters in String
Not really, because of too many other similar instances. I got it figured out, though. Thanks.
View ArticleRe: Need help changing stroke from solid to dotted in js animated graph
kineticcreative123 wrote So can I just add this to get the decimals and keep my code the way it is? Yes, just add it to the code you are currently using.
View ArticleAutomatically switch to correct site when uploading a file
I typically have several files open from different sites at once. The issue is when I have a site selected, but attempt to upload a file from a different site, I get the message: "index.php (or another...
View ArticleRe: Nested template not updating pages
Where does your local site folder reside?Why did you nest templates? It's usually never a good idea and frequently creates problems for people.
View ArticleRe: Automatically switch to correct site when uploading a file
I have multiple sies defined in DW. Selecting site A from the Files Panel enables me to edit site A's files and upload them to site A's server. Selecting site B allows me to edit site B's files and...
View ArticleRe: Automatically switch to correct site when uploading a file
Hi, That is the procedure I use now. But if I have Site A selected, and I am working with a file from Site B, and I try to upload it, it requires me to manually change to Site B. Was hoping for away to...
View ArticleRe: Need help changing stroke from solid to dotted in js animated graph
OK I'm about done bothering people. All I need to know now is how to use the % callback function as well on the same graph. So like 40.00%. When I add the callback for the decimals I need to take the...
View ArticleRe: Need help changing stroke from solid to dotted in js animated graph
kineticcreative123 wrote OK I'm about done bothering people. All I need to know now is how to use the % callback function as well on the same graph. So like 40.00%. When I add the callback for the...
View ArticleRe: Automatically switch to correct site when uploading a file
what version of DW are you using, what OS ?personnaly, I have no problem with this use caseworking on web site A with plenty files open, and DW's files panel set on that web site Aa client call, I open...
View ArticleRe: Automatically switch to correct site when uploading a file
bills54890450 wrote I have Site A selected, and I am working with a file from Site B, and I try to upload it, it requires me to manually change to Site B. As a test I opened index.php from site A and...
View ArticleRe: Need help changing stroke from solid to dotted in js animated graph
Awesome! Thanks for everything!!!!
View ArticleRe: Automatically switch to correct site when uploading a file
Thanks. I tried it with a file that only existed on one site, but received the same error message.Even after restoring preference and rebooting.
View ArticleRe: Automatically switch to correct site when uploading a file
Windows 10, DW Build 10165 v.18.2
View ArticleRe: Automatically switch to correct site when uploading a file
So, I guess it is supposed to work that way, but mine no longer does.
View ArticleRe: Automatically switch to correct site when uploading a file
18 is the previous version and an unstable one at that. Upgrade to the latest version 19 and report back.
View ArticleRe: Automatically switch to correct site when uploading a file
Found the issue! I went through several sites defs and found that a couple of old, unused sites had nothing in the field for: Local Site FolderI found this out when turning off/on cache for a site...
View Articlealignment
Hi, In the beginning, there was one element in <footer>. I added two svg images. How can I align text in the middle and svg images on either side? Global Invisible Hand Hosun Kang
View ArticleRe: alignment
Use justify-content: space-between; footer {display: flex;justify-content: space-between;}
View ArticleRe: alignment
Hi, Thank you very much for reply. I have your code in css. My problem is"The right-hand svg pushes the middle text to the left." Hosun Kang
View Articlealignment-2
Hi, I want to make the elements in <footer>'s right-hand part aligned to the right. Is there any solution? Global Invisible Hand Hosun Kang
View ArticleErrow while compiling scss via DW
Hallow. I've got an error while compiling sass/scss. The error occurs at processing the code: ....blue-star{ &:hover{ svg{ use{ &.icon-blue-star{ --primary-color:...
View ArticleRe: alignment-2
Well its an svg image, so you'll have to align the text in the image itself. Still not sure why you are using images for text, it's crazy.
View ArticleRe: Errow while compiling scss via DW
I see nothing wrong with the code. As a matter of interest, could you try compiling this vanilla CSS and see what happens.blue-star:hover svg use.icon-blue-star { --primary-color: #508EF4...
View ArticleRe: alignment-2
Hi, Thank you very much for your advice. I think I got the way now. One remaining issue is "how to move the middle text to the center?" I can just think of reducing the size of the fonts on either...
View ArticleRe: alignment-2
Hosun wrote One remaining issue is "how to move the middle text to the center?" The only way is to give your 'footer1' <p> and footerR <div> a width say 20% Then the justify-content:...
View ArticleRe: Errow while compiling scss via DW
Thanks. I'll try Vanilla, thank you. But I'd like to keep using DW. As for removing !important from the code, of course in this case everything compiling well. But as a matter of fact, it's necessary...
View ArticleBar graph needed to animate on scroll
Morning,Below is a simple animated bar graph that needs to animate on scroll. I've used js scripts on other graphs/forum posts to get this to work but am confused for each has js code that seems...
View ArticleRe: Bar graph needed to animate on scroll
Just do the same as for your other animations: Wrap the javascript in a function 'animateBars' - <script>function animateBars() {var bars = document.querySelectorAll('.bar');var values =...
View ArticleRe: Bar graph needed to animate on scroll
Awesome thanks!! I think I am starting to get this now. Adding the function is the trick to whatever <script> you have that does the animation. Then replacing that function name in the second...
View ArticleRe: Stylesheet
JohnIf I look at my stylesheet in code view the order of the list is totally different to what I see on the dropdown list when I click on Targeted Rule.Alan
View ArticleRe: Stylesheet
Alan,This forum has made way for a new forum found at Adobe Support Community We have been warned that all messages posted after 21st Aug will no carry through to the new forum. Please post your...
View ArticleRe: Changing font from Default breaks links in Firefox
Hi again. After going back and spending some time on this, I can now point to why defining certain font families resulted in unclickable links. Short version: My os fonts were not valid. 1) As pointed...
View ArticleRe: Coming Soon, New Forum Experience
Hi, Indeed, it's a new experience. I have never seen a forum software that buggy and missing so many basic features. It's absolutely terrible. See posts in Community Help on Adobe Support Community ....
View ArticleRe: Coming Soon, New Forum Experience
Samoreen a écrit Hi, Indeed, it's a new experience. I have never seen a forum software that buggy and missing so many basic features. It's absolutely terrible. See posts in Community Help on Adobe...
View ArticleRe: Coming Soon, New Forum Experience
A few links to threads reporting some of the numerous problems encountered with the new software : Reading and Managing new/unread posts - Adobe Support CommunityThis entire forum needs to be fixed! -...
View Article