Bernard Schelew
Forum Replies Created
-
I’m good thanks.
Sorry for the typo! croded = crowded.
Actually what I did was decrease the filmstrip to 50 px (from 100 px) and that, to my eye, looks a little small on the desktop and tablet but looks just fine on mobile devices so is a good compromise…. unless you’ve got some code that can say something like IF mobile, THEN filmsize = 50 px.
A friend of mine gave me this type of CSS code that fixed a # of columns displayed (with a sitemap plugin… not yours), that fixed the problem for me.
He said…
Duplicate the existing CSS, then wrap it with:
@media screen and (max-width:400px){
/* Put duplicated code here */
}
Then edit your duplicated code to reduce the number of columns.
You can adjust the max-width value to whatever screen width you think is best to have it drop down in # of columns 🙂
Got it.
- Create a New Page with the title Subscription Successful
- From the Block tab, add an HTML widget.
- Put {{stc-notice}} in the box
- Hit Publish
- Go to Quick Edit and change the slug to stcs-landing-page.
That’s it. Then after the Subscriber confirms their subscription by clicking on the link in the confirmation email they receive, this Subscription Successful page shows up just like any other page.
I’m also wondering exactly how to set up a subscribed and unsubscribed confiration notice and don’t know exactly what to do with the {{stc-notice}}.
Any help would be appreciated.