Recent posts

#41
Pre-sale Questions / QuestionRe: Comet Theme Responsiveness
Last post by Diego Andrés - September 28, 2023, 12:54:21 PM
It is responsive.
Did you use the same URL? Our demo site for 2.1 doesn't have a theme selector atm.
https://demo21.smftricks.com/index.php?theme=3
#42
Pre-sale Questions / QuestionComet Theme Responsiveness
Last post by Varlov - September 28, 2023, 12:31:28 PM
Is the Comet theme responsive for mobile devices? I went to the demo link on my smartphone and it automatically loaded the default them. I'm not sure if this is intentional or not.
#43
Free Themes / SMF 2.1Re: NameX
Last post by Diego Andrés - September 18, 2023, 08:00:48 AM
Quote from: pavoni on September 18, 2023, 02:06:08 AMSee attached the avantar from myself and the other admin - Vlad (JVL) - my one is smaller size then the one from Vlad - too big size

Wouldn't know about it. Looks like you're using a MOD, so perhaps it adds the custom size from there, you should ask in the support topic for that MOD.

Quote from: pavoni on September 18, 2023, 02:07:16 AMAnd sorry - one more question on the menu header - possible to ad a custom link / button next to the button "Members"?
Check in SMF, search for "adding buttons to the menu". Or install a MOD, there's at least one that lets you modify the menu.
#44
Free Themes / SMF 2.1Re: NameX
Last post by pavoni - September 18, 2023, 02:07:16 AM
And sorry - one more question on the menu header - possible to ad a custom link / button next to the button "Members"?
#45
Free Themes / SMF 2.1Re: NameX
Last post by pavoni - September 18, 2023, 02:06:08 AM
Quote from: Diego Andrés on September 09, 2023, 09:33:00 PMDon't understand what you are referring to.
See attached the avantar from myself and the other admin - Vlad (JVL) - my one is smaller size then the one from Vlad - too big size - but what I'm trying to explain I assume that is a placeholder diameter where the avatar can be added. To check if the diameter can be reduced independently of the size of the avatar itself. Seems for me did 2cm while it would much better than with diameter 1cm
#46
Premium Themes / Re: Darkec
Last post by braaxd - September 16, 2023, 11:03:23 PM
@Diego Andrés I need something like this for my online gaming community or similar, in which the icons can be changed with png images from the forums, yellow and black or dark gray colors, please, please, I want to buy and I can't find anything </3
#47
Premium Themes / SMF 2.1Kali
Last post by Diego Andrés - September 10, 2023, 08:24:21 PM
View at the store


Free & Premium Themes for SMF




Kali
Developed by: Diego Andrés
Designed by César 'Raphisio' Gómez


Features
  • Bootstrap
  • FontAwesome
  • Social Networks
  • Logo URL
  • Forum Width
  • Separate sticky topics
  • Avatars
    • Boards
    • Topics
    • Online Users
    • Recent Posts
  • Remove Menu Items
  • Remove Menu Icons
  • Custom Links
  • Categories in Columns
  • Forum Description
  • Categories Cover
    • Integrated Addon to upload covers
  • Carousel
    • Slide Title
    • Slide Caption
    • Slide Link
    • Integrated Addon to upload images
  • Profile Covers




Purchase this product
Support board
View demo
#48
Free Themes / SMF 2.1Re: NameX
Last post by Diego Andrés - September 09, 2023, 09:33:00 PM
Quote from: pavoni on September 09, 2023, 12:39:09 PMWas more thinking the placeholder of the avatar to make it smaller
Don't understand what you are referring to.

Quote from: pavoni on September 09, 2023, 12:39:09 PMLooking more here to make the font smaller for icons, profile, title etc
Instead of display: none; use font-size:)
#49
Free Themes / SMF 2.1Re: NameX
Last post by pavoni - September 09, 2023, 12:39:09 PM
Thank you

Quote from: Diego Andrés on September 05, 2023, 09:02:30 PM2: You can change this through the default settings of the forum. Go to Admin > Forum > Attachments and Avatars > Avatar Settings. In there you'll notice four settings related to width and height. Adjust the values to something smaller.

Was more thinking the placeholder of the avatar to make it smaller

Quote from: Diego Andrés on September 05, 2023, 09:02:30 PM3: I'm not sure what you are trying to accomplish. You could hide more things from the poster. For example, in the file you created for the first image, add the following:
#forumposts .poster ul.user_info li.blurb,
#forumposts .poster ul.user_info li.im_icons,
#forumposts .poster ul.user_info li.profile,
#forumposts .poster ul.user_info li.title {
    display: none;
}
Looking more here to make the font smaller for icons, profile, title etc
#50
Free Themes / SMF 2.1Re: NameX
Last post by Diego Andrés - September 05, 2023, 09:02:30 PM
1: Create a new file in NameX/css/custom/custom_edits.css. Then add the following:
#messageindex #topic_container .board_stats p,
#messageindex #topic_container .board_stats p strong {
font-size: 11px;
}

2: You can change this through the default settings of the forum. Go to Admin > Forum > Attachments and Avatars > Avatar Settings. In there you'll notice four settings related to width and height. Adjust the values to something smaller.

3: I'm not sure what you are trying to accomplish. You could hide more things from the poster. For example, in the file you created for the first image, add the following:
#forumposts .poster ul.user_info li.blurb,
#forumposts .poster ul.user_info li.im_icons,
#forumposts .poster ul.user_info li.profile,
#forumposts .poster ul.user_info li.title {
display: none;
}