Tia Wood
Forum Replies Created
-
This is happening for me as well. No other plugins enabled, default theme, latest files, etc. Do you know anything else I can check or do you have a fix?
- This reply was modified 2 years, 8 months ago by Tia Wood.
Forum: Fixing WordPress
In reply to: all slug are goneGo to Dashboard > Settings > Permalinks and resave permalinks.
Does this resolve the issue?
Forum: Fixing WordPress
In reply to: Appearance customization ProblemIt could be a PHP error.
Please enable the WordPress debug log. This will allow us to see if any PHP errors are being produced. More Info: https://codex.www.ads-software.com/Debugging_in_WordPress
1. Edit wp-config.php and insert the following lines:
define( ‘WP_DEBUG’, true );
define( ‘WP_DEBUG_LOG’, true );
define( ‘WP_DEBUG_DISPLAY’, false );2. Reproduce the issue.
3. Locate the debug log in: /wp-content/debug.log
4. Paste the latest lines here. No need to paste the entire log file, just the first 50 lines or so will do. Please censor sensitive information.
Forum: Everything else WordPress
In reply to: Looking for a Plugin- Content CurationCan you explain this more: “but the content would be specific to his company.” ?
Do you mean the content is specific to the user? For instance, if I am selling golf balls then my content should be golfing related when I click on the icon, correct?
Forum: Fixing WordPress
In reply to: Need plugin for printable, personalized badges or certificatesYes but not exactly in the way you describe.
I’m thinking you can take a meme generator as a starting point and edit from there to get what you need.
Here is one: https://www.ads-software.com/plugins/meme-generator/screenshots/
I found a few paid versions on Evanto where you might can pay the author to make a few adjustments.
Forum: Networking WordPress
In reply to: Plugin to add codeI’m not aware of any plugin with this capability for multi-site.
Can you explain a bit why you would need this functionality? Perhaps I can think of another solution for you.
Forum: Fixing WordPress
In reply to: Editor (TinyMCE) wrapping at 474Disable plugins and switch to a default WordPress theme. Does the issue still persist? Let me know and we can go from there to narrow it down.
Make sure you have a site backup before doing so.
- This reply was modified 8 years, 1 month ago by Tia Wood.
Forum: Fixing WordPress
In reply to: Validating WorPress pagesWhere are you testing and what are the error? What are the WP components?
Forum: Everything else WordPress
In reply to: Sales Freelancer Webpage Plugins1. Try Contact Form 7: https://www.ads-software.com/plugins/contact-form-7/
2. I am not sure on this one. It almost sounds like you need custom user roles:
https://www.ads-software.com/plugins/wpfront-user-role-editor/3. Tying in with #2, I would suggest an access manager:
https://www.ads-software.com/plugins/advanced-access-manager/
https://www.ads-software.com/plugins/user-access-manager/Hope this helps.
Forum: Fixing WordPress
In reply to: Editing database tables directly to correct 404 errorsTry Go Live Update URLS:
https://www.ads-software.com/plugins/go-live-update-urls/It will help you find the remaining pesky URLs. ??
Forum: Fixing WordPress
In reply to: Widget Area disappearedThis sounds like either outdated WordPress code, a plugin interference or a theme interference.
Backup your site and database before doing the following steps:
1. Check to see if WordPress, plugins or themes needs updates in Dashboard > Updates.
2. Change the theme to another WordPress default version such as TwentySixteen and see if the widget areas come back.
3. Did your developer happen to use a child theme for Twentyfourteen or did they edit the files directly?
Forum: Fixing WordPress
In reply to: What happened to my website? It just displays an error message,This error has something to do with Nextgen Gallery. What you can do is rename nextgen-gallery to nextgen-gallery_OLD via FTP to disable the plugin. This will get you back into wp-admin
Next, you might want to reinstall manually and reset NextGen as per this thread:
https://www.ads-software.com/support/topic/problem-upgrading-from-php-55-to-56/Install manually by going here:
https://www.ads-software.com/plugins/nextgen-gallery/Click the download button and then upload via FTP.
If you continue to have problems, post in the NextGen support forum directly and they should be able to help you iron it out:
https://www.ads-software.com/support/plugin/nextgen-gallery/Hope that helps.
Forum: Everything else WordPress
In reply to: Deleting my accountI am thinking you might have an account at WordPress.COM instead of here at the .ORG which is actually different from this site. Check at WordPress.com and if so, use the support forums there.
Forum: Fixing WordPress
In reply to: Membership siteYou might want to try Contact Form 7:
https://www.ads-software.com/plugins/contact-form-7/And I found a Paypal add on that might do what you need:
https://www.ads-software.com/plugins/contact-form-7-paypal-add-on/Some of these terms are interchangeable. For instance: Welcome Page, Home Page and Landing Page. Example: https://www.ads-software.com
Landing Pages don’t always have to be the Home Page or Welcome Page. They are just a page you want a visitor to land on. Sometimes people use these to create sort of a secondary homepage for a specific targeted audience. Sometimes they are fancy and more marketing oriented like in these examples: https://blog.hubspot.com/marketing/landing-page-examples-list and sometimes it’s just to list content for another related audience as in this example: https://make.www.ads-software.com/
About Page is usually a separate page that tell the visitor what the site is about and/or the individual behind the site and/or the company about the site. Example: https://www.ads-software.com/about/
First Post is just a term that WordPress uses to say “here is your first blog post, yay!”.
Hope this helps. ??