timothydungan
Forum Replies Created
-
Okay, this is silly. The temporary work-around fix for this would be to manually place the proper values directly into the database. This can work until whatever is blocking the save can be worked out. Does anyone with a working version of this plugin know exactly where in the database it stores the information and how?
Tried disabling all other plugins. Didn’t help. Still won’t save. The PHP memory limit is currently set to 256 MB while the total RAM is 3 GB.
I’m having this problem as well. The plugin shows no revisions at all when there are in fact numerous revisions. After I run it, they’re all still there.
Forum: Plugins
In reply to: [Membership 2] Logout does not clear Chrome or Firefox cookiesI hope someone is still working on this, because I’m having the same problem now on a site that’s been using Membership 2 without this problem for a couple years. By the way, rolling all the way back to version 4.0.0.7 doesn’t fix it.
Forum: Plugins
In reply to: [BuddyDrive] Public files not visible to site membersI’m having the same problem. Let me know if there’s anything I can do to help with testing.
Forum: Fixing WordPress
In reply to: how change the title tag on browserAs I mentioned before, All in One SEO Pack gives you those tools for free. Under General Settings you’ll find Title Settings. It will default to
%page_title% | %blog_title%
, but you can change that to whatever you want. You can even add fixed text instead of or along with the macro titles (the ones wrapped in percent signs.)Forum: Fixing WordPress
In reply to: Can’t Recreate ProblemThanks anyway. I appreciate the time.
Forum: Fixing WordPress
In reply to: how change the title tag on browserI’m not sure how OptimizePress works, but in WordPress you could simply set the permalink structure to use your landing page titles. The All In One SEO Pack gives you even more options for specific page and post titles. Also, if no one has any other ideas here, don’t forget that OptimizePress has their own support forums. (https://optimizepress.zendesk.com/hc/en-us)
Forum: Fixing WordPress
In reply to: How to change background color and font color in my footer?NP. Take care.
Forum: Fixing WordPress
In reply to: How to change background color and font color in my footer?Generally, that kind of stuff is handled under your theme customization options. Look on the left sidebar of the WP dashboard for Appearance > Customize. That should give you color and typography options for each section of your theme. It might also give you a spot for custom CSS. Without knowing your theme, there’s not much more we could offer here. Hope this helps.
Forum: Fixing WordPress
In reply to: Can’t Recreate ProblemNo, it was afterward.
Forum: Fixing WordPress
In reply to: Can’t Recreate ProblemI didn’t use a local version on my own machine this time since I could just set up a hidden subdomain for dev. The theme is a child of Circumference Lite, and the plugins are Membership 2 and CM Download Manager. I wish I could PM you the links to demonstrate, since I don’t want the dev site advertised here.
Forum: Fixing WordPress
In reply to: add_action(‘wb_login’, function) not workingWow, look how much help I am without even logging back in here. ??
Forum: Fixing WordPress
In reply to: Can’t Recreate ProblemThanks for taking a stab at this. I was beginning to think no one would chime in. Anyway, no caching or CDN, and I set the dev site up from my local copy of the site files. I used WP export to get the info from the database and WP import to put it back in on the dev site with a different table prefix.
Forum: Fixing WordPress
In reply to: .htaccess – Simple 301 Redirect – Nothing WorksIgnore that I mentioned the server settings before, because if they were set up wrong, WordPress wouldn’t work. Anyway, try this in your HTACCESS file above the “# BEGIN WordPress” section:
Options +FollowSymLinks RewriteEngine On RewriteRule ^online-ordering/(.*)$ /takeout-delivery/$1 [R=301,L]