golightblog
Forum Replies Created
-
Forum: Themes and Templates
In reply to: [Customizr] Cannot view theme changesI had forgotten about w3 total cache. It was deactivated, but needed to be cleared. Thanks much!
No, not running pro, but did pay for the Mail Chimp add-on. Disappointing because the reference to running conditional logic is in the Mail Chimp add-on documentation where it specifically says you don’t need to have pro for the add-on. Not sure I want to upgrade to pro given that I haven’t been able to integrate a Formidable form to add an email address to Mail Chimp groups anyway, regardless of wanting conditional. It does pick up fields (groups) from Mail Chimp but doesn’t add the email address to Mail Chimp at all. May need some more guidance that is lacking in the knowledge base at Formidable. Thanks.
Forum: Themes and Templates
In reply to: [Customizr] Customizr “customize” menu collapsesThe latest was an update from 3.4.16 to 3.5.2 for Customizr using WP 4.7.2
Forum: Themes and Templates
In reply to: [Customizr] Customizr “customize” menu collapsesThanks I updated successfully, but then when I start the blog I get this error:
Warning: require_once(/hermes/bosweb25a/b78/ipg.laceyneil/blog/wp-content/themes/customizr/inc/init.php): failed to open stream: No such file or directory in /hermes/bosweb25a/b78/ipg.laceyneil/blog/wp-content/themes/glo-custom/functions.php on line 86 Fatal error: require_once(): Failed opening required ‘/hermes/bosweb25a/b78/ipg.laceyneil/blog/wp-content/themes/customizr/inc/init.php’ (include_path=’.:/usr/local/lib/php-5.3.29-amd64/lib/php’) in /hermes/bosweb25a/b78/ipg.laceyneil/blog/wp-content/themes/glo-custom/functions.php on line 86
Forum: Themes and Templates
In reply to: [Customizr] Roolback theme updat?Yes, glo-custom is a child theme -created by child themify and the only mods to the code are in the css. I never copied the functions.php unless the child theme set-up did it automatically. For now, I am just continuing to use 3.4.16, but would like to make sure future updates will work.
Interesting issue on upgrade of WP to 4.7.2, the customizr customize menus on the front end now collapse after a few seconds and don’t allow me to make any settings changes.
Forum: Themes and Templates
In reply to: [Customizr] Roolback theme updat?This was an update from 3.4.16 to 3.4.38
Forum: Plugins
In reply to: [MyBookTable Bookstore by Stormhill Media] Book Table not foundThank you.
Forum: Plugins
In reply to: [Mooberry Book Manager] Activating causes a 404 error on all pagesThanks for checking, not waiting on anything. Plug-in is working fine and if it resets the htaccess I know what to do now. Just looking forward to the multi-author version.
Forum: Plugins
In reply to: [Mooberry Book Manager] Activating causes a 404 error on all pagesOh, and thanks a lot for the support!! So far, liking the plug-in very much and waiting for the multi-author.
Forum: Plugins
In reply to: [Mooberry Book Manager] Activating causes a 404 error on all pagesNo worries, that was an old one and I really didn’t need it. So it is now deactivated. I think it came from Yahoo when the site was hosted there.
Forum: Plugins
In reply to: [Mooberry Book Manager] Activating causes a 404 error on all pagesUsing Customizer theme and have a rash of plug-ins including Askimet, all in one SEO, all in one WP Security, customizable permalinks, fast secure contact form, xlideshow, pointelle slider, tabby responsive tabs.
Forum: Plugins
In reply to: [Mooberry Book Manager] Activating causes a 404 error on all pagesNot sure why it overwrites the existing .htaccess file though.
Forum: Plugins
In reply to: [Mooberry Book Manager] Activating causes a 404 error on all pagesPermalinks were on and set to a pretty setting rather than default. It seems to overwrite the .htaccess file with a blank one, rather than retaining the original with this code allowing modification:
# 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 WordPressIn essence it strips everything between the BEGIN and END statements. Adding this back in seems to work just fine.
Forum: Plugins
In reply to: [Mooberry Book Manager] Activating causes a 404 error on all pagesAppears to be re-writing the .htaccess file to a blank. Restoring the previous file gets things working.
Forum: Plugins
In reply to: [Mooberry Book Manager] Activating causes a 404 error on all pagesHost suggests it is changing the permalink or permissions.