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.

Faevilangel

Privileged
  • Joined

  • Last visited

  1.    ilovedesignweb reacted to a post in a topic: Domain age or backlink age?
  2. I am building a voucher site for a client and came across an issue, trying to import merchants. I have an RSS feed and an XML file for each letter of the alphabet of merchants, how do I go about importing these into WP to create a page for each merchant. There is 4200 merchants so not viable to do it manually. I have a plugin to import RSS feeds into posts (for the vouchers) but can't find one to do pages. any help is appreciated.
  3. tr:hover { background:#000; } Will only work on recent browsers (not IE) or you can use jQuery like this
  4. It's either hard coded into the template, gathered from the Blogroll or they are being grabbed from another page If you can set up a new admin account, and pm me the login details & url, I will take a look for you.
  5.    OwenONeill reacted to a post in a topic: Two WP Questions?
  6.    empek reacted to a post in a topic: Two WP Questions?
  7. To add a new functions.php file, create a new files user-functions.php, upload to your theme folder and in your functions.php file add this to the top of the file (after the <? php ) include('user-functions.php'); To change a user's level (responsibility) use the add_role function, which will create a new custom user role so you can still use the default WP roles. Each User Level is defined here
  8. shameless bump, anyone able to help with this, I bloody hate IE GRRRRRRRR
  9. You need to be using a scripting language such as PHP or a cms to do that sort of thing.
  10. My Firefox HTML checker didn't see that :| Fixed now though
  11.    Faevilangel reacted to a post in a topic: IE css issues
  12. Fixed with one issue left, it's still displaying behind the content and pushed the content up. I have added a top margin but still not working, any ideas?
  13.    Faevilangel reacted to a post in a topic: IE css issues
  14. Added your code back in Pedro but had to change it slightly cos it messed up the styling for Firefox etc,
  15. Nah didn't work, the menu is displaying awfully and the client wants this fixed.... I have added a screenshot to show what I mean, the menu us supposed to be above that content. Any help is appreciated.
  16. Bump, if anyone can help with this, I will buy them a 2 month gold membership for here
  17. Faevilangel posted a topic in Frontend
    Hey guys! Got a new website for a client but in IE9 it's displaying awfully. The site is http://www.wmimmigration.com, in FF, Chrome etc it's fine, but IE9 it's a pig. Anyone help me out of this deep hole? Cheers
  18. use the following: <?php if ( is_home() || is_front_page() ) { ?> <script type="text/javascript" src"<?php bloginfo('template_directory'); ?>/js/easing.js"></script> <?php } ?>
  19. You can't use it outside of WordPress without recreating the function but you can use a simpler version with php files. Lets say you have the following files: index.php header.php footer.php You would create index.php as the following: <?php include('header.php'); ?> <!-- index code --> <?php include('footer.php'); ?> Your pages need to be in .php format, they don't have to have php coding though.
  20. It looks like a custom site but it could be replicated in almost any cms tbh

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.