stanordan
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Can anyone help me in Removing the redirect chainHave you checked your
.htaccessfile? This is something your host might be able to help you with.Forum: Fixing WordPress
In reply to: Can WordPress do this or do I need another CMS?WordPress does let you create custom templates that could potentially automate a lot of portions your clients are having trouble editing. For example, if they’re having trouble placing an image with the visual editor, you can add support for a featured image to automatically populate a pre-defined area of the layout.
Forum: Developing with WordPress
In reply to: Get edit attachment linkGreetings. Sorry, I’m not quite sure what you mean by attachment? What kind of attachments are you missing?
Forum: Fixing WordPress
In reply to: How many websites can i build ?This depends on your hosting company. Some hosting accounts provide access to “addon domains.” If you were not using new domains, which would need to be registered, you could install as many WordPress websites as you want in subdirectories.
For example:
example.com/site1
example.com/site2
example.com/site3
example.com/site4Forum: Fixing WordPress
In reply to: Pictures on product pageAre you creating the gallery in the Visual Editor section of the page? A gallery there should be excluded from the products page. Also, did your product have a Featured Image?
I have not used this plugin personally, but it appears to be highly rated.
Forum: Fixing WordPress
In reply to: Making wp multi-siteI have often found this article most helpful for better understanding the multisite features.
Forum: Fixing WordPress
In reply to: Disappearing update noticesIt is possible that auto updates are enabled on your site. If not, sometimes the Updates page can get cached with old information in it. You can refresh it by hovering over Dashboard, clicking Updates, and on the Updates page click “Check Again.” This will check to make sure that everything is up to date on your site.
Forum: Fixing WordPress
In reply to: How to remove old links from wordpress databaseTools like PHPMyAdmin come with most hosting plans that have a cPanel. Database admin applications will allow you to go in and delete those old tables. Just make sure you have a good backup of the database first. Just in case.
If you are worried about the “integrity” of the database, there are database repair tools available that your hosting provider can help you with. Or, if you have cPanel, these would be located under the “Databases” section.
Forum: Fixing WordPress
In reply to: Advice on Ticket Resale WebsiteThere are likely a series of plugins to help out here, but you will want to be careful relying fully on plugins. WooCommerce is likely where you will want to start. If it does not meet your needs as expected, you might get the best results working with a developer.
Forum: Fixing WordPress
In reply to: Changed Document Root for Subdomain – Lost Access to WordPress CMSWow, that’s a lot of stuff going on. I’ll just suggesting updating/resetting permalinks. You could also try replacing/reinstalling core files.
Forum: Fixing WordPress
In reply to: WP Statistics Map not showingYou might want to try turning on debug mode (unless this will compromise your live site). Otherwise, it looks like there is a forum dedicated to this plugin that might be of more help.
Forum: Fixing WordPress
In reply to: Widgets, Content, Layouts, Etc. I’m LostThere is a helpful guide about getting started with WordPress available on this site. If you imagine trying to do everything at once, it can be overwhelming. But if you start simply with one task, read about it, learn it, and then move on to the next one, you will soon have covered all of the main actions.
Forum: Fixing WordPress
In reply to: Spam ProtectionYes, I believe the documentation is referring to those onboard features. But, it is also well advised that you consider installing and activating the Akismet plugin.
Forum: Fixing WordPress
In reply to: Upload data from raspberry pi to WordPress siteThat sounds interesting, but is it possible to clarify the end goal further? Is WordPress going to manipulate or contribute this information, or, is WordPress only displaying it?