Forum Activity for @michael

michael
@michael
11/08/16 05:30:02PM
7,826 posts

Youtube Channel sync


Suggestions

you can add channels in the next version.
michael
@michael
11/08/16 04:21:39PM
7,826 posts

Posting of Replies Aren't Showing


Using Jamroom

Yep, this thread is very confusing to me. Generally I try to answer the question in the title, then mark it solved.

I'm sure anyone who can see the issue understands the issue as perrie says she can see it too, but I cant grasp from the information provided how to see the issue so I can recreate it for testing.
michael
@michael
11/07/16 06:31:29PM
7,826 posts

caching issue in new beta core?


Installation and Configuration

Quote: .....m/modules/event.zip/.........
There should only be actual modules in the /modules directory. move the 'event.zip' out of there.
michael
@michael
11/07/16 06:00:57PM
7,826 posts

Posting of Replies Aren't Showing


Using Jamroom

A great way to think about asking a question is: If you knew you weren't going to get a reply for another week what would you want to be in that reply?

Ideally you'd like the answer to your question, not a question asking for clarification or more information.

In order for us to answer your question we need to know what the question is. This is a good structure:

------
What steps will reproduce the problem?
1.
2.
3.

What is the expected result?

What happens instead?

Please provide any additional information, code samples or screenshots
-----------

Quote: .....Also, my issue with getting files attached does not resolve either.

What do I do next? ....
Just can't be answered without asking for more info.
updated by @michael: 11/07/16 06:01:24PM
michael
@michael
11/06/16 11:57:34PM
7,826 posts

caching issue in new beta core?


Installation and Configuration

Not seeing the Site builder issue.
Steps:
Add a widget to sitebuilder with the timeline module and "results per page" set to 2.
With caching active at 300 seconds edit that ITEM LIST widget and change the per page to 3.

Expected:
I expected to see it stuck at 2 if i'm following your error report correctly, but it changed to 3 as expected.

I repeated and changed it to 4 trying to see the error. No error.

Possible its caching that the edge browser is doing by itself. Test also with firefox. If its only happening in one browser, its not related to the jamroom code, but to the browser being used.
michael
@michael
11/06/16 07:04:20PM
7,826 posts

Posting of Replies Aren't Showing


Using Jamroom

Try changing to a default skin, see if it works there.
michael
@michael
11/06/16 03:54:27PM
7,826 posts

changing background color of menu bar subtabs?


Design and Skin Customization

#111 is a very dark color just lighter than black.

on your site strumelia, it looks like you need to change the #menu ul a as well.

#menu ul a:hover {
    background-color: #111;
    background-image: -moz-linear-gradient(#111, #000);
    background-image: -webkit-linear-gradient(#111, #000);
    background-image: -o-linear-gradient(#111, #000);
    background-image: -ms-linear-gradient(#111, #000);
    background-image: -webkit-gradient(linear, left top, left bottom, from(#111), to(#000));
    background-image: linear-gradient(#111, #000);
    color: #0FB1DD;
to

#menu ul a:hover {
    background-color: green;
    color: #0FB1DD;
I chose 'green' but you can pick whichever color you want.

and find:
#menu ul {
     background: rgba(0, 0, 0, 0) linear-gradient(#444, #111) repeat scroll 0 0
and change it to

#menu ul {
     background-color: green;
michael
@michael
11/06/16 03:14:26PM
7,826 posts

Search Problem


Genosis

great news, :)
michael
@michael
11/06/16 12:28:05AM
7,826 posts

Search Problem


Genosis

Little more info would be nice, try this layout:
----
What steps will reproduce the problem?
1.
2.
3.

What is the expected result?

What happens instead?
----

Here's a link to some docs: ;)

Docs: "Search"
https://www.jamroom.net/the-jamroom-network/documentation/modules/950/search

Docs: "Search has stopped working on my site"
https://www.jamroom.net/the-jamroom-network/documentation/problems/3477/search-has-stopped-working-on-my-site
  319