aspects101
Forum Replies Created
-
Hi Steve
Thanks for the reply. Tell me if we were to purchase the plugin would we be able to sort this issue out?
Regards
NazirForum: Plugins
In reply to: [OnePress Social Locker] Not workingHi there
I’ve got the same problem but have no clue how to fix the code. Could you assist me, would really like to use this plugin
Forum: Fixing WordPress
In reply to: Issue with new post functionI’ve got the same issue and yes its a hack
Forum: Fixing WordPress
In reply to: I enable PHP and now my cannot be foundGot a solution but now I am unable to select my theme homepage styles in the reading settings. Any clue what could cause that and how I could fix it
Forum: Fixing WordPress
In reply to: I enable PHP and now my cannot be foundThis page : https://codex.www.ads-software.com/Switching_to_PHP5 talks about avoiding what i did.
If you are running PHP 4, it is highly recommended you avoid upgrading to WordPress 3.2.1, and first focus on upgrading PHP.
Just need a solution
Forum: Fixing WordPress
In reply to: I enable PHP and now my cannot be foundThanks for the suggestion. I’ve contacted them and they’ve updated it. I’ve taken and only my home page has been affected.
Any idea why?
Forum: Fixing WordPress
In reply to: Home page Button still linking to subdomainApologies I’m a [ redacted, don’t be so hard on yourself ?? ]. All i had to do was change it in the menu, step 13
Forum: Fixing WordPress
In reply to: Home page Button still linking to subdomainHey Thanks for the reply.
I’ve checked both and neither helped.
Any other way I could do it? Like with an htaccess file?
[ Please do not bump, that’s not permitted here. ]
Forum: Fixing WordPress
In reply to: Login page goes to 404 errorProblem solved:
Used this to fix it.
It should be possible to fix the site URL using a new feature –
Add these two lines to your wp-config.php, where “example.com” is the NEW location of your site.
define(‘WP_HOME’,’https://example.com’);
define(‘WP_SITEURL’,’https://example.com’);
This is not necessarily the best fix, it’s just hardcoding the values into the site itself. You won’t be able to edit them on the General settings page anymore when using this methodForum: Fixing WordPress
In reply to: Login page goes to 404 errorOk I’ve changed the wp-login file but which step from Changing_the_site_url is the correct one to take to fix the problem?