Welcome, Guest
Username: Password: Remember me
1. The "search..." box above searches the Docs & Forum Posts. The "Search" tab above just searches the Forum Posts. :side:
Please use these to search for your issue *before* creating a new message topic, as your issue may have been previously solved.
2. Please put your Club # and Club Web Address in your Forum Signature (best) OR in each post to get faster support from us.
Click here to edit your signature at the bottom of the Profile Information tab.
3. Our user and admin docs are available at: support.toastmastersclubs.org/doc "There's a doc for that!" ;)
4. There is an "Opt In" Feature for newly added members. The Opt In document explains the strikethrough member information. Click Here to View the Post
5. When posting a New Topic , please include all relevant details and be specific. When did your issue 1st occur? What operating system, browser, & browser version are you using? Did you refresh your browser cache? Are your cookies enabled? Lastly, a screen shot is often helpful.
6. Please abide by the Terms of Use . We are volunteers contributing our spare time. We are happy to assist you, so long as you are respectful and courteous.
7. We are always looking for new FreeToastHost Ambassadors to join our team and support fellow Toastmasters in their use of the FreeToastHost website system. If you are familiar with the system and have some interest, send a Send Us a Private Message.
  • Page:
  • 1

TOPIC:

Unable to edit custom web pages 5 years 10 months ago #76507

  • 1497Lakewood
  • 1497Lakewood's Avatar Topic Author
  • Offline
  • New Member
  • New Member
  • Posts: 9
  • Thank you received: 1
Hello Admins,

Firstly, THANK YOU VERY MUCH for your help. :thumbsup: :thumbsup: We at Lakewood TM Club really APPRECIATE the many, many hours that the Admins have put into the FTH web server for it to have the wealth of features and functionalities it's capable of. Also very grateful for the continued tech support you provide tirelessly. :thumbsup: :thumbsup:

I've edited and been trying to save the changes on one of our custom web pages, for example this one:
1497.toastmastersclubs.org/L1497_Latest_News.html
but the "Save" button, seems not to do anything. I can close the editor but the changes are not saved even after confirming "Do you want to save ...".

We're using our website as our marketing tool and it has been very effective in attracting new members. It's able to present the club culture to the public, and also serves as our news portal to keep the members informed and engaged.

Gratefully,
Cori Ortega, VPPR || Website Admin
Club No: 1497
1497.toastmastersclubs.org
Cori Ortega
Club No: 1497 - Lakewood TM 1497 || Lakewood, CA
1497.toastmastersclubs.org
The topic has been locked.

Unable to edit custom web pages 5 years 10 months ago #76508

  • 1497Lakewood
  • 1497Lakewood's Avatar Topic Author
  • Offline
  • New Member
  • New Member
  • Posts: 9
  • Thank you received: 1
Oops I changed this to "Support Request" but forgot to do it again when it got closed accidentally. Will see if I can change the category after submitting.
Cori Ortega
Club No: 1497 - Lakewood TM 1497 || Lakewood, CA
1497.toastmastersclubs.org
The topic has been locked.

Unable to edit custom web pages 5 years 10 months ago #76510

  • Brian
  • Brian's Avatar
  • Offline
  • Administrator
  • Administrator
  • Posts: 10468
  • Thank you received: 3866
You have style and scripts that are interfering with the site. Please read "The terms of use"
support.toastmastersclubs.org/doc/item/terms-of-use-agreement

You will have to fix yourself all we will do is clear the page if you want us to.
The topic has been locked.

Unable to edit custom web pages 5 years 10 months ago #76513

  • 1497Lakewood
  • 1497Lakewood's Avatar Topic Author
  • Offline
  • New Member
  • New Member
  • Posts: 9
  • Thank you received: 1
Brian,
Thanks for your investigating.

