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

Everything posted by Faevilangel

  1. 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.
  2. tr:hover { background:#000; } Will only work on recent browsers (not IE) or you can use jQuery like this
  3. 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.
  4. 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
  5. shameless bump, anyone able to help with this, I bloody hate IE GRRRRRRRR
  6. You need to be using a scripting language such as PHP or a cms to do that sort of thing.
  7. My Firefox HTML checker didn't see that :| Fixed now though
  8. 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?
  9. Added your code back in Pedro but had to change it slightly cos it messed up the styling for Firefox etc,
  10. 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.
  11. Bump, if anyone can help with this, I will buy them a 2 month gold membership for here
  12. 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
  13. use the following: <?php if ( is_home() || is_front_page() ) { ?> <script type="text/javascript" src"<?php bloginfo('template_directory'); ?>/js/easing.js"></script> <?php } ?>
  14. 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.
  15. It looks like a custom site but it could be replicated in almost any cms tbh
  16. I am looking again, same conditions as above
  17. Faevilangel replied to Faevilangel's topic in Frontend
    You're an absolute star... Works a treat
  18. Faevilangel replied to Faevilangel's topic in Frontend
    Didn't work unfortunately, I don't think I have put what I need across too well The original site is http://wmimmigration.com/Canada-Visas.aspx, see the canadian menu, and the sub nav is placed below it, that's what I need to do with my site. I have tried everything but the UL for the sub nav but it won't heighten and push the next menu item down enough to push the sub nav in.
  19. Faevilangel replied to Faevilangel's topic in Frontend
    The css file controlling the menu is http://www.garethgillman.co.uk/wordpress/wm/wp-content/themes/wm-wp/style.css When the sub nav is activated on a set page then that sub nav should display under the nav item for that page e.g. canadian visas sub will display under the nav items canadian visas
  20. It's because you used different annotations of speech marks. You need to use ". This can happen when copying code from an editor like dreamweaver or even a text editor.
  21. Faevilangel posted a topic in Frontend
    I am converting a site from HTML to WP and run into a major css issue which is taking me far too long to work out. The site is http://www.garethgillman.co.uk/wordpress/wm/ If you go to canadian visas at http://www.garethgillman.co.uk/wordpress/wm/canada-visas/, the menu is a mess because of the sub nav. The sub nav needs to display under the main nav item (e.g. canadian visitors) so it becomes part of the menu. I have tried so many variables of code and I am stuck, anyone got any ideas?
  22. you would need to give it a class e.g. <a class="current" href="#">Current Page</a> .current a:link, .current a:visited, .current a:active { color:#000; text-decoration:underline; font-weight:bold; } [/code]
  23. Below .emptycart { background-image: url(./images/button1.png); height:17px; text-align:center; width:85px; } .gocheckout { background-image: url(./images/button1.png); height:17px; text-align:center; width:85px; margin-top:4px; } .emptycart:hover { background-image: url(./images/button1-hover.png); height:17px; text-align:center; width:85px; } .gocheckout:hover { background-image: url(./images/button1-hover.png); height:17px; text-align:center; width:85px; margin-top:4px; } All I did is add the :hover command to the css argument.
  24. works fine my end, have you added the ?> at the end of the code?
  25. http://www.facebook.com/pages/create.php Then install the FBML app, and include the html code for the site.

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.