Jump to content

[Dark / Light] Fluent Design Theme Edition - Topic Support

You are viewing a curated collection of the most significant posts in this topic.

Featured Replies

  • Replies 478
  • Views 45.1k
  • Created
  • Last Reply

Top Posters In This Topic

Most Popular Posts

  • Thought I would share a simple tweak I use on my site with your theme. I use the fixed user bar and wanted to have a sticky menu too, also thought that chatbox+ widget was to low so added padding, so

  • The official final version of update 2.0.0 has been released!

  • Awaiting approval by IPS team.

Posted Images

Thought I would share a simple tweak I use on my site with your theme. I use the fixed user bar and wanted to have a sticky menu too, also thought that chatbox+ widget was to low so added padding, so I added this to custom css:

/* Fixed Header */
@media screen and (min-width: 980px) {
  #ipsLayout_header {
    position: -webkit-sticky;
    position: sticky;
    top: -30px;
    z-index: 1000;
  }	
}
/*making sure user menu shows*/
body > div.aXenUserBarTop.ipsResponsive_hidePhone.ipsClearfix {
z-index: 1001;
}
#roomChat > div > h2.ipsType_sectionTitle.ipsType_reset.miniTitle.ipsHide {
padding-bottom: 40px;
}

 

  • Author

The official final version of update 2.0.0 has been released!

happy 2 broke girls GIF by CBS

Edited by aXen | 1s2k

  • 8 months later...
  • Author
7 hours ago, Steph40 said:

Any new on this for copyright removal?

Awaiting approval by IPS team.

  • 6 months later...

Loving the theme, the options with the theme settings are plentiful. Crisp and clean but there is a lot of questions that I have, suggestions and feedback. 

I have bought the theme with the soul intention of switching over to this in due course but I'm in two minds at the moment for a few reasons. Mainly usability.

Switching from dark to light is very snappy, however, when in dark mode and switching page, it auto loads the light style before quickly loading the dark style - which is the default we have set. Is there anyway to stop this at all? I noticed a previous post on this topic referring to it and an update released?

I just bought and installed this yesterday and from within ACP marketplace and it's still doing it (see below).

If we have 2 menu items from pages, then the code for fontawesome is inserted as per guide

nav .ipsNavBar_primary li[data-navext="Pages"] a::before {content: "\f03d" !important;}

However, every page receives this, as all Pages are the same navext with seperate id's, this is also the same for customitem (link to the page). Unless I'm missing some obvious? So they end up having the exact same font awesome.

Also I have two menu items

nav .ipsNavBar_primary li[data-navext="Videos"] a::before {content: "\f03d" !important;}

If I use f167 (YouTube), it "will not" show the fontawesome but fo3d "will" show without issue? No change to the code other than the unicode.

nav .ipsNavBar_primary li[data-navext="Pages"] a::before {content: "\f518" !important;}

The above works fine and shows an open book but if I use f266 (wikipedia) it will not show?

Not sure what all the options are within theme settings, an explanation of all the settings, and what they do would be great. The PDF guide is great but lacks a lot of information on all the different options. For example, what does "Enable shrink forum names?" do exactly?

For the life of me, I'm struggling to understand why the footer is within language translation? That is really strange. It should be within the theme settings for footer (all other themes have it there).

Same feedback for Highlight block in profile and slider, these should all be within theme settings, without the need to go into languages and translation. Everything theme related, should be editable within the theme and not having to go elsewhere to edit.

I don't seem to be able to find a setting for ipsbox ipspad? It seems to have been removed? If you have no background image, you can select the background colour and it looks OK. However, if you have a background image and as there is no class="ipsBox ipsPad. The it is simple text on the background (whether colour or image background) and it doesn't look good.

Example, current theme

61afb8739a80410ba6e981a2a23a01b4.thumb.png.4dd4f779c238d811bfd67276beef3afb.png

Your theme 

590a426f821099a326e8a571e3c119e1.thumb.png.6bab866478b164bd4ae19e4453307a5c.png
 

Page built using page builder (current theme)

e9b6bbe038f184bd04c366c2ad25eddd.png.330624421ee9025155048aef084f0709.png

Your theme

c47cd97712985f7e6125821a3432d0c2.png.ce18e6f3238aa75db9b65acac74cf073.png

Just not as sleek imho.

Topics, and inserting internal links on dark theme, all embeds are from the light version of the theme and not dark. This may be intentional but doesn't suit a dark theme.

27be8f19bb0e12f50fffe9308a20d4c2.png.5544b294c252d16288c47fb09f46906e.png

