vmodha
Forum Replies Created
-
Ah got it, is there no way to make the ‘info’ panel available to some non admin users that I want to manage users but not have entire control to ‘manage_options’ aka wordpress themes, plugins etc?
Thank you for the reply missveronicaThank you for the reply, sorry for the delay, I wasn’t getting notifications on these replies.
So I tried the both the ‘Can view other member profiles?” and “Can view/access private profiles?‘ settings. Unfortunately they didn’t do anything. What did work however is enabling the capability ‘manage_options’ which unfortunately gives them access to all of the plugins – something I don’t want to do.Do you have any other suggestions?
I have REST Api turned on too.
Any updates on this? Why is this plugin forcing every admin page and area to have the jquery-ui.min.css ?
Something like this is needed by this plugin to enqueue stylesheets just to the learnpress area of the wp-admin
//Enqueue Admin CSS on Job Board Settings page only if ( isset( $_GET['page'] ) && $_GET['page'] == 'job-board-settings' ) { // Enqueue Core Admin Styles wp_enqueue_style( simple_job_board, plugin_dir_url( __FILE__ ) . 'css/simple-job-board-admin.css'); }
Forum: Plugins
In reply to: [Popups for Divi] Not working in Chrome for Optin FormI think this was a caching issue as it’s working perfectly now.
After doing some investigation, what’s breaking the design is coming from here:
/wp-content/plugins/learnpress/assets/src/css/vendor/jquery-ui/jquery-ui.min.css?ver=4.1.2.ui-widget-header { border: 1px solid #aaa; background: #ccc url("images/ui-bg_highlight-soft_75_cccccc_1x100.png") 50% 50% repeat-x; background-color: rgb(204, 204, 204); color: #222; font-weight: bold; } .ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default { border: 1px solid #d3d3d3; background: #e6e6e6 url("images/ui-bg_glass_75_e6e6e6_1x400.png") 50% 50% repeat-x; font-weight: normal; color: #555; }
- This reply was modified 3 years, 6 months ago by vmodha.
Hi there, so I’m not using Divi with LearnPress. I’m using it for my other pages. Divi is working perfectly on the frontend, the only problem is that when LearnPress is enabled, it’s triggering some JS that is breaking the design of the Divi settings page?
Please could you refine where your JS is enabled? I don’t think it should be enabled on the Divi Settings page. See the screenshots below. I know it’s a JS issue because initially the colours are correct then a second later they break (when JS is loaded fully).
Admin area WORKING when LearnPress is DISABLED: https://ibb.co/LRCbfbc https://ibb.co/r73pYDX
Admin area BROKEN when LearnPress is ENABLED: https://ibb.co/LRCbfbc
Just so you know, I’ve solved my issue with another workaround that didn’t involve this plugin at all ??
Thank you for this plugin
Forum: Plugins
In reply to: [The Events Calendar] buddypress agenda bookinghey @brighton1979
Did you ever find a solution to this?Forum: Plugins
In reply to: [Ultimate Coming Soon Page] Cant edit the coming soon pageThank you for your prompt replies John, this is a great pluging.
I fixed my problem with a simple re-install of wordpress (from the updates section within the admin area).
Vish
Forum: Plugins
In reply to: [Ultimate Coming Soon Page] Cant edit the coming soon pageI can provide you with login access if you’d like to debug?
Forum: Plugins
In reply to: [Nextend Image Magnifier] Height isnt correct on FirefoxOk dont worry, it seems to have figured itself out somehow :s
I see you can update fields using:
Function set_cimyFieldValueNow I just need to know how to change the users image from the frontend.
I’ve put a solution to this problem in place, you may think of a better one:
$html = "<select class='rwmb-select'{$name}{$id}{$disabled}>"; $current_optgroup = ""; foreach ( $field['options'] as $key => $value ) { if( $value == "optgroup" ) { if( ($current_optgroup != $key) && (!empty($current_optgroup)) ) { //vmodha: If there was a previously opened optgroup then close it before opening a new one. $html .= '</optgroup>'; } $current_optgroup = $key; $html .= '<optgroup label="' . $key . '">'; continue; } $selected = selected( in_array( $key, $meta ), true, false ); $html .= "<option value='{$key}'{$selected}>{$value}</option>"; } if( !empty($current_optgroup) ) { $html .= '</optgroup>'; } $html .= "</select>";
You simply need to provide the optgroup title in the array KEY and set the VALUE of the array as ‘optgroup’.
'Brands And Stuff' => 'optgroup', 'Brands' => 'Brands', 'Agency Partners' => 'Agency Partners', 'Second Group' => 'optgroup', 'Production Partners' => 'Production Partners', 'DMS' => 'DMS'
Simple but you may think up something better.
Cheers
vmodhaThanks gastonius.
Providing a set of two arrays, one for the ‘keys’ and one for the ‘values’ did the trick ??
You can translate the wpgogo site here:
https://translate.google.co.uk/translate?hl=en&sl=ja&tl=en&u=https://wpgogo.com