Questions tagged [indexhibit]

10 questions
24
votes
5 answers

Allowing custom tags in TinyMCE for integration with indexhibit

I'm trying to allow some custom tags to be entered into TinyMCE. The tag is However this is turned into I'm about to write a regex to deal with this as I have to get the job done, I'd…
Chris Barry
  • 4,564
  • 7
  • 54
  • 89
1
vote
1 answer

trying to make an accordion menu from a list - jquery indexhibit

Im teaching my self javascript & jquery so this might be a bit of a low brow question or entirely too much code for anyone to wade through, but Im hoping for some feedback. I have looked around and haven't found a thread that looks like it will…
orionrush
  • 566
  • 6
  • 30
1
vote
1 answer

indexhibit backgrounded plugin: change background image to foreground

I'm using the Backgrounded exhibit style on an indexhibit site. I understand that when an image thumbnail is clicked, that image becomes the background image. What I'd like to do is change it so it didn't make the clicked image the background image,…
Sam
  • 11
  • 3
0
votes
0 answers

Indexhibit manual upgrade

A friend of mine asked me to help her with a website she has that stopped working. The site stopped working after her hosting provider one.com upgraded PHP. She didn't act on the mails they sent well in advance. The site is an IndexHibit site. I do…
Jay Pete
  • 4,123
  • 4
  • 35
  • 51
0
votes
1 answer

PHP if element exists, add width; if not, don't

I'm setting up a horizontally scrolling site, with Index Exhibit. One section needs to have a video, which I can't set up in the Indexhibit CMS backend (where it would add it to the wide div's width), so I need to add it to the PHP generation file.…
steve
  • 688
  • 6
  • 13
  • 32
0
votes
1 answer

If I can't use mailto protocol to open a mail with a html body, then how?

On my website I have a button that I hope visitors would use to share my content by mail. It's simple, it uses the mailto protocol and it works. However the message within the mail sucks because it's plain text. I know there are emails with a html…
0
votes
1 answer

.hide() function works in Chrome & Safari but not in Firefox

Hey all; I have a bit of code which is hiding one element of this website as soon as it loads. It seems to work okay in Chrome & Safari but it doesn't work in Firefox…