Jump to content

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


aXenDev

Recommended Posts

Posted (edited)

Axen one last question please.

How i can change the text  from member`s profile :

Title group 1

Text group 1

 

Title group 3

Text group 3

 

 

with something else ?

Edited by mark2012
Posted
13 minutes ago, Noble~ said:

 

Thank you. I managed to deactivate Enable highlight block in profile. Instead of simple deactivating the block how can i edit it? Perpahs to add instead of text a iframe advert code.

Posted (edited)

you can change the content in translations, once your in there search for aXenProfilePro_Text_1 and so on, you can then type in your new content to the right and hit save.

acp-customization-languages- click translate on the right hand side 👍

[Dark _ Light] Fluent Design Theme Edition - Topic1.png

Edited by Noble~
add image
  • 4 weeks later...
Posted

Small request regarding Featured Groups, can this also include secondary groups?  We use secondary groups to give people special permissions and titles more than primary, so it would be cool to be able to use this feature with them instead of keeping it off.  

Thanks!

Posted
7 hours ago, ahc said:

Small request regarding Featured Groups, can this also include secondary groups?  We use secondary groups to give people special permissions and titles more than primary, so it would be cool to be able to use this feature with them instead of keeping it off.  

Thanks!

The function works also for a secondary groups, but the main group always has priority.

Posted (edited)
23 hours ago, aXenDev said:

The function works also for a secondary groups, but the main group always has priority.

Hm.  I tried making a secondary group featured, but it wouldn't work.  I don't have any other featured groups set up, just the one I was testing.  It wouldn't work unless I added the primary group of the member's profile I was viewing.

The primary group of this account is 4, which the block does show without issue when I set the group ID to 4.

When I change 4 to the ID of the secondary group this account has, it disappears.  

There are no other featured groups set up, so nothing should be taking priority or overriding it.

Am I still doing something wrong?

I figured out the issue, it was 100% my fault and was a simple quick fix.  Sorry for the bother!!

Edited by ahc
Posted

 @aXenDev

I have been tried to do styling css for the follow button on the Gallery application but couldn't fix it can you help to advise how can I fix it?

Dark Verions

  • issues is when click on the follow button seem unreadable 
  • can we change icon "View Full Image"?

811932654_DarkVersionCssFollowbutton-R1.png.ec78ab2b9a2a87780f269fe3f89a352f.png

Light Version

  • issues is when click on the follow button seem unreadable
  • can we change icon "View Full Image"?
  • On the comments tab can we change font color?

 

951584483_LightVersionCssFollowbutton-R1.thumb.png.ae27d615c822eb1b503adbd6261b68bb.png

Thank you in advance

Posted
9 hours ago, aXenDev said:

@WEBTH The theme settings cannot change buttons.

Does it work without this modification?

Yes all fuction work perfectly only would like to change to easy click for switching between normal and lighbox views

Posted
3 hours ago, WEBTH said:

Yes all fuction work perfectly only would like to change to easy click for switching between normal and lighbox views

What is this code?

Posted
2 hours ago, aXenDev said:

What is this code?

1.For follow button issues I already fix by add to custom.css

.elGalleryImage .ipsButton.ipsButton_primary
{
	background: #2193E6 !important;
	border: 1px solid #2193E6 !important;
}

2. Comment tab text fixed by add to axenglobal.css

.ipsTabs
{
	color: #2193E6;
}

3. For toggleFullscreen icon still couldn't fix I thing something need to check on the gallery.css might be need to modify css of font awesome can you help for this?

[data-role="toggleFullscreen"]:after {
	font-family: FontAwesome;
	content: "\f065";
}

	#cLightbox[data-fullScreen] [data-role="toggleFullscreen"]:after {
		content: "\f066";
	}

1233035889_Fixedbutton.png.aeac10dee78ed5b9971a1b6d175271f2.png

Posted
9 hours ago, WEBTH said:

1.For follow button issues I already fix by add to custom.css


.elGalleryImage .ipsButton.ipsButton_primary
{
	background: #2193E6 !important;
	border: 1px solid #2193E6 !important;
}

2. Comment tab text fixed by add to axenglobal.css


.ipsTabs
{
	color: #2193E6;
}

3. For toggleFullscreen icon still couldn't fix I thing something need to check on the gallery.css might be need to modify css of font awesome can you help for this?


[data-role="toggleFullscreen"]:after {
	font-family: FontAwesome;
	content: "\f065";
}

	#cLightbox[data-fullScreen] [data-role="toggleFullscreen"]:after {
		content: "\f066";
	}

1233035889_Fixedbutton.png.aeac10dee78ed5b9971a1b6d175271f2.png

Send me a live demo in PM.

Posted
8 hours ago, aXenDev said:

Send me a live demo in PM.

Okay will send you a demo user due to my site on progress to prepare fuctional and section

Posted

@aXenDevI have issued with theme translation when updating new version seem to have 2 recorded like previous one and new one the issues is when I did translation on new one the record not saved to database and then I tried to change on the previous one that were saved to database but not update on fornt page or ACP theme setting any idea to fix this? 

 

Translation.thumb.png.ef5b348d828e3ac7ee126d29385130bb.png

 

Posted
56 minutes ago, WEBTH said:

@aXenDevI have issued with theme translation when updating new version seem to have 2 recorded like previous one and new one the issues is when I did translation on new one the record not saved to database and then I tried to change on the previous one that were saved to database but not update on fornt page or ACP theme setting any idea to fix this? 

 

Translation.thumb.png.ef5b348d828e3ac7ee126d29385130bb.png

 

You cannot use two of the same themes.

Posted
21 minutes ago, aXenDev said:

You cannot use two of the same themes.

Oh sorry that photo I only tried to update word_theme id in database please see photo attached  when I did translation nothing updated to database and front page.

Translation2.thumb.png.8bbb042f0d1c97f912808e00ec77301d.png

This is the one after theme updated

Posted
15 hours ago, WEBTH said:

Oh sorry that photo I only tried to update word_theme id in database please see photo attached  when I did translation nothing updated to database and front page.

Translation2.thumb.png.8bbb042f0d1c97f912808e00ec77301d.png

This is the one after theme updated

There should be no two identical keys. Remove them from the database (core_sys_lang_words).

Posted
7 hours ago, aXenDev said:

There should be no two identical keys. Remove them from the database (core_sys_lang_words).

Yes, you are right I did and now working I guessed that one issue is local country code but not sure for that . However, thank you for your prompt help and already updated to new released 😉

  • 2 weeks later...
Posted

Anyone have a link of a forum using this theme aside from the provided demo link?  I don't feel that one is a good representation of what the this theme would look like for most users.  Thanks!!

Posted

Hey again Axen

I just updated the theme to 3.1.4 and made sure this time to override any of our customized templates with yours since we had that minor userbar icon issue last time.

I haven't gone in to re-add our customizations yet, but I have noticed that the light/dark toggle seems to be struggling a bit.  Members who use the dark theme have noticed that when they visit the website, it loads the light theme first then switches to the dark theme and causes a bright flash of light effect which they aren't too happy with.  Also, on some pages, it takes a good 2-3 seconds for it to switch to the dark theme as well.  (I can reproduce this myself on my own account.)  I had no reports of this issue prior to the upgrade today.

Any idea what's happened?  (I have cleared the website cache to make sure nothing was stuck.)

Posted
8 hours ago, ahc said:

Hey again Axen

I just updated the theme to 3.1.4 and made sure this time to override any of our customized templates with yours since we had that minor userbar icon issue last time.

I haven't gone in to re-add our customizations yet, but I have noticed that the light/dark toggle seems to be struggling a bit.  Members who use the dark theme have noticed that when they visit the website, it loads the light theme first then switches to the dark theme and causes a bright flash of light effect which they aren't too happy with.  Also, on some pages, it takes a good 2-3 seconds for it to switch to the dark theme as well.  (I can reproduce this myself on my own account.)  I had no reports of this issue prior to the upgrade today.

Any idea what's happened?  (I have cleared the website cache to make sure nothing was stuck.)

What version did you update the theme from? In this version I didn't do anything that could affect this behavior.

Posted
3 hours ago, aXenDev said:

What version did you update the theme from? In this version I didn't do anything that could affect this behavior.

Hey, man, can you tell me which button and text are these...can save me a lot of time...there is just too many option to try

image.png.8fa975147fd2c8d656b4ae8acb600c75.png

image.thumb.png.2aa9945131d2610da146b0dc74f577c5.png

in store page in dark mode, you can not see what you type in these 3 box..unless you switch to light mode.

Im on default mode, just change this

image.png.b93a171eda934a889253d64032adfb90.png

 

  • Recently Browsing   0 members

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