Title: igendreau's Replies | WordPress.org

---

# igendreau

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

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

 Search replies:

## Forum Replies Created

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

1 [2](https://wordpress.org/support/users/igendreau/replies/page/2/?output_format=md)
[→](https://wordpress.org/support/users/igendreau/replies/page/2/?output_format=md)

 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Redirection] Subdomain Settings](https://wordpress.org/support/topic/subdomain-settings/)
 *  Thread Starter [igendreau](https://wordpress.org/support/users/igendreau/)
 * (@igendreau)
 * [6 years, 5 months ago](https://wordpress.org/support/topic/subdomain-settings/#post-12198325)
 * I meant that your screenshot under the “URL and Server” section doesn’t include
   all the settings, so I thought maybe those were what were messing me up.
 * Trying to redirect a subdomain to our About page as a test. Here are my redirect
   settings:
 *     ```
       SOURCE URL: /
       QUERY PARAMETERS: Ignore & pass parameters to the target
       MATCH: URL and server
       SERVER: https://fmj.ethosource.com
       WHEN MATCHED: Redirect to URL with HTTP code 301-Moved Permanently
       MATCHED TARGET: /about
       UNMATCHED TARGET: (empty)
       ```
   
 * Entering fmj.ethosource.com into a browser just takes you to the homepage, and
   doesn’t redirect you to ethosource.com/about. I know I’m doing something wrong,
   I just don’t know what that is. Thanks for the help!
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[WooCommerce] Shortcodes on Product Pages](https://wordpress.org/support/topic/shortcodes-on-product-pages/)
 *  Thread Starter [igendreau](https://wordpress.org/support/users/igendreau/)
 * (@igendreau)
 * [7 years, 10 months ago](https://wordpress.org/support/topic/shortcodes-on-product-pages/#post-10488841)
 * Exactly what I needed to know. Thanks!
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Postie] Tmptitle appearing?](https://wordpress.org/support/topic/tmptitle-appearing/)
 *  Thread Starter [igendreau](https://wordpress.org/support/users/igendreau/)
 * (@igendreau)
 * [8 years, 7 months ago](https://wordpress.org/support/topic/tmptitle-appearing/#post-9537366)
 * Is there somewhere I can FTP in to get them? I’ve yet to receive an email. Here’s
   what happened:
 * -Installed the Support Add On, checked the “Enable the support features” checkbox
   and set the # of email checks to capture to 2.
 * Sent an email, saw that it was there in webmail, and waited for it to disappear,
   which it did. Post was successful. Number of email checks changed to 1.
 * -Sent a 2nd email, saw that it was there in webmail, waited for it to disappear,
   which it did. Post unsuccessful, Tmptitle draft post created, Number of email
   checks still at 1.
 * -Sent a 3rd email. Successful again, number of email checks changed to 0.
 * Only difference between the 3 emails was the pic. Successful pic was 384K, unsuccessful
   was just over 500k.
 * At any rate, I didn’t get any log, but if you tell me where to get it I’ll email
   it.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Postie] Tmptitle appearing?](https://wordpress.org/support/topic/tmptitle-appearing/)
 *  Thread Starter [igendreau](https://wordpress.org/support/users/igendreau/)
 * (@igendreau)
 * [8 years, 7 months ago](https://wordpress.org/support/topic/tmptitle-appearing/#post-9533375)
 * Okay. I installed the Support AddOn. Then sent an email, saw the email appear
   in the inbox (via webmail). A few minutes later, the email had been deleted from
   my inbox, but not post appeared, but there is now a new draft post named Tmptitle.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[WooCommerce] Different Default Pic Based on Category](https://wordpress.org/support/topic/different-default-pic-based-on-category/)
 *  Thread Starter [igendreau](https://wordpress.org/support/users/igendreau/)
 * (@igendreau)
 * [9 years, 1 month ago](https://wordpress.org/support/topic/different-default-pic-based-on-category/#post-8935248)
 * I’m guessing after looking around that the simple way of asking my question is:
   Is there any way to make Category part of the variation of a product? Or do all
   variations have to inherit the Categories of the product?
 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [Remove Responsive Menu](https://wordpress.org/support/topic/remove-responsive-menu-3/)
 *  Thread Starter [igendreau](https://wordpress.org/support/users/igendreau/)
 * (@igendreau)
 * [10 years, 2 months ago](https://wordpress.org/support/topic/remove-responsive-menu-3/#post-7069122)
 * So I figured it out. 2 step process:
 * First I deleted the letters “Menu” from the line below in the Theme Header (header.
   php)
 * <div class=”site-navigation” data-menu=”<?php _e( ‘Menu’, ‘fluxus’ ); ?>”>
 * Then I went the Stylesheet (style.css) and changed the width from 50 to 0
 * #mobilenav .btn-open {
    display: block; width: 50px;
 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [Consistent Hover Over Background Size](https://wordpress.org/support/topic/consistent-hover-over-background-size/)
 *  Thread Starter [igendreau](https://wordpress.org/support/users/igendreau/)
 * (@igendreau)
 * [10 years, 2 months ago](https://wordpress.org/support/topic/consistent-hover-over-background-size/#post-7097161)
 * That worked like a charm. Thanks so much for the help!
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [Move Directory Issue](https://wordpress.org/support/topic/move-directory-issue/)
 *  Thread Starter [igendreau](https://wordpress.org/support/users/igendreau/)
 * (@igendreau)
 * [11 years, 2 months ago](https://wordpress.org/support/topic/move-directory-issue/#post-5821871)
 * Okay, figured it out for anyone else with the same issue. Key is if you’re using
   a theme based on the Cherry Framework. If you are, you need to delete the cache
   files. See this link, and you’ll be good:
 * [http://smallmouthmediagroup.com/moving-wordpress-site-cherry-framework-tip-lessphp-errors/](http://smallmouthmediagroup.com/moving-wordpress-site-cherry-framework-tip-lessphp-errors/)
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [Move Directory Issue](https://wordpress.org/support/topic/move-directory-issue/)
 *  Thread Starter [igendreau](https://wordpress.org/support/users/igendreau/)
 * (@igendreau)
 * [11 years, 2 months ago](https://wordpress.org/support/topic/move-directory-issue/#post-5821870)
 * Something definitely screwy with where the server is looking. That first error
   is:
    error: failed to find /homepages/13/d123496884/htdocs/pkpdinccom/wordpress/
   wp-content/themes/theme49466/style.less
 * The ‘wordpress’ part of that directory is where the site used to be, but I moved
   it, and changed both URLs in the admin settings before I moved it. Why is it 
   still looking for the wordpress directory??
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [Moving WordPress Problem](https://wordpress.org/support/topic/moving-wordpress-problem-2/)
 *  Thread Starter [igendreau](https://wordpress.org/support/users/igendreau/)
 * (@igendreau)
 * [11 years, 7 months ago](https://wordpress.org/support/topic/moving-wordpress-problem-2/#post-5381069)
 * That’s it exactly. All up and running now. Thanks so much. Guaranteed I was going
   to be searching for hours on that one. Thank you!
 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [[Theme: Science Lab] Remove White Space At Top](https://wordpress.org/support/topic/theme-science-lab-remove-white-space-at-top/)
 *  Thread Starter [igendreau](https://wordpress.org/support/users/igendreau/)
 * (@igendreau)
 * [11 years, 7 months ago](https://wordpress.org/support/topic/theme-science-lab-remove-white-space-at-top/#post-5344131)
 * No thoughts?
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [Sub-domain 500 Internal Server Error](https://wordpress.org/support/topic/sub-domain-500-internal-server-error/)
 *  Thread Starter [igendreau](https://wordpress.org/support/users/igendreau/)
 * (@igendreau)
 * [11 years, 8 months ago](https://wordpress.org/support/topic/sub-domain-500-internal-server-error/#post-5295022)
 * This is what my .htaccess file says… I have no idea what to do to fix it, if 
   it’s the problem…
 * # BEGIN WordPress
    <IfModule mod_rewrite.c> RewriteEngine On RewriteBase /boone/
   RewriteRule ^index\.php$ – [L] RewriteCond %{REQUEST_FILENAME} !-f RewriteCond%{
   REQUEST_FILENAME} !-d RewriteRule . /boone/index.php [L] </IfModule>
 * # END WordPress
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [Sub-domain 500 Internal Server Error](https://wordpress.org/support/topic/sub-domain-500-internal-server-error/)
 *  Thread Starter [igendreau](https://wordpress.org/support/users/igendreau/)
 * (@igendreau)
 * [11 years, 8 months ago](https://wordpress.org/support/topic/sub-domain-500-internal-server-error/#post-5295014)
 * I’m guessing this is part of the error… under General settings, my WordPress 
   Address and Site Address are [http://scroll-left.com/boone](http://scroll-left.com/boone).
   Can I change that without “breaking” my site?
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [Sub-domain 500 Internal Server Error](https://wordpress.org/support/topic/sub-domain-500-internal-server-error/)
 *  Thread Starter [igendreau](https://wordpress.org/support/users/igendreau/)
 * (@igendreau)
 * [11 years, 8 months ago](https://wordpress.org/support/topic/sub-domain-500-internal-server-error/#post-5295013)
 * I get the same error. I opened my permalink settings. They are set to the “Post
   Name” option. I hit Save Changes. And still the same error.
 * All my permalinks still spell out the “www.scroll-left.com/boone” prefix as well.
   Any other thoughts? Here is a screen shot of my permalink settings:
 * [http://scroll-left.com/permalinks.png](http://scroll-left.com/permalinks.png)
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [Images Not Appearing Post Move](https://wordpress.org/support/topic/images-not-appearing-post-move/)
 *  Thread Starter [igendreau](https://wordpress.org/support/users/igendreau/)
 * (@igendreau)
 * [12 years, 5 months ago](https://wordpress.org/support/topic/images-not-appearing-post-move/#post-4329299)
 * I thought so. I’ve done it half a dozen times before on other sites with no issue.
 * But on every other wordpress site I have, the image properties are always something
   like: [http://www.mysite.com/wp-content/uploads/2013/09/image.jpg](http://www.mysite.com/wp-content/uploads/2013/09/image.jpg)
 * but on this site, all the image properties show: [http://www.mysite.com/images/image.jpg](http://www.mysite.com/images/image.jpg)
 * Any ideas why?

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

1 [2](https://wordpress.org/support/users/igendreau/replies/page/2/?output_format=md)
[→](https://wordpress.org/support/users/igendreau/replies/page/2/?output_format=md)