csloisel
Forum Replies Created
-
You are probably going to have to access your files via FTP and edit the wp-config.php file. To be honest you should probably doing this with all changes instead of using the editor.
Forum: Fixing WordPress
In reply to: menu forcing anchor links rather than full URLsWithout going through the theme code, I wouldn’t be able to tell you what would be causing that. Since this is a commercial theme, I can’t see any of the code so you are going to have to seek support from the developer.
Forum: Installing WordPress
In reply to: Over complicated it for myself?You need to point your domain at wordpress.com to the DNS servers at your new host.
Forum: Fixing WordPress
In reply to: Lost several months of postsYeah, you are like the 5th person I’ve seen report this same problem on bluehost this week. Have you contacted their support? Hopefully they can help you recover your posts.
Forum: Fixing WordPress
In reply to: Lost several months of postsDo you happen to be on bluehost?
Forum: Fixing WordPress
In reply to: Restrict number of Custom Post Taxonomies a user can createIt would be possible to develop such a feature, you could hook into ‘create_term’ and add a term created counter to the user meta.
Forum: Fixing WordPress
In reply to: Why does my blog post show up twice on the same page?It appears that your theme has a latest posts section above the main listing.
Forum: Fixing WordPress
In reply to: Performance Issues Caused By admin-ajax.phpAfter further inspection it looks like the source of the ajax calls is the theme itself the prefix “it” being industrial themes. Since this is a commercial theme, I recommend contacting them for support about the issue.
Forum: Fixing WordPress
In reply to: Performance Issues Caused By admin-ajax.phpIf you have access to your codebase, can you do a search for “itajax-” and see what file is handling these requests? I think that might point you to the source of the problem. I’m not sure what all these requests are for but I am seeing multiple POST requests being sent when I hit a page. My hunch is that it is some sort of tracking/analytics.
Forum: Fixing WordPress
In reply to: Performance Issues Caused By admin-ajax.phpDo you have a link to the site? Also there must be more information about the admin-ajax calls, are they POST or GET requests? Do they have any header information or field information?
Forum: Networking WordPress
In reply to: How to output name & email of site adminAre you sure that meta field exists and has a value?
Forum: Plugins
In reply to: [Widget Settings Importer/Exporter] widgets data import exportIt looks like the widget-logic plugin has it’s own import/export functionality. Have you tried using that along with the widget import/export?
Forum: Plugins
In reply to: [Widget Settings Importer/Exporter] widgets data import exportIt looks like that plugin stores its data in its own DB option separate from the widgets. This plugin only saves data stored directly in the widget itself.
Forum: Installing WordPress
In reply to: how to make your wordpress.com sites .orgAs far as I know wordpress.com does not offer self-managed hosting, but I could be wrong, I’m not too familiar with their services. That might be a question best brought up with their support.
Forum: Installing WordPress
In reply to: how to make your wordpress.com sites .orgAre you referring to the export? Or WordPress itself? Also have you already made hosting arrangements for the new site?