jtmiles
Forum Replies Created
-
Forum: Plugins
In reply to: [Document Gallery] Page fails to load throws errorsDan,
that has corrected whatever issue there was.
Thank you for your time.
John
Forum: Plugins
In reply to: [Document Gallery] Page fails to load throws errorsDan,
Actually I was thinking of another plugin when I was considering DG’s functionality. I have it installed on this site, but I am not currently using it for anything on this site.
I will uninstall and reinstall and let you know.
sorry for my confusion,
JohnForum: Plugins
In reply to: [Document Gallery] Page fails to load throws errorsDan,
It could be. I had tried to update two plugins the other day, DG being one of them.
Something strange occurred during the updates, didn’t get the usual page after the update.
DG seems to think it is updated but the other says it is not, but fails when I try to update it.
Also, I have noticed that I only receive the error when I have used a shortlink to get to the page?when I uninstall and reinstall will I need to rebuild the all items I have used it for? If so I will need to take stock and better notes to rebuild it all before I do.
John
Forum: Plugins
In reply to: [Restrict Author Posting] Dropdown of categories in user profile isFixed on my end
Forum: Plugins
In reply to: [Restrict Author Posting] Dropdown of categories in user profile isOk, Fixed it!
Changed:
.ms-choice {
display: block;
width: 100%;
height: 26px;
…to
.ms-choice {
display: block;
width: 500px;
height: 26px;
…and
.ms-drop {
width:100%;
overflow: hidden;
…to
.ms-drop {
width:500px;
overflow: hidden;
…That allowed me to make the selections!
John
Forum: Plugins
In reply to: [Restrict Author Posting] Dropdown of categories in user profile is!UPDATE!
When I move my cursor “in” the skinny line I can see that the categories are in there.
I am looking at CSS to see if I can expand the column to make my selections.
John
Correct, I will probe the depths given time!
Thanks again, Matt
Matt,
gotcha now on the donation history.
Changing the permalinks setting seems to have fixed the issue with the li elements.
would you be willing to check to see the form code issue since I am not completely sure what to look for?
https://harvestamerica.org/harvest-americas-general-fund/
thanks,
JohnMatt,
Not sure why you went to the Donations History from the ..236 link. For me it went straight to the “Ways you can Help” page?
Yes, I had just figured out that for some reason one is pointing to the old folder (/HA.org). and have repaired the buttons to a working state. The weird thing is they really are the same page – created this am. So perhaps the Pretty Permalinks will fix that.
While I was developing the site I had it in a sub-domain folder. GoDaddy then moved it to my default site when I was “ready”(perhaps not so much really).
It took me a while to realize the reason my child CSS wasn’t doing anything. I was still working in the HA.org folder. Once I began sacing to the corret folder everything was good or at least closer.
I think this is what is happening to my li<objects>as well somehow.
So I think I will enable the PPermalinks and assess.
Thank you so much,
John
ITopic should be “Formatting ‘is’ different… Not ‘id’. Sorry editted once but cannot figure out how to edit the post now.
John
Forum: Plugins
In reply to: [Document Gallery] open pdf in new tabDan,
and of course I have this working fine with the code block – for all types.
Thanks,
JohnForum: Plugins
In reply to: [Document Gallery] open pdf in new tabDan,
This functionality is on my wishlist! And not just for pdfs but all mime types.
John