Jump to content

Steph40

Clients
  • Posts

    972
  • Joined

  • Last visited

  • Days Won

    2

 Content Type 

Downloads

Release Notes

IPS4 Guides

IPS4 Developer Documentation

Invision Community Blog

Development Blog

Deprecation Tracker

Providers Directory

Forums

Events

Store

Gallery

Posts posted by Steph40

  1. 24 minutes ago, Jorge Varela said:

    Hello guys,

     

    Im looking for some help! I'm trying to manage multilanguage articles. Is it possible? Thanks. Right now, i do have the language package in order to manage all translation but i was not able to upload articles in the language. 

    Only way I am aware of would be to use pages on a page with custom html and this :

     

     

  2. Thought I would share a simple tweak I use on my site with your theme. I use the fixed user bar and wanted to have a sticky menu too, also thought that chatbox+ widget was to low so added padding, so I added this to custom css:

    /* Fixed Header */
    @media screen and (min-width: 980px) {
      #ipsLayout_header {
        position: -webkit-sticky;
        position: sticky;
        top: -30px;
        z-index: 1000;
      }	
    }
    /*making sure user menu shows*/
    body > div.aXenUserBarTop.ipsResponsive_hidePhone.ipsClearfix {
    z-index: 1001;
    }
    #roomChat > div > h2.ipsType_sectionTitle.ipsType_reset.miniTitle.ipsHide {
    padding-bottom: 40px;
    }

     

  3. On 6/17/2019 at 4:46 PM, All Astronauts said:

    Yes, with caveats as of right now.

    1) Will be a seperate paid mod.

    2) I've a got line out to Wasabi support (I've been an account holder for nearly a year now) on this one singular hitch and I want to wait until I hear back from them first. I could launch now but it's juuuusssst a slightly messy small thing which may put off some people. Rather wait and see if I can get this cleared first.

    Any news on this? Did Wasabi get back to you?

×
×
  • Create New...