rudtek2
Forum Replies Created
-
Forum: Plugins
In reply to: [Membership 2] Why does this plugin make my site so slow?Replaced both those files. No improvement on speed. Any other suggestions?
Forum: Plugins
In reply to: [Membership 2] Why does this plugin make my site so slow?any update here? it’s been 4 days?
Forum: Plugins
In reply to: [Membership 2] Why does this plugin make my site so slow?Predrag,
Thanks for the reply! I’ve tried everything. I disabled all plugins except this one, and changed themes too. instant slow down for the plugin.these are the errors i get:
12.4.1 12.4.1 background.js:1040:1
“TabSources.prototype._fetchSourceMap threw an exception: [Exception… “Failed to open input source ‘moz-extension://44606d91-23ef-4398-b435-af75e4b88c02/js/content.min.js.map'” nsresult: “0x80520012 (NS_ERROR_FILE_NOT_FOUND)” location: “JS frame :: resource://gre/modules/commonjs/toolkit/loader.js -> resource://devtools/shared/DevToolsUtils.js :: mainThreadFetch :: line 514″ data: yes]
Stack: mainThreadFetch@resource://gre/modules/commonjs/toolkit/loader.js -> resource://devtools/shared/DevToolsUtils.js:514:5
_fetchSourceMap@resource://gre/modules/commonjs/toolkit/loader.js -> resource://devtools/server/actors/utils/TabSources.js:456:20
fetchSourceMap@resource://gre/modules/commonjs/toolkit/loader.js -> resource://devtools/server/actors/utils/TabSources.js:410:18
_emitNewSource@resource://gre/modules/commonjs/toolkit/loader.js -> resource://devtools/server/actors/utils/TabSources.js:208:7
source@resource://gre/modules/commonjs/toolkit/loader.js -> resource://devtools/server/actors/utils/TabSources.js:189:5
createNonSourceMappedActor@resource://gre/modules/commonjs/toolkit/loader.js -> resource://devtools/server/actors/utils/TabSources.js:340:12
_addSource@resource://gre/modules/commonjs/toolkit/loader.js -> resource://devtools/server/actors/script.js:1943:23
onNewScript@resource://gre/modules/commonjs/toolkit/loader.js -> resource://devtools/server/actors/script.js:1903:5
inject@resource://gre/modules/ExtensionContent.jsm:334:16
Line: 514, column: 0” ThreadSafeDevToolsUtils.js:80
JQMIGRATE: Migrate is installed, version 1.4.1 jquery-migrate.min.js:2:542
JQMIGRATE: Migrate is installed, version 1.4.1 jquery-migrate.min.js:2:542
JQMIGRATE: Migrate is installed, version 1.4.1 jquery-migrate.min.js:2:542
Password fields present on an insecure (http://) page. This is a security risk that allows user login credentials to be stolen.[Learn More] http://www.lighthomeschool.net
Key event not available on some keyboard layouts: key=“r” modifiers=“accel,alt” id=“key_toggleReaderMode” browser.xul
Key event not available on some keyboard layouts: key=“i” modifiers=“accel,alt,shift” id=“key_browserToolbox” browser.xul
TypeError: can’t access dead object[Learn More] main.js:7:42057
TypeError: can’t access dead object[Learn More] main.js:7:42057
Unchecked lastError value: Error: Could not establish connection. Receiving end does not exist. ExtensionCommon.jsm:306
TypeError: can’t access dead object[Learn More] main.js:7:42057
Unchecked lastError value: Error: Could not establish connection. Receiving end does not exist. ExtensionCommon.jsm:306
TypeError: aTab is null[Learn More] SessionStore.jsm:2540:1in addition, this is being repeated in my error log:
[29-Sep-2017 21:22:39 UTC] PHP Notice: Undefined variable: subscription in /home/light/public_html/wp-content/plugins/membership/app/model/class-ms-model-membership.php on line 2402
any chance it could be made possible? Could you point me to the file that i would need to look through or give me some pointers to try myself?
Forum: Fixing WordPress
In reply to: not sure what to call this reveal to google for a pluginare you offering!?
Forum: Plugins
In reply to: [Leafly Menu for WordPress] little bug to reportHey Mark,
I used a different method than this plugin. And I don’t have any height restrictions or errors showing up.If you know programming, and depending on your implementation. Here is the code section you would need:
$shopmenu=' <h2>'.get_the_title().' Menu</h2><hr class="hrshort" /> <div id="leafly-menu"></div> <div style="text-align: center;">Visit our profile on <a href="https://www.leafly.com/dispensary-info/'.get_field('store_leafly_id').'">Leafly</a></div> <script src="https://www.leafly.com/public/global/js/dispensarymanager/embed.js"></script> <script>// <![CDATA[ var pymParent = pym.Parent("leafly-menu", "https://www.leafly.com/embed/menu2/'.get_field('store_leafly_id').'", {}); // ]]></script>';If you need help with implementation, or a shortcode, let me know, but the above code is based on custom field. Hope it helps!
- This reply was modified 9 years, 3 months ago by James Huff.
- This reply was modified 9 years, 3 months ago by rudtek2. Reason: add'l information
Forum: Plugins
In reply to: [Autoptimize] can't get this uninstalledI think i got it figured out. it was a latent code in my child theme. Thanks for the quick response.
Forum: Plugins
In reply to: [Volunteer Sign Up Sheets] can i hide signup starttime and endtime for tasks?awesome. Quick and easy. Changed line 294 from true to false and those 2 columns are gone!
Not the answer for everyone, I know, but it’s maybe notes for your or other users at the minimum.
Forum: Plugins
In reply to: [Volunteer Sign Up Sheets] can i hide signup starttime and endtime for tasks?could you point me to the correct file so i can look around a bit on my own?
there aren’t any. 🙁
hrm. from my other post i may have to upgrade all teh same, so i’ll try this out. Thanks for the quick reply!
great. looks like ill have to upgrade. Do i have to use the pro forms? or can i use the regular button? I’ve already set all the buttons up.
Forum: Plugins
In reply to: [amr users] s2 member questionnever mind. got it. i used user roles.
i figured this out.
Forum: Plugins
In reply to: [amr users] what is the code to make add user details to author.phpthank you for the response.
I got it figured out and in case anyone else is looking;
pull current author info ($curauth) and then I pulled an array called $fields with all the s2member info.
s2 fields can be isoloated by this:
$fields["your-field-name-slug"]["user_value"]
full example:<?php $curauth = (isset($_GET['author_name'])) ? get_user_by('slug', $author_name) : get_userdata(intval($author)); $fields = get_s2member_custom_fields($curauth->ID); echo '<h1>'.$curauth->first_name.' '.$curauth->last_name.', '.$fields["designation"]["user_value"].'</h1>'; echo '<h2>Work Contact Info:</h2>'; echo '<strong>Employer: </strong>'.$fields["employer"]["user_value"].'<br />'; echo '<strong>Position: </strong>'.$fields["position"]["user_value"].'<br />'; echo '<strong>Designation(s): </strong>'.$fields["designation"]["user_value"].'<br />'; echo '<strong>Work Phone: </strong>'.$fields["employer_address"]["user_value"].', '.$fields["employer_address_2"]["user_value"].', '.$fields["employer_city"]["user_value"].', '.$fields["employer_state"]["user_value"].' '.$fields["employer_zip"]["user_value"] .'<br />'; echo '<strong>Work Phone: </strong>'.$fields["work_phone"]["user_value"].'<br />'; echo '<strong>Work Fax: </strong>'.$fields["work_fax"]["user_value"].'<br /><br />'; echo '<h2>Home Contact Info:</h2>'; echo '<strong>Home Address: </strong>'.$fields["home_address"]["user_value"].', '.$fields["home_city"]["user_value"].', '.$fields["home_state"]["user_value"].' '.$fields["home_zip"]["user_value"] .'<br />'; echo '<strong>Home Phone: </strong>'.$fields["home_phone"]["user_value"].'<br />'; echo '<strong>Primary E-mail: </strong><a href="mailto:'.$curauth->user_email.'">'.$curauth->user_email.'</a><br />'; echo '<strong>Secondary E-mail: </strong><a href="mailto:'.$fields["secondary_email"]["user_value"].'">'.$fields["secondary_email"]["user_value"].'</a><br />'; ?>