Everything posted by mteam
-
Drop Downs don't work in a subfolder in Bootstrap? [Live Example]
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
-
Help selecting class within a particular DIV only
Can you not use the page id?
- Move wp from localhost to server
-
Theme problems
I can give you my log in details if any one fancies a look at this
-
Move wp from localhost to server
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
-
Theme problems
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();
-
Z-Index issue
What is the problem here what you trying to do ?
-
Simple Slideshow Keeps Jumping [Live Example]
Not sure if this is what your after ? test
-
problem with z-inde
its starting with z-index 10 I haven't looked at the script I'd guess that should be for some slideshow navigation
- Media Query not working
-
Scroll Script Problem
Try closing the first script tag
-
Website Redirect If Website Matches
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
-
Website Redirect If Website Matches
Sorry I can't be more help I don't know anything about htaccess
-
Website Redirect If Website Matches
Might be useful http://stackoverflow.com/questions/13106299/redirect-using-htaccess-based-on-referrer
-
Footer Widget Issue!
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
-
Footer Widget Issue!
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' ) } ); }*/
- Conflicting CSS! Please help, Will offer some sort of pay or reward!
-
problem when using border right and bottom together
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
-
problem when using border right and bottom together
http://jsfiddle.net/ky4Fa/
-
problem when using border right and bottom together
its just the way they work you only notice when using different colours
-
problem when using border right and bottom together
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; }
-
Font Awesome Help
Looks the same in ff this end
- Anchor tag not working correctly
-
Page won't load in ie8
This might be useful http://css-tricks.com/svg-fallbacks/
-
Page won't load in ie8
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" >