Jump to content

(VN41) Surface Dark


Veilon

Recommended Posts

Posted
2 minutes ago, Marcin Lis said:

Reinstall and update don't fix it.

Ok. by Saturday evening I will try to release an update. Sorry for such a long wait

  • Replies 171
  • Created
  • Last Reply
Posted
6 hours ago, rs-apex said:

Didn't work for me, tool bars still looks weird, am I doing something wrong?

Hello. Actually this is a bug of the IPS. How fixed are we ? Went to ACP -> Edit html/css styles -> open globalTeamplte produce there some operation (type in some letter and erase it) then save and it should work.

Posted
3 hours ago, Veilon said:

Hello. Actually this is a bug of the IPS. How fixed are we ? Went to ACP -> Edit html/css styles -> open globalTeamplte produce there some operation (type in some letter and erase it) then save and it should work.

Doesn't work for me?:/

Posted
2 hours ago, Veilon said:

Sorry, follow the same steps only with template /css/veilon.css

worked for the toolbar but problem still remains here; 5897499a00a2c_ScreenShot2017-02-02at11_45_30.thumb.png.ec79abefc20bd498e487866e5cf28592.png

Posted
33 minutes ago, rs-apex said:

worked for the toolbar but problem still remains here; 

We will try to solve this problem in the near future.

Posted

A message to those who have disappeared icons in Editor.
Its solution looks like this:

Load these images in a convenient place(the root of the forum, hosting)
https://www.dropbox.com/s/njq6dk1jclutkc3/editor_icons.png?dl=0
https://www.dropbox.com/s/t047i38p190wilp/icons_hidpi.png?dl=0

Go to veilon.css and add the code:

.cke_toolgroup span.cke_button_icon[style*="icons.png"] {
background-image:url('{resource="_veilon/editor_icons.png" app="core" location="front"}') !important;
}
.cke.cke_hidpi .cke_top .cke_toolbox span.cke_button_icon[style*="icons_hidpi.png"] {
 background-image:url('{resource="_veilon/icons_hidpi.png" app="core" location="front"}') !important;
}

Replace

'{resource="_veilon/icons_hidpi.png" app="core" location="front"}'

the link to the uploaded pictures.

Posted
5 hours ago, Veilon said:

A message to those who have disappeared icons in Editor.
Its solution looks like this:

Load these images in a convenient place(the root of the forum, hosting)
https://www.dropbox.com/s/njq6dk1jclutkc3/editor_icons.png?dl=0
https://www.dropbox.com/s/t047i38p190wilp/icons_hidpi.png?dl=0

Go to veilon.css and add the code:


.cke_toolgroup span.cke_button_icon[style*="icons.png"] {
background-image:url('{resource="_veilon/editor_icons.png" app="core" location="front"}') !important;
}
.cke.cke_hidpi .cke_top .cke_toolbox span.cke_button_icon[style*="icons_hidpi.png"] {
 background-image:url('{resource="_veilon/icons_hidpi.png" app="core" location="front"}') !important;
}

Replace


'{resource="_veilon/icons_hidpi.png" app="core" location="front"}'

the link to the uploaded pictures.

This fixed the issue I was having with icons missing on the index page, but I still cannot see the images on the post reply/ quick reply page. Any ideas?

Posted
5 hours ago, rs-apex said:

I want my Logo to vibrate like yours too, how do I do that? @Veilon

In 1-2 we will release an update where you fix it. Sorry for the wait (at the moment we are trying to understand...)

Posted

Do you have any other suggestions on how to fix the missing icons on the quick reply box? I installed your fix and it did not fix my issue. I uploaded the two icon images to the public root and corrected css code, nothing changed.

noicons.png

Posted
16 hours ago, Darkgrim said:

Do you have any other suggestions on how to fix the missing icons on the quick reply box? I installed your fix and it did not fix my issue. I uploaded the two icon images to the public root and corrected css code, nothing changed.

noicons.png

Tomorrow evening update

Posted

