Skip to content
View in the app

A better way to browse. Learn more.

Web Designer Forum

A full-screen app on your home screen with push notifications, badges and more.

To install this app on iOS and iPadOS
  1. Tap the Share icon in Safari
  2. Scroll the menu and tap Add to Home Screen.
  3. Tap Add in the top-right corner.
To install this app on Android
  1. Tap the 3-dot menu (⋮) in the top-right corner of the browser.
  2. Tap Add to Home screen or Install app.
  3. Confirm by tapping Install.

ChristopherDarling

Privileged
  • Joined

  • Last visited

Reputation Activity

  1. Like
    ChristopherDarling got a reaction from Renaissance-Design in Magento   
    To be honest until you're very familiar with PHP (and Zend knowledge would benefit you greatly when dealing with Magento) I'd completely stay away from it for now.
     
    Depending on your budget I'd either suggest sub-contracting out the work to a developer or going for a smaller ecommerce platform (although you still probably will need to dabble with some php).
     
     
    Chris
  2. Like
    Easiest way is to use PHP. Rename the two pages above to .php extensions.
     
    Create a new file called "myinclude.php" and enter the content that you want to include on both pages.
     
    Now on the original two files replace the content you entered in "myinclude.php" with
    <?php include('myinclude.php'); ?>
  3. Like
    ChristopherDarling got a reaction from Bomb in New CMS to try that isn't WP, Joomla or Drupal maybe ?   
    I'd recommend SilverStripe CMS (www.silverstripe.org). By far the best CMS I've come across
  4. Like
    ChristopherDarling got a reaction from kanger in A little php help please   
    It would be
     

    if( is_single() && is_page() ) { // if both is_single() and is_page() return TRUE then this code is run } else { // if either or both don't return TRUE then this code is run }
     
    +1 if this helps
  5. Like
    ChristopherDarling got a reaction from jacob44 in Opening lightbox on successful for submission   
    How are you posting the form? AJAX?
     
    If so, just hook up the jQuery you want to run on the ajaxComplete or ajaxSuccess events in jQuery. See http://api.jquery.com/category/ajax/ for more info.
     
     
    Please +1 if this helps
  6. Like
    ChristopherDarling got a reaction from jacob44 in A little php help please   
    It would be
     

    if( is_single() && is_page() ) { // if both is_single() and is_page() return TRUE then this code is run } else { // if either or both don't return TRUE then this code is run }
     
    +1 if this helps
  7. Like
    ChristopherDarling got a reaction from waynede in JavaScript help   
    Try adding
     
    //<![CDATA[
     
    AFTER the <script> tag
     
    and
     
    //]]>
     
    BEFORE the </script> tag

Account

Navigation

Search

Search

Configure browser push notifications

Chrome (Android)
  1. Tap the lock icon next to the address bar.
  2. Tap Permissions → Notifications.
  3. Adjust your preference.
Chrome (Desktop)
  1. Click the padlock icon in the address bar.
  2. Select Site settings.
  3. Find Notifications and adjust your preference.