I was looking at copyright removal and I don't mind paying to remove it, $30/$40 is about the going rate but no other theme supplier is charging a copyright renewal fee every 6 months, to maintain the removal that I'm aware of?

Actually makes me not want to purchase copyright removal, resulting in you losing out on revenue.

The renewal is $14.99 every 6 months, and then 199.99pln for copyright removal (roughly $54) then every 6 months 99.99pln ($27.00 at current exchange rate) for copyright removal totalling $41.99 every 6 months.

That is more than IPS are charging for renewal of forum and pages.

Not being negative, just supplying honest and constructive feedback/criticism. I'm a Scotsman and quite forward with my wording at times, it's not intended how it can come across at times but on this occasion, it seems to me to be taken the ****.

There's a lot right with the theme and there's a lot wrong with it, especially for what you're charging.

Edited by craigf136

18 minutes ago, aXenDev said:

This bug has been fixed. If you using CloudFlare turn off Rocket Loader.

Thank you, doesn't seem to happen when clicking links now but clicking logo it does still seem to happen?

22 minutes ago, aXenDev said:

I'm going to complete the documentation in a future version so that everyone can fine-tune their own icons.

 

22 minutes ago, aXenDev said:

The free version of Font Awesome 5 sometimes requires adding bold text:

Thank you

23 minutes ago, aXenDev said:

Developer tools do not allow you to add this option in themes, but in separate applications it does. This may change with future IPS releases.

Current theme, uses mega footer editable in theme settings. It's not a seperate application/plugin.

6271d46d5aba6efc40b5684c46427d4a.thumb.png.8bd9bb81f1d8874bd83555b14310540a.png

27 minutes ago, aXenDev said:

The theme cannot affect HTML attributes that are wrapped in a frame.

The code is calling ipsAreaBackground_light at the top

<div class="ipsRichEmbed_header ipsAreaBackground_light ipsClearfix">

at the bottom it's calling

.ipsPadding\:double {
    padding: var(--sp-8) !important;
}

The bottom would just need a background colour css call for light or dark ipsAreaBackground?

31 minutes ago, aXenDev said:

I don't know where you saw this information, but you can buy copyright removal here: https://forum.invisionize.pl/files/file/816-axen-copyright-removal/
@DawPi is the site administrator.

Apologies I have completely misread, 199.99 for copyright removal, no renewal. 99.99 is the theme renewal every 6 months.

 

35 minutes ago, aXenDev said:

I don't really understand what you gave about these examples. I will certainly understand better if you show me your website in a PM.

I'll PM you a link and login details.

4 hours ago, aXenDev said:

@rnorth6920 @craigf136 I find this bug about dark theme. I hope will fixed in next release version 3.1.6 on this week.

Thank you, I'll be in touch as I have a couple of questions/suggestions. The main one being able to move the userbar below the navigation bar and moving navigation above. Disabling the header and inserting the logo into the main navigation and making the main navigation sticky. As you can see, I have I copy of the fluent theme saved for customising and this I what I'm looking to achieve.

However, theme updates are going to break it.

Would be easier if it was part of the default or indeed a seperate theme.

Having the option to have multiple image backgrounds, at the moment it's one for dark and one for light.

Having the option to have ipsLayout_contentArea with a dark background and ability to have breadcrumb and social icons within this. As when you have an image background all text within a page is on has no background at all.

ipsLayout_contentArea / ipsLayout_contentWrapper / breadcrumb / social icons

a76634d0e4dbbf592a3fc0ffbb62f659.thumb.png.9c35e6d62774f74ea910fabdd0b283c0.png

Fluent standard (no image background) - which looks fine with no image background

bf56742eac46fb56f271c0f2ac4302a3.thumb.png.a2e4659005b74eb478f1ec3356cf158b.png

With image background 

4dc060148d524486e6de2125b52c0b15.thumb.jpg.91313bfa837ad7676b3f34e878df10b3.jpg

This is due to content wrapper having nothing associated to it from what I can see.

I'm happy to have a chat with you anytime, PM or discord etc.

Edited by craigf136

  • 2 weeks later...

Hi @aXenDev, found a bug with responsive viewport sizes.

I have some members testing and they have different screens sizes and reported this issue, so I did a little test and couldn't replicate the issue on screen size such as 1360x768, 1280x1024.

So I did a window snap, and it correctly switched to mobile view on all screen resolutions. However, if you increase the window size by dragging it across to more than half the screen for example, it doesn't resize correctly.

I have tested this on my site and repeated all the time, I have tested this on @byMarcoXwebsite (as a user who uses this theme) and repeated all the time. Using Chrome Version Version 88.0.4324.190, repeatable in Edge but nowhere near as bad as Chrome or Firefox - actually miniscule in Edge.

