Quantcast
Channel: Adobe Community : Document List - All Communities
Browsing all 2729 articles
Browse latest View live

Clearing the values of form fields when a visitor browses back to a...

Implement the following script to make your site more secure. For example, add this code to ensure that a visitor's entries into a web form are not 'viewable' by navigating 'back' to the page after the...

View Article


Showing the contents of a hidden div tag if a registered visitor is logged in

Sometimes it is helpful to initially hide an element, and then check to see if the visitor is logged in.  If the visitor is logged in, you can add logic to display that hidden element. In this case,...

View Article


Image may be NSFW.
Clik here to view.

Using the Menu Module Version 2

Menu Module Version 2 is a big improvement on Version 1. It offers some Layout and tag customisations to allow medium to advanced users to develop better menu's then they could before. To acompany this...

View Article

Using web forms to automatically add items to a favorites list

Using a simple JavaScript function, you can automatically add an item to a visitor's Favorites list by updating an existing web form.For details on web forms, see Create and insert a form.. Note: This...

View Article

Image may be NSFW.
Clik here to view.

Image perfomance for mobile devices

Responsive web design is awesome stuff but a lot of people have the valid concern of driving things like images to mobile devices over 3G. With just a straight responsive web design you will be using...

View Article


Image may be NSFW.
Clik here to view.

What is Liquid Markup?

       Liquid Markup is the way to achieve 100% creative freedom  with BC. Bringing full control over generated content, server-side support for conditionals and loops, and more, liquid markup enables...

View Article

Working with Liquid Mark-up

Introduction Liquid is the new layout engine for sites on the platform. It allows for great flexibility in choosing the appearance of your site by leveraging clean CSS friendly HTML code with simple to...

View Article

Image may be NSFW.
Clik here to view.

Troubleshooting eCommerce issues

Skip toIssue:A blank page is presented to the customer during the checkout process after submitting a registration form.Issue:The Checkout feature creates a quote instead of purchase.Issue: Missing or...

View Article


Troubleshooting PayPal issues

PayPal Standard Issues IssueSolutionThe shop generates an invoice that is not correct. PayPal option won’t even go to PayPal. It says thanks for your order, etc.Please ensure you've selected "Credit...

View Article


Image may be NSFW.
Clik here to view.

Troubleshooting email marketing campaigns

Skip toUnderstanding why email addresses bounceSubscribers indicate they haven't received email messages or newslettersUnderstanding why the number of opened emails for a campaign is very low...

View Article

Image may be NSFW.
Clik here to view.

Troubleshooting login issues

Skip to Resolving issues when attempting to log into the Admin ConsoleResolving error message 4: This user is not registered for the selected siteResolving error message 1: Username, password or both...

View Article

Image may be NSFW.
Clik here to view.

Tips for troubleshooting imported contacts

Skip to Checking your data file prior to importing itSelecting the correct options on the import screenChecking your data file prior to importing it The information provided in this article is valid...

View Article

Image may be NSFW.
Clik here to view.

Troubleshooting FTP connectivity issues

Skip to Using the File ManagerCommon factors that lead to connectivity issuesIssues attempting to upload templatesAttempts to upload a file are unsuccessfulPermissions errors when attempting to connect...

View Article


Image may be NSFW.
Clik here to view.

10 jQuery Tips: Part1

1. Efficient Selectors Using pure JavaScript its loops and inbuilt APIs such as getElementById(), getElementsByTagName() and getElementsByClassName() are used to target elements within your HTML. These...

View Article

Image may be NSFW.
Clik here to view.

Displaying online shop JavaScript alerts inside the page body

Skip toStep 1. Include the jQuery libraryStep 2. Create and style your message boxStep 3. Insert the code By default, when your customer adds a new product to their cart or selects a shipping option,...

View Article


Less CSS Class Snippets

.border-radius( @radius: 3px ) {     -webkit-border-radius: @radius;        -moz-border-radius: @radius;             border-radius: @radius;        }   .outline-radius( @radius: 3px ) {...

View Article

CSS Tips & Tricks [ Beginners to Intermediate ]

Class Vs IDID is unique, you can only have one per page in your HTML. CSS can be used multiple times. Ideally ID is used for your main containing (Parent) elements and Class for your child elements as...

View Article


Image may be NSFW.
Clik here to view.

Embed static Web App item maps using the Google Static Maps API

Using the Google Static Maps API, you can easily implement static maps in the detailed view of your Web App items - without having to generate an API key.To embed a static map, simply insert the...

View Article

Image may be NSFW.
Clik here to view.

Logging into different Secure Zones according to ID number

This document will show you how you can create a dropdown menu on sites with multiple secure zone which will allow visitors to choose the secure zone they wish to log into, y manipulating the form's...

View Article

Changing the date format to North American date format

Announcement dates When using the Announcements module, you can use {tag_counter} to generate the item ID and to access the date. Then, you can use some JavaScript to re-format the date. In this...

View Article
Browsing all 2729 articles
Browse latest View live


Latest Images