Bloke
Forum Replies Created
-
Forum: Plugins
In reply to: [WP eCommerce] Cart looks different depending on the userSeems I was missing a file. Uploaded new WPEC and Gold Cart and refreshed the cache.
Forum: Fixing WordPress
In reply to: Site displays different for each userSeems I was missing a file. Uploaded new WPEC and Gold Cart and refreshed the cache.
Forum: Fixing WordPress
In reply to: Widget to drop down list of peopleI got it to display the names in a drop down select list. But I have more posts than it lists. I have 14 and it shows only 7.
<label for="<?php echo $this->get_field_id('title'); ?>"><?php _e( 'Person of Month'); ?>:</label> <select name="<?php echo $this->get_field_name(''); ?>" id="<?php echo $this->get_field_id(''); ?>" class="widefat"> <?php $first_query = new WP_Query('cat=10&posts_per_page=-1'); // The Loop while ( $first_query->have_posts() ) : $first_query->the_post(); ?> <option value=""><?php $first_query->the_post(). the_title() ?></option> <?php endwhile; wp_reset_query(); ?> </select>Forum: Localhost Installs
In reply to: Cannot see the list of pagesOk I was able to import a backed up database. I went through each old page I wanted to delete. After I deleted the page, I would click on the “pages” link in the dashboard. The one page where it messed up again was a page with some text on it and shortcodes. It was a page to show you what shortcodes were available on an old theme I was using. Can’t figure out what deleting with page effects viewing the list of pages.
Forum: Localhost Installs
In reply to: Cannot see the list of pagesSorry about the duplicate posts. The forum went down when I was posting. Maybe I should import the last working version of the database I exported. But I am afraid it might mess things up more. Is it best to import over whats there or do I clear all the tables.
Forum: Localhost Installs
In reply to: Cannot see the list of pagesOk I did that and still if I click on “pages” in the dashboard it takes me to myurl/login/?redirect_to=https%3A%2F%2myurl%2Fwordpress%2Fwp-admin%2Fedit.php%3Fpost_type%3Dpage&reauth=1
Forum: Localhost Installs
In reply to: Cannot see the list of pagesOk I did that and still if I click on “pages” in the dashboard it takes me to myurl/login/?redirect_to=https%3A%2F%2myurl%2Fwordpress%2Fwp-admin%2Fedit.php%3Fpost_type%3Dpage&reauth=1
Forum: Localhost Installs
In reply to: Cannot see the list of pagesOk I did that and still if I click on “pages” in the dashboard it takes me to myurl/login/?redirect_to=https%3A%2F%2myurl%2Fwordpress%2Fwp-admin%2Fedit.php%3Fpost_type%3Dpage&reauth=1
Forum: Localhost Installs
In reply to: Cannot see the list of pagesOk I did that and still if I click on “pages” in the dashboard it takes me to myurl/login/?redirect_to=https%3A%2F%2myurl%2Fwordpress%2Fwp-admin%2Fedit.php%3Fpost_type%3Dpage&reauth=1
Forum: Localhost Installs
In reply to: Cannot see the list of pagesOk I did that and still if I click on “pages” in the dashboard it takes me to myurl/login/?redirect_to=https%3A%2F%2myurl%2Fwordpress%2Fwp-admin%2Fedit.php%3Fpost_type%3Dpage&reauth=1
Forum: Localhost Installs
In reply to: Cannot see the list of pagesWhat am I looking for in the database? How can I repair it?
Forum: Localhost Installs
In reply to: Cannot see the list of pagesNot sure how to repair. I have not done that. Do I need to log into Phpmyadmin or can it be done inside WP?
Forum: Localhost Installs
In reply to: Cannot see the list of pagesIt takes me to myurl/login/?redirect_to=https%3A%2F%2myurl%2Fwordpress%2Fwp-admin%2Fedit.php%3Fpost_type%3Dpage&reauth=1
Forum: Localhost Installs
In reply to: Cannot see the list of pagesIts not live working on it locally.
Forum: Plugins
In reply to: [underConstruction] Different users site looks differentCan this plug in cause this issue? Site looks fine as I developed with the “under construction” on. Then when I turned it off or logged in with another user parts of the site don’t look right. So there is a javascript or css file not loading.