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.

mteam

Privileged
  • Joined

  • Last visited

Everything posted by mteam

  1. I'd guess all your link to js folders are wrong this works http://www.livetaekwondo.co.uk/js/bootstrap.min.js this doesnt http://www.livetaekwondo.co.uk/cymraeg/js/bootstrap.min.js
  2. Can you not use the page id?
  3. lol I didn't even think to take the line out
  4. mteam replied to mteam's topic in WordPress
    I can give you my log in details if any one fancies a look at this
  5. try changing this line in the exported .sql file CREATE DATABASE IF NOT EXISTS `yoursite_wp` DEFAULT CHARACTER SET latin1 COLLATE latin1_swedish_ci; USE `yoursite_wp`; change both the yoursite_wp to whatever you've named your new database CREATE DATABASE IF NOT EXISTS `a8864920_another` DEFAULT CHARACTER SET latin1 COLLATE latin1_swedish_ci; USE `a8864920_another`; then import
  6. mteam posted a topic in WordPress
    I've been using the wp finale theme locally been working fine once I put it live I'm getting this error Fatal error: Class 'VP_FileSystem' not found in /home/bossdrum/public_html/wp/wp-content/themes/finale/vafpress/bootstrap.php on line 41 I've sent a msg to the support just wondered if anybody had any ideas on here Thanks this is the line it refers to $vpfs = VP_FileSystem::instance();
  7. mteam replied to dpuk44's topic in Frontend
    What is the problem here what you trying to do ?
  8. Not sure if this is what your after ? test
  9. its starting with z-index 10 I haven't looked at the script I'd guess that should be for some slideshow navigation
  10. You got a link
  11. Try closing the first script tag
  12. Try removing the http RewriteEngine On RewriteCond %{HTTP_REFERER} !www.facebook.com/groups/1387722168128069 [NC] RewriteRule ^/?facebook/$ www.buy-sell-today.co.uk/ [L,R] but I'm only guessing
  13. Sorry I can't be more help I don't know anything about htaccess
  14. Might be useful http://stackoverflow.com/questions/13106299/redirect-using-htaccess-based-on-referrer
  15. I may have miss-read what you wanted if you want them stacked full width do as above but also remove float from .site-footer .widget {} then either remove footer aside { margin-right: 0; padding-right: 0; padding-left:0; color: #3f3f3f; display: inline-block; width: 275px !important; } and change .sidebar .site-footer .widget {} to 900px or change the above width to 900px hth I wasn't sure if you wanted them side by side or stacked
  16. The last bit of code in your functions js are causing it to display vertical if you comment that out and then change the max width to 900px on .sidebar .sitefooter .widget-area{} see where that gets you this is what wants commenting out /** * Arranges footer widgets vertically. */ /*if ( $.isFunction( $.fn.masonry ) ) { var columnWidth = body.is( '.sidebar' ) ? 228 : 245; $( '#secondary .widget-area' ).masonry( { itemSelector: '.widget', columnWidth: columnWidth, gutterWidth: 20, isRTL: body.is( '.rtl' ) } ); }*/
  17. Is that not his url on the first post nexus node
  18. Because the bigger the border the more it goes out in the 45 degree angle so be adding the right border its beginning to show some of the bottom borders mitre'd edge
  19. http://jsfiddle.net/ky4Fa/
  20. its just the way they work you only notice when using different colours
  21. Pretty sure borders work on a 45 degree angle give it a try set them both at 10px you'll see what I mean you could give you nav a white background and the use 1px right margin on the button .button-group-navigation { display: inline-block; list-style: none; padding: 0; margin: 0; zoom: 1; background: #fff; } .btn { padding: 40px 40px 30px 40px; margin: 0 1px 0 0; text-decoration: none; text-align: center; color: #fff; cursor: pointer; background: #34495e; border-bottom: 10px solid #000; }
  22. mteam replied to predatorx's topic in Frontend
    Looks the same in ff this end
  23. Had a quick look try this in your css add position:fixed to header and padding:130px 0 0 to content
  24. This might be useful http://css-tricks.com/svg-fallbacks/
  25. ksty just short for your name I do think its the svg can you try adding this to the 2nd line of your code <meta http-equiv="X-UA-Compatible" content="IE=EDGE" >

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.