Forum Activity for @blindmime

blindmime
@blindmime
01/09/17 05:24:01AM
772 posts

search issue on new skin


Design and Skin Customization

I've been working on a skin migration from a bootstrap html template. It's coming along pretty good so far. I've sort of glommed it on top of jrElastic so the admin side is like a Frankenstein skin but it looks alright.

I have this for the search menu:
{if jrCore_module_is_active('jrSearch')}
                        <li><a onclick="jrSearch_modal_form();" title="Site Search">{jrCore_image image="search24.png" width="24" height="24" alt="search"}</a></li>
                    {/if}

But what happens when I click on the search icon is I get the greying of the site, but no search modal appears.

What could I be missing?

http://discoversounds.com
updated by @blindmime: 04/20/17 02:30:54AM
blindmime
@blindmime
12/23/16 05:40:03AM
772 posts

possible jrTag cloud issue


Using Jamroom

I'm seeing the tags update almost immediately after entering a new one. This is a personal blog so it's just me and there are maybe a couple dozen keywords so far, none of which are more than 4 words, I believe.

What Michael says makes sense, of course, so I did some testing here. I have the out-of-the-box tag_cloud on the jrElastic profile page. A couple of the most prevalent keywords which are not currently showing in this cloud are "tapegerm" and "happenstance". Three additional prevalent keywords are "elementary penguins" and "4-track" and "doris gets her oats", As I enter them on more items they disappear and/or appear. It doesn't appear to be a random issue; it seems that as the cloud word gets larger it disappears at some point. Currently, "doris gets her oats," "happenstance" and "tapegerm" don't appear in the profile page cloud. In this case, I suggest, the cloud is not working as it should be working. I expect the most prevalent terms to show.

I have also put a cloud on the site index page without the profile_id call. I've put it at 600 height and in a 6col div. As Michael suggests it appears to be working as it should. "tapegerm" is the largest word which I would expect. I believe it's the most prevalent tag.

So, yes, the smaller space is pushing some words out on the profile page, but I suggest it's pushing the wrong ones out.
blindmime
@blindmime
12/21/16 05:00:39AM
772 posts

item tags in select dropdown


Design and Skin Customization

Thanks, Paul! That works great. Use jrTags instead of jrTag though. Instead of assigning it, I sent it to template thusly:

{if isset($_items)}
  {foreach from=$_items item="row"}
<option value="{$row.tag_text|replace:'%20':' '|capitalize}">{$row.tag_text|replace:'%20':' '|capitalize}</option> 
  {/foreach}
{/if}
blindmime
@blindmime
12/20/16 02:56:43AM
772 posts

possible jrTag cloud issue


Using Jamroom

I think it's not showing the most prevalent item. I just added a bunch of tags and suddenly the tag I had entered first which was the most prevalent is showing and the tag I just added to a bunch of items is not showing.
blindmime
@blindmime
12/20/16 02:41:24AM
772 posts

item tags in select dropdown


Design and Skin Customization

I would like a dropdown select menu populated with all the audio item tags I've added.
updated by @blindmime: 03/23/17 07:54:00AM
blindmime
@blindmime
12/20/16 02:28:42AM
772 posts

possible jrTag cloud issue


Using Jamroom

I've noticed that the first tag I created, which also happens to be the most prevalent tag I have subsequently added to items, isn't showing at all in my tag cloud.
updated by @blindmime: 05/01/17 09:08:52AM
blindmime
@blindmime
12/20/16 02:23:42AM
772 posts

possible jrStore issues


Using Jamroom

On the index page here http://blindmime.com I have list of merch on the right. The Henry the Lima Bean t-shirt in the list is showing the 2nd image I uploaded. Go to the product page and it shows the 1st image I uploaded.
blindmime
@blindmime
12/20/16 02:03:01AM
772 posts

possible jrStore issues


Using Jamroom

We have this in jrElastic's list template in the jrStore module: {if strlen($item._product_images.0)}. Does this imply >0?

Also, let's say the product is a t-shirt and I'm uploading a front and back image. I upload the front first and the back 2nd. On the form page, the front appears first, the back 2nd. On the product page the front is displayed with a (2) showing more than one image is available. I can click on it and the front shows first and the back 2nd.

However, on a list page, the back side is displayed. Is $item._product_images.0 the last image uploaded? I believe you would most likely want the same image displaying in a list as the primary image which is displayed on the product page.
updated by @blindmime: 03/21/17 05:33:25PM
blindmime
@blindmime
12/13/16 03:17:00PM
772 posts

upgrading to jr6 from 5.2


Using Jamroom

Awesome -- thanks. You guys make it so easy, who reads instructions?
blindmime
@blindmime
12/13/16 04:47:17AM
772 posts

upgrading to jr6 from 5.2


Using Jamroom

I have a site with a couple custom modules created from aparna. The customization beyond that consists of adding some templates to list the data. This site is used by a landscaping company whose workers log their tasks while they are out in the field.

I thought I would run the upgrade on a test domain first, so I've created a dummy domain and transferred the site into it using the hosting transfer module. Then I ran the upgrade.

After the upgrade, jrCore lists are not functioning as before. This brings up nothing on the jr6 site, but does on the original jr5 site:

{jrCore_list module="agTask" profile_id=$_profile_id order_by="_created desc" limit="10000" pagebreak="20" page=$_post.p pager=true}

Is there something in the upgrade that would cause this to behave differently?
updated by @blindmime: 03/14/17 12:47:12PM
  15