Forum Activity for @michael

michael
@michael
11/06/16 11:57:34PM
7,832 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,832 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,832 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,832 posts

Search Problem


Genosis

great news, :)
michael
@michael
11/06/16 12:28:05AM
7,832 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
michael
@michael
11/06/16 12:17:06AM
7,832 posts

puzzle with jrCore_module_url


Using Jamroom

What really helps us help you is if you can tell us how to reproduce the error. Thats 90% of the way to figuring out how to fix it.

Its unclear from your screenshot what the screenshot is of. Its something being shared to the timeline. Which module is it thats being shared to the timeline in your screenshot?

It might be a problem that effects everyone, or maybe just one that effect you, so its important to know if the issue has started happening after changes were made, or if it happens on a stock system.

Ideally we'd love to just fix the core issues for everyone, so its helpful to understand if this is an issue that exists everywhere or has been added in while customizing the site. :)

So to help us help you, a great structure to format requests is to phrase it like a question on an examination with enough info for us to be able to answer the question.

eg
------
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
-----------
michael
@michael
11/06/16 12:05:27AM
7,832 posts

changing background color of menu bar subtabs?


Design and Skin Customization

The CSS that controls that black color is:
#menu ul a:hover

Its most likely in your skin at:
/skins/(YOUR-SKIN)/css/menu.css

Its not guaranteed that that will be able to be changed in the STYLE tab of the ACP. You have more control over skins when you're using the file system.
michael
@michael
11/04/16 11:32:17PM
7,832 posts

easy ajax pagination in sitebuider


Suggestions

WIDGET:
list module: timeline
results per page: 2
* save.

CONTAINER SETTINGS -> container layout -> tabbed


---
Thats it. ajax pagination for the activity timeline.
michael
@michael
11/04/16 11:24:29PM
7,832 posts

RSS Feeds


Using Jamroom

Not understanding the question. Its unclear whether you want to output your content to a feed for others to use, or are looking for feeds to bring in to your site.

Docs for the RSS feed module are here:

Docs: "RSS Feed and Reader"
https://www.jamroom.net/the-jamroom-network/documentation/modules/277/rss-feed-and-reader
  320