Jump to content

SammyS

Members
  • Posts

    602
  • 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 SammyS

  1. On 4/8/2017 at 3:46 PM, TAMAN said:

    I think this is navbar border color by default it is blaxk

    
    .ipsNavBar_primary:before {
          border-color: #1a35a0 !important;
    }

    change it manually 

    Thanks, but it doesnt change anything. I want both navbar and user bar to look integrated (same color, no border). And I achieved this with the past magnum versions, dont know what has changed since then

     

  2. 5 hours ago, TAMAN said:

    what i meant is the elNavSecondary_1-2-3-4 is that it is your menu element id, you cant order the number by 1-2-3-4 and hope to chnage menus 

    you need to know the menu element number by browsing your menu elements in browser 

    hit F12 on any browser and then navigate to your menus and check the menu numbers

    Sory man, I cant see any number on this. Will try tomorrow

    5978238a1c3ff_RegionCapture.thumb.jpg.ef93094bad1f394f3fbf15edefd9e8b8.jpg

  3. I dont understand, only 2 icons show up after writing this: 

    .ipsNavBar_primary > ul > li#elNavSecondary_1 > a:before {
        content: "\f086"!important;
    }

    .ipsNavBar_primary > ul > li#elNavSecondary_2 > a:before {
        content: "\f0e7"!important;
    }


    .ipsNavBar_primary > ul > li#elNavSecondary_3 > a:before {
        content: "\f290"!important;
    }

    .ipsNavBar_primary > ul > li#elNavSecondary_4 > a:before {
        content: "\f0c0"!important;
    }


    .ipsNavBar_primary > ul > li#elNavSecondary_5 > a:before {
        content: "\f086"!important;
    }

  4. 6 minutes ago, TAMAN said:

    You need to use it like this now

    
    .ipsNavBar_primary > ul > li#elNavSecondary_1 > a:before {
        content: "\f0c0";
    }

    where the elNavSecondary_1 is the menu element id number

    elNavSecondary_1

    elNavSecondary_2

    elNavSecondary_3 

    it worked after I made a minor changes in the code you provided. thanks!

    .ipsNavBar_primary > ul > li#elNavSecondary_1 > a:before {
        content: "\f086"!important;
    }

  5. After upgrading to 4.2 (both IPB and magnum theme) I lost all navigation icons. Is there any change made?. Im using same code on custom.css 


    .ipsNavBar_primary > ul > li[data-navTitle="FORO"] > a:before {
        content: "\f086"!important;
    }


    .ipsNavBar_primary > ul > li[data-navTitle="ACTIVIDAD"] > a:before {
        content: "\f0e7"!important;
    }

    .ipsNavBar_primary > ul > li[data-navTitle="STORE"] > a:before {
        content: "\f290"!important;
    }

    .ipsNavBar_primary > ul > li[data-navTitle="GRUPOS"] > a:before {
        content: "\f0c0"!important;
    }

    .ipsNavBar_primary > ul > li[data-navTitle="CROWDFUNDING"] > a:before {
        content: "\f0c0"!important;
    }
     

  6. 8 minutes ago, Cyboman said:

    I read on the marketplace downloads page: 4.2 beta or higher is required, but I'm a customer in the cloud (CIC) and don't know how to upgrade there to the 4.2 beta.

    As soon as I can upgrade the IPS Suite, I'm going to purchase :)

    Hi

    Im CIC client too. All you have to do is to request them to upgrade your forum from 4.1.x to 4.2 beta

×
×
  • Create New...