Everything posted by Faevilangel
-
WP Import
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.
-
styling a tr a:hover
tr:hover { background:#000; } Will only work on recent browsers (not IE) or you can use jQuery like this
-
Wordpress links
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.
-
Two WP Questions?
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
-
IE css issues
shameless bump, anyone able to help with this, I bloody hate IE GRRRRRRRR
-
Choosing StyleSheet
You need to be using a scripting language such as PHP or a cms to do that sort of thing.
-
IE css issues
My Firefox HTML checker didn't see that :| Fixed now though
-
IE css issues
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?
-
IE css issues
Added your code back in Pedro but had to change it slightly cos it messed up the styling for Firefox etc,
-
IE css issues
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.
-
IE css issues
Bump, if anyone can help with this, I will buy them a 2 month gold membership for here
-
IE css issues
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
-
Easing Slider Plugin
use the following: <?php if ( is_home() || is_front_page() ) { ?> <script type="text/javascript" src"<?php bloginfo('template_directory'); ?>/js/easing.js"></script> <?php } ?>
-
Can I use the <?php get_header(); ?> in normall HTML
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.
-
how is this website built?
It looks like a custom site but it could be replicated in almost any cms tbh
-
Themeforest collaboration
I am looking again, same conditions as above
-
CSS menu
You're an absolute star... Works a treat
-
CSS menu
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.
-
CSS menu
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
-
Wordpress theme | Weird mistake how do I fix?
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.
-
CSS menu
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?
-
A Simple question about Links.?
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]
-
nooby question rack up those +1s :)
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.
-
WP - Make a link show when logged in, but not there when not logged in
works fine my end, have you added the ?> at the end of the code?
-
Help with my online Facebook presence
http://www.facebook.com/pages/create.php Then install the FBML app, and include the html code for the site.