Forum Activity for @michael

michael
@michael
11/11/16 08:58:01PM
7,826 posts

CSS files - which to choose


Design and Skin Customization

If you want to just add you're own you can do that too.

First add the css file:
/skin/(your skin)/css/joanna.css (or whatever you want to call it.)

Then in include.php for the skin
/skin/(your skin)/include.php
you'll see all the other CSS files, so add yours to that list
    // Bring in all our CSS files
    jrCore_register_module_feature('jrCore', 'css', 'jrElastic', 'html.css');
    jrCore_register_module_feature('jrCore', 'css', 'jrElastic', 'grid.css');
    jrCore_register_module_feature('jrCore', 'css', 'jrElastic', 'site.css');
    jrCore_register_module_feature('jrCore', 'css', 'jrElastic', 'page.css');
.....
    jrCore_register_module_feature('jrCore', 'css', 'jrElastic', 'joanna.css');

Upload both joanna.css and that include.php to your site, reset the caches and your done.
michael
@michael
11/10/16 11:38:00PM
7,826 posts

changing background color of menu bar subtabs?


Design and Skin Customization

Sorry, I think I looked at it, figured you'd just change it and see, so glanced over it.

"background:" and "background-color:" are similar. "background:" is the short hand version that allows many attributes.

More info if interested:
https://developer.mozilla.org/en/docs/Web/CSS/background
michael
@michael
11/10/16 11:33:38PM
7,826 posts

Forum and Comments, newest first


Installation and Configuration

Its a real new thing, only went in last update, so easy to miss.
michael
@michael
11/10/16 11:24:06PM
7,826 posts

Iskin4-how to increase the slider to 30 from 16


Design and Skin Customization

Thanks for the URL, it really helps.

The structure suggests you've done more than just change th 16 to 32. The structure of that section is this:
<div>
<div id="pager_box_1" class="clearfix">
<div id="pager_box_2" class="clearfix">
<div id="pager_box_3" class="clearfix">
<div id="pager_box_4" class="clearfix">
<div id="pager_box_5" class="clearfix">
<div id="pager_box_6" class="clearfix">
<div id="pager_box_7" class="clearfix">
<div id="pager_box_8" class="clearfix">
<div id="pager_box_9" class="clearfix">
<div id="pager_box_10" class="clearfix">
<div id="pager_box_11" class="clearfix">
<div id="pager_box_12" class="clearfix">
<div id="pager_box_13" class="clearfix">
<div id="pager_box_14" class="clearfix">
<div id="pager_box_15" class="clearfix">
<div id="pager_box_16" class="clearfix">
</div>

But each of the pager_box_%% has 2 items in each.

I believe the two templates in question are index_list.tpl and index_item_1.tpl.

Try changing it back to 16 to see if that fixes it then back to 32 again to make sure it IS that change thats causing the effect.
michael
@michael
11/10/16 11:08:40PM
7,826 posts

Issue Tracker


Using Jamroom

Yeah, you're right. I just attached 5 images and only two are displayed, that was unexpected.

We'll get this fixed up.

Thanks.
michael
@michael
11/10/16 11:03:33PM
7,826 posts

Foxycart 'return to store'/'contine shopping' link location


Installation and Configuration

guess you've fixed it because I just tried and went from https://theartsherpa.com/ to foxycart then back to https://theartsherpa.com/

If not see what you have set at STORE URL here:
https://admin.foxycart.com/admin.php?ThisAction=EditStore
michael
@michael
11/10/16 10:34:10PM
7,826 posts

Development environments and cloning live sites


Jamroom Hosting

The docs table of contents is here:

Docs: Table of Contents
https://www.jamroom.net/the-jamroom-network/documentation/contents

The doc you're after is

Docs: "HowTo: Clone the Production Server"
https://www.jamroom.net/the-jamroom-network/documentation/jamroom-developers-guide/4153/howto-clone-the-production-server

Check out some of the other ones too and feel free to suggest any additions that you looked for but couldn't find. Thanks :)

--edit--
another way to do it would be the "Hosting Transfer" module to a different domain on jamroom hosting if you wanted to have both the production and the dev on the same server.

Docs: "Hosting Transfer"
https://www.jamroom.net/the-jamroom-network/documentation/modules/2960/hosting-transfer
updated by @michael: 11/10/16 10:38:08PM
michael
@michael
11/09/16 04:19:01PM
7,826 posts

Iskin4-how to increase the slider to 30 from 16


Design and Skin Customization

16?? there are only 5 slides.

Think you're talking about the width of the box that holds the buttons though.

Its the css from /skins/n8ISkin4/css/skin.css:
.slidesjs-pagination, ul.pager {
    bottom: 25px;
    position: absolute;
    right: 50%;
    transform: translateX(50%);
    width: 180px;
    z-index: 100;
}

Adjust the width to be wide enough to fit all your buttons on one row.

--
From your description it sounds like the images are stacking though, I cant see that. If that is the issue, then it will be the box containing the image has a fixed width that needs to be widened.
michael
@michael
11/09/16 03:48:35PM
7,826 posts

Will all skins get updated with new timeline


Design and Skin Customization

There's a big update coming soon, JR6. Its in the beta now.

Initially only the Follow Me skin will have the Timeline on the homepage setup. Not sure any of the other skins will get it too.

There are other updates that will effect other skins though, like the URL Scan module updates and the timeline quick audio, video, gallery add functions.
michael
@michael
11/09/16 01:01:43AM
7,826 posts

Posting of Replies Aren't Showing


Using Jamroom

I've tried with a user here
"¹²-ᴼ-ᶜᶫᵒᶜᵏ"
and still can't replicate the issue of not being able to reply. Despite the unusual characters used (they're small and stuck at the top of the row), the quoting system still worked.

The URL did help a lot, thanks perrie it tells me that we're talking about the discussion module here.
  318