Theme Design
Log in popup
Theme Design
Log in popup
Theme Design
Would you like to react to this message? Create an account in a few clicks or log in to continue.
Announcements
test
Log in

I forgot my password

Latest topics
» Chatbox Topic
by Ange Tuteur Fri 7 Jul - 14:27:44

» Demo Topic
by Ange Tuteur Sun 2 Jul - 13:15:14

» test
by Ange Tuteur Sat 1 Jul - 10:57:27

» test rchat
by Ange Tuteur Sat 24 Jun - 18:43:02

» testing new topic
by Deux Wed 14 Jun - 13:12:21

» bbcode test
by Ange Tuteur Sat 3 Jun - 14:24:35

» New chat
by Ange Tuteur Thu 1 Jun - 11:23:03

» GIFs
by Ange Tuteur Sun 28 May - 21:51:50

» random test chat
by Guest Sun 28 May - 20:04:09

Statistics
We have 16 registered users
The newest registered user is mybeautiful9

Our users have posted a total of 611 messages in 47 subjects
Who is online?
In total there is 1 user online :: 0 Registered, 0 Hidden and 1 Guest

None

[ View the whole list ]


Most users ever online was 166 on Sun 11 Apr - 20:29:53
Poll

Light or Dark ?

return_to_ipbfs - Suggestions / Feedback - Page 13 Poll_c1067%return_to_ipbfs - Suggestions / Feedback - Page 13 Poll_c10 67% [ 6 ]
return_to_ipbfs - Suggestions / Feedback - Page 13 Poll_c1011%return_to_ipbfs - Suggestions / Feedback - Page 13 Poll_c10 11% [ 1 ]
return_to_ipbfs - Suggestions / Feedback - Page 13 Poll_c1022%return_to_ipbfs - Suggestions / Feedback - Page 13 Poll_c10 22% [ 2 ]

Total Votes : 9

Top posting users this week


Suggestions / Feedback

Page 13 of 15 Previous  1 ... 8 ... 12, 13, 14, 15  Next

View previous topic View next topic Go down

Ange Tuteur
Ange Tuteur
Developer
Male
Posts : 403
Reputation : 28
Join date : 2014-03-10
http://fmdesign.forumotion.com https://www.facebook.com/test https://twitter.com/sethc1995 https://pinterest.com/test

PostAnge Tuteur Fri 3 Jun - 10:56:32

First topic message reminder :

Since this is a theme design forum, it'd be a good idea to open a topic like this for discussion. So, if you have any feedback or suggestions on the theme that's currently being developed here feel free to let me know below. Wink


Last edited by Ange Tuteur on Mon 13 Jun - 12:51:41; edited 1 time in total

Ange Tuteur
Ange Tuteur
Developer
Male
Posts : 403
Reputation : 28
Join date : 2014-03-10
http://fmdesign.forumotion.com https://www.facebook.com/test https://twitter.com/sethc1995 https://pinterest.com/test

PostAnge Tuteur Fri 19 Aug - 18:51:23

haha yeah, I'm having too much fun with it. Razz


About the problem with the header image, I'm not quite sure yet. I thought it was a resolution problem, but when I tried different sizes with Chrome's device mode it didn't change. This is what I see :
return_to_ipbfs - Suggestions / Feedback - Page 13 Captur29

Does it occur on any device / browser in particular ? I saw you're using Chrome in the one screenshot. And yeah, the uploader should open in a new window, however, how new windows open can usually be changed through browser settings. ( e.g. it'd open in a new tab instead of a window ) hm..
BlackScorpion
BlackScorpion
Member
Posts : 62
Reputation : 23
Join date : 2016-05-29

PostBlackScorpion Fri 19 Aug - 22:43:45

I just checked and it's only happening in Chrome. Safari and Firefox both look correct. weird.

return_to_ipbfs - Suggestions / Feedback - Page 13 Screen66



What other toys are you getting us?? I saw the mention update that looks awesome.
BlackScorpion
BlackScorpion
Member
Posts : 62
Reputation : 23
Join date : 2016-05-29

PostBlackScorpion Sat 20 Aug - 22:49:28

Got another question for you, on the support forum there is a header above [see image below]

return_to_ipbfs - Suggestions / Feedback - Page 13 Screen69
How or can i get something like this for my forum?  I/m referring to Welcome guest part that change to the members name when logged in.
Ange Tuteur
Ange Tuteur
Developer
Male
Posts : 403
Reputation : 28
Join date : 2014-03-10
http://fmdesign.forumotion.com https://www.facebook.com/test https://twitter.com/sethc1995 https://pinterest.com/test

