Jump to content

Veilon

Members
  • Posts

    463
  • 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 Veilon

  1. On 23.02.2017 at 10:52 PM, Jimi Wikman said:

    Sorry, but yes that is correct. 

     

    Which version are you using ? If You have the opportunity, please provide access to the HP forum, we will try to help You

    23 hours ago, Tomasz Jeszke said:

    Hello Veilon,

    I want to use background image instead a background color in ipsType_sectionTitle. Can I please on little help?

     

    To change the background of all titles search the veilon.css this code

    .ipsType_sectionTitle {
        font-size: 20px;
        color: #b7bacd !important;
        padding: 17px 50px;
        background-color: #313448;
    }

    and replace

        background-color: yourhtmlcolor;

    To change background on a specific title or add a custom veilon.css

    li[data-categoryid="yourcategoryid"] .ipsType_sectionTitle { background: yourcode; }

    ID category, and you can learn from it links, for example

    /forum/42-community-led-resources-to-view/

    The category ID is 42

  2. On 17.12.2016 at 8:15 AM, iDeath said:

    Thank you so much! I tried finding it in the editor but no luck.

    This is the code responsible for this band, what would it hide, You simply need to enter

    
    .ipsNavBar_primary > ul > li:hover, .ipsNavBar_primary > ul > li:hover {
        box-shadow: none !important;
    }

    or, if You edit the colors, add at the end !Important to be

    .ipsNavBar_primary > ul > li:hover, .ipsNavBar_primary > ul > li:hover {
        box-shadow: 0px 2px 0px 0px HTMLORRGBCOLOR inset !importnat;
    }

     

    5 hours ago, XerShade said:

    Font awesome's not working on the nav menu for some reason. I enabled it and this is what shows instead of the icons. I have tried re-installing twice now.

    Screenshot 2016-12-22 08.02.51.png

    Not if You have enabled designer mode ? Now I will check the filled version, and if faced with the same problems will reload the archive in the next hour or two. Update all styles will be released very soon, currently undergoing final testing in all settings.

  3. On 15.12.2016 at 1:02 AM, iDeath said:

    In regards to the nav hover border, is there currently not a config or shall I override the perms in custom.css? 

    At the moment the settings for this item are not provided, we may add it in the near future.
    If you want to delete/replace/change, use file veilon.css and find these lines, they are responsible for this element.

    .ipsNavBar_primary > ul > li:hover, .ipsNavBar_primary > ul > li:hover {
        box-shadow: 0px 2px 0px 0px #484070 inset;
    }
  4. On 04.11.2016 at 11:01 PM, SilvaPT said:

    Congratulations for the excellent work.
    The theme has some errors after installed, any way to fix this?

    01q.png

     

    Could You upload a normal screenshot ? This appears crooked.

    If the error is indeed confirmed, we run from it as soon as possible. Now I made the installation style and revealed no errors.

    On 18.10.2016 at 1:03 PM, NoGi said:

    This seems to have returned

    The next update will fix, it will be soon enough.

  5. Version 1.0.4 (Notice: It is recommended to re-install the style without updating the previous one.)

    What's new:

    1. General: Small bug fix
    2. General: Fix bug with cover cover
    3. General: Support babble chat
    4. General: Correction of language phrases in the style settings
    5. Pages: Fixed the orientation of the content within the pages
    6. And a lot of detailed changes that would bring the style to mind. Thank you to all who were able to find some lio error.
×
×
  • Create New...