igendreau
Forum Replies Created
-
Forum: Plugins
In reply to: [Redirection] Subdomain SettingsI 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
In reply to: [WooCommerce] Shortcodes on Product PagesExactly what I needed to know. Thanks!
Forum: Plugins
In reply to: [Postie] Tmptitle appearing?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
In reply to: [Postie] Tmptitle appearing?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
In reply to: [WooCommerce] Different Default Pic Based on CategoryI’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
In reply to: Remove Responsive MenuSo 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
In reply to: Consistent Hover Over Background SizeThat worked like a charm. Thanks so much for the help!
Forum: Fixing WordPress
In reply to: Move Directory IssueOkay, 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:
https://smallmouthmediagroup.com/moving-wordpress-site-cherry-framework-tip-lessphp-errors/
Forum: Fixing WordPress
In reply to: Move Directory IssueSomething 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.lessThe ‘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
In reply to: Moving WordPress ProblemThat’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
In reply to: [Theme: Science Lab] Remove White Space At TopNo thoughts?
Forum: Fixing WordPress
In reply to: Sub-domain 500 Internal Server ErrorThis 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
In reply to: Sub-domain 500 Internal Server ErrorI’m guessing this is part of the error… under General settings, my WordPress Address and Site Address are https://scroll-left.com/boone. Can I change that without “breaking” my site?
Forum: Fixing WordPress
In reply to: Sub-domain 500 Internal Server ErrorI 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:
Forum: Fixing WordPress
In reply to: Images Not Appearing Post MoveI 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: https://www.mysite.com/wp-content/uploads/2013/09/image.jpg
but on this site, all the image properties show: https://www.mysite.com/images/image.jpg
Any ideas why?