PostAnge Tuteur Tue 23 Aug - 21:48:55

Could it be an addon maybe, because it looks okay on my Chrome ?

Mention update is out, Giphy button is coming soon, and FAE v.1.1.0 soon too. ^^


About the guest message, try adding this to your homepage message :
Code:
<div id="guest_message" style="display:none;">Hello guest !</div>

<div id="member_message" style="display:none;">Hello {USERNAME} !</div>

<script type="text/javascript">if (_userdata.session_logged_in) {
  document.getElementById('member_message').style.display = 'block';
} else {
  document.getElementById('guest_message').style.display = 'block';
}</script>
BlackScorpion
BlackScorpion
Member
Posts : 62
Reputation : 23
Join date : 2016-05-29

PostBlackScorpion Tue 23 Aug - 23:18:01

Ange Tuteur wrote:Could it be an addon maybe, because it looks okay on my Chrome ?

Mention update is out, Giphy button is coming soon, and FAE v.1.1.0 soon too. ^^


About the guest message, try adding this to your homepage message :
Code:
<div id="guest_message" style="display:none;">Hello guest !</div>

<div id="member_message" style="display:none;">Hello {USERNAME} !</div>

<script type="text/javascript">if (_userdata.session_logged_in) {
  document.getElementById('member_message').style.display = 'block';
} else {
  document.getElementById('guest_message').style.display = 'block';
}</script>
 Must be an add on i have on my chrome then,  Thanks for the code above,  can't wait for Giphy button and update,
Ange Tuteur
Ange Tuteur
Developer
Male
Posts : 403
Reputation : 28
Join date : 2014-03-10
http://fmdesign.forumotion.com https://www.facebook.com/test https://twitter.com/sethc1995 https://pinterest.com/test

PostAnge Tuteur Thu 25 Aug - 21:14:49

Yeah perhaps, I'm not sure what could be causing it. Shocked

Giphy button will be published tomorrow hopefully ! ^^ Also, I'm adding more colors for the forums in the next update, you got any requests ?
http://fmdesign.forumotion.com/t985-forumactif-edge-themes#19904
BlackScorpion
BlackScorpion
Member
Posts : 62
Reputation : 23
Join date : 2016-05-29

PostBlackScorpion Thu 25 Aug - 21:38:19

Actually i do,  I could use this color for the dark forum  #8BF90C   Razz
Ange Tuteur
Ange Tuteur
Developer
Male
Posts : 403
Reputation : 28
Join date : 2014-03-10
http://fmdesign.forumotion.com https://www.facebook.com/test https://twitter.com/sethc1995 https://pinterest.com/test

PostAnge Tuteur Fri 26 Aug - 19:18:59

Done. It'll be added as "Chartreuse" Smile

This is the list of new colors that'll be added in the next update :
http://fmdesign.forumotion.com/t985-forumactif-edge-themes#20308
BlackScorpion
BlackScorpion
Member
Posts : 62
Reputation : 23
Join date : 2016-05-29

PostBlackScorpion Fri 26 Aug - 21:04:03

Ange Tuteur wrote:Done. It'll be added as "Chartreuse" Smile

This is the list of new colors that'll be added in the next update :
http://fmdesign.forumotion.com/t985-forumactif-edge-themes#20308

AWESOME! thank you. Onward Captain, there's plenty of work to be done. Shocked Razz
Ange Tuteur
Ange Tuteur
Developer
Male
Posts : 403
Reputation : 28
Join date : 2014-03-10
http://fmdesign.forumotion.com https://www.facebook.com/test https://twitter.com/sethc1995 https://pinterest.com/test

PostAnge Tuteur Fri 26 Aug - 21:41:01

Yep, just got extended translation support left to work on and then I can release v1.1.0 to everyone ! ^^

I'll probably take a break tomorrow though. Had a busy week with everything going on. x.x
Sponsored content

PostSponsored content

Page 13 of 15 Previous  1 ... 8 ... 12, 13, 14, 15  Next

View previous topic View next topic Back to top

Create an account or log in to leave a reply

You need to be a member in order to leave a reply.

Create an account

Join our community by creating a new account. It's easy!


Create a new account

Log in

Already have an account? No problem, log in here.


Log in

 
Permissions in this forum:
You cannot reply to topics in this forum