xprojectsx
Forum Replies Created
-
Forum: Developing with WordPress
In reply to: alternate view of a post or custom post typeThank you @joyously I’m going to try out this method and I’ll let you know how it goes. BTW didn’t wp previously have a built in method for creating alternate views?
Forum: Developing with WordPress
In reply to: alternate view of a post or custom post typeI definitely want to load a separate style sheet. The html can be the same or different as long as it is displaying the same key elements such as post title, body text, image. I want to load a new version of the page and not javascript or ajax design elements on the same page.
Thank you! Is there a way to display these columns in a specific order so that say you put column 7 before column 3 like show_columns=”7,3″ in one case and “3,7” in another?
Forum: Plugins
In reply to: [External Login] Active/Inactive Usersno it does not work without setting it to text
Forum: Plugins
In reply to: [External Login] Active/Inactive UsersOK I see you are correct. So when I change that input type to text and then submit it actually works. In the wp admin I see what I typed in for the fields but in the db it is a long string of text
Forum: Plugins
In reply to: [External Login] Active/Inactive UsersBefore we proceed, I want to (clarify) your -to-clarify item #3 – yes I updated the code in the file: exlog_repeater_field_handler.js
However in the wp admin for external login, I do not see any base64 code string. This is what is rendered:
??<input style="background-color: red;" class="exlog_repeater_data_store" name="exlog_exclude_users_field_name_repeater" value="false" type="hidden">
and if I change that to
type="text"
it is just a red box with false in it.Forum: Plugins
In reply to: [External Login] Active/Inactive UsersOK I did that. I ran it with the same results. I also went into the db and deleted exlog_exclude_users_field_name_repeater and ran it again. Same result
Forum: Plugins
In reply to: [External Login] Active/Inactive Users1) yes
2) OK
3) done
4) yes
5) done
6) done
7) yes it is thereForum: Plugins
In reply to: [External Login] Active/Inactive UsersTom,
OK did this. The field reappeared in the table and the option value is “false”Forum: Plugins
In reply to: [External Login] Active/Inactive UsersOK I did everything you said. I see the updating but this is what happens:
When I type in anything into the “Field Name” field, I see the code get highlighted but nothing changes.
When I type in anything into the “Field Value” field, the code highlights and the change DOES occur in the highlighted code.No apologies necessary. You are rocking this and it is appreciated. Thank you for your attention and perseverance.
Forum: Plugins
In reply to: [External Login] Active/Inactive UsersAfter deactivating all of the other plugins, the behavior is the same.
Forum: Plugins
In reply to: [External Login] Active/Inactive UsersTo be clear, the information that I posted in the previous message is based upon entering data in the “Exclude Users beta” and clicking the “Save Changes” button. This is what I have had issues with i.e. nothing saves despite getting “Settings Saved”
If I click the “Test Connection” button I get this in the console:
JQMIGRATE: Migrate is installed, version 1.4.1 load-scripts.php:9:542 EXLOG - Test file loaded. exlog_test.js:1:1 EXLOG - Test file loaded jQuery. exlog_test.js:4:9 Source map error: request failed with status 404 Resource URL: /wp-admin/load-scripts.php?c=0&load%5B%5D=jquery-core,jquery-migrate,utils,jquery-ui-core,jquery-ui-widget,jquery-ui-mouse,jquery-ui-position,jquery-ui-draggable,jquery-u&load%5B%5D=i-droppable,jquery-ui-resizable,jquery-effects-core,jquery-effects-drop,jquery-effects-fade,jquery-effects-bounce,jquery-ui-tabs&load%5B%5D=,jquery-form&ver=5.0.3 Source Map URL: jquery.form.min.js.map[Learn More] EXLOG - Test button clicked. exlog_test.js:69:13 EXLOG - About to make request. exlog_test.js:77:13 EXLOG - SUCCESS!!! WHOOP! exlog_test.js:98:23
Forum: Plugins
In reply to: [External Login] Active/Inactive UsersFor number three here are the results that I get when I use the Exclude Users beta. I do get the “Settings Saved” message at the top but what I just entered into the fields is not there. Here is the console message:
JQMIGRATE: Migrate is installed, version 1.4.1 load-scripts.php:9:542 EXLOG - Test file loaded. exlog_test.js:1:1 EXLOG - Test file loaded jQuery. exlog_test.js:4:9 Source map error: request failed with status 404 Resource URL: /wp-admin/load-scripts.php?c=0&load%5B%5D=jquery-core,jquery-migrate,utils,jquery-ui-core,jquery-ui-widget,jquery-ui-mouse,jquery-ui-position,jquery-ui-draggable,jquery-u&load%5B%5D=i-droppable,jquery-ui-resizable,jquery-effects-core,jquery-effects-drop,jquery-effects-fade,jquery-effects-bounce,jquery-ui-tabs&load%5B%5D=,jquery-form&ver=5.0.3 Source Map URL: jquery.form.min.js.map[Learn More] This site appears to use a scroll-linked positioning effect. This may not work well with asynchronous panning; see https://developer.mozilla.org/docs/Mozilla/Performance/ScrollLinkedEffects for further details and to join the discussion on related tools and features! options-general.php
Forum: Plugins
In reply to: [External Login] Active/Inactive Usersnevermind #3 that path is displaying now and I will try that.
Forum: Plugins
In reply to: [External Login] Active/Inactive UsersTom,
1) I do not see a 500 error. The only error is the javascript console and this does not display on the page.
2) yes now with that db.php error test I do see this in the error_log
3) there seems to be some display issue on this forum so that I am not seeing what file you are specifying. Could you please clarify?Thank you
Paul