Forum Activity for @soaringeagle

soaringeagle
@soaringeagle
07/23/15 08:14:34PM
3,304 posts

groups, no join or follow, but nonmembers can comment?


Ning To Jamroom

wait i do see join but not when on adminaccount, only member
unless its a ff vs chrome issue
cause iwas trying to upload a large vid and couldnt in ff but could in chrome
so i wonder if its a script thats not working in ff
soaringeagle
@soaringeagle
07/23/15 08:11:43PM
3,304 posts

groups, no join or follow, but nonmembers can comment?


Ning To Jamroom

can you screenshot where you see the join/leave cause i dont see it at all
soaringeagle
@soaringeagle
07/23/15 07:16:39PM
3,304 posts

groups, no join or follow, but nonmembers can comment?


Ning To Jamroom

i dont remember the groups working like this, but they havent been that active lately so hadnt noticed
i see no join buttons on groups
no follow buttons, and even though your not a member, you can comment on the comment walls
the few newer groups since switching to jr have only the group creatiors as members

note i do use code to hide the profile header could that be why
can the join/follow functions be put outside the profile header
and, why can non members comment ina group
updated by @soaringeagle: 09/06/15 01:15:21AM
soaringeagle
@soaringeagle
07/22/15 01:53:02PM
3,304 posts

javascript changes in latest foxycart/marketplace update


Design and Skin Customization

yes i know that
and wasnt asking youto support it just help me find the script change that might have caused it...
i managed to find it myself though without too much trouble once i dug a lil

the issues ive seen is fast loads, low cpu usage...and the ocassional strange 522 504 503 523 0r 524 errorsthat seem to come from the server but no server error in the logs, it could be my connection too, or who knows...it appears to be between cloudflare and my server, at odd times of the night and very intermittent impossible to duplicate

thatr isa lil annoyance, but for that super fast load times its worth it i think since only see the issue in my sitemap crawler

but your right i have tweaked performance over and over till its super fast
soaringeagle
@soaringeagle
07/22/15 01:36:02PM
3,304 posts

javascript changes in latest foxycart/marketplace update


Design and Skin Customization

yea wich is what rocketloader does for almost all scripts so i get a 1 sec load time 1st view 1/2 a sec return views but the chat, ads, and share widget loads like a sec after page load
having it be redundant prevented all scripts from loading,
if i could add a rocketload off switchto the js file call that would have worked too but i am not sure how thats done in phgp, so just removing those worked
soaringeagle
@soaringeagle
07/22/15 09:33:02AM
3,304 posts

javascript changes in latest foxycart/marketplace update


Design and Skin Customization

damn im good
found this in the index.php in the foxycart bundle

, array('async="async"', 'defer="defer')

it was
// Register our custom JS
    jrCore_register_module_feature('jrCore', 'javascript', 'jrFoxyCart', 'jrFoxyCart.js', array('async="async"', 'defer="defer'));

i removed that array so its just
// Register our custom JS
    jrCore_register_module_feature('jrCore', 'javascript', 'jrFoxyCart', 'jrFoxyCart.js');

and it works

i think it was the redundant defer
and since i wasnt sure how to add rocketloader="false" before src i just removed the array

do you see any issues with what i did asi barely can bumble my way through php
soaringeagle
@soaringeagle
07/22/15 08:57:54AM
3,304 posts

javascript changes in latest foxycart/marketplace update


Design and Skin Customization

i use cloudflare, and rocketloader, wich defers script execution
it worked perfectly cutting load times from a couple seconds to 1/2 a second..making my site in the top 5-10% of fastest sites tested on pingdom tools
up untill last night
after the foxy update..all javascripts failed

so i need to know what scripts were changed, where they are, so i can add a code snippit to not include them in the rocketload

updated by @soaringeagle: 08/22/15 05:53:49AM
soaringeagle
@soaringeagle
07/18/15 05:28:08AM
3,304 posts

still trouble updating to sitebuilder core


Using Jamroom

i went into more dsetails in the email (and its not a high priority ..take your time)
issues like there seems to be an extra containing item or something that causes the content within it to be styled wrong, the page title widgets wich just had h1 titles also seemed to have a containing item that wasnt in the previos version, so got styled and looked weird

not only did each widget seem to have an extra containing div that made the content within it be styled strangely, there was a top margin that made a gap at the top so it just didnt seem to fit right
(i believe i used a item first of nth type or something to use a negative margin value to close that gap but the extra container screwed that up)

oh and, the tab container tabs had a new class or something

some of it, i could easily override with css and repair by changing class names, removing css etc , overriding the styling of the pagetitle class
but that extra containinbg item or whatever it was that was causing all the widgets to have "double styling" for lack of a better description was harder to figure a way around it

ok an easy example
the activity feed
the stricktly html text widgets, all were looking like they were in a styled container within themselves if that makes sense

to make it clearer, the border radiuys and box shadowing margins paddings etc were double applied so the activity feed seemed to be contained within itself ..

like i said when yoiu do have the time (no hurry and i think your in japan right so your time woukld be late night here wich is a good time to work on it)it would be good if we could colaborate so you cans see what i see and i can explain what looks wrong ...while it looks wrong
soaringeagle
@soaringeagle
07/17/15 09:56:16PM
3,304 posts

still trouble updating to sitebuilder core


Using Jamroom

i emailed priority support aboutthis cause i believe it wi8ll require hands on help
when i update to the sitebuilder core, i have to rebuild the front page completely, after deleting 17 weird mystery widgets that exist outside the layout
then it looks amess (i remember you told me to delete 2 classes, when i delete the 1 (couldnt remember whatthe other 1 was) its slighly better but the top margins still weird, also the tab container tabs must have anew class as they look off too, and theres other weirdnesses like the page title h1 widgets look off

i think theres an extra added containing item or something thats throwing things off as well

since i think i will need hands on help straightening this out, is there any way we could work on it colaborativly and use skype or something
anyways please see my detailed email
since my site will require some special case prep work in order to complete the update
(disabling edge server caches, resetting db cache before running integrity check or else it causes table locks that freeze the site, all covered in detail in the email)

updated by @soaringeagle: 12/22/16 11:55:59AM
soaringeagle
@soaringeagle
07/01/15 07:40:13PM
3,304 posts

profile domains sni only work in ff?


Design and Skin Customization

i fixed itby adding those domains to cloudflare also
  158