mort3n
Forum Replies Created
-
Forum: Plugins
In reply to: [BP Profile as Homepage Fork] Picatcha ConflictHi buddhatunes
Is the plugin working when Picatcha is deactivated?
Under what circumstances can’t you access wp-login.php? What error do you get?
Cheers
Mort3nForum: Fixing WordPress
In reply to: Custom Post Type just for styling purposes?Hi,
Welcome to WP ??
Here’s my take on your question.
1) No go.
2) No go.
3) If you want to really learn WP, then this is the (hard) way.
4) The good solution.In the repository you can find a number of popular events plugins that will do what you need:
https://www.ads-software.com/plugins/search.php?q=eventsAn Events plugin will generally define a custom post type, provide an UI for creating an event and a (number of) way(s) to display events.
To learn to tweak WP, one way is to go through a simple, popular plugin consulting the Codex all along. Guess that would be 3) + 4).
Hope this gets you started ??
Cheers
Mort3nForum: Fixing WordPress
In reply to: Membership Site QuestionHi @jferguson
There are a number of plugins for extending user profiles available in the plugin repository.
One of them, which should solve your need even in the free version, is
https://www.ads-software.com/plugins/user-meta/Cheers
Mort3nHi @webdevguy23
I think you can achieve this using permalinks.
Have a look at the Codex page on permalinks
https://codex.www.ads-software.com/Using_PermalinksCheers
Mort3nForum: Fixing WordPress
In reply to: NAme change@julienne gave a good suggestion.
Have a look at the Codex page for ways to accomplish this.
https://codex.www.ads-software.com/Changing_The_Site_URLHope this helps
Cheers
Mort3nForum: Fixing WordPress
In reply to: Data column(s) for axis #0 cannot be of type string ErrorYou’re welcome ??
If the problem persists, then perhaps go to the plugin support forum for author help.
Cheers
Mort3nForum: Fixing WordPress
In reply to: original homepage missing after subdirectory wp installJust a thought…
What settings do you have under Settings->General Site URL and WP URL?
Did you have a static file site before? If not, then what?
Cheers
Mort3nForum: Fixing WordPress
In reply to: Data column(s) for axis #0 cannot be of type string ErrorAs I understand the proposed solution, you simply need to browse some pages on your site to actually give the Analytics plugin some data to work with. This should resolve the problem.
Give it a try ??
Cheers
Mort3nForum: Fixing WordPress
In reply to: Data column(s) for axis #0 cannot be of type string ErrorHi herrb1
A solution to a similar problem was suggested here
https://www.ads-software.com/support/topic/plugin-site-performance-getting-error-as-data-columns-for-axis-0-cannot-be-of-type-string?replies=2Hope this helps
Cheers
Mort3nForum: Fixing WordPress
In reply to: My site is inaccessable!OK.
Strange for the error to occur spontaneously.
It seems that the error often occurs when a plugin is a bit too aggressive accessing permalink.
One way to debug is:
* FTP into your site
* remove all plugins (copy to your harddrive)
* verify that site is up running
-> if not running, then it’s your theme or your WP install
* add plugins one at a time, verify site running after each one
-> the plugin that reintroduces the error is the culprit and you can seek support for that pluginCheers
Mort3nForum: Fixing WordPress
In reply to: My site is inaccessable!Hi djacks84
What action did you perform just before the error occurred?
If you just activated a plugin, then use FTP to log in to your host and remove that plugin folder.
Cheers
Mort3nForum: Plugins
In reply to: [BP Group Documents] Plugin breaks WP with Buddypress installHi @breity10
The function get_home_path() is defined in
wp-admin/includes/file.php
Reference:
https://codex.www.ads-software.com/Function_Reference/get_home_pathSo, I suggest you verify that you have this file in your installation. It’s WP core, so it should be ??
Hope this gets you started.
Cheers
Mort3nForum: Plugins
In reply to: [BP Profile as Homepage Fork] Issue after login if admin is excludedHi per4mance
Thanks for your feedback.
Please try upgrading to version 1.1.3.
Cheers
Mort3nForum: Plugins
In reply to: [BP Profile as Homepage Fork] Language plugin integration (problem)Hi yukiko-kawa
Thanks for your feedback!
Please try upgrading to version 1.1.3 which should resolve your problem.
Cheers
Mort3nForum: Plugins
In reply to: [BP Profile as Homepage Fork] Was Working Fine, but Latest Upgrade Broke itHi miketun
Thanks for the feedback!
Please try upgrading to version 1.1.3 which should take care of the issue you experienced.
Cheers
Mort3n