Forum Activity for @the-patria-company

PatriaCo
@the-patria-company
07/11/16 11:09:31AM
349 posts

New Module - Single Front Page Presentation for Profiles


Suggestions

Hey Nate :)

Just a thought here regarding these awesome new skins. Now that we have the ability via custom domains to invite artists to point their domains to our jamroom sites, Jamroom has become much more of a "platform" with capabilities that rival Wordpress Multi-sites.

It would be awesome if your new Single Front Pages could be packaged into a Front Page Module for profiles. It would be like Profile Tweaks on steroids.

What do you think?


updated by @the-patria-company: 10/13/16 05:31:02AM
PatriaCo
@the-patria-company
07/11/16 10:03:40AM
349 posts

iSkin4 Top Image Slider


Design and Skin Customization

My production site with the slider code above.
image.jpg image.jpg - 603KB
PatriaCo
@the-patria-company
07/11/16 09:48:46AM
349 posts

iSkin4 Top Image Slider


Design and Skin Customization

Hey Nate,

I really like your index page image slider on desktop and mobile, but on my iPad mini it has a large empty gray area under the image before section 2.

My current image slider does not do that, but it lacks the functionality that you have built into the iSkin4 image slider... plus my slider does not look nearly as nice on mobile. Do you think a middle point @media css option would be possible for the iSkin4 to look nice on tablets? Or is there a way to use the responsive ability of my image slider in the iSkin4 until it hits mobile size?

Here is the code I am using:

            <script type="text/javascript">
                $(function () {
                    $("#index_slider").responsiveSlides({
                        auto: true,          // Boolean: Animate automatically, true or false
                        speed: 400,          // Integer: Speed of the transition, in milliseconds
                        timeout: 6000,       // Integer: Time between slide transitions, in milliseconds
                        pager: false,         // Boolean: Show pager, true or false
                        random: false,        // Boolean: Randomize the order of the slides, true or false
                        pause: true,         // Boolean: Pause on hover, true or false
                        maxwidth: 1920,       // Integer: Max-width of the slideshow, in pixels
                        namespace: "rslides" // String: change the default namespace used
                    });
                });
            </script>
            
<div id="cbp-fwslider" class="cbp-fwslider">
	<ul id="index_slider">
		<li><a href="https://schoolhouse.assemble-together.org/" target="_blank"><img src="https://assemble-together.org/image/img/skin/atEZtree/SchoolHouse_Slide.jpg" alt="LEARN"/></a></li>
        <li><a href="https://assemble-together.org/user/signup"><img src="https://assemble-together.org/image/img/skin/atEZtree/Love_Slide.jpg" alt="LOVE"/></a></li>
		<li><a href="https://assemble-together.org/genealogy"><img src="https://assemble-together.org/image/img/skin/atEZtree/Life_Slide.jpg" alt="LIFE"/></a></li>
	</ul>
</div>

updated by @the-patria-company: 10/11/16 01:19:30PM
PatriaCo
@the-patria-company
07/08/16 02:47:00PM
349 posts

More Control of the Liked Items Page


Suggestions

Can a template be made for this page: /like/liked_items. Now that I have made it easier for people to find, they really like it, but it needs to be ordered differently. Plus I need to style it to match the rest of the site.
updated by @the-patria-company: 10/13/16 05:33:28AM
PatriaCo
@the-patria-company
07/08/16 02:22:49PM
349 posts

How Can I Change Button Icons?


Design and Skin Customization

Yes, there was a problem with this specific example. It needs to be wrapped by an if statement so that it is only visible to the profile owner.
{if jrProfile_is_profile_owner($_profile_id)}

Then it works great.

*** We had some members that were confused by all of the PLUS "+" icon buttons. So now they have a "silhouette with a plus" icon button for creating new profiles. ***

Thanks for the help guys!!
PatriaCo
@the-patria-company
07/08/16 09:20:28AM
349 posts

How Can I Change Button Icons?


Design and Skin Customization

OK, I got this to work.

<a href="{$jamroom_url}/profile/create" title="Create new Profile">{jrCore_icon icon="profile_m" size=30}</a>

Can you see any long term problems with using it?
PatriaCo
@the-patria-company
07/07/16 03:58:09PM
349 posts

Posting a Feature Request Vote


Suggestions

Hmmm, I am not seeing it. I would like to vote for it. Can you paste the direct link please or maybe it is private just for you admins?
  23