Quantcast
Channel: Adobe Community : All Content - Dreamweaver support forum
Viewing all 37035 articles
Browse latest View live

Menu is supposed to be minimized on mobile site, but it is always shown

$
0
0

My menu on the mobile version of my website is supposed to be hidden unless clicked, but it is always showing and in front of the content below. I have to assume there's something wrong in my css, but I cannot figure it out. How could I fix this? The website it heartlandcpr.com if you want to see the code.

Thanks for anything you can do!


Dreamweaver for MLM site design?

$
0
0

I have a customer that needs a MLM online system to collect sign up info for reps, social security numbers,  d.o.b., and when they sign up to purchase the kit.

 

Ecommerce of products for customers to purchase, when the customers order I'd like it to have a spot for a hostess name to be entered & orders come thru quickly so we can verify orders.

 

If we can have a system that gives us party links,  so people can be directed to a specific link that would be good but not necessary.

 

Also need the site to have the ability to calculate commission &  pay out commission.

 

 

Can this be done in Dreamweaver with Business Catalyst? I need direction please!

 

MaryAnn

Complex Hover Effect

$
0
0

The banner image has a centered call to action (CTA) button. The CTA has a transparent background reveling the banner image. Using css I would like to change the banner image to black & white (BW). The area behind the CTA should remain in color and no affected by the banner img BW effect. Next, hovering on the CTA buttons removes the BW effect on the banner image. Can this be done with css?

 

http://photoshopace.com/snipets/banner-box-hover-v1.html

 

default banner state

Screen Shot 2017-05-18 at 11.53.00 AM.png

banner in color on mouse hover CTA

Screen Shot 2017-05-18 at 11.53.16 AM.png

CS5 Synchronize doesn't work.

$
0
0

When I choose to synchronize, it previews the correct files and seems as if it uploads correctly, but there is no change on the live site.

 

However, when I choose an updated page and "Put" the file, it works.

 

Any ideas why synchronize isn't working the way I'd expect?

 

thanks,

Andrew

Dreamweaver 2017 - extract panel off-line login/work?

$
0
0

Hello,

I'm new to Dreamweaver. I've been going through some tutorials to learn it.

 

I've been having troubles w/ the "Extract" panel.  From what I understand one has to always be signed into the creative cloud to work with it, even if one has local psd files they want to access.....is this correct?.....does the extract panel work in local/offline mode....as in, can one just upload a psd off their  local HD/desktop, WITHOUT being signed in to the creative cloud, and the file being only available onthe local HD?

 

I'm asking because I often work in locations where there is no internet availability, and I have local PSD files on my HD that I want to bring in using extract, w/out having to be signed in to CC, or having access to the web.....is this possible?.....if not are there any workarounds??

 

thanks,

 

kiko

"MethodNotAllowedError" / "POST is not allowed" - PHP woes

$
0
0

Hey Dreamweaver geniuses--

 

I've recently completed my first attempt at a "contact us" form using PHP.  When I test the form and click "submit",  I get this:

 

{"code":"MethodNotAllowedError","message":"POST is not allowed"}

 

My form code and PHP code are below.  Would appreciate any advice.  Oh--and does the webpage with the form need to be a PHP file?  Or can it be an HTML file that simply contains a form with a PHP action?  

 

********************************************

 

FORM CODE

 

<div id="contactBox">

  <form action="mailscript.php" method="post" enctype="multipart/form-data" name="contactForm" id="contactForm" title="Contact Form">

     <p><em>*Required field </em></p>

     <p>

       <input name="firstname" type="text" required class="label" id="firstname" placeholder="First Name*">

      

       <input name="lastname" type="text" required class="label" id="lastname" placeholder="Last Name*">

      

       <input name="email" type="email" required class="label" id="email" placeholder="Email address*">

      

       <input name="phone" type="text" required class="label" id="phone" placeholder="Phone*" />

      

       <select name="timezone" class="selectItem" id="timezone" title="Time Zone">

         <option>Time Zone</option>

         <option>Pacific</option>

         <option>Mountain</option>

         <option>Central</option>

         <option>Eastern</option>

         <option>Other</option>

       </select>

      

       <select name="besttime" class="selectItem" id="besttime">

         <option>Best Time To Call</option>

         <option>Morning</option>

         <option>Midday</option>

         <option>Afternoon</option>

         <option>Evening</option>

       </select>

 

       <select name="referral" required class="selectItem" id="referral">

         <option>How did you hear about us?</option>

         <option>Option 1</option>

         <option>Option 2</option>

         <option>Someone referred me</option>

       </select>

      

     </p>

      <input name="submit" type="submit" class="submitButton" id="submit" form="contactForm" formaction="mailscript.php" formenctype="multipart/form-data" formmethod="POST" title="Submit" value="Submit">

    

   </form>

