Title: hamster's Replies | WordPress.org

---

# hamster

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

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

 Search replies:

## Forum Replies Created

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

 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[IMPress Listings] WP Listings translation and WPML](https://wordpress.org/support/topic/wp-listings-translation-and-wpml/)
 *  Thread Starter [hamster](https://wordpress.org/support/users/hamster/)
 * (@hamster)
 * [10 years, 10 months ago](https://wordpress.org/support/topic/wp-listings-translation-and-wpml/#post-5809822)
 * Hi,
 * I didn’t have such problem
 * I need a time and maybe access to your server too
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[IMPress Listings] Search widget not working with Enfold theme](https://wordpress.org/support/topic/search-widget-not-working-with-enfold-theme/)
 *  [hamster](https://wordpress.org/support/users/hamster/)
 * (@hamster)
 * [11 years, 2 months ago](https://wordpress.org/support/topic/search-widget-not-working-with-enfold-theme/#post-5818619)
 * Hello Stillinbeta
 * I am not Agent Evo, unfortunately…
    I am WP Listings customer too
 * Your problem is not for this forum
    You need to edit your theme And if your site
   is online give me link to your problem
 * Maybe can tell you anything
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[IMPress Listings] Width of Plugin not correct when viewing a listing](https://wordpress.org/support/topic/width-of-plugin-not-correct-when-viewing-a-listing/)
 *  [hamster](https://wordpress.org/support/users/hamster/)
 * (@hamster)
 * [11 years, 2 months ago](https://wordpress.org/support/topic/width-of-plugin-not-correct-when-viewing-a-listing/#post-5811062)
 * Your layuot structure must be like this:
 *     ```
       <div id="main">
       	<div id="primary"> ... </div>
       	<div id="secondary"> ... </div>
       </div>
       ```
   
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[IMPress Listings] Width of Plugin not correct when viewing a listing](https://wordpress.org/support/topic/width-of-plugin-not-correct-when-viewing-a-listing/)
 *  [hamster](https://wordpress.org/support/users/hamster/)
 * (@hamster)
 * [11 years, 2 months ago](https://wordpress.org/support/topic/width-of-plugin-not-correct-when-viewing-a-listing/#post-5811061)
 * DO NOT CHANGE YOUR CSS. IT IS CORRECT.
 * There is 1 bug in your layout. You have <div id=”primary”> and <div id=”secondary”
   > in parent <div id=”primary”>. But <div id=”primary”> and <div id=”secondary”
   > must be unique
 * The first <div id=”primary”> unneccessary
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[IMPress Listings] Width of Plugin not correct when viewing a listing](https://wordpress.org/support/topic/width-of-plugin-not-correct-when-viewing-a-listing/)
 *  [hamster](https://wordpress.org/support/users/hamster/)
 * (@hamster)
 * [11 years, 2 months ago](https://wordpress.org/support/topic/width-of-plugin-not-correct-when-viewing-a-listing/#post-5811060)
 * I need a code of any correct page from your theme, like page.php or index.php
 * For a start try to comment out 390 and 391 line like this:
 *     ```
       /*get_sidebar( 'content' );
       get_sidebar();*/
       ```
   
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[IMPress Listings] Width of Plugin not correct when viewing a listing](https://wordpress.org/support/topic/width-of-plugin-not-correct-when-viewing-a-listing/)
 *  [hamster](https://wordpress.org/support/users/hamster/)
 * (@hamster)
 * [11 years, 2 months ago](https://wordpress.org/support/topic/width-of-plugin-not-correct-when-viewing-a-listing/#post-5811057)
 * Dear Mark
 * Without access to the code you no help.
 * You must show code of single-listing.php and page.php (from your theme), for 
   example. Or give me access to theme folder only. You can fix this in a couple
   of minutes. Free of charge.
 * On the other I do not know how to help you
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[IMPress Listings] WP Listings translation and WPML](https://wordpress.org/support/topic/wp-listings-translation-and-wpml/)
 *  Thread Starter [hamster](https://wordpress.org/support/users/hamster/)
 * (@hamster)
 * [11 years, 2 months ago](https://wordpress.org/support/topic/wp-listings-translation-and-wpml/#post-5809629)
 * Thx for me 🙂
 * 1. In the _wp-listings/includes/shortcodes.php:106_ replaced `__( "Square Feet",'
   wp_listings' )` on `__( "`**Sq ft**`", 'wp_listings' )` etc.
 * 2. Patched _wp-listings/includes/shortcodes.php_. Rewrote `function wp_listings_shortcode()`.
   Recreate the `$listings_array` with advance checking and matching by WPML `icl_object_id()`
   function.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[IMPress Listings] Width of Plugin not correct when viewing a listing](https://wordpress.org/support/topic/width-of-plugin-not-correct-when-viewing-a-listing/)
 *  [hamster](https://wordpress.org/support/users/hamster/)
 * (@hamster)
 * [11 years, 2 months ago](https://wordpress.org/support/topic/width-of-plugin-not-correct-when-viewing-a-listing/#post-5810863)
 * If it does not work write me at info[at]profosale.biz I will help you
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[IMPress Listings] Width of Plugin not correct when viewing a listing](https://wordpress.org/support/topic/width-of-plugin-not-correct-when-viewing-a-listing/)
 *  [hamster](https://wordpress.org/support/users/hamster/)
 * (@hamster)
 * [11 years, 2 months ago](https://wordpress.org/support/topic/width-of-plugin-not-correct-when-viewing-a-listing/#post-5810806)
 * Now I think “sidebar” misplaced
 * Firebug said to me 🙂 your theme CSS is good
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[IMPress Listings] Width of Plugin not correct when viewing a listing](https://wordpress.org/support/topic/width-of-plugin-not-correct-when-viewing-a-listing/)
 *  [hamster](https://wordpress.org/support/users/hamster/)
 * (@hamster)
 * [11 years, 2 months ago](https://wordpress.org/support/topic/width-of-plugin-not-correct-when-viewing-a-listing/#post-5810801)
 * It is difficult when I did not see the code. And I didn’t know your level
 * You are developer? What is your PHP, HTML, CSS?
    Are you sure you will edit itself?
   If not, refer to the professionals
 * two variants:
 * 1. Edit single-listing.php so as other pages in your theme (necessarily copy 
   it). I think “sidebar” misplaced
 * 2. Edit your CSS
 * but where the lines of code I’ll know when I see it
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[IMPress Listings] Width of Plugin not correct when viewing a listing](https://wordpress.org/support/topic/width-of-plugin-not-correct-when-viewing-a-listing/)
 *  [hamster](https://wordpress.org/support/users/hamster/)
 * (@hamster)
 * [11 years, 2 months ago](https://wordpress.org/support/topic/width-of-plugin-not-correct-when-viewing-a-listing/#post-5810758)
 * Hi
 * First of all, what version of plugin are you using? 1.1.3, 1.2 or early?
    Upgrade
   your plugin to 1.2.1 Because you have a bugs like “Open HouseBedsBathsSq ftOpen
   HouseBedsBathsSq ft” in your listings page
 * Secondly, you must copy “single-listing.php” in your theme folder and edit it(
   html or css) to make the individual listings full width as shown on the page
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[IMPress Listings] Broken shortcode output after 1.2 update](https://wordpress.org/support/topic/broken-shortcode-output-after-12-update/)
 *  [hamster](https://wordpress.org/support/users/hamster/)
 * (@hamster)
 * [11 years, 2 months ago](https://wordpress.org/support/topic/broken-shortcode-output-after-12-update/#post-5802053)
 * The same problem after upgrading to 1.2
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[IMPress Listings] Translation not Showing](https://wordpress.org/support/topic/translation-not-showing-1/)
 *  [hamster](https://wordpress.org/support/users/hamster/)
 * (@hamster)
 * [11 years, 2 months ago](https://wordpress.org/support/topic/translation-not-showing-1/#post-5235992)
 * it’s so simple
 * thx, zweiklang

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