Title: mothpre's Replies | WordPress.org

---

# mothpre

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

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

 Search replies:

## Forum Replies Created

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

 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Instant Articles for WP] Instant Article plugin](https://wordpress.org/support/topic/instant-article-plugin/)
 *  [mothpre](https://wordpress.org/support/users/mothpre/)
 * (@mothpre)
 * [8 years, 10 months ago](https://wordpress.org/support/topic/instant-article-plugin/#post-9254021)
 * I neither can find the “Instant Articles” box on the post edit screen — How did
   you solve this?
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Instant Articles for WP] “Instant Articles” box on the post edit screen](https://wordpress.org/support/topic/instant-articles-box-on-the-post-edit-screen/)
 *  [mothpre](https://wordpress.org/support/users/mothpre/)
 * (@mothpre)
 * [8 years, 10 months ago](https://wordpress.org/support/topic/instant-articles-box-on-the-post-edit-screen/#post-9254018)
 * Greetings I have also this problem if someone could help in this matter.
 * Thanks in advance
 * M
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [Woocommerce shipping Always free (free)](https://wordpress.org/support/topic/woocommerce-shipping-always-free-free/)
 *  Thread Starter [mothpre](https://wordpress.org/support/users/mothpre/)
 * (@mothpre)
 * [11 years, 9 months ago](https://wordpress.org/support/topic/woocommerce-shipping-always-free-free/#post-5175922)
 * When Free Shpping is disable its configuration affects the shipping method, the
   enable box seems to be only for it to be show on the checkout page.
 * I had to make the right configuration on woocommerce multilingual and general
   settings on woocommerce setting a super high limit for free shipping – I think
   this is working.
 * Still so before I had already set higher amount for free shipping but I do not
   remember what was the currency set for this. Having translations maybe the currency
   conversion was giving free shipping
 * I delete the woocommerce plugin and reinstalled it to find this out.
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [Site Down ""Using a pre-existing subdirectory install""](https://wordpress.org/support/topic/site-down-using-a-pre-existing-subdirectory-install/)
 *  Thread Starter [mothpre](https://wordpress.org/support/users/mothpre/)
 * (@mothpre)
 * [12 years ago](https://wordpress.org/support/topic/site-down-using-a-pre-existing-subdirectory-install/#post-4860444)
 * **SOLUTION**
 * After trying and reading a lot I find out a solution by accident…. I try to use
   a solution posted [HERE](http://wordpress.org/support/topic/problem-with-using-a-pre-existing-subdirectory-install)
   making a modification to the .htaccess file on the root. It was a tutorial by
   dwdallam member. Follow the link to check it right without any modification.
 * Then I change the site url in Settings -> General (home was showing other pages
   and post don’t) so I COPY the index.php file in root (still with the problem)
   So I updated the permalinks…. (still with the problem) I went to check the .htaccess
   root file and it had the regular code at the end in which I had the subdirectory
   where the wordpress is installed…. (I don’t know If I forgot to erase it when
   I was coping the tutorial or it added by itself when I updated the permalinks)
 * My Final .htaccess looks like (replace for your own web site address and subdirectory)
 * > # Change ‘YOURWEBSITE.COM’ to be your main domain.
   > RewriteCond %{HTTP_HOST} ^(www.)?YOURWEBSITE.COM$
   > # Change ‘YOURSUBDIRECTORY’ to be the directory you will use for your main 
   > domain.
   > RewriteCond %{REQUEST_URI} !^/YOURSUBDIRECTORY/
   > # Don’t change these line.
   >  RewriteCond %{REQUEST_FILENAME} !-f RewriteCond%{
   > REQUEST_FILENAME} !-d
   > # Change ‘WP’ to be the directory you will use for your main domain.
   > RewriteRule ^(.*)$ /YOURSUBDIRECTORY/$1
   > # Change ‘YOURWEBSITE.COM’ to be your main domain again.
   >  # Change ‘YOURSUBDIRECTORY’
   > to be the directory you will use for your main domain # followed by / then 
   > the main file for your site, index.php, index.html, etc.
   > RewriteCond %{HTTP_HOST} ^(www.)?YOURWEBSITE.COM$
   >  RewriteRule ^(/)?$ YOURSUBDIRECTORY/
   > index.php [L] # BEGIN WordPress <IfModule mod_rewrite.c> RewriteEngine On RewriteBase/
   > YOURSUBDIRECTORY/ RewriteRule ^index\.php$ – [L] RewriteCond %{REQUEST_FILENAME}!-
   > f RewriteCond %{REQUEST_FILENAME} !-d RewriteRule . /YOURSUBDIRECTORY/index.
   > php [L] </IfModule>
   > # END WordPress
 * now is working perfectly… Thanks for your help and I post the solution in case
   anyone has the same problem.
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [Site Down ""Using a pre-existing subdirectory install""](https://wordpress.org/support/topic/site-down-using-a-pre-existing-subdirectory-install/)
 *  Thread Starter [mothpre](https://wordpress.org/support/users/mothpre/)
 * (@mothpre)
 * [12 years ago](https://wordpress.org/support/topic/site-down-using-a-pre-existing-subdirectory-install/#post-4860393)
 * **I get the content back replacing with new WordPress files but content file 
   and wp-config the old one. **
 * I am still not able to de the Using a pre-existing subdirectory install – I have
   tried several times following step by step. don’t know what else to do.
 * Thank you for your attention
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [Site Down ""Using a pre-existing subdirectory install""](https://wordpress.org/support/topic/site-down-using-a-pre-existing-subdirectory-install/)
 *  Thread Starter [mothpre](https://wordpress.org/support/users/mothpre/)
 * (@mothpre)
 * [12 years ago](https://wordpress.org/support/topic/site-down-using-a-pre-existing-subdirectory-install/#post-4860356)
 * Since I take it back as the beginning in the subdirectory /home I erase the index.
   php and .htaccess from the root – So there is nothing.
 * Thanks for your help
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [Site Down ""Using a pre-existing subdirectory install""](https://wordpress.org/support/topic/site-down-using-a-pre-existing-subdirectory-install/)
 *  Thread Starter [mothpre](https://wordpress.org/support/users/mothpre/)
 * (@mothpre)
 * [12 years ago](https://wordpress.org/support/topic/site-down-using-a-pre-existing-subdirectory-install/#post-4860354)
 * Thank you Esmi for answering.
 * I put everything as it was.
 * wordpress: /home
    url: /home
 * And it’s no showing the site anymore, not even in the original directory (I erase
   the cache) I still have access to my dashboard
 * I tried the ” [Changing the Site URL](http://codex.wordpress.org/Changing_The_Site_URL)”
   with wp-config and Function method (both site url and home pointing to the original
   directory /home) but still not working
 * I checked if everything is ok in the wp-options Database, it is: both home and
   url are mateocarregno.com/home (where the WP is installed)
 * It loads the Favicon logo and I know that it is the theme backgorund but nothing
   else is showing. (apparently it is a 403 forbidden page)
 * Don’t know what else to try.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Facebook] Facebook Everywhere](https://wordpress.org/support/topic/facebook-everywhere/)
 *  Thread Starter [mothpre](https://wordpress.org/support/users/mothpre/)
 * (@mothpre)
 * [13 years, 6 months ago](https://wordpress.org/support/topic/facebook-everywhere/#post-3171668)
 * Hey Niall. thank for answering those aren’t posts those are boxes. one kind of
   item on my theme. But it seem that FB pluging take them as post but I can not
   uncheck them to enable fb plugin as a normal post.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Facebook] Facebook Everywhere](https://wordpress.org/support/topic/facebook-everywhere/)
 *  Thread Starter [mothpre](https://wordpress.org/support/users/mothpre/)
 * (@mothpre)
 * [13 years, 6 months ago](https://wordpress.org/support/topic/facebook-everywhere/#post-3171666)
 * Here is th right Link, Sorry for the mistake
 * [http://goo.gl/bWULJ](http://goo.gl/bWULJ)
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Facebook] Likes & Shares Not Going to Facebook](https://wordpress.org/support/topic/likes-shares-not-going-to-facebook/)
 *  Thread Starter [mothpre](https://wordpress.org/support/users/mothpre/)
 * (@mothpre)
 * [13 years, 6 months ago](https://wordpress.org/support/topic/likes-shares-not-going-to-facebook/#post-3175041)
 * I think is working now after update
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Facebook] Facebook Everywhere](https://wordpress.org/support/topic/facebook-everywhere/)
 *  Thread Starter [mothpre](https://wordpress.org/support/users/mothpre/)
 * (@mothpre)
 * [13 years, 6 months ago](https://wordpress.org/support/topic/facebook-everywhere/#post-3171664)
 * any idea on this?
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Facebook] Likes & Shares Not Going to Facebook](https://wordpress.org/support/topic/likes-shares-not-going-to-facebook/)
 *  Thread Starter [mothpre](https://wordpress.org/support/users/mothpre/)
 * (@mothpre)
 * [13 years, 6 months ago](https://wordpress.org/support/topic/likes-shares-not-going-to-facebook/#post-3175036)
 * Any idea of this
 *   Forum: [Reviews](https://wordpress.org/support/forum/reviews/)
    In reply to:
   [[Facebook] Some time it works](https://wordpress.org/support/topic/some-time-it-works/)
 *  Thread Starter [mothpre](https://wordpress.org/support/users/mothpre/)
 * (@mothpre)
 * [13 years, 6 months ago](https://wordpress.org/support/topic/some-time-it-works/#post-7726629)
 * now I have the last version, upgraded today. On both websites, I have the same
   server the same everything. When I clik like on the first one it works correctly
   posting on FB time line… But when I click on the second one the like action doesn’t
   shows on FB timeline… That is important for bringing new readers.
 * But I saw comments do share on FB timeline. so the plug in its connected. but
   the like action isn’t working
 * Check
 * [http://holisticafact.com](http://holisticafact.com)
 * [http://journal.es.holisticafact.com](http://journal.es.holisticafact.com)
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Facebook] Not Posting to Page Timeline](https://wordpress.org/support/topic/not-posting-to-page-timeline/)
 *  [mothpre](https://wordpress.org/support/users/mothpre/)
 * (@mothpre)
 * [13 years, 6 months ago](https://wordpress.org/support/topic/not-posting-to-page-timeline/#post-3171463)
 * why don´t ou use a RSS plugin on facebook page.
 * one like this [https://apps.facebook.com/rssgraffiti/](https://apps.facebook.com/rssgraffiti/)
 * here you can see it work under Via RSS Graffiti
 * [https://www.facebook.com/pages/HolisticaFACT-Fashion-Art-Culture-Together/197337870281693](https://www.facebook.com/pages/HolisticaFACT-Fashion-Art-Culture-Together/197337870281693)
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Facebook] [Plugin: Facebook] LIKE not working](https://wordpress.org/support/topic/plugin-facebook-like-not-working/)
 *  Thread Starter [mothpre](https://wordpress.org/support/users/mothpre/)
 * (@mothpre)
 * [13 years, 7 months ago](https://wordpress.org/support/topic/plugin-facebook-like-not-working/#post-3104196)
 * Different problems on different posts
 * some post LIKE button doesn’t work. but the strange situation is that it has 
   some likes but for me and some friend s i ask to click on LIKE doesn’t work. 
   here is the link:
 * [http://journal.es.holisticafact.com/moda/minerva-fashion/](http://journal.es.holisticafact.com/moda/minerva-fashion/)
 * The other Situation is “URL is Unreachable” warning.like working in this case.
   how can I solve it out
 * [http://journal.es.holisticafact.com/moda/primer-dia-minerva-fashion-2012/](http://journal.es.holisticafact.com/moda/primer-dia-minerva-fashion-2012/)
 * Tof¿day I Post something new and now the LIKE was working in that new one post
   but no posting the history on my FB timeline.
 * [http://journal.es.holisticafact.com/moda/feliz-cumpleanos-mauro-babun/](http://journal.es.holisticafact.com/moda/feliz-cumpleanos-mauro-babun/)
 * Thank you so much for your help.

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