Unclouded Studio
Forum Replies Created
-
Forum: Plugins
In reply to: [WP Job Manager] Add extra tab to WooCommerce that points to job dashboard@tprince1401 Unfortunately I have not been able to fix this.
Forum: Plugins
In reply to: [WP Job Manager] Add extra tab to WooCommerce that points to job dashboardE.g. when I click on the “delete” link there is a browser popup “Do you really want to remove…?” When you click “yes” the page refreshes but the job does not get deleted.
Forum: Plugins
In reply to: [WP Job Manager] Add extra tab to WooCommerce that points to job dashboardHi @jonryan
I do not know, the page is refreshed but nothing happens.
It’s strange because editing does work and you would think that would not work either.
Forum: Plugins
In reply to: [Contact Listing for WP Job Manager] Email not send to OwnerHi @edner84,
Create the hidden field like on the tutorial
Label: Contact Email
Default value: {contact-email}Open the administration tab below the “default value” field and you wil see a field key e.g. contact_email_123456789
create a email notification with the “To” field set to the value of the Contact like this: {field:contact_email_123456789}
Now it will definitely work
Forum: Developing with WordPress
In reply to: Custom post type with multiple taxonomiesOkay thanks!
Forum: Developing with WordPress
In reply to: Custom post type with multiple taxonomiesAt the moment each taxonomy has it’s own function but i don’t need it because I want to place it all under the CPT function.
so function ot_uitje_cpt() {
custom post type
custom tax1
custom tax2
}instead
function ot_uitje_cpt() {
custom post type
}
function ot_uitje_locatie() {
custom tax1
}
function ot_uitje_categorie() {
custom tax2
}Forum: Fixing WordPress
In reply to: Admin bar not hidingI’ve found the problem!
I’ve deactivated the Maintenance plugin from fruitfulcode and everything is behaving like it should.
Thanks for the help.
Forum: Fixing WordPress
In reply to: Admin bar not hidingYes, i’m adding the code to the functions.php in my child theme and also tried adding it to the parent themes functions.php.
I also thought it had something to do with the theme but it happens with every theme I use.
The weird thing is that with some plugins or codes the admin for administrator does hide but for the other user roles the admin bar remains present.
Forum: Fixing WordPress
In reply to: Admin bar not hidingHi Davood,
Thank you for your reply.
Already tried that but it doesn’t work.
Unchecking it manually via “Users> your profile > uncheck Show Toolbar when viewing site” has to work without the use of plugins or code snippits but it doesn’t.
I’ve migrated the site from another domain where I also experienced the same problem and reinstalled WordPress in the hope it would fix the problem, no luck.
-Reinstalled WordPress
-Switched themes
-Deactivated plugins and activated one by oneMaybe has something to do with the database?