Veilon Posted February 3, 2017 Author Posted February 3, 2017 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
Veilon Posted February 4, 2017 Author Posted February 4, 2017 Version 1.2.1 What's new: Adaptation of style IPS 4.1.18.1 Bug fix
rs-apex Posted February 5, 2017 Posted February 5, 2017 Didn't work for me, tool bars still looks weird, am I doing something wrong?
Veilon Posted February 5, 2017 Author Posted February 5, 2017 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.
rs-apex Posted February 5, 2017 Posted February 5, 2017 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?:/
Veilon Posted February 5, 2017 Author Posted February 5, 2017 1 hour ago, rs-apex said: Doesn't work for me?:/ Sorry, follow the same steps only with template /css/veilon.css
rs-apex Posted February 5, 2017 Posted February 5, 2017 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;
Veilon Posted February 5, 2017 Author Posted February 5, 2017 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.
Veilon Posted February 5, 2017 Author Posted February 5, 2017 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=0https://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.
Darkgrim Posted February 6, 2017 Posted February 6, 2017 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=0https://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?
rs-apex Posted February 7, 2017 Posted February 7, 2017 I want my Logo to vibrate like yours too, how do I do that? @Veilon
Veilon Posted February 7, 2017 Author Posted February 7, 2017 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...)
Darkgrim Posted February 8, 2017 Posted February 8, 2017 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.
Veilon Posted February 8, 2017 Author Posted February 8, 2017 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. Tomorrow evening update
Veilon Posted February 11, 2017 Author Posted February 11, 2017 @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
rs-apex Posted February 11, 2017 Posted February 11, 2017 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
rs-apex Posted February 12, 2017 Posted February 12, 2017 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
Darkgrim Posted February 12, 2017 Posted February 12, 2017 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.
Veilon Posted February 12, 2017 Author Posted February 12, 2017 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.
Bluto Posted February 12, 2017 Posted February 12, 2017 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/ 2. Articles Page dropdown menu (Browse) displays under text "KoBro" and "Articles" https://veilon.net/articles.html/
Veilon Posted February 12, 2017 Author Posted February 12, 2017 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/ 2. Articles Page dropdown menu (Browse) displays under text "KoBro" and "Articles" https://veilon.net/articles.html/ There is not the latest version of the style, threw in HP website where you can watch the latest.
Bluto Posted February 12, 2017 Posted February 12, 2017 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.
JEFF MACK Posted February 21, 2017 Posted February 21, 2017 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
JEFF MACK Posted February 21, 2017 Posted February 21, 2017 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...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.