@Darkgrim @rs-apex

If You have any problems with the displaying of icons in the editor, go to Acp -> Styles -> Edit css/html, this skin -> css -> veilon.css and find there

.cke_toolgroup span.cke_button_icon[style*="icons.png"] {
  background-image:url('{resource="_veilon/editor_icons.png" app="core" location="front"}') !important;
}
.cke.cke_hidpi .cke_top .cke_toolbox span.cke_button_icon[style*="icons_hidpi.png"] {
  background-image:url('{resource="_veilon/icons_hidpi.png" app="core" location="front"}') !important;
}

Replace

.cke_toolgroup span.cke_button_icon[style*="icons.png"] {
  background-image:url('//veilon.net/development/themes/images/editor_icons.png') !important;
}
.cke.cke_hidpi .cke_top .cke_toolbox span.cke_button_icon[style*="icons_hidpi.png"] {
  background-image:url('//veilon.net/development/themes/images/icons_hidpi.png') !important;
}

Save

 

Posted

I didn't had any trouble with it anymore.. just with the vibrating logo at the top, want my logo to vibrate like that too.. said there would be an update yesterday...... @veilon

 

Posted
8 hours ago, Veilon said:

@Darkgrim @rs-apex

If You have any problems with the displaying of icons in the editor, go to Acp -> Styles -> Edit css/html, this skin -> css -> veilon.css and find there


.cke_toolgroup span.cke_button_icon[style*="icons.png"] {
  background-image:url('{resource="_veilon/editor_icons.png" app="core" location="front"}') !important;
}
.cke.cke_hidpi .cke_top .cke_toolbox span.cke_button_icon[style*="icons_hidpi.png"] {
  background-image:url('{resource="_veilon/icons_hidpi.png" app="core" location="front"}') !important;
}

Replace


.cke_toolgroup span.cke_button_icon[style*="icons.png"] {
  background-image:url('//veilon.net/development/themes/images/editor_icons.png') !important;
}
.cke.cke_hidpi .cke_top .cke_toolbox span.cke_button_icon[style*="icons_hidpi.png"] {
  background-image:url('//veilon.net/development/themes/images/icons_hidpi.png') !important;
}

Save

 

Back in business.. Thank you for the support.

Posted
1 hour ago, rs-apex said:

I didn't had any trouble with it anymore.. just with the vibrating logo at the top, want my logo to vibrate like that too.. said there would be an update yesterday...... @veilon

 

Apologies for the delay. We have very little time to work on the code. As soon as the coder to be free, I'm sure that will come all the updates. It is possible that some problems are solved immediately.

Posted
Just now, Bluto said:

I found two issues while looking at the template in Chrome and Firefox.

1.  Online users page, images are overlapping the information under each image.

https://veilon.net/online/

58a00f4ba324c_Screenshotfrom2017-02-1202-30-16.thumb.png.fff47d73f4e9fbe0b8b68caf88295815.png

 

2.  Articles Page dropdown menu (Browse) displays under text "KoBro" and "Articles"

https://veilon.net/articles.html/

58a01018ae699_Screenshotfrom2017-02-1202-34-251.thumb.png.b1d88b5482e8a49421895353ace797b2.png

 

There is not the latest version of the style, threw in HP website where you can watch the latest.

Posted
1 minute ago, Veilon said:

There is not the latest version of the style, threw in HP website where you can watch the latest.

Thanks.  That was the demo website from the marketplace.  I haven't installed it yet on my community.

  • 2 weeks later...
Posted

If I disable the forum, I can no longer access the admin sidebar. The little tab disappears.

Also, for the life of me, I can not figure out how to get my ads to work.

Ok, got most of the ads to work

Posted

I also no longer see the Theme selection in the footer?  Once I switch to this, people can't switch to anything else

Ok that is part of the actual footer, if I remove the footer, it is not added to where it says "Mark Site Read", etc...

Archived

This topic is now archived and is closed to further replies.

  • Recently Browsing   0 members

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