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.

Hem

Members
  • Joined

  • Last visited

  1.    Grant Barker reacted to a post in a topic: Text in Searchbox
  2. Replace "jQuery" with "$" It should be looking like this.. jQuery('#searchid').click(function(){ jQuery("#result").fadeIn(); }); This is a great link.. Please check it out.. http://www.w3schools.com/jquery/jquery_noconflict.asp You will get an idea. Your problem will be solve. If not, please share URL of your project. I will help you to fix it.
  3. Remove min-height.. add these values in #sidebar. #sidebar{overflow: hidden; height: 100%; padding: 0; position: absolute; left: 0; top: 0;} Let me know, your issue resolved? If not, It would be better to share live URL of your page so can help you easily.. Thanks
  4. Yes Agree with Junior. You can have to understand How BootStrap work with the use of Media Query. Here is link which may be helpful to make you understand. http://getbootstrap.com/getting-started/ http://www.sitepoint.com/understanding-twitter-bootstrap-3/
  5. Hi, You are using fix width for any screen size that's why right column dropped in iPad. You can use any responsive frame work like BootStrap etc. OR if you want to make your current code fluid.. use % instead of px. For i.e simple make small change in your CSS and check design in iPad. #content {width:75%} #right-column {width:20%} I put this values roughly just for your idea. You can change it to make similar your exact design. I hope you can understand my point what i mean to say! If you have still any query please let me know. Thanks
  6. Hi, Please check it out..https://github.com/Victa/curtain.js You can download example code for your understanding.. This is not updated but you can modify as per your requirements..
  7. Hem replied to Charly's topic in Frontend
    Yes I'm agree with Weedy. Can you please share live URL of this code we can help you better
  8. Hem replied to jekasores's topic in Frontend
    do you have any reference site?
  9. can you share code via URL so it would be easy to fix your issue.
  10. Yes, it's working fine.
  11. I like to use BootStrap because it is a powerful framework. Very easy to use and you can customize as per your requirements. You will most of the required plugins/elements together.
  12. have you tried your code with document.ready function?
  13. can you share live link or code sample ? so can assist you easily !
  14. i don't think this issue created when you updating your jquery version. Seems there is need to write some CSS for your tabs. Better you use jquery ui tabs.
  15. Yes, I agree with Nillerversion. Even, iOS doesn't support Flash anymore!
  16.    fleur reacted to a post in a topic: Multicolumn layout
  17. Seems, issue has been fixed. I'd checked in both version of IE but it's working..

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.