Current date/time is May 29th 2023, 7:22 am
Search found 2 matches for fa_service
Forumactif Edge - A Free Modern and Responsive Forum Theme
Hey, sorry for the late replies ; I've been occupied working on another project. As skouliki mentioned, I'm more likely to check FM Design as that's were I handle most requests regarding FAE. I still visit this forum from time to time though.
Broomhilda wrote:Ange Tuteur What are these codes do/for ??? And where do you put them..in the CSS sorry..
.color-primary, .forumline tbody .catHead, .h3, .inner h1.page-title, .mainmenu:after, .table1 thead th, .title, h2.u, #navbar a.mainmenu, #profile-advanced-add a, a.button1, a.button2, body div.sceditor-dropdown .button, button.button2, input.button, input.button1, input.button2, input[type=file], input[type=button], input[type=submit], input[type=reset], #footer_end, #footer_end a, #page-footer, #page-footer a, form.search-form input.search-keywords, body #fa_search #fa_textarea, #fa_share a:after, a#fa_hide:after, a#fa_icon:after, a#fa_magnifier:after, a#fa_show:after, body #fa_icon, body #fa_right #fa_menu #fa_welcome, body #fa_right #fa_notifications, body #fa_right a.rightHeaderLink, body #fa_right.notification #fa_menu #fa_welcome, body #fa_share_text, body #fa_toolbar #fa_service, body #fa_welcome {
color:#000;
}
This CSS rule mainly changes the font color for all titles / fonts that are currently white -- generally any font that's white. Yes, it goes into your CSS stylesheet.
tillytiger99 wrote:Hi, I have installed the theme on my established forum, and all has gone really well. The images in the posts all have a resize box, even though they are within the widths and size in forum settings (800 x800)
They look very small. Is there a way to change this? Our forum is very image focused so I would like to see larger images.
Thank you!
Forumactif Edge has an automatic image resizer installed, but it can be disabled. Go to Admin Panel > Modules > JS Codes management > ALL.JS
find : ( line 652 )
- Code:
/* -- 06. image resizer -- */
Under this comment should be two options :
- Code:
max_width : 400, // maximum image width (400px)
max_height : 250, // maximum image height (250px)
Increase these numbers to change the maximum height and width for images. Images that are below the max-width / height will not be resized, so you could set it to 10000 for both if you wanted to. Once you're finished editing these settings, save the script and you're done.

If you need anymore help let me know.

- on April 27th 2017, 5:47 pm
- Search in: Community Coding and Analysis Zone
- Topic: Forumactif Edge - A Free Modern and Responsive Forum Theme
- Replies: 259
- Views: 15281
Forumactif Edge - A Free Modern and Responsive Forum Theme
Ange Tuteur What are these codes do/for ??? And where do you put them..in the CSS sorry...color-primary, .forumline tbody .catHead, .h3, .inner h1.page-title, .mainmenu:after, .table1 thead th, .title, h2.u, {#}navbar{/#} a.mainmenu, {#}profile-advanced-add{/#} a, a.button1, a.button2, body div.sceditor-dropdown .button, button.button2, input.button, input.button1, input.button2, input[type=file], input[type=button], input[type=submit], input[type=reset], {#}footer_end{/#}, {#}footer_end{/#} a, {#}page-footer{/#}, {#}page-footer{/#} a, form.search-form input.search-keywords, body {#}fa_search{/#} {#}fa_textarea{/#}, {#}fa_share{/#} a:after, a#fa_hide:after, a#fa_icon:after, a#fa_magnifier:after, a#fa_show:after, body {#}fa_icon{/#}, body {#}fa_right{/#} {#}fa_menu{/#} {#}fa_welcome{/#}, body {#}fa_right{/#} {#}fa_notifications{/#}, body {#}fa_right{/#} a.rightHeaderLink, body {#}fa_right{/#}.notification {#}fa_menu{/#} {#}fa_welcome{/#}, body {#}fa_share_text{/#}, body {#}fa_toolbar{/#} {#}fa_service{/#}, body {#}fa_welcome{/#} {
color:{#}000{/#};
}
- on April 19th 2017, 1:26 am
- Search in: Community Coding and Analysis Zone
- Topic: Forumactif Edge - A Free Modern and Responsive Forum Theme
- Replies: 259
- Views: 15281