3rdCoast
Forum Replies Created
-
Forum: Plugins
In reply to: [MaxGalleria] Maxgalleria gallery will not display on pageAlan,
Thanks for your help and information.
Unfortunately, this is the 2nd theme where we’ve found new problems with MaxGalleria. This and the fact that theme folders need to be writable for the new version to install, we’ll need to look at other solutions for our gallery needs. MaxGalleria is no longer the simple elegant solution it was when we started using it.
I do truly appreciate all the assistance.
Forum: Plugins
In reply to: [MaxGalleria] "undefined method WP_Error::resize()"Hi, Alan.
Yes. This site does use a Gantry theme. I see you have sent us an email as well and I’ll be responding to your questions about the theme.
Thanks for your help as we figure this out.
Forum: Plugins
In reply to: [MaxGalleria] "undefined method WP_Error::resize()"Hi, Alan.
I checked the versions we are currently using and are using WordPress 4.1.2 with Maxgalleria 3.1.6. We will send you login information. Thanks for helping us troubleshoot this.
Forum: Plugins
In reply to: [MaxGalleria] "undefined method WP_Error::resize()"Same issue here. Any suggestions?
Forum: Plugins
In reply to: [MaxGalleria] Conflict with Gantry Template Framework and WP 4.0We updated the site and everything seems good. Thanks for the update!
Forum: Plugins
In reply to: [MaxGalleria] Conflict with Gantry Template Framework and WP 4.0John,
We have not noticed the issue with any of the other sites where we use MaxGalleria, just the one site were Gantry was also installed.
Hi, Dan.
Updated to 1.28 today and problem is fixed. Marked it as “Works” and gave you a 5-star on the plugin page. ??
Thanks for the quick reply and help fixing this issue!
Best regards,
-DougForum: Networking WordPress
In reply to: Rackspace Cloud Sites & WordPress MultisiteAnyone have any updates on their work? We’re looking to launch a MU install for a client and want to know what were getting into if we put on our Cloud Hosting. ??
Forum: Fixing WordPress
In reply to: Some posts/categories/tags won’t load without ‘www’Ok, older post…but no answer ever posted…so here’s what I did.
The standard .htaccess file for WordPress is
# BEGIN WordPress <IfModule mod_rewrite.c> RewriteEngine On RewriteBase / RewriteCond %{REQUEST_FILENAME} !-f RewriteCond %{REQUEST_FILENAME} !-d RewriteRule . /index.php [L] </IfModule> # END WordPress
I added a couple extra lines and substituted my domain’s address.
# BEGIN WordPress <IfModule mod_rewrite.c> RewriteEngine On RewriteBase / RewriteCond %{HTTP_HOST} !^www.YOURDOMAIN.COM$ [NC] RewriteRule ^(.*)$ https://www.YOURDOMAIN.COM/$1 [L,R=301] RewriteCond %{REQUEST_FILENAME} !-f RewriteCond %{REQUEST_FILENAME} !-d RewriteRule . /index.php [L] </IfModule> # END WordPress
This forces all addresses to the www. version.
Forum: Plugins
In reply to: [WP eCommerce] [Plugin: WP e-Commerce] No Products / can’t edit productsWhen I choose an option other than “Drag and Drop” for “Sort Products By:” it works fine.
When I re-select “Drag and Drop” it’s broken again.
Is there a fix to the “Drag and Drop” option out there?