Jump to content

vpatrickd

Members
  • Posts

    21
  • Joined

  • Last visited

 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 vpatrickd

  1. 27 minutes ago, TAMAN said:

    wait, i think 2.0.1 is way too old and it was on ips 4.1 version, as i said the theme must be installed fresh if you are using old version from ips 4.1

     if you dont have too many customiztions then just do a fresh install 

    OK let me try it, thanks TAMAN.

  2. 9 hours ago, TAMAN said:

    mmm it doesnt happen here, during upgrade did it ask that you have edited any templates?

    have you edited any templates? 

    It did not ask that and I have not edited any templates. I literally only uploaded a new version of the theme (from 2.0.1 to 4.1.1)

  3. 3 hours ago, TAMAN said:

    You are on IPS 4.2 right? If so yes use "Upload a new version" method :) 

    you ONLY need to install the theme fresh if you are upgrading from IPS 4.1 to IPS 4.2 

    Hi again @TAMAN

    Thank you. I just did that, now having a very minor issue, the user bar and the header bar seems unaligned. What should I do to fix this?

    Screen Shot 2017-08-23 at 7.54.24 PM.png

  4. Hi @TAMAN

    Quick question. I haven't been updating the theme regularly, so right now I'm still using version 2.0.1. I have just updated to IPB 4.2.2. The question is, when I download your newest version (4.1.1), do I have to use the "Upload new version" method or install as fresh, to keep my theme settings intact?

    Thank you.

  5. Hello @Theme Tent UK

    is there a way to backup all php widgets when you have many of them? Because if I put in another php widget, and I messed up the code and gave me error, the whole page site is gone and only gave me an error. As far as I know there is no way to fix it unless I uninstall the plugin and reinstall it again - in doing so I would lose all my php widgets with all the codes. Can you help?

  6. 2 hours ago, TAMAN said:

    Yea i changed some class names a while ago i already answered in previous posts tho to post the new one 

     

    So this should be working fine.

    
    .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;
    }

     

    ---

    BTW, Thank you for your review! :) 

    Works!

    Thank you Taman!

  7. On 1/17/2017 at 9:51 AM, TAMAN said:

    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;
    }

    MaxthonSnap20170117054851.png

    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 

    Hi @TAMAN

    I wanted to do this too on my site, I followed your instruction and added the code to custom.css, clicked save, but nothing changes. What am I missing?
    Is there an option to do this from your theme options in the latest version? Thanks.

×
×
  • Create New...