As you can see horizontal scroll bar appears, it then disappears after a little while. The main content area isn't centred and the space on the left is a lot more than on the right. Until you increase the size more and it all aligns correctly.

As mentioned, repeated on @byMarcoX website - https://larascasse.fr/forum/ 

Edited by craigf136

  • 1 year later...

I just purchased this skin but something is definitely wrong. A lot of missing template phrases or something. How do I fix this?

AdminCP Theme Settings

Could contain: File, Page, Text, Webpage

Forum view

Could contain: Outdoors, Nature

Who's online

image.thumb.png.73229b9c779c654fe4589a7316c2f01e.png

2 hours ago, aXenDev said:

Do you have two of the same themes?

No, all are different. Two are from you? But only Fluent Design Theme has issues.

Could contain: Page, Text

15 minutes ago, aXenDev said:

Copy one string and paste it in language page AdminCP. Check it exist first in your community.

Nothing is showing up in lang search. In fact nothing containing "fluent" exist in languages.

I've also tried uninstalling and reinstalling theme.

  • 4 weeks later...
On 1/9/2023 at 2:22 AM, aXenDev said:

Try reinstall theme. I'll add a new version that may correct this error this week.

I'm not sure if the last update was supposed to address this, but I'm still having issues with the ACP.

17 hours ago, aXenDev said:

This is issue in IPS engine. You need to reinstall the theme or contact IPS support to investigate your problem.

I submitted a support ticket, and got the following response from Jim Morrissey.

"You would need to try to uninstall and reinstall the theme if the language strings did not install. I'm afraid, this is something which the theme provider would need to ensure is working with their install file."

<END> 

 

I have already uninstalled and reinstalled. Same issue.

 

I will send you a private message with more information that should be kept private soon.

 

  • Author
1 hour ago, Riley Anderson said:

Hello.
Can you add support for dark theme with Topic Preview ? 
Also for embed link of another topic of your forum ? 

Regards.

Could contain: Page, Text, File, Screen, Electronics, White Board

Could contain: Text, Page

Hi,

Of course! I planned it in the next release, but I'm still working about it. I have a few problems I need to solve.

Could contain: Text

Edited by aXenDev

  • 3 months later...

Super! it works, thanks, another question (sorry) how to make the " sign " @" is not in white, but the color of the text?

Could contain: Text

Could contain: Scoreboard, Text

  • 1 month later...
  • Author
6 hours ago, Riley Anderson said:

Doesn't support 4.7.10 and higher

Fluent theme is compatibility with IPS 4.7.10, but not with IPS 4.7.11. Work in progress 🙂

Edit: Update is coming!

Could contain: Page, Text, File

Edited by aXenDev

  • 2 weeks later...

Since the last update I have a problem with this theme. The user bar is also located in the header.

Any suggestion how to fix this? 

Could contain: File

Thanks for your quick response! I've got your PM 🙂

7 hours ago, aXenDev said:

Can you show me how can I reproduce this issue?

with Enable sticky user bar, then scrolling it's lagging and not smooth.

Could contain: Computer, Electronics, Pc, Screen, Computer Hardware, Hardware, Monitor, Text, Panoramic, Scenery

 

I disable plugins and even ads and still not resolved, my other themes are smooth with no problems 

  • Author
14 minutes ago, EmpireKicking said:

https://www.baysidegamers.com/  Seems heavy to me lately 

For me works fine. Can you provide me more information?

Check theme in incognito mode, different browser.

 

  • 1 month later...
  • Author
1 hour ago, EmpireKicking said:

By default, it's set to dark, when people go to the site it's light and when they click to accept the cookies it goes to dark. Yeah, any ideas?

Yes, It's true. I'm working on it. I need to move theme logic from cookie to local storage.

  • 3 weeks later...
On 8/7/2023 at 12:56 PM, EmpireKicking said:

Yo, I didn't realise until I was told via a member. Regards the light/dark picker and the on-screen cookies message. 

By default, it's set to dark, when people go to the site it's light and when they click to accept the cookies it goes to dark. Yeah, any ideas?

@Etienne A Same for your site, I just visited your site and you got it light, as soon as I click accepted cookies it's dark theme

Already any update here @aXenDev? I receive a lot of tickets from members as a result of this bug. Thanks! 

  • Author
1 hour ago, Etienne A said:

Already any update here @aXenDev? I receive a lot of tickets from members as a result of this bug. Thanks! 

I fixed this in the 4.4.0 version. Please update the theme to the latest version.

Recently Browsing 0

  • No registered users viewing this page.