Function.php changed on latest version

Posted in: Newsmag
Post count: 45

Hello, theme latest updates it seems very various from the previews version in Function.php

Issue : http://screencast.com/t/WkGk0ESOhgy1

The Function.php it’s complete different from the theme previews version. I can’t make the images on 220X220 on module 11. Could you please explain me what files need to edit in this new version ?

Thanks in advance.

  • This topic was modified 11 years by Gregory.
Post count: 7909

Hi,

You have to edit td_config.php: http://screencast.com/t/J8I7jzd2oh3

Result: http://screencast.com/t/u4ufbwzX38Y

Thanks!

Post count: 45

Thanks, i will try out, i have one more question and because i use color theme as #333 i need your help and how can make the links on post more visible for example i want to place dotted underline.

Thank you very much and with your professional work really worth.

Post count: 7909

Hi,

You can use custom css for this: http://screencast.com/t/1eJg6E6qjk

.td-post-content p a {
border-bottom:1px dotted;
}

Thanks!

Post count: 45

You rock guys!!!

Its possible also on mouseover to removed the dotted ? there is already underline on mouseover!!

Thanks in advance

  • This reply was modified 11 years by Gregory.
Post count: 6600

Hi,

Use this:

.td-post-content a:hover {
text-decoration: none !important;
}

Thanks

Post count: 45

Thank you Lucian!

Viewing 7 posts - 1 through 7 (of 7 total)
The forum ‘Newsmag’ is closed to new topics and replies.