-
Crispy reacted to a post in a topic:
Drop Downs don't work in a subfolder in Bootstrap? [Live Example]
-
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