Forum Activity for @douglas

douglas
@douglas
01/14/17 07:10:33AM
2,812 posts

Whats up everyone!


Off Topic

Welcome @mary!
douglas
@douglas
01/14/17 07:05:58AM
2,812 posts

back ground color


Using Jamroom

That is what the FireFox's developer tools do, in fact I think most browser have this now, right click on a section and click inspect element, it will show you html and CSS classes and id's used.

Hope this helps!
douglas
@douglas
01/11/17 02:37:53PM
2,812 posts

Header prevents access to top tabs and login fields on ipad


Installation and Configuration

Okay, in your table_core.css file, try changing this:

    #header {
        height: 115px !important;
    }

to this:

    #header {
        height: 115px !important;
        position: inherit;
    }

See if that fixes it.
douglas
@douglas
01/11/17 11:24:38AM
2,812 posts

Header prevents access to top tabs and login fields on ipad


Installation and Configuration

If I recall correctly, your using a clone of the ningja/ninja skin, there is a spacer class used for the desktop, try adding it to your mobile_core or tablet_core CSS files and add more space, it looks like this:

.spacer {
    padding-top: 75px;
}

Try changing 75px to 125px and see if that helps any.
douglas
@douglas
01/11/17 08:51:12AM
2,812 posts

Header prevents access to top tabs and login fields on ipad


Installation and Configuration

In your mobile_core.css file, try changing the header position to static instead of inherit...

#header {
        position: static;

Hope this helps!
updated by @douglas: 01/11/17 08:51:25AM
douglas
@douglas
01/10/17 12:02:46PM
2,812 posts

PayPal Buy Now Button Not Showing


Installation and Configuration

starone:
I have disabled FoxyCart and just want to use the "Buy It Now" Pay Pal option for my artists downloads. I checked to ensure that the module was active and the quota was set for everyone. I am not seeing a shopping cart button or a field to set the price in the audio section. Any idea what is wrong?

Make sure the profile has entered an email address in their "payments email address" field in the profile modify section.

Hope this helps!
douglas
@douglas
01/09/17 06:54:45AM
2,812 posts

Menu items missing


Using Jamroom

Try switching to a default skin and see if the issue is there, if not we then know is an issue with your custom skin. You might also check the logs to see if there are any errors.

Aside from that, we would need access to the site to check it out.

Hope this helps!
douglas
@douglas
01/07/17 06:03:38AM
2,812 posts

How do i add a login box to my index page.


Design and Skin Customization

Did you follow the docs Michael posted?

https://www.jamroom.net/the-jamroom-network/documentation/jamroom-developers-guide/603/howto-add-the-user-login-form-to-any-page

It is a fairly simple copy and paste type of doc, not sure why it wouldn't work for you?

If you can give us more detailed steps on what your doing, what your expecting to see and what you actually see, we might be able to guide you in the right direction.

Thanks!
douglas
@douglas
01/04/17 03:44:31PM
2,812 posts

How do I set a default profile header image?


Design and Skin Customization

duke:
its been resolved thanks, i had to copy file from a different skin and upload via FTP.

Glad to hear it.

Can you let us know which skin it is your using so we can make sure the image is there?

Thanks!
  75