Forum Activity for @douglas
Did you run the Integrity Check tool?
ACP > System Tools > Integrity Check
You may also need to reset your cache...
ACP > System Tools > Reset Cache
updated by @douglas: 11/22/18 12:26:20AM
How do you customize the tiny MCE editor buttons?
Jamroom Developers
You can modify the editor menu (add/remove buttons) in your modules/jrCore/templates/form_editor.tpl
If you don't want image uploads, you can disable it per quota in your ACP > Forms > Editor Image Upload > Quota Config
Simple Custom Forms Not Working Properly?
Design and Skin Customization
If you have that form setup for logged in users only, it will also not show.
Do you have a link we can check out?
You may need to send us your admin login as well. support[at]jamroom[dot]net
Strange page.
Installation and Configuration
Do you have the Genosis modules active?
That is where that page is coming from.
Simple Custom Forms Not Working Properly?
Design and Skin Customization
The email field will only show if you are logged out.
custom form browser
Suggestions
I've got this one added too.
https://www.jamroom.net/the-jamroom-network/tracker/1694/form-response-count
Thanks!
jrStore image issue
Using Jamroom
Yep, seeing the same here as well. Started a tracker for this one too.
https://www.jamroom.net/the-jamroom-network/tracker/1693/store-item-list-image-issue
Thanks!
possible jrStore shipping issue
Using Jamroom
I'm seeing the same issue and have opened a tracker for it here.
https://www.jamroom.net/the-jamroom-network/tracker/1692/issue-adding-subscription-and-an-item-to-the-cart
Issue with Audio Module
Using Jamroom
The Audio detail page will be getting an update soon that will address this.
For now, you can modify the item_detail.tpl:
ACP > Media > Audio Support > Templates click the modify button for the item_detail.tpl and find this:
<div class="jraudio_detail_player_right">
{jrCore_module_function function="jrImage_display" module="jrAudio" type="audio_image" item_id=$item._item_id size="large" class="iloutline img_shadow" alt=$item.audio_title width=false height=false}
</div>
and change it to this:
<div class="jraudio_detail_player_right">
{jrCore_module_function function="jrImage_display" module="jrAudio" type="audio_image" item_id=$item._item_id size="large" class="iloutline img_shadow img_scale" alt=$item.audio_title style="max-width:198px;"}
</div>