#2 General » Other BigTree Developers (besides FastSpot)? » March 12, 2015 1:54pm

acutair
Replies: 2

We periodically have problems with the BigTree CMS that FastSpot is not able to address as quickly as we would like. Are there other BigTree developers out there? It would be good to have a Plan B.

#3 Re: General » Adding tracking pixels » February 24, 2015 11:28am

Just did a quick "hello world" test - it looks like our flavor of tinyMCE will allow <script> tags.

#4 Re: General » Adding tracking pixels » February 24, 2015 11:23am

Yeah, I think it will involve a <script> tag. I'll see if I can modify tinyMCE to allow those tags. Thanks!

#5 General » Adding tracking pixels » February 24, 2015 10:29am

acutair
Replies: 3

I admit I barely understand what these are and do, but we have the opportunity to buy some ads, and the provider is stipulating that the client (us) place tracking pixels on the site.

Something we can easily do?

#7 Re: General » Page views show "0" even after visits » January 28, 2015 5:01pm

Thanks, Tim. What's the best way to follow up, here?

#8 General » Page views show "0" even after visits » January 28, 2015 1:22pm

acutair
Replies: 5

My colleague noticed that many of our "newer" pages (starting about a month or so back) don't show any "Views" on the dashboard. Google Analytics confirms that these pages have been visited - why do Views = 0 , here?

#9 Re: General » Multiple photo galleries on a single page? » December 2, 2014 9:33am

Terrific. I'm supposed to get some training in a week or so, so I'll be sure to bring this up.

#10 General » Multiple photo galleries on a single page? » December 1, 2014 4:52pm

acutair
Replies: 2

Subject kinda says it all. I see a place to add a single gallery - is it possible to add more than one on a page?

#11 Re: General » Adding schema data to website » November 26, 2014 2:38pm

Perfect - I'll take a look as soon as I get ftp access. Thanks!

#12 General » Adding schema data to website » November 26, 2014 9:59am

acutair
Replies: 2

Google displays our old logo in SERPs, so we'd like to update that. I don't know too much about this, but Googling around, it looks like we can add schema data somewhere in the <body> to suggest Google use our new logo instead:

<div itemscope itemtype="http://schema.org/Organization">
  <a itemprop="url" href="http://www.example.com/">Home</a>
  <img itemprop="logo" src="http://www.example.com/logo.png" />
</div>

Supposedly, this need to appear on every page of the site, so I'm thinking module/plug-in.

Thoughts on this?

#14 General » Denoting ordered lists with letters (instead of arabic numerals) » November 20, 2014 12:32pm

acutair
Replies: 2

Another (hopefully easy) question: I'd like to style some bulleted lists with letters to denote the list items instead of the default numbering. Like this:

a. test1
b. test2
c. test3

Here's my code:
<ol type="a">
<li>test1</li>
<li>test2</li>
<li>test3</li>
</ol>

The page renders with numbers, though:

1. test1
2. test2
3. test3

Any way to override the default <ol> style, here?

#16 Re: General » Styling tables in BigTree » November 14, 2014 5:30pm

Here ya go: http://www.bowiestate.edu/test-2/

I'm out for the weekend, but I'll check back next week. Thanks for your help and have a great weekend.

#17 Re: General » Styling tables in BigTree » November 14, 2014 5:11pm

(See edit above - sorry for the crosspost.)

#18 Re: General » Styling tables in BigTree » November 14, 2014 5:06pm

Yeah, that's what I thought - there's a stylesheet I can't see styling the table.

If i set an inline style of padding:0px;  -- right in the table code itself -- would that work?

EDIT: nope. <td style="padding: 0px;">foo</td> seems to have no effect. wouldn't an inline style supercede an external style sheet? Is this one'a those !important CSS arguments?

#19 Re: General » Styling tables in BigTree » November 14, 2014 4:35pm

Here's the table in the callout editing window: http://grab.by/CdmA

Here's the code:
<table border="1" width="200" cellspacing="0" cellpadding="0">
<tbody>
<tr>
<td style="background-color: blue; color: white;">r1c1<img src="http://www.bowiestate.edu/files/resources/bar.gif" alt="" width="20" height="40" /></td>
<td style="background-color: red; color: white;">r1c2<img src="http://www.bowiestate.edu/files/resources/bar.gif" alt="" width="20" height="40" /></td>
</tr>
<tr>
<td style="background-color: green; color: white;">r2c1<img src="http://www.bowiestate.edu/files/resources/bar.gif" alt="" width="20" height="40" /></td>
<td style="background-color: yellow; color: black;">r2c2<img src="http://www.bowiestate.edu/files/resources/bar.gif" alt="" width="20" height="40" /></td>
</tr>
</tbody>
</table>

Here's how it renders: http://grab.by/CdmC

The green vertical stripe in each cell should meet the border if there's no padding, right? There seems to be a gap in each cell.

I might be missing something obvious, though.

#20 Re: Developer Help » Email Forms » November 14, 2014 3:54pm

'k, I'll let someone who knows what they're talking about chime in. ;-)

#21 Re: Developer Help » Email Forms » November 14, 2014 3:25pm

In our system, you can get to it from the "modules" item shown in the top level dashboard (along with "pages," "users," &c.).

I'm BRAND new to BigTree, though, so your system might be different.

#22 Re: Developer Help » Email Forms » November 14, 2014 2:52pm

My shop has a module called "Form Builder" we use. Do you have that?

#23 Re: General » Styling tables in BigTree » November 14, 2014 2:48pm

(Sorry - forgot to subscribe to this thread and just thought to check for a reply.)

I guess it would be the admin area.

For example, I'd like to create a table with no padding inside a flexible callout.

#24 General » Styling tables in BigTree » November 11, 2014 3:10pm

acutair
Replies: 13

I'd like to create a table with no padding. I've applied some style via the html (<table ... cellpadding="0"> and also via CSS (<td ... padding:0;>), but i'm still getting some padding in there.

I'm guessing there's a stylesheet I'm not seeing that's adding some padding to the tables. Can I override the default styles somehow?

Appreciate any help you can provide. :-)

#25 Re: General » Return to Pages dashboard after saving » November 6, 2014 12:09pm

no, that totally makes sense - thanks much!

Board footer

Powered by FluxBB

The Discussion Forum is not available on displays of this size.