Simple Machines Community Forum

Customizing SMF => Graphics and Templates => Theme Site Themes => Topic started by: Dhayzon on December 13, 2016, 12:33:14 AM

Title: Canvas theme responsive
Post by: Dhayzon on December 13, 2016, 12:33:14 AM
Link to the theme (http://custom.simplemachines.org/themes/index.php?lemma=2865)
(http://custom.simplemachines.org/themes/index.php/action,download/lemma,2865/image,thumb)

RESPONSIVE Design
[index,message,display,login,register]

FEATURES
Four advertising Box
-index top
-index all pages footer
-Top message template
-bottom firt topic on display template
Color And Theme Options

(http://i.imgur.com/VL8bOHf.png)

-Forum width
-Header background Imagen:

(http://i.imgur.com/l418UHv.png)

RESPONSIVE Design
(http://i.imgur.com/9Ros4zc.png)
(http://i.imgur.com/nTkCyXt.png)


and MORE FEATURES........

(http://i.imgur.com/ncf8VwP.png)
Title: Re: Canvas theme responsive
Post by: Braxton ASL on January 04, 2017, 06:19:49 PM
How do I change the text color of "reply, quote, delete" under the messages page? It is blended in with white on white.
Title: Re: Canvas theme responsive
Post by: nunogrl on January 07, 2017, 04:35:08 PM
I can't find a button to logout
??? ??? ???

Where is it?
Title: Re: Canvas theme responsive
Post by: nunogrl on January 07, 2017, 04:55:54 PM
The view in a phone seems to be broken. What other plugins do you recommend so I can use this template?
Thank you!
Title: Re: Canvas theme responsive
Post by: Futendra on January 10, 2017, 02:49:37 PM
Is it possible to make the rounded bits just square? Is it possible to make the header just a straight image?
Title: Re: Canvas theme responsive
Post by: ufolog100 on March 11, 2017, 07:21:56 AM
Similarity of deliberately cut topic not to be mobile ... How sad that there are such people.
Title: Re: Canvas theme responsive
Post by: Dhayzon on March 14, 2017, 12:20:29 PM
Quote from: ufolog100 on March 11, 2017, 07:21:56 AM
Similarity of deliberately cut topic not to be mobile ... How sad that there are such people.

this theme don't  will work 100%  for all device mobiles
Title: Re: Canvas theme responsive
Post by: The Domain Shop on June 04, 2017, 06:06:51 AM
Looks nice what i can see. Do you have a demo site with this theme on?
Title: Re: Canvas theme responsive
Post by: Variant on August 04, 2017, 02:28:23 PM
How do I get rid of the "normal post" prefix on all the posts. I've deleted the style from the CSS but the text keeps coming up.

Title: Re: Canvas theme responsive
Post by: Dhayzon on August 26, 2017, 04:37:13 PM
Quote from: Variant on August 04, 2017, 02:28:23 PM
How do I get rid of the "normal post" prefix on all the posts. I've deleted the style from the CSS but the text keeps coming up.



view on ThemeStrings.english.php


$txt['veryhot_post_sticky']='veryhot post sticky';
$txt['veryhot_post_locked_sticky']='veryhot post locked sticky';
$txt['veryhot_post_locked']='veryhot post locked';
$txt['veryhot_post']='veryhot post';
$txt['veryhot_poll_sticky']='veryhot poll sticky';
$txt['veryhot_poll_locked_sticky']='veryhot poll locked sticky';
$txt['veryhot_poll_locked']='veryhot poll locked';
$txt['veryhot_poll']='veryhot poll';
$txt['normal_post_sticky']='normal post sticky';
$txt['normal_post_locked_sticky']='normal post locked sticky';
$txt['normal_post_locked']='normal post locked';
$txt['normal_post']='normal post';
$txt['normal_poll_sticky']='normal poll sticky';
$txt['normal_poll_locked_sticky']='normal poll locked sticky';
$txt['normal_poll_locked']='normal poll locked';
$txt['normal_poll']='normal poll';
$txt['my_veryhot_post_sticky']='my veryhot post sticky';
$txt['my_veryhot_post_locked_sticky']='my veryhot post locked sticky';
$txt['my_veryhot_post_locked']='my veryhot post locked';
$txt['my_veryhot_post']='my veryhot post';
$txt['my_veryhot_poll_sticky']='my veryhot poll sticky';
$txt['my_veryhot_poll_locked_sticky']='my veryhot poll locked sticky';
$txt['my_veryhot_poll_locked']='my veryhot poll locked';
$txt['my_veryhot_poll']='my veryhot poll';
$txt['my_normal_post_sticky']='my normal post sticky';
$txt['my_normal_post_locked_sticky']='my normal post locked sticky';
$txt['my_normal_post_locked']='my normal post locked';
$txt['my_normal_post']='my normal post';
$txt['my_normal_poll_sticky']='my normal poll sticky';
$txt['my_normal_poll_locked_sticky']='my normal poll locked sticky';
$txt['my_normal_poll_locked']='my normal poll locked';
$txt['my_normal_poll']='my normal poll';
$txt['my_hot_post_sticky']='my hot post sticky';
$txt['my_hot_post_locked_sticky']='my hot post locked sticky';
$txt['my_hot_post_locked']='my hot post locked';
$txt['my_hot_post']='my hot post';
$txt['my_hot_poll_sticky']='my hot poll sticky';
$txt['my_hot_poll_locked_sticky']='my hot poll locked sticky';
$txt['my_hot_poll_locked']='my hot poll locked';
$txt['my_hot_poll']='my hot poll';
$txt['hot_post_sticky']='hot post sticky';
$txt['hot_post_locked_sticky']='hot post locked sticky';
$txt['hot_post_locked']='hot post locked';
$txt['hot_post']='hot post';
$txt['hot_poll_sticky']='hot poll sticky';
$txt['hot_poll_locked_sticky']='hot poll locked sticky';
$txt['hot_poll_locked']='hot poll locked';
$txt['hot_poll']='hot poll';
Title: Re: Canvas theme responsive
Post by: Merlinator on October 12, 2017, 03:55:35 PM
Hi.

I'd like the forum title not to be in capital letters.
Where can I edit this setting?

Thank you.
Title: Re: Canvas theme responsive
Post by: Merlinator on October 21, 2017, 06:50:39 AM
Is there anybody out there?
Title: Re: Canvas theme responsive
Post by: Shambles on October 21, 2017, 12:43:57 PM
Quote from: Merlinator

I'd like the forum title not to be in capital letters.
Where can I edit this setting?


Edit the theme's index.css file as follows:

Code (find) Select
/* the main title, always stay at 45 pixels in height! */
h1.forumtitle
{
text-transform: uppercase;
border-radius: 3px;
font-size: 50px;
text-align: center;
}


Code (replace) Select
/* the main title, always stay at 45 pixels in height! */
h1.forumtitle
{
border-radius: 3px;
font-size: 50px;
text-align: center;
}
Title: Re: Canvas theme responsive
Post by: Ewap on January 03, 2018, 09:17:15 PM
How can I edit font size and style for main post not external text?
Title: Re: Canvas theme responsive
Post by: jack001 on January 15, 2018, 02:13:24 AM
this theme looks very nice in mobile as wwll. works great! thanks. i have custom board icons installed but theme doesn't replace board icons. Rest theme do replaces board icons except this one. Any idea why?
Title: Re: Canvas theme responsive
Post by: Dhayzon on January 16, 2018, 03:08:10 AM
Quote from: jack001 on January 15, 2018, 02:13:24 AM
this theme looks very nice in mobile as wwll. works great! thanks. i have custom board icons installed but theme doesn't replace board icons. Rest theme do replaces board icons except this one. Any idea why?

because Display template is diferent to default teme, for replace default icons by board icons is necesary edit display template manualily
Title: Re: Canvas theme responsive
Post by: Biology Forums on January 17, 2018, 09:52:28 PM
Love the modern design, I'll test this out
Title: Re: Canvas theme responsive
Post by: Merlinator on February 18, 2018, 03:42:42 PM
Quote from: Shambles on October 21, 2017, 12:43:57 PMEdit the theme's index.css file as follows:

Thank you very much.

I have another question: when one apply "italic" when writing a post, it doesn't display the text in italic in the post.
Is it a bug or a feature?
(Bold, underline and other formatting works fine)

Title: Re: Canvas theme responsive
Post by: -Rock Lee- on February 19, 2018, 10:12:26 PM
I am experiencing the new theme of my community, we will see how it goes :P


Regards!
Title: Re: Canvas theme responsive
Post by: Merlinator on March 04, 2018, 08:58:14 AM
Am I the only one to have this problem with italics?
:-\
Title: Re: Canvas theme responsive
Post by: -Rock Lee- on March 04, 2018, 09:01:11 AM
Quote from: Merlinator on March 04, 2018, 08:58:14 AM
Am I the only one to have this problem with italics?
:-\

What kind of problem do you have with the theme?


Regards!
Title: Re: Canvas theme responsive
Post by: Merlinator on March 18, 2018, 09:01:31 AM
When one apply "italic" when editing a post, the text doesn't displays in italic in the final post.
Is it a bug or is it by design?

Thank you.
Title: Re: Canvas theme responsive
Post by: -Rock Lee- on March 18, 2018, 07:57:30 PM
Quote from: Merlinator on March 18, 2018, 09:01:31 AM
When one apply "italic" when editing a post, the text doesn't displays in italic in the final post.
Is it a bug or is it by design?

Thank you.

It may be how the theme is created, it does not take "italic" and since you look at the code it seems there is no problem...


Regards!
Title: Re: Canvas theme responsive
Post by: Merlinator on February 27, 2019, 04:46:39 PM
Thank you (and sorry for the delay).
8)