Title: squadjot's Replies | WordPress.org

---

# squadjot

  [  ](https://wordpress.org/support/users/squadjot/)

 *   [Profile](https://wordpress.org/support/users/squadjot/)
 *   [Topics Started](https://wordpress.org/support/users/squadjot/topics/)
 *   [Replies Created](https://wordpress.org/support/users/squadjot/replies/)
 *   [Reviews Written](https://wordpress.org/support/users/squadjot/reviews/)
 *   [Topics Replied To](https://wordpress.org/support/users/squadjot/replied-to/)
 *   [Engagements](https://wordpress.org/support/users/squadjot/engagements/)
 *   [Favorites](https://wordpress.org/support/users/squadjot/favorites/)

 Search replies:

## Forum Replies Created

Viewing 11 replies - 1 through 11 (of 11 total)

 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [Moving from one dir to another..](https://wordpress.org/support/topic/moving-from-one-dir-to-another/)
 *  Thread Starter [squadjot](https://wordpress.org/support/users/squadjot/)
 * (@squadjot)
 * [13 years, 9 months ago](https://wordpress.org/support/topic/moving-from-one-dir-to-another/#post-2930156)
 * Ok, i tried the simple two step.. it actaully worked.
    I didnt ned to go in to
   php admin
 * – Nice and easy.
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [Moving from one dir to another..](https://wordpress.org/support/topic/moving-from-one-dir-to-another/)
 *  Thread Starter [squadjot](https://wordpress.org/support/users/squadjot/)
 * (@squadjot)
 * [13 years, 9 months ago](https://wordpress.org/support/topic/moving-from-one-dir-to-another/#post-2929997)
 * i read that.. It just seemed a bit extensive (which can be good)
    hmm. so i guess
   i should look under:
 * “When Your Domain Name or URLs Change”
    – When Your Domain Name or URLs Change.
 * So it seems i cant avoid the search/replace action in DB?
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [wp_nav outputs escaped quotes](https://wordpress.org/support/topic/wp_nav-outputs-escaped-quotes/)
 *  Thread Starter [squadjot](https://wordpress.org/support/users/squadjot/)
 * (@squadjot)
 * [13 years, 10 months ago](https://wordpress.org/support/topic/wp_nav-outputs-escaped-quotes/#post-2895285)
 * To temporarily fix this, i’ve changed to ‘echo’ => 0, and use:
    `<?php echo str_replace("\\\"","",
   wp_nav_menu( $defaults )); ?>`
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [A way to get image sizes outside the loop?](https://wordpress.org/support/topic/a-way-to-get-image-sizes-outside-the-loop/)
 *  Thread Starter [squadjot](https://wordpress.org/support/users/squadjot/)
 * (@squadjot)
 * [14 years, 1 month ago](https://wordpress.org/support/topic/a-way-to-get-image-sizes-outside-the-loop/#post-2661203)
 * Hmm..i guess [http://codex.wordpress.org/Using_Image_and_File_Attachments](http://codex.wordpress.org/Using_Image_and_File_Attachments)
 * answers my second question.. and this seems the way to =)
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [Manually cropped thumbnail won't change..](https://wordpress.org/support/topic/manually-cropped-thumbnail-wont-change/)
 *  Thread Starter [squadjot](https://wordpress.org/support/users/squadjot/)
 * (@squadjot)
 * [14 years, 1 month ago](https://wordpress.org/support/topic/manually-cropped-thumbnail-wont-change/#post-2655441)
 * Ahh, i had to specifically use ‘thumbnail’ as id:
 *     ```
       //inside loop
       the_post_thumbnail('thumbnail');
       ```
   
 * You’d think that the_post_thumbnail() would default to ..the thumbnail – but 
   i came to think of that, when you do not define any id, it will use the full 
   image, so yeah, had to try the ‘thumbnail’ id.
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [Manually cropped thumbnail won't change..](https://wordpress.org/support/topic/manually-cropped-thumbnail-wont-change/)
 *  Thread Starter [squadjot](https://wordpress.org/support/users/squadjot/)
 * (@squadjot)
 * [14 years, 1 month ago](https://wordpress.org/support/topic/manually-cropped-thumbnail-wont-change/#post-2655438)
 * Thx, but that did not help, i also tried it before..suspecting cache of thumbnails.
   i also tried regenerating all thumbnails with a plugin..
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [Manually cropped thumbnail won't change..](https://wordpress.org/support/topic/manually-cropped-thumbnail-wont-change/)
 *  Thread Starter [squadjot](https://wordpress.org/support/users/squadjot/)
 * (@squadjot)
 * [14 years, 1 month ago](https://wordpress.org/support/topic/manually-cropped-thumbnail-wont-change/#post-2655345)
 * A note: when cropping the image, i select “thumbnail only”
 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [I need image w/out border, but it's built-in theme…](https://wordpress.org/support/topic/i-need-image-wout-border-but-its-built-in-theme/)
 *  Thread Starter [squadjot](https://wordpress.org/support/users/squadjot/)
 * (@squadjot)
 * [14 years, 5 months ago](https://wordpress.org/support/topic/i-need-image-wout-border-but-its-built-in-theme/#post-2451162)
 * That worked!
 * Thanks alot!, would never have figured out 😀
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[WP-Ecommerce] How to add basket link, only if productshas been chosen](https://wordpress.org/support/topic/wp-ecommerce-how-to-add-basket-link-only-if-productshas-been-chosen/)
 *  Thread Starter [squadjot](https://wordpress.org/support/users/squadjot/)
 * (@squadjot)
 * [14 years, 6 months ago](https://wordpress.org/support/topic/wp-ecommerce-how-to-add-basket-link-only-if-productshas-been-chosen/#post-2406995)
 * Ok, found this:
    [http://screamingcodemonkey.com/2011/01/how-to-make-a-simple-one-line-shopping-cart-widget/](http://screamingcodemonkey.com/2011/01/how-to-make-a-simple-one-line-shopping-cart-widget/)
 * I think i can figure it out from there.
 * Edit: i’ll post the script here, you never know 😉
 *     ```
       <?php if(wpsc_cart_item_count() > 0): ?> 
   
       <div class="shoppingcart"> 
   
       <?php printf( _n('%d item', '%d items', wpsc_cart_item_count(), 'wpsc'), wpsc_cart_item_count() ); ?> 
   
       <?php _e('Total', 'wpsc'); ?>: <?php echo wpsc_cart_total_widget(); ?> 
   
       <a target="_parent" href="<?php echo get_option('shopping_cart_url'); ?>" title="Checkout" class="gocheckout"><?php _e('Checkout', 'wpsc'); ?></a> 
   
       <form action="" method="post" class="wpsc_empty_the_cart"> 
   
       <input type="hidden" name="wpsc_ajax_action" value="empty_cart" /> 
   
       <a target="_parent" href="<?php echo htmlentities(add_query_arg('wpsc_ajax_action', 'empty_cart', remove_query_arg('ajax')), ENT_QUOTES); ?>" class="emptycart" title="Empty Your Cart"><?php _e('Clear cart', 'wpsc'); ?></a> 
   
       </form> 
   
       </div><!--close shoppingcart--> 
   
       <?php else: ?> 
   
       <p class="empty"> 
   
       <?php _e('Your shopping cart is empty', 'wpsc'); ?><br /> 
   
       <a target="_parent" href="<?php echo get_option('product_list_url'); ?>" class="visitshop" title="Visit Shop"><?php _e('Visit the shop', 'wpsc'); ?></a> 
   
       </p> 
   
       <?php endif; ?> 
   
       <?php wpsc_google_checkout(); ?>
       ```
   
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [Admin page won't load properly](https://wordpress.org/support/topic/admin-page-wont-load-properly/)
 *  [squadjot](https://wordpress.org/support/users/squadjot/)
 * (@squadjot)
 * [14 years, 7 months ago](https://wordpress.org/support/topic/admin-page-wont-load-properly/#post-2336299)
 * My host is one.com
 * theleakyboob, whats yours?
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [Admin page won't load properly](https://wordpress.org/support/topic/admin-page-wont-load-properly/)
 *  [squadjot](https://wordpress.org/support/users/squadjot/)
 * (@squadjot)
 * [14 years, 7 months ago](https://wordpress.org/support/topic/admin-page-wont-load-properly/#post-2336285)
 * I am having similar problem.
    I can view the site fine – i can see the login 
   page, but at login, it won’t redirect me to the admin page. ends up in completely
   blank page.
 * If i try to go to the admin page, the page is just completely blank, no error
   message, no nothing. Even source is completely empty..
 * Any ideas.
 * I’m running wp 3.2.1
    I updated wp-ecommerce plugin today.. but im not sure this
   is related.
 * From the look of this output from http headers (FF plugin):, it seems the data
   is being sent alright, but nothing gets returned.
 * >  [http://somesite.com/site/wp-login.php](http://somesite.com/site/wp-login.php)
   > POST /site/wp-login.php HTTP/1.1
   >  Host: somesite.com User-Agent: Mozilla/5.0(
   > Windows NT 6.1; WOW64; rv:7.0.1) Gecko/20100101 Firefox/7.0.1 Accept: text/
   > html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8 Accept-Language:
   > en-us,en;q=0.5 Accept-Encoding: gzip, deflate Accept-Charset: ISO-8859-1,utf-
   > 8;q=0.7,*;q=0.7 Connection: keep-alive Referer: [http://somesite.com/site/wp-login.php](http://somesite.com/site/wp-login.php)
   > Cookie: wp-settings-time-1=1317397993 Content-Type: application/x-www-form-
   > urlencoded Content-Length: 138 log=USERNAME&pwd=PASSWORD&rememberme=forever&
   > wp-submit=Log+In&redirect_to=http%3A%2F%2Fsomesite.com%2Fsite%2Fwp-admin%2F&
   > testcookie=1
   > HTTP/1.1 200 OK
   >  Server: Apache X-Powered-By: PHP/5.3.8 Content-Type: text/
   > html Content-Length: 1 Date: Fri, 07 Oct 2011 18:57:01 GMT X-Varnish: 315998518
   > Age: 0 Via: 1.1 varnish Connection: keep-alive ———————————————————-
 * Oh, another comment, i realize this was already happening while i was logged 
   in (via cookie), everytime i made a change to a post/page whatever.. the data
   got sent.. but i ended up with a blank page. If i hit back a few times, i could
   see that the data DID get changed, i just didnt get that response from the server..

Viewing 11 replies - 1 through 11 (of 11 total)