Title: Martin's Replies | WordPress.org

---

# Martin

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

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

 Search replies:

## Forum Replies Created

Viewing 15 replies - 1 through 15 (of 468 total)

1 [2](https://wordpress.org/support/users/rastarr/replies/page/2/?output_format=md)
[3](https://wordpress.org/support/users/rastarr/replies/page/3/?output_format=md)…
[30](https://wordpress.org/support/users/rastarr/replies/page/30/?output_format=md)
[31](https://wordpress.org/support/users/rastarr/replies/page/31/?output_format=md)
[32](https://wordpress.org/support/users/rastarr/replies/page/32/?output_format=md)
[→](https://wordpress.org/support/users/rastarr/replies/page/2/?output_format=md)

 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Add Widget After Content] restrict to certain content types](https://wordpress.org/support/topic/restrict-to-certain-content-types/)
 *  Thread Starter [Martin](https://wordpress.org/support/users/rastarr/)
 * (@rastarr)
 * [11 years, 6 months ago](https://wordpress.org/support/topic/restrict-to-certain-content-types/#post-5249278)
 * that’s ok.
    i deleted your plugin and went with something else.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Add Widget After Content] restrict to certain content types](https://wordpress.org/support/topic/restrict-to-certain-content-types/)
 *  Thread Starter [Martin](https://wordpress.org/support/users/rastarr/)
 * (@rastarr)
 * [11 years, 8 months ago](https://wordpress.org/support/topic/restrict-to-certain-content-types/#post-5249262)
 * Any chance of a reply?
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[WP Photo Album Plus] Geo with Hello World?](https://wordpress.org/support/topic/geo-with-hello-world/)
 *  Thread Starter [Martin](https://wordpress.org/support/users/rastarr/)
 * (@rastarr)
 * [11 years, 10 months ago](https://wordpress.org/support/topic/geo-with-hello-world/#post-5185771)
 * Oh wow, thanks so much Jacob
    I don’t think I’d have ever found that 🙂 Works
   like a charm now – fantastic
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [Invalid query: 1046: No database selected](https://wordpress.org/support/topic/invalid-query-1046-no-database-selected/)
 *  Thread Starter [Martin](https://wordpress.org/support/users/rastarr/)
 * (@rastarr)
 * [12 years, 2 months ago](https://wordpress.org/support/topic/invalid-query-1046-no-database-selected/#post-4817803)
 * OK, for anyone else that gets this:
 * [1] I turned on define(‘WP_DEBUG’, true);
    This hightlighted a number of plugins
   that gave some errors [2] Systematically renamed these plugins by appending -
   broken to the plugins’ directory folder name
 * Found the plugin that caused the white screen of death (which was a 3rd party
   plugin called readers-from-rss-2-blog)
    [3] Set define(‘WP_DEBUG’, false); [4]
   Contacted the plugin author to await a fix [5] Smiled again with a working WordPress
   site 🙂
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[WooCommerce] column product in new 2.1.2](https://wordpress.org/support/topic/column-product-in-new-212/)
 *  [Martin](https://wordpress.org/support/users/rastarr/)
 * (@rastarr)
 * [12 years, 4 months ago](https://wordpress.org/support/topic/column-product-in-new-212/#post-4616389)
 * I’m neither a code or CSS expert but have managed to get some progress on the
   product pages with some CSS (remember I’m not good at this).
    I’ve added it here:[
   1] In case it helps someone progress their site [2] They might some some additional
   suggestion or improvements [3] Suggestions why the product listing is a bit fragmented–
   can’t quite nail that bit, at the moment
 *     ```
       /* ------- Style single page WooCommerce ------- */
       .woocommerce #content div.product div.images, .woocommerce #content div.product div.summary, .woocommerce div.product div.images, .woocommerce div.product div.summary, .woocommerce-page #content div.product div.images, .woocommerce-page #content div.product div.summary, .woocommerce-page div.product div.images, .woocommerce-page div.product div.summary {
         float: left !important;
         width: 45% !important;
         margin: 1em !important;
       }
       /* ------- end of Style single page WooCommerce ---------- */
   
       /* Woocommerce style fixes */
   
       #content div.page-description div.woocommerce.columns-4 ul.products li.product-category.product.first {
         float: left !important;
       	clear: none !important;
       	width: 22.05%;
         margin: 0 !important;
       }
   
       #content div.page-description div.woocommerce.columns-4 ul.products li.product-category.product.last {
         clear: none !important;
         width: 22.05% !important;
       }
   
       #content div.page-description div.woocommerce.columns-4 ul.products li.product-category.product {
         float: left !important;
   
       	clear: none !important;
         width: 22.05% !important;
       }
   
       .woocommerce ul.products li.product, .woocommerce-page ul.products li.product {
        clear: none !important;
         float: left !important;
         margin: 0 0 2.992em 1em !important;
         width: 22.05% !important;
       }
   
       /* fixes end */
       ```
   
 * Hope it helps someone.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[WooCommerce] column product in new 2.1.2](https://wordpress.org/support/topic/column-product-in-new-212/)
 *  [Martin](https://wordpress.org/support/users/rastarr/)
 * (@rastarr)
 * [12 years, 4 months ago](https://wordpress.org/support/topic/column-product-in-new-212/#post-4616377)
 * no idea what you are trying to tell me [@lododicesimo](https://wordpress.org/support/users/lododicesimo/)
   
   there is no /woocommerce/ folder in my theme
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[WooCommerce] column product in new 2.1.2](https://wordpress.org/support/topic/column-product-in-new-212/)
 *  [Martin](https://wordpress.org/support/users/rastarr/)
 * (@rastarr)
 * [12 years, 4 months ago](https://wordpress.org/support/topic/column-product-in-new-212/#post-4616374)
 * Well, all I’ve managed to do is reduce the image sizing to the smaller size that
   was pre-v2.1
 * Still 2 columns which looks out of place.
    Filter obviously doesn’t work since
   the theme doesn’t have the required template files, I’m guessing.
 * Does anyone have any clues what and where I need to do next?
    This is driving
   me nuts 🙂
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[WordPress Social Login] Plugin/Description page disappeared](https://wordpress.org/support/topic/plugindescription-page-disappeared/)
 *  [Martin](https://wordpress.org/support/users/rastarr/)
 * (@rastarr)
 * [12 years, 4 months ago](https://wordpress.org/support/topic/plugindescription-page-disappeared/#post-4570979)
 * Can’t you simply fork this off and get other devs onboard?
    I haven’t seen [@miled](https://wordpress.org/support/users/miled/)
   here for ages so I get the impression he is far too busy and/or uninterested 
   in development of the plugin
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[WooCommerce] column product in new 2.1.2](https://wordpress.org/support/topic/column-product-in-new-212/)
 *  [Martin](https://wordpress.org/support/users/rastarr/)
 * (@rastarr)
 * [12 years, 4 months ago](https://wordpress.org/support/topic/column-product-in-new-212/#post-4616249)
 * Well, I tried your filter, Coen and that was a bust, unfortunately.
    Jeez, all
   I know it was displaying fine before 2.1 and now the columns and images are wrong.
 * Yeah, I guessing it is probably the theme but don’t even know where to begin 
   and why it’s gone so wrong with an update.
 * My shop is at [http://www.geekandjock.com/the-geekandjock-shop](http://www.geekandjock.com/the-geekandjock-shop)
   and even the single product images are width content width now when they were
   previously about 50%
 * I’ve added the filter for column display of 4 and I can see a first and last 
   class as well.
 * Kinda lost at this point and updates to the theme takes freaking months so that’s
   a bit of a no-go – got the theme originally for it’s BuddyPress support and the
   WooCommerce display was a bonus – until now, that is 🙂
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[WooCommerce] column product in new 2.1.2](https://wordpress.org/support/topic/column-product-in-new-212/)
 *  [Martin](https://wordpress.org/support/users/rastarr/)
 * (@rastarr)
 * [12 years, 4 months ago](https://wordpress.org/support/topic/column-product-in-new-212/#post-4616226)
 * Same issue
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Author Box Plugin With Different Description] Global CPT ?](https://wordpress.org/support/topic/global-cpt/)
 *  Thread Starter [Martin](https://wordpress.org/support/users/rastarr/)
 * (@rastarr)
 * [12 years, 4 months ago](https://wordpress.org/support/topic/global-cpt/#post-4087654)
 * hello? 🙂
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[WooCommerce] Woocommerce 2.1 overriding my style.css file](https://wordpress.org/support/topic/woocommerce-203-overriding-my-stylecss-file/)
 *  [Martin](https://wordpress.org/support/users/rastarr/)
 * (@rastarr)
 * [12 years, 4 months ago](https://wordpress.org/support/topic/woocommerce-203-overriding-my-stylecss-file/#post-4603132)
 * I don’t quite get what is going on here so please bear with me.
    My theme is 
   responsive. Prior to 2.1 update, I had nice 3 or 4 column layout on shop page
   and on a product page, the item image was on the left with short desctiption 
   on the right.
 * Now, after the 2.1 update, I have a 2 column layout with the images enlarged 
   to fit into the 100% width.
 * Product page has the product image taking up the entire page width, with the 
   short desctiption under this huge image.
 * What seems to have happened here and how do I go about rectifying it? Am I required
   to figure out new CSS, where it was working before or is there an easier fix?
 * Much appreciated for a great plugin. This has throw a bit of a spanner into the
   works, at this point.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[NextScripts: Social Networks Auto-Poster] New post – escape char](https://wordpress.org/support/topic/new-post-escape-char/)
 *  Thread Starter [Martin](https://wordpress.org/support/users/rastarr/)
 * (@rastarr)
 * [12 years, 4 months ago](https://wordpress.org/support/topic/new-post-escape-char/#post-4569952)
 * Updated to latest release 3.2.3 and still happening, at least with Facebook
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Author Box Plugin With Different Description] Global CPT ?](https://wordpress.org/support/topic/global-cpt/)
 *  Thread Starter [Martin](https://wordpress.org/support/users/rastarr/)
 * (@rastarr)
 * [12 years, 4 months ago](https://wordpress.org/support/topic/global-cpt/#post-4087653)
 * Hi,
    Sorry but I have only got to trying this now. Reason being is I have a new
   Amazon Products plugin that uses WooCommerce for display etc and once the auto-
   products get created, the author description is getting displayed.
 * I don’t know why but this snippet doesn’t work.
    I presume instead of Woocommerce
   above that I’m using the proper CPT of product, yes? Any other thoughts on why
   it doesn’t work?
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[NextScripts: Social Networks Auto-Poster] New Post to Social Networks](https://wordpress.org/support/topic/new-post-to-social-networks/)
 *  Thread Starter [Martin](https://wordpress.org/support/users/rastarr/)
 * (@rastarr)
 * [12 years, 4 months ago](https://wordpress.org/support/topic/new-post-to-social-networks/#post-4557706)
 * I think this might have been a browser / site caching issue.
 * That said, this is fast becoming one of my most loved features.
 * – Would be great to have additional features for scheduling new posts
 * Kudos for adding this one, guys

Viewing 15 replies - 1 through 15 (of 468 total)

1 [2](https://wordpress.org/support/users/rastarr/replies/page/2/?output_format=md)
[3](https://wordpress.org/support/users/rastarr/replies/page/3/?output_format=md)…
[30](https://wordpress.org/support/users/rastarr/replies/page/30/?output_format=md)
[31](https://wordpress.org/support/users/rastarr/replies/page/31/?output_format=md)
[32](https://wordpress.org/support/users/rastarr/replies/page/32/?output_format=md)
[→](https://wordpress.org/support/users/rastarr/replies/page/2/?output_format=md)