Title: D-work's Replies | WordPress.org

---

# D-work

  [  ](https://wordpress.org/support/users/d-work/)

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

 Search replies:

## Forum Replies Created

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

 *   Forum: [Localhost Installs](https://wordpress.org/support/forum/localhost-installs/)
   
   In reply to: [Double domain](https://wordpress.org/support/topic/double-domain/)
 *  Thread Starter [D-work](https://wordpress.org/support/users/d-work/)
 * (@d-work)
 * [9 years ago](https://wordpress.org/support/topic/double-domain/#post-9374303)
 * By the way, we also found that for the pages when manually delete the second 
   domain name form the url, the page works fine as [http://domain.xx/page-title/](http://domain.xx/page-title/)
 *   Forum: [Localhost Installs](https://wordpress.org/support/forum/localhost-installs/)
   
   In reply to: [Double domain](https://wordpress.org/support/topic/double-domain/)
 *  Thread Starter [D-work](https://wordpress.org/support/users/d-work/)
 * (@d-work)
 * [9 years ago](https://wordpress.org/support/topic/double-domain/#post-9374299)
 * Hi,
 * It did not work, it caused a hosting error. I set the website address back to
   single name and changed all the code from the .htacces file except for the remaining
   code. I tried again to completely remove the website address in settings, but
   it came back soon as I saved settings.
 * What we found before was that the wordpress address contained the same double
   domain name. Since we found the databse connection was good, it was obvious the
   double name in wordpress address was unnessecery. Therefore we had brought it
   back to single domain name. And it gave no errors, except for the website address.
 * Anyway, the hosting provider says it is not coming from their side or the database.
   I will try something else and see if the bug comes from a plugin installation
   or something.
 * Many thanks!
 *   Forum: [Localhost Installs](https://wordpress.org/support/forum/localhost-installs/)
   
   In reply to: [Double domain](https://wordpress.org/support/topic/double-domain/)
 *  Thread Starter [D-work](https://wordpress.org/support/users/d-work/)
 * (@d-work)
 * [9 years ago](https://wordpress.org/support/topic/double-domain/#post-9371923)
 * Hi Tor-Bjorn,
 * Thanks for your reply!
 * The htaccess is the root directory together with the Index and website file, 
   the wp files are within the website file.
 * htacces:
 *     ```
       ####SUBDOMAINS_HEADER####
       RewriteEngine on
       #RULE:,kandidatennet.nl,/kandidatennet.nl/
       #RULE:www,kandidatennet.nl,/kandidatennet.nl/
       RewriteCond %{HTTP_HOST}    ^kandidatennet.nl$
       RewriteCond %{REQUEST_URI}  !^/kandidatennet.nl//
       RewriteRule (.*)    		/kandidatennet.nl//$1 [last]
       RewriteCond %{HTTP_HOST}    ^www.kandidatennet.nl$
       RewriteCond %{REQUEST_URI}  !^/kandidatennet.nl//
       RewriteRule (.*)    		/kandidatennet.nl//$1 [last]
       ####SUBDOMAINS_TAILER####
   
       ####CUSTOM_HEADER####
       #NL: Place your custom rules here
       #EN: Plaats je eigen regels hier
       php_value memory_limit 64M
       # BEGIN WordPress
       <IfModule mod_rewrite.c>
       RewriteEngine On
       RewriteBase /
       RewriteRule ^index\.php$ - [L]
       RewriteCond %{REQUEST_FILENAME} !-f
       RewriteCond %{REQUEST_FILENAME} !-d
       RewriteRule . /index.php [L]
       </IfModule>
   
       # END WordPress
       ####CUSTOM_TAILER####
   
       ####ERROR_HEADER####
       ####ERROR_TAILER####
       ```
   
 * Greetz,
    Sjoerd
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[HUSKY - Products Filter for WooCommerce Professional] Location filter](https://wordpress.org/support/topic/location-filter-1/)
 *  Thread Starter [D-work](https://wordpress.org/support/users/d-work/)
 * (@d-work)
 * [11 years, 6 months ago](https://wordpress.org/support/topic/location-filter-1/#post-5753405)
 * Hello RealMag777,
 * It is working!
 * Unfortunately the dropdown does not work well (which I prefer to use). It only
   shows the title in the dropbox and then the first location. The rest is not in
   sight and very hard to scroll when there is only one line for the locations to
   appear.
 * I use Mesocolum theme with Woocommerce.
 * I cannot send you an example to view since I am using WAMP to build my website
   before I migrate to a live server.
 * I’ll figure this out.
 * Many thanx.
 * D-work
 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [[MesoColumn] Edit built in custom shop style](https://wordpress.org/support/topic/edit-built-in-custom-shop-style/)
 *  Thread Starter [D-work](https://wordpress.org/support/users/d-work/)
 * (@d-work)
 * [11 years, 6 months ago](https://wordpress.org/support/topic/edit-built-in-custom-shop-style/#post-5742686)
 * Hello Richie,
 * Thanks for the reply.
 * I’ll give it try.
    If succesful, I’ll post the sollution in this toppic.
 * D-work
 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [[MesoColumn] Edit built in custom shop style](https://wordpress.org/support/topic/edit-built-in-custom-shop-style/)
 *  Thread Starter [D-work](https://wordpress.org/support/users/d-work/)
 * (@d-work)
 * [11 years, 6 months ago](https://wordpress.org/support/topic/edit-built-in-custom-shop-style/#post-5742502)
 * Hello Calvin,
 * This is exactly what I mean. The two styles are different. I am using the enabled
   style because it gives a better pricetag and product info when featured on shoppage
   and category page.
 * I need to change the enabled shop style from 1 column to 2 columns. I found the
   files to change this in the disabled style, but not the enabled style.
 * Do you have any idea where to find this?
 * Many thanks,
 * D-work
 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [[MesoColumn] Fixed image size position/text in home page for every post](https://wordpress.org/support/topic/fixed-image-size-positiontext-in-home-page-for-every-post/)
 *  [D-work](https://wordpress.org/support/users/d-work/)
 * (@d-work)
 * [11 years, 7 months ago](https://wordpress.org/support/topic/fixed-image-size-positiontext-in-home-page-for-every-post/#post-5326017)
 * Hello Tauheedissa,
 * I have the same problem as you described in your first post. How did you finally
   fixed it? I could use some help in this matter.
 * D-work
 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [[MesoColumn] Same size all featured post homepage](https://wordpress.org/support/topic/same-size-all-featured-post-homepage/)
 *  Thread Starter [D-work](https://wordpress.org/support/users/d-work/)
 * (@d-work)
 * [11 years, 7 months ago](https://wordpress.org/support/topic/same-size-all-featured-post-homepage/#post-5643142)
 * Hi Richie,
 * Thanks for the reply.
 * Unfortunately I cannot find home-feat-cat-same-thumb.zip in lib/templates. And
   replace this with what, or to where?
 * D-work

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