</div>

 

 

*************************************

 

CODE FOR "mailscript.php"

 

<?php

 

$from="noreply@domain.com";

$email="info@domain.com";

$subject="SUBMISSION";

$firstname=$_POST['firstname'];

$lastname=$_POST['lastname'];

$their_email=$_POST['email'];

$phone=$_POST['phone'];

$timezone=$_POST['timezone'];

$besttime=$_POST['besttime'];

$referral=$_POST['referral'];

 

mail ($email, $subject, "From:".$from)

 

?>

View | Code-Live menu not working in v2017.1

$
0
0

I just upgraded my Adobe Creative Suite to Dreamweaver 2017.1.

 

The Code-Live view is now not working so I cannot see the Live View mode.

 

When I select the menu View -> Split -> Code-Live, nothing happens. The selection doesn't change, even though the menu still exists. It stays on Code-Design as shown in diagram #1 below.

 

Even the View -> View Mode -> Live doesn't work. It stays on the Design selection. Refer to diagram #2 below.

 

I found this article online: View live data in Live View in Dreamweaver

It says to go to View > Live View Options > HTTP Request Settings but there is no option in my View menu for that. Refer to diagram #3 below.

 

Any ideas?

 

Thanks,

Sally

 

Diagram 1:

Screen Shot 2017-05-18 at 7.32.42 PM.png

Diagram 2:

Screen Shot 2017-05-18 at 7.35.33 PM.png

 

Diagram 3:

Screen Shot 2017-05-18 at 7.40.29 PM.png

Contact form

$
0
0

Is it possible to make a contact form via bootstrap?


Need media queries for Dracula's Site, but can't?

$
0
0

First off i am SUPER new to web design and am easily confused, so please be gentle with your jargon. I'm also using Dreamweaver CS6 because it's the one I've always had and I don't have much cash.

Right now i'm trying to put this site i designed together in dreamweaver for a class final. Assignment specifies it needs to be adjustable to 3 different screen sizes (desktop, tablet, mobile) but whenever I try to select Media Queries, i get an error message that reads "The Media Query Manager is not currently compatible with Fluid Grid Layouts"

 

Let me know if I need to post any more info like code or something!

Dreamweaver - tag / span ohne Inhalt löschen

$
0
0

Gibt es unter Dreamweaver (CS 6) die Möglichkeit, tags bzw. spans "ohne Inhalt" mit einem Schlag zu löschen?

 

Also:

<span class="X"></span>

oder

<p class="X"></p>

 

Liebe Grüße

Sabine

Can't start if setting of the site active folder are remote server.

$
0
0

Hi urgent help are needed,

 

I have problem with my Dreamweaver 2017, can't start. The active folder for the site are remove server. And the server aren't connected. Hope you can help me.

How to setting dreamweaver 2017 to open local folder as default ?

 

Thankyou

Sugiyanto Sutikno

Connecting to Bluehost Mysql from Dreamweaver - and DMX database connector 404 problem

$
0
0

The instructions are:

Problem: How can I connect to our MySQL database from Dream Weaver?

Solution:

Log into your bluehost account and click on "MySQL Databases" then under "Users" create a new user and password if you don't already have one you want to use. Then add that user to the database you wish to work with through Dreamweaver.

Now open Dreamweaver, create a new blank PHP page, then at the top bar click on "Site" then "New". Leave the "Local Info" as it is, but click on "Remote Info" instead and change the access type to FTP.

Here are the settings you'll need to fill out:

FTP host = your domain name or IP (the IP can be found in the Control Panel)

        Host Directory = public_html (or public_html/addondomain)

        login = control panel (cpanel) username

        password = control panel (cpanel) password

Next click on 'Testing Server' then change the 'Server Model' to 'PHP/MySQL' and access to FTP. Use the same account information as above, and if Dreamweaver asks for a 'Remote Info Page', simply use http://www.yourdomain.com

Now to connect to your account and set up a connection to a database.

Up at the top menu bar in Dreamweaver click on 'Window' then 'Databases'. This will bring up a menu on the side bar, if it is not already up, where you can click on the + button and set up a 'MySQL Connection'. Label it what you would like in the 'Connection Name' and use these settings:

MySQL Server = localhost

        Username = The control panel username then '_' and MySQL database username

        Example: cpanel_mysqlname

        Password = Password to the MySQL database username

        Database = Click 'Select' and choose your database

Then you can test the connection to see if your settings are correct.

