Jump to content

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


aXenDev

Recommended Posts

Posted

Clubs feature, there are 2 titles duplicated, is possible disable the Title(red X) and just leave the description? 

IMG_20191112_193827.jpg

Maybe an option through theme setting, "Show club feature name in the page", each admin decide if want to see the duplicated name or not. 

Posted

On signup popup the button is in the same line with recaptcha:

signup.thumb.png.6c071efdf1eba65f36b9edf8fcf21fd4.png

Also, for those who use "Select the appearance of the profiles in the subject" theme's function who is in Topics tab, there must be added in custom profile fields the bellow code in "Custom topic formatting" in order to show properly:

<li class="aXenTopicProfile">
	<span class="aXenTopicProfile_Left"><i class="fas fa-file-signature"></i> {$title}:</span>
	<span class="aXenTopicProfile_Right">{$content}</span>
</li>

 

Posted

Which size of image is convenient for slider use?

Now is tricky use the slider feature because there no option that adjust automatically the image. Or I missing something? 
 

I try to play that background setting (Cover, auto, inherid....), the slider height etc. but I think there missing some setting that automatically adjust the slider image for Mobile phone, tablet and desktop.  

Posted
50 minutes ago, aXen | 1s2k said:

The graphics should be as high resolution as possible.

I mean which proposition should be? 1920x1080? the goal is cover for desktop, tablet and phone too..

Posted

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

 

Posted

Hello @aXen | 1s2k

Now I try to use Slidermaker of OnlyMe with the theme, I don't know if there somethings need adjusted to adapt the theme, then we can say this theme support for Slidermaker too... 

Posted (edited)
35 minutes ago, aXen | 1s2k said:

@kmk What are the errors there?

Sorry, I said that not specifically for an error, just say that because sometimes there say "this theme support for 3party apps", and I think there maybe have to adapt the 3party app with some code or adjustments. 

Edited by kmk
Posted
10 hours ago, Steph40 said:

@aXen | 1s2k Can you make navigation font awesome icon color the same as navigation font. With a dark header, I can't see the icons.

Thanks

In the final version you will be able to change the color of the icon especially for you.

Posted
17 hours ago, Steph40 said:

@aXen | 1s2k Can you make navigation font awesome icon color the same as navigation font. With a dark header, I can't see the icons.

Thanks

image.thumb.png.0067e313bb6c8272dba41add4ba589b4.png
Do you mean such white icons? I was thinking about introducing my own settings, but I think that white icons should be default both in dark and light theme.

Posted
On 11/19/2019 at 4:39 PM, aXen | 1s2k said:

The official final version of update 2.0.0 has been released!

happy 2 broke girls GIF by CBS

When update theme the logo still replaced by the default. 

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...