Jump to content

RaZor Edge

Members
  • Posts

    22
  • Joined

  • Last visited

Reputation Activity

  1. Like
    RaZor Edge reacted to TAMAN in Behemoth Theme [ support topic ]   
    Hello
    Have you installed a new editor skin? The problem might be because of that.
    any ways, there is also a setting in Topic view tab you can disable my theme editor styles, try it maybe!
  2. Like
    RaZor Edge reacted to TAMAN in Behemoth Theme [ support topic ]   
    /* SHOE ON DESKTOPS */ @media screen and (min-width: 980px) { /*Paste the code here*/ }  
  3. Like
    RaZor Edge reacted to TAMAN in Behemoth Theme [ support topic ]   
    Yes, But Only if you dont have a lot of navigation menu items, otherwise without a hell of customization is not possible : )  
    anyways this should work fine 
    .ta-headerContainer{ width: 100%; } .logoWrap { position: absolute; top: 15px; /*Change the top position of your logo here*/ bottom: 0; } @media screen and (max-width: 979px){ .logoWrap{ position: initial; } }
  4. Like
    RaZor Edge reacted to TAMAN in Behemoth Theme [ support topic ]   
    Sorry
    This should be fine now
    .ta-userNav { top: 100px; bottom: initial; } .ta-userNav #elUserNav{ padding: 7px 15px; } .ta-userNav #elUserNav:before { border-left: none; } html[dir="rtl"] .ta-userNav #elUserNav, html[dir="ltr"] .ta-userNav #elUserNav{ background-color: {hextorgb="userbar_bg" opacity="0.80"}; background: -webkit-linear-gradient(to left, {hextorgb="userbar_bg" opacity="0.80"} , {hextorgb="userbar_bg" opacity="0.15"}); background: linear-gradient(to left, {hextorgb="userbar_bg" opacity="0.80"} , {hextorgb="userbar_bg" opacity="0.15"}); border-right: none; border-radius: 3px; }  
  5. Like
    RaZor Edge reacted to TAMAN in Behemoth Theme [ support topic ]   
    Version 1.0.3
    Support for IPS 4.1.18
  6. Like
    RaZor Edge reacted to TAMAN in Behemoth Theme [ support topic ]   
    add to custom.css
    .usernavigation.ipsLayout_container{ max-width: 100%; } /*Adjust the top*/ .usernavigation.ipsLayout_container{ top: 100px; bottom: initial; } /*userbar size*/ .usernavigation #elUserNav{ padding: 7px 15px; } .usernavigation #elUserNav:before { border-left: none; } /*transparency*/ html[dir="rtl"] .usernavigation #elUserNav, html[dir="ltr"] .usernavigation #elUserNav{ background-color: {hextorgb="userbar_bg" opacity="0.80"}; background: -webkit-linear-gradient(to left, {hextorgb="userbar_bg" opacity="0.80"} , {hextorgb="userbar_bg" opacity="0.15"}); /* left to right transparency. if you dont like it remove this line */ background: linear-gradient(to left, {hextorgb="userbar_bg" opacity="0.80"} , {hextorgb="userbar_bg" opacity="0.15"}); /* left to right transparency. if you dont like it remove this line */ border-right: none; border-radius: 3px; }
    Enjoy  im glad you like it 
    Edit: btw i might add it as a setting for next update so users can simply switch the user bar style  you got good ideas xD thanks 
  7. Like
    RaZor Edge reacted to 2002faq in Pages SuperGrid support   
    Is there a way to install this twice? Like, if i replace all "SuperGrid" in both files to "SuperGrid1"  Will that give me 2 versions of the templates and plugins?
    Do i also need to replace all template_id in the second version?
    I know this is beyond standard expected support, but hoping you can still give an answer
    steve k.
  8. Like
    RaZor Edge reacted to TAMAN in Behemoth Theme [ support topic ]   
    You're right. unnoticeable haha i will fix it as soon as possible, in my side it is only on Microsoft edge and ie 11 but not chrome 
    Thanks for spotting lol damn i hate you internet explorer 
  9. Like
    RaZor Edge got a reaction from TAMAN in Behemoth Theme [ support topic ]   
    Hi,
    In facts, it shows on the demo website or any other. Using Edge or IE 11, the page show fine, but if I look at the browser bottom slider, I see that there seems to be space (see attach files).
     

  10. Like
    RaZor Edge reacted to Nathan Explosion in Best Way To Import Data To Pages   
    Insert one item in to your pages database. Look at the cms_databases table in your site database and identify the database_id for your pages database. Look at the cms_custom_database_X (where X = that database id) table and review the content, and how it is populated. Take that structure and mirror it in your excel spreadsheet (titles etc) Use the Import -> CSV functionality in phpmyadmin to import the csv file in to the table. It's how I've populated over 100 years worth of football league tables in to a pages database - approximately 20,000 records.
×
×
  • Create New...