unfinishedcode
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: http redirection problem – can’t loginGo into your db, you’ll find a options table, in it are two fields, siteurl and home url, update those.
You’ll find an options table in the wp db that set home url and site url, update those. WordPress uses absolute links, not relative ones.
Forum: Fixing WordPress
In reply to: Problems installing plugins…sortaNo prob, glad to help.
Forum: Fixing WordPress
In reply to: WP Theme not installingYou have a no google map API key warning on your site, though I doubt it would cause this error. Can you upload it via cPanel or FTP? If so, will it activate?
Forum: Fixing WordPress
In reply to: Problems installing plugins…sortaNo prob dude, my money is on the vCita plugin.
Forum: Fixing WordPress
In reply to: Static front page latest postsThis one seems to be rated well.
Forum: Fixing WordPress
In reply to: Problems installing plugins…sortaMy next guess would be an issue with the vCita Live site pack plugin.
Forum: Fixing WordPress
In reply to: Add new Plugin page not workingYou are getting a few warnings about a missing google maps API key.
Forum: Fixing WordPress
In reply to: Problems installing plugins…sortaBy chance are you using Generatepress?
Forum: Fixing WordPress
In reply to: Need CSS Helph4.widget-title.widgettitle { color: #fff; } .home-even a.button { color: #fff; } .home-even a.button:hover { color: #fff; background-color:#fff }
Here you go, I’m not sure I understood you, but it’s what you asked for:)
Forum: Fixing WordPress
In reply to: require terms of service when users register with wordpressIf you are not using a plugin, you should have access to the HTML. Drop an anchor tag linking to the TOS page.
Bonus tip, also you can put a checkbox with a required attribute, forcing a user to agree:)Forum: Fixing WordPress
In reply to: Problems installing plugins…sortaDrop a link with the full error in a pastebin.
There isn’t a binary or Boolean for how an image opens. Alter your theme by way of child theme to make an image behave the way you want.
You should never alter core files.Forum: Fixing WordPress
In reply to: Problems installing plugins…sortaYou have to be more specific about the error. Yes, fix them, and you can rid yourself of these error. Yes you should worry, something somewhere isn’t functioning as it should.
Forum: Fixing WordPress
In reply to: require terms of service when users register with wordpressThe three hooks you’ll need are ‘register_form’, ‘registration_errors’ and ‘user_register’. You can find more information here.