Forum Activity for @michael

michael
@michael
01/03/17 10:45:31PM
7,826 posts

Header prevents access to top tabs and login fields on ipad


Installation and Configuration

if its working on android, but not on ipad then its a browser quirk that needs to be played with. I dont have either an ipad or an android device to test with sorry, so cant say for sure what will work.

You can see at the top of both those files there is a line that looks like this:
@media only screen and (max-width: 1025px) {

that wraps all the code beneath it. That line is saying if the screen size is smaller than this, then use this CSS.

What you need to do is figure out what section is firing, then add your code in there.

Anyone got an iPad they don't want? I'll try to locate one.
michael
@michael
01/03/17 10:36:20PM
7,826 posts

Audio Pro Mobile


Using Jamroom

haven't got a mobile device that is capable of viewing stuff sorry.(old school) Had an android for a while but it died. :(
michael
@michael
01/03/17 08:43:54PM
7,826 posts

Latest Activity showing "Holly posted a new comment on Holly"


Using Jamroom

take a look now, think this is working correctly on your site strumelia. if it is I'll get it out for everyone.
michael
@michael
01/03/17 08:20:11PM
7,826 posts

Latest Activity showing "Holly posted a new comment on Holly"


Using Jamroom

ok, so for you strumelia its the timeline entry for writing a comment on someones profile right. Will look at it now.
michael
@michael
01/03/17 08:10:05PM
7,826 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,826 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,826 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,826 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,826 posts

Review our android app using proxima


Proxima

That looks really cool! well done.
michael
@michael
01/02/17 08:12:12PM
7,826 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.
  298