Forum Activity for @michael

michael
@michael
01/03/17 08:10:05PM
7,832 posts

Audio Pro Mobile


Using Jamroom

My guess is that the image being shown is of too smaller size for the size its expaned to. Its probably size /small/ or /icon/ with an .img_scale class so that it expands to fill the width of the container its in.

The solution is to change its size up in the template that controls it if your desire is to make it crisper. Or if you want it smaller, remove the img_scale class.

Is this the default setup? If so we need to fix it on our end because thats not a good default to have.
michael
@michael
01/03/17 07:34:08PM
7,832 posts

Aparna - FormDesigner


Using Jamroom

There is no preview for the image when it is uploaded before the form is submitted. Once the form has been submitted and the UPDATE button is clicked, you will see the image in the form.
michael
@michael
01/03/17 07:04:29PM
7,832 posts

Aparna - FormDesigner


Using Jamroom

serveion:..... when i go to update the test for something else, it keep asking for an images the i already uploaded.
on create the images is uploaded. but when i update the post ask me for the image. ....

Sounds like you have the REQUIRED checkbox on the UPDATE form for the module.

make it required for the CREATE form but not required for the update form if you dont require them to upload a new image when they submit the update form.

--
preview the image when you are updating? if you are using an image field, the image should show there (from memory, doesnt it?)
michael
@michael
01/03/17 12:01:20PM
7,832 posts

Help with Mogul Skin


Design and Skin Customization

all the footer stuff can be found in the footer.tpl file.

How you edit it depends on your level of web development experience and on how far you want to take your customizations.

If you plan to make a lot of changes, the best way is to use standard web development techniques and edit the files of the skin via SFTP. Make your changes on the files in your skin.

If you just want to tweak a few things, then you can do that from within the ACP via the TEMPLATES tab of the skin.

There are benefits to both methods.

The purple tint for that skin is not one that is made available to the ACP, so you'll need to adjust the css file.

look for it around line 444 of:
/skins/YOUR SKIN/css/skin.css

It will look like this:
.index .overlay, .dark .overlay, .footer .overlay {
    background: rgba(120, 20, 60, 0.8) none repeat scroll 0 0;
    display: block;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 0;
}

Change the rgba() to the color you want. The way I would look to find the color I wanted for this is using the very common web development tool
* Firebug

in the firefox browser, along with the
* Firepicker

extension. This will allow you to choose the color you're after exactly, then you add it to the css file and upload.

Clear the caches for the system at:
ACP -> MODULES -> CORE -> TOOLS -> RESET CACHES

and see how your changes look.

repeat.
michael
@michael
01/02/17 08:18:13PM
7,832 posts

Review our android app using proxima


Proxima

That looks really cool! well done.
michael
@michael
01/02/17 08:12:12PM
7,832 posts

Having theĀ  Event and Blog module able to Upload Multi imagess Like the Gallery Module all at once


Design and Skin Customization

:) great. Thanks for that :)

around to help if you need it, you probably wont, but if you do.
michael
@michael
01/02/17 08:09:04PM
7,832 posts

Header prevents access to top tabs and login fields on ipad


Installation and Configuration

either of those should work.

Just make sure to clear the caches out after you do either.
michael
@michael
01/02/17 06:06:15PM
7,832 posts

Header prevents access to top tabs and login fields on ipad


Installation and Configuration

The problem is the header section is over the top of the page. The ipad min doesnt understand that its there.

The solution is to add a margin the height of the header image to the top of the main section of the page.

I dont have an ipad mini to test on, but the solution is going to be adding a
 margin-top: 70px; 

to the #wrapper css class that exists in your mobile only .css file.

something like:
#wrapper {
 margin-top: 70px; 
}
to force the page to start below the height of the header on mobile devices.

If thats not enough info to try some ideas out and check if they work, I can get setup to give more specific ideas.

let me know.
michael
@michael
01/02/17 05:54:52PM
7,832 posts

OG Tags Not Working


Using Jamroom

yeah, the buttons are not sharing the page that they are on. The /site_blogs has its og:tags but the share this button from the list will be sharing the DETAIL page of that item.

So if you click the share button from the /site_blogs for "New Years eve party tonight with bubba reaves"

its actually sharing this url:
https://www.mixposure.com/ocr-boys-bobby-g/blog/7526/new-year-eve-party-tonight-with-bubba-reaves

Which has its own set of og:tags.

which are currently probably put there by the jrShareThis module reading from the file at:
/modules/jrBlog/templates/jrShareThis_facebook_meta.tpl

so you can customize all blogs meta detail from there.

Once this new update comes out they will be coming from
/modules/jrBlog/templates/meta.tpl
michael
@michael
01/02/17 05:47:52PM
7,832 posts

More about Notification


Suggestions

Previously was a chart like that, got changed to what it is now from that. We'll have a talk about it.
  299