Jump to content

Themeo

Members
  • Posts

    122
  • 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 Themeo

  1. 46 minutes ago, LiamH said:

    Have DM'd also, but the theme isn't working properly on the latest update. The new search options display permanently as below: Could contain: Flyer, Advertisement, Paper, Poster, Brochure, Text

     

    Is there a fix yet please? 

    Yes, because they changed the search code in version 4.7.1 I don't understand why you are updating the forum where the template has not been updated yet. I will have time to update the templates to ips 4.7.1

  2. 13 hours ago, clubcarter said:

    Hi. Dark mode is not working for my website on mobile devices but it works fine on desktop. Is this a bug or did I mess something up?

    Hey, what do you mean it doesn't work? What's going on?

    Maybe it is because the mobile devices or the browser has a dark mode?

    Everything works on my site.

    Let me know on a private message, send me a link to the page I will see on my devices.

  3. 1.0.3

    What's New:

    • Icons have been added to the department categories.
    • The color of the support has been improved.
    • Improved the appearance of the user panel in the header.
    • A button has been added to quickly move to the top (It appears when you go down)
    • The background under the slider has been improved.
    • The notification icon has been improved.
    • The icons in the menu have been supplemented.
    • A new scrollbar design has been added to match the template.
    • Widget icons for user profile have been supplemented.
    • Icons have been added in the user menu.

    spacer.pngspacer.pngspacer.png

  4. 1 hour ago, SerialNoob said:

    Hello,

    Could you please explain further how to add navigation icons?

    Icons in the menu:
    
    https://invisioncommunity.com/files/file/8935-menunavigation-icons/

    The above file is no longer available for download and I don't understand how to edit the default icons code

    #cb-nexxe__menu nav .ipsNavBar_primary ul[data-role="primaryNavBar"] > li a[data-navitem-id="1"]:before { content: "\f6f1"; } 
    #cb-nexxe__menu nav .ipsNavBar_primary ul[data-role="primaryNavBar"] > li a[data-navitem-id="2"]:before { content: "\f550"; } 
    #cb-nexxe__menu nav .ipsNavBar_primary ul[data-role="primaryNavBar"] > li a[data-navitem-id="19"]:before { content: "\f4ad"; } 
    #cb-nexxe__menu nav .ipsNavBar_primary ul[data-role="primaryNavBar"] > li a[data-navitem-id="20"]:before { content: "\f291"; } 
    #cb-nexxe__menu nav .ipsNavBar_primary ul[data-role="primaryNavBar"] > li a[data-navitem-id="21"]:before { content: "\f083"; } 
    #cb-nexxe__menu nav .ipsNavBar_primary ul[data-role="primaryNavBar"] > li a[data-navitem-id="11"]:before { content: "\f073"; }

    With this code, I only have the store icon showing 🤔

     

    You find the link id in the menu

    data-navitem-id="1"

    And this is the code for the fontawesome icon, choose one and enter the appropriate code from the icon

    content:" \f6f1";

     

    So you add another line to your link by changing these parameters as mentioned above.

    #cb-nexxe__menu nav .ipsNavBar_primary ul[data-role="primaryNavBar"] > li a[data-navitem-id="id_item_menu"]:before { content: "\code_fontawesome_icon"; }

     

  5. 1.0.2

    What's New:

    • 1. Added the ability to set icons in the menu.
    • 2. Added the ability to change the position of icons in the menu
      • (Option A - Top above the link)
      • (Option B - On the left side of the link)
    • 3. Added the ability to change the submenu setting
      • (Option A - Sub menu under the main menu)
      • (Option B - Submenu drop-down after hovering over the link in the menu)

    spacer.png

    spacer.png

    screenmenu.thumb.png.4300e282094ae2f8e1cce64253655e61.png

  6. 18 hours ago, SerialNoob said:

    The background is 1366x768, the width is fine.

    As for the height, when the page is long, the image would stop showing half-way

    With "repeat" it's almost the same, just one bit of the whole is added, but still half fXHSiWh.png

    Write to me on pw with a link to the live demo, I will try to help you with a private message.

  7. 21 hours ago, SerialNoob said:

    😭 I'm a noob

    html.theme--light body:before {
        content: "";
        background: url(https://codebite.dev/ips/uploads/set_resources_262/da34330…_bg.svg) left top no-repeat !important;
        background-attachment: fixed;
       
        display: block;
        width: 100%;
        height: 100%;
       
        position: absolute;
        left: 0;
        top: 0;
    }

     

  8. 10 hours ago, SerialNoob said:

    Hello,

    How to add a background image for the light version only?

     

    You simply cannot use the settings in the template, the same background is set on dark and light.

    Add in custom.css

    html.theme--light body:before {
        content: "";
        background: url(https://codebite.dev/ips/uploads/set_resources_262/da34330…_bg.svg) left top no-repeat !important;
        background-size: cover;
    }

     

×
×
  • Create New...