Support community for TTG plugins and products.
NOTICE
The Turning Gate's Community has moved to a new home, at https://discourse.theturninggate.net.
This forum is now closed, and exists here as a read-only archive.
You are not logged in.
Thanks. I thought that might be the case. I've already started looking at the code. Assuming I take the HTML approach, would Stage enable me to embed slide shows in my site? I'm assuming it can; I'm just looking for confirmation.
Following through on your suggestion works to my satisfaction, especially if I completely suppress the background image of the gallery page and make the background white. However, in the rest of my web site I am using a texture as my page background. How can I "remove" the background image of the gallery page and replace it with my textured background? I can do this if I select HTML: single-image instead of Touch, but I lose the resizing aspect on my site when displaying individual photos and the slide show capability.
Would CE4 Stage be of any use to me in this regard?
You're right, Rod, at least on my phone. If I get rid of the top and bottom bars, everything fits regardless of phone orientation. But I would like to keep these bars if I can.
Check the Amor de Dios gallery.
How can I get my photos to resize without being cut off top and bottom when displayed on screens with different resolutions or where the browser window is smaller than full screen? Screen orientation, as with a cell phone, is also an issue here.
Added note on further testing: Some resizing occurs on a PC, but there is a lower limit.
Thanks again, Rod, for your help. I got your last email last night just as I was about to go to bed; so I didn't make the fix until this morning. The bullets line up properly now. A bit more space above and below the unordered list than I would like, but I can work on that. I am reworking my web site, so more changes are to come, especially in the galleries.
Although, as I say on my web site, I've had many years in IT, all my coding experience was on mainframes. I am slowly learning some html and css coding as I work on my site, often going in to tweak the code after compiling the TTG modules. The <code> bit I picked up from a web search, but didn't understand the implications. So much to learn, so little time.
Thanks, Rod, for your suggestions. I also tried a numbered list; but the results were the same, the numbers to the left of all the text.
I had earlier tired this embedded code:
<code>
<ul class="disc">
<li>flamenco dance</li>
<li>architecture</li>
<li>street photography</li>
<li>paintings and other art works</li>
<li>candid event photography</li>
</ul>
</code>
The problem persisted with the added one that the text in the list was smaller that that outside the list. I then tried your suggested code combined with mine.
<code>
<ul class="disc", style="display:inline-block;">
<li>flamenco dance</li>
<li>architecture</li>
<li>street photography</li>
<li>paintings and other art works</li>
<li>candid event photography</li>
</ul>
</code>
This worked as I wanted except that again the text in the list was smaller than that outside the list. So all I have to do now is increase the font size, a problem I was working on earlier today with no success. You can see it on my web site. However, I am making progress. Thanks again for your suggestions.
The text in MarkdownPad is simply cut-and-pasted into Lightroom so that's not an issue. It's in going from Lightroom to the web that I am having my problem.
I have been using MarkdownPad with the TTG modules for several years now. Initially an unordered list,both bullets and adjacent text, would be indented from the other text in the text block in MarkdownPad; while on the web the bullets would be flush with the other text, which I found acceptable. This held true in CE3. Now in CE4 I find that the MarkdownPad appearance is unchanged; but on the web all the text is aligned and the bullets are outside the text to the left. From the looks of it, the Markdown coding is held as a fragment and interpreted on the run, so there is not changing the html coding before uploading to the server. Has anyone else had this problem? And is there a solution?