~~~~~~~~~~~~ IMPORTANT INFORMATION -- Please read! ~~~~~~~~~~~~

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 [strike]strikethrough[/strike] 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.

NEW FEATURE - Meeting Venues

  • LindaMann
  • Visitor
  • Visitor
5 years 11 months ago #76620 by LindaMann
Replied by LindaMann on topic NEW FEATURE - Meeting Venues

SteveTheTechie wrote:

LindaMann wrote: What about making a link that states directions that goes to google maps


Well, the address should be linked and go to Google Maps now.... are you thinking of something different?


I am thinking instead of showing the whole address, maybe just the restaurant name and have that go to Google Doc's
The topic has been locked.
More
5 years 11 months ago #76621 by SteveTheTechie

LindaMann wrote:

SteveTheTechie wrote:

LindaMann wrote: What about making a link that states directions that goes to google maps


Well, the address should be linked and go to Google Maps now.... are you thinking of something different?


I am thinking instead of showing the whole address, maybe just the restaurant name and have that go to Google Doc's


Ok, I see what you mean. Do you think that showing the address has little value? :unsure:
The topic has been locked.
  • LindaMann
  • Visitor
  • Visitor
5 years 11 months ago #76622 by LindaMann
Replied by LindaMann on topic NEW FEATURE - Meeting Venues

SteveTheTechie wrote:

LindaMann wrote:

SteveTheTechie wrote:

LindaMann wrote: What about making a link that states directions that goes to google maps


Well, the address should be linked and go to Google Maps now.... are you thinking of something different?


I am thinking instead of showing the whole address, maybe just the restaurant name and have that go to Google Doc's


I think showing the name of said place of meeting means more and then having that possibly link to Google doc's

Or even an image of the venue or whatever a person places there to show....

Ok, I see what you mean. Do you think that showing the address has little value? :unsure:

The topic has been locked.
  • LindaMann
  • Visitor
  • Visitor
5 years 11 months ago #76623 by LindaMann
Replied by LindaMann on topic NEW FEATURE - Meeting Venues
I have a question on another issue a fellow member brought up to me...

You know that blue bar at the top of the screen with Toastmasters in there... He suggested, instead of showing the blue bar, maybe having a smaller image, with Toastmasters inside... Such, is it possible to just a third of the line? I guess he is right... It does take a lot of color
The topic has been locked.
More
5 years 11 months ago #76645 by SteveTheTechie

LindaMann wrote: I have a question on another issue a fellow member brought up to me...

You know that blue bar at the top of the screen with Toastmasters in there... He suggested, instead of showing the blue bar, maybe having a smaller image, with Toastmasters inside... Such, is it possible to just a third of the line? I guess he is right... It does take a lot of color


Cannot change that... It is what was approved by TM WHQ Marketing department. They actually wanted it to be a bit bigger...
The following user(s) said Thank You: LindaMann
The topic has been locked.
More
5 years 11 months ago - 5 years 11 months ago #76646 by SteveTheTechie
(Back to the topic of this thread.)

The new {{nextmtgvenuemap}} and {{nextmtgvenuephoto}} variables return an iframe and a photo image, respectively, that will take up 100% of the available width, by default.

I realize that you may not want it to be 100%, so here is how to deal with this...

What you do is put these variables in a "<div>...</div>" block via the editor's Source View.... For example:

  1. To make the Google Map be half of the available width, insert
    Code:
    <div style="width:50%">{{nextmtgvenuemap}}</div>
    in Source View.

  2. To make the venue photo be half of the available width, insert
    Code:
    <div style="width:50%">{{nextmtgvenuephoto}}</div>
    in Source View.

Doing this allows you to override the default 100% that is used in the HTML elements that the code replaces the variables with.
Last edit: 5 years 11 months ago by SteveTheTechie.
The following user(s) said Thank You: LindaMann
The topic has been locked.
Time to create page: 0.109 seconds