These instructions don't work with DW CC 2017.  I have two servers set up.  One to connect to the Bluehost public_html for files which is working.  The second to go to a XAMPP test server on my pc which also works.  I need to have a connection to the database on Bluehost too.  I am new to this and really don't know what I am doing.  I got this far but using the Dreamweaver tutorials and instructions.  I have a membership form and need to store and use the data on Bluehost.

  1. There is no local information when you click on new site
  2. Dreamweaver won't let me have the same site info as the first server
  3. There is not Databases under Window

 

The second problem is that to make my life easier, I purchased some DMXzone extensions.  The Database Connector extension isn't working correctly and everything on DMXzone says it is because I have set Dreamweaver up incorrectly.  I am getting a 404 error on both servers.  I would really like to use this extension but have used up a week researching why it won't work and am about to get fired since I missed the deadline.  Bluehost has no idea what the problem is.  I need some expert help.  I was hoping that using the extension would go well since I have not idea how to write my own script to do what I need.

 

I hope you can help me.  I am 69 years old and retired 10 years ago from Ohio State.  I have done several websites but never had to do a membership form before. The form was very easy using Bootstrap but now it is just sitting there waiting for me to finish.  I hope you can help.

Thank you.

Connie

 

Embedding PDF into Dreamweaver

$
0
0

I am new to Dreamweaver and HTML. I am trying to insert a PDF document into a webpage, and have tried using each of the below codes:

 

<object data="Name.pdf" TYPE="application/x-pdf" title="Name" width="1140" height="1500">

   </object>

 

<embed src="Name.pdf" width="1140" height="1500"></embed>

 

A gray placeholder appears, as if to load the pdf, but instead the puzzle piece icon appears, with the words, "This plug-in is not supported."

 

Thank you.

Bring back the dockable Find and Replace from DW 2015

Dreamweaver 2017 - what happened to Find & Replace window?

$
0
0

Hello,

 

First, I apologize if I I've overlooked something, however I can't get the new Find & Replace window working as in DW 2015.

 

This is the new Find and Replace window:

findreplace1.JPG

FIRST QUESTION:

Where is the "Find All" button? There are many circumstances for which I really need to get a list of the occurrences found, even when searching within the current document only (for proper work-flow, it's not enough to just browse back and forth using the two arrows). As displayed below, the search result window remains totally empty, even if there are 11 occurrences found:

findreplace2.JPG

 

SECOND QUESTION:

I haven't found any way to undock the Find & Replace window, but it can be displayed only on top of the current document, taking lot of space. I really need to undock the Find and Replace window, and to drag it on a secondary monitor, to maximize editing space. This was perfectly possible in DW 2015, as displayed below:

findreplace3.JPG

 

Please help!


Dreamweaver MX 2004

$
0
0

I am trying to move dreamweaver to another computer but having difficulty registrating online and also when I call the 1-800 number.

Can anyone help.

I am trying to make a 1 column responsive website...?

$
0
0

In continuation from my topic last month, since no one was able to help me solve that problem (although if possible it will still be even more useful to me), I have made the decision to create a responsive website.

 

With a 1-column website, if I start with making it a static website, what would I need to add to the code to make it completely responsive? Basically, I have a website that is static. 1-column, everything neatly arranged, basically designed entirely for mobile usage. The only problem is, it isn't prepared to act responsively. My content consists mainly of text and images. Images should fit %100 of the width of my site, as should my text, I suppose.

 

What do I need to add to my code to make this a responsive website?

 

I am a beginner, more or less. Please explain in detail if you can.

 

The reason for starting with a static website first (although, I was designing it for mobile) was to create copies of the pages with and without a responsive design. That way I could serve the responsive site to mobile devices and the static version to desktop computers.

 

Now, is their any drawback to adding the responsive code to a 1-column website afterward? That being, as opposed to using a responsive/bootstrap template from the beginning?

 

Basically, do I risk it not being compatible with all devices for any reason?

 

Thank you to anyone who can help me solve this problem I am having.

 

-Lizzie Jo

Adding a hyperlink field in a form

$
0
0

I am trying to add a field for a website/hyperlink in a form. This is on a page that is used to add new users for an online availability calendar and would be added under an administrative login (I did not set up the calendars so I am backtracking to figure out how this was done initially). What I am attempting to accomplish is a field that will appear in the calendar's search results that will take users directly to the website that has openings.

Setting up nav bar in basic multi column template

$
0
0

How do I create the drop down menu in the basic multi column template without having the links displayed as hyper links?  Is there a short cut in the workspace somewhere?

Server out of memory error

$
0
0

Hi,

 

I have Dreamweaver CS6 and I am currently working on a project where I get this error:

 

Dynamically-related files could not be resolved because the server is out of memory or disk space.

 

Can someone please tell me how to go about fixing this?

 

Thanks!

Viewing all 37035 articles
Browse latest View live


Latest Images

<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>