NameX

Started by Diego Andrés, February 09, 2016, 07:04:51 PM

Previous topic - Next topic

0 Members and 2 Guests are viewing this topic.

Toddie

Dear Diego,
i have bought now LikeIPB and this Theme will do all the Things...
But nevetheless, Thank you for your attention...

pavoni

Hallo,

I have question about this great theme as a newbie:

possible to change font sizes in some areas? Or is there an MOD available which can do this so there is no need to go deep into CSS files?

I can share areas where we want to have it smaller basically - on mobile view and desktop view

Thanks

Diego Andrés

Yo can add your own CSS to overwrite styles.
Create a file in NameX/css/custom/custom_edits.css

You can also tweak responsive.css for some mobile changes, or include the media queries in the new file.

pavoni

Ok - but I have no idea about CSS  :'( other than giving a hint where to change it in existing CSS file or providing a code. Just 3 examples:
image #1 - numbers of post - reducing font size
image #2 - on desktop view area of user - avatar smaller - personally I would like to smaller completely
image #3 - can a post be done completely smaller?

if it too much / not possible - I think I nee dot lean more. link to forum is https://forum.depmod.com

Thanks

Diego Andrés

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;
}

pavoni

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

Diego Andrés

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:)

pavoni

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

pavoni

And sorry - one more question on the menu header - possible to ad a custom link / button next to the button "Members"?

Diego Andrés

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.

pw

Love this theme! Couple questions:

1) How do I remove the word "Index" from my sitemap name on search engines? I.e. my site shows up on Google as "Website Name- Index". I have done some research and it seems it lives somewhere in the CSS but I can't find it.

2) When I search my forum on Google and click the link, it takes me to my index page instead of the main page of the forum (url ends in .com/?i=1)
When I hit home from that screen, it takes me to the correct page (url ends in .com/index.php?i=1). How do I fix this?

Diego Andrés

Hello!

1- This has nothing to do with CSS. You have two options to change this:
  • Edit Themes/default/languages/index.english.php > Search for Index word, make the string and empty string.
  • Install Optimus MOD

2- Not a theme issue either. I'm actually not sure what you're referring to, and it seems like it could be an issue with google.

I recommend you ask in the SMF boards for "general", non theme support, you might get better answers.

Regards

CyrusG



Hi, it's been a while since this forum script was used. Now have read through many threads about this exquisite theme but can't get it to work. It applies to logos. How to enter this under this theme? Or change the name to what the forum is called? I can't find the code that refers to the name. But preferably you want to insert a logo. Can you or you guys write a simple guide how to do this?

Diego Andrés

In admin > theme settings.
You'll find a setting to set a logo url.

From your screenshot it looks like your had already modified it to display the forum name? In any case the setting should work just fine.

CyrusG

Have put down a URL and from an image host. I can't find the text so you can change My Board to the forum name either.