I've started using CSS since maybe April or May to enhance the look of our pages. ( I didn't use javascripts.) The pages got too unmanageable for me to maintain with "style" tags all over the HTML tags. The CSS is the only way for me to separate the HTML from the styles. Been editing this page for months without any problem, last time I edited was yesterday or Saturday, no issues at all. Today I was just trying to correct two lines of text, no error message, but it doesn't allow any change.

Does this mean that pages with CSS now cannot be changed unless the CSS are removed? The irony is I just finished standardizing and separating the styles from HTMLs few days ago, spent perhaps 12 hours on 5 pages. ;-( Oh no!!!
Cori Ortega
Club No: 1497 - Lakewood TM 1497 || Lakewood, CA
1497.toastmastersclubs.org
The topic has been locked.

Unable to edit custom web pages 5 years 10 months ago #76523

  • Brian
  • Brian's Avatar
  • Offline
  • Administrator
  • Administrator
  • Posts: 10468
  • Thank you received: 3866
This means you have to make sure all your naming is unique and does not interfere with any of the system templates, NO DEFAULTS !
The following user(s) said Thank You: 1497Lakewood
The topic has been locked.

Unable to edit custom web pages 5 years 10 months ago #76534

  • SteveTheTechie
  • SteveTheTechie's Avatar
  • Offline
  • Administrator
  • Administrator
  • Posts: 11526
  • Thank you received: 3795
If you are inserting style blocks in your content, the big issue is that the style blocks affect everything in the HTML pages in which they occur, not just the html elements below the style block and not just the elements at the same "level" or below of the style block.

Thus, you may think that the browser will only apply CSS from a style block in your content, but that is just not true.

There used to be a "scoped" attribute for style blocks that would limit their scope of application, but that attribute is no longer guaranteed to be supported in HTML. (it is deprecated)

Bottom Line: If you are determined to use style blocks in your content, you *must* take care to use class names and identifiers that do not clash with the system template. One way to do this is to come up with a prefix that you apply consistently to your class names and identifiers. (e.g. your web site alias or your club number followed by a hyphen and used as a prefix)
The following user(s) said Thank You: 1497Lakewood
Last edit: by SteveTheTechie.
The topic has been locked.

Unable to edit custom web pages 5 years 10 months ago #76608

  • 1497Lakewood
  • 1497Lakewood's Avatar Topic Author
  • Offline
  • New Member
  • New Member
  • Posts: 9
  • Thank you received: 1
Thank you Brian for the work around. I do need to keep the CSS styles because our pages have become unwieldy. I've created more than 10 custom pages in there, and the pages are quite long with some complex objects. Yes, I will rename the CSS identifiers and use prefixes.

Again, Admins, thank you for FTH, and thank you for the user support!.

Gratefully,
Cori Ortega
Cori Ortega
Club No: 1497 - Lakewood TM 1497 || Lakewood, CA
1497.toastmastersclubs.org
Last edit: by 1497Lakewood.
The topic has been locked.

Unable to edit custom web pages 5 years 10 months ago #76609

  • 1497Lakewood
  • 1497Lakewood's Avatar Topic Author
  • Offline
  • New Member
  • New Member
  • Posts: 9
  • Thank you received: 1
Steve, thank you for the work around. I do need to keep the CSS styles because our pages have become unwieldy. I thought I could "bound" the scope of my identifiers but apparently I'm wrong. Yes, I will rename the CSS identifiers and use prefixes. I'm not really a front-end developer, more on backend so I taught myself HTML and CSS so I can publish interesting things going on with our club.

Again, Admins, thank you for FTH, and thank you for the user support!.

Gratefully,
Cori Ortega
Cori Ortega
Club No: 1497 - Lakewood TM 1497 || Lakewood, CA
1497.toastmastersclubs.org
The topic has been locked.
  • Page:
  • 1
Moderators: Pamjliumarc33NotLiabledeedubbleyooNSBPhyllis Kirouac
Time to create page: 0.064 seconds
Powered by Kunena Forum