Bloke
Forum Replies Created
-
Still not sure why I have to adjust time in hours. Also now it shows events from 1969 and 1970. And adjusting hours does not change time of event to appear properly.
Forum: Plugins
In reply to: Ecommerce recommedationsAnyone know if maybe this can be done on the Authorize.net side?
Forum: Fixing WordPress
In reply to: Display last featured image from a categoryOk I got it to work. At first it displayed all records. Now i got:
$the_query = new WP_Query( ‘cat=5&posts_per_page=1’ );
Forum: Fixing WordPress
In reply to: Display last featured image from a categoryblogjunkie,Thanks for such a quick reply. Where would I put this? I was thinking of just putting it in a margin using a blank text widget.
kina60, I like that site http://www.newfolksounds.nl is that a custom theme?
Forum: Plugins
In reply to: Print posts pluginAnyone know how? Or how to contact the developer?
Forum: Fixing WordPress
In reply to: Cloingin my WP site locallyWheatstate, I got it working. I am sure each template works differently. What I was not paying attention to, was the top list of widgets (available widgets) if you drag them there they remove all the settings. Also on the bottom is a set where they stay and keep their settings. I am not 100% sure, but I think there were there I just didn’t know it. Also alot of mine don’t have titles, just say “text” with allot of code in them. I am still curious where this data gets stored.
Forum: Fixing WordPress
In reply to: How to know what page you are using?Ok I guess I was over thinking it. I now see that ?cat=10 is passed as an argument in the URL so that is how it knows to list all the posts from that category of listings.
Forum: Fixing WordPress
In reply to: Cloingin my WP site locallySeems the widgets get lost also when you change themes. I temporarily changed the them and changed it back on my online version and the widgets moved over to the inactive sections. I noticed they were there and dragged them back. Wish I could figured how to keep them when I transfer back and forth to my local version.
Forum: Fixing WordPress
In reply to: Cloingin my WP site locallyOk I almost got it working.
Used a different database name on local computer.
Added:
define(‘WP_HOME’,’http://localhost/wordpress’);
define(‘WP_SITEURL’,’http://localhost/wordpress’);and also used ‘root’ as my login in the wp-config file.
But logged in with the main user and password for full access.Now I can’t find why the widgets in the sidebar won’t load.
Forum: Fixing WordPress
In reply to: Cloingin my WP site locallyStill can’t figure what it can be. It might be a htaccess file. Or what about those
SECURE_AUTH_SALT and’LOGGED_IN_SALT things?Another thing I found was strange. I downloaded the wp-config on the online version of my site. Wanted to compare them. Both values below were the same. That makes no sense.
define(‘DB_NAME’, ‘xxxx’);/** MySQL database username */
define(‘DB_USER’, ‘xxxx’);Forum: Fixing WordPress
In reply to: Cloingin my WP site locallyI compared the source code on my local version and my online version. Its not loading all the plugins and style sheets. Just about all of them but the inline styles.
/wp-content/plugins/jquery-lightbox-for-native-galleries/colorbox/wp-content/plugins/flickr-gallery/flickr-gallery.css?ver=1.5.2′ type=’text/css’ media=’all’ />
/wp-content/plugins/flickr-gallery/tab-theme/jquery-ui-1.7
/wp-content/plugins/flickr-gallery/flightbox/jquery.flightbox.css?ver=1.5.2′ type=’text/css’ media=’all’ /wp-content/plugins/wp-e-commerce/wpsc-core/js/thickbo
/wp-content/themes/Basic/wpsc-default.css?ver=3.8.367709′Forum: Fixing WordPress
In reply to: Cloingin my WP site locallyWell there are two moves going on. I moved the URL. It was pointing to a folder ../new/ and this is on line and working. So I took the files and database, and SQL (updated the URL and links before importing) from this and installed it on my home computer (localhost).
Forum: Fixing WordPress
In reply to: Cloingin my WP site locallyThanks. That is where I got all the info to move it to begin with. I got most of it working, the URLs and images etc. Just the login is not working.
Forum: Fixing WordPress
In reply to: Cloingin my WP site locallySorry.. I meant cloning.