Template Creator for Wodpress - Develompent course
8 years 10 months ago #34756
by Echowan
Replied by Echowan on topic Template Creator for Wodpress - Develompent course
WOOT! Work fine!
For all user: Dont forget to add this line in fonction.php file :
add_theme_support( 'custom-background' );
For all user: Dont forget to add this line in fonction.php file :
add_theme_support( 'custom-background' );
Please Log in or Create an account to join the conversation.
8 years 10 months ago #34757
by ced1870
Joomlack Webmaster and Developer
Replied by ced1870 on topic Template Creator for Wodpress - Develompent course
I have added this to display the options in the customize page
@car0l : I have released the 0.2.8 : Solved issue with '-' in the name, I have added a filter on the name field to remove all unwanted characters to avoid this situation
@car0l : I have released the 0.2.8 : Solved issue with '-' in the name, I have added a filter on the name field to remove all unwanted characters to avoid this situation
Joomlack Webmaster and Developer
Please Log in or Create an account to join the conversation.
8 years 10 months ago - 8 years 10 months ago #34758
by Echowan
Replied by Echowan on topic Template Creator for Wodpress - Develompent course
Tips:
Add this in CSS to make cover the background image:
body {
-webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
background-size: cover;
}
Add this in CSS to make cover the background image:
body {
-webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
background-size: cover;
}
Last edit: 8 years 10 months ago by Echowan. Reason: some info
Please Log in or Create an account to join the conversation.
8 years 10 months ago #34760
by ced1870
Joomlack Webmaster and Developer
Replied by ced1870 on topic Template Creator for Wodpress - Develompent course
you can do that yourself in the "custom css" area
are you sure that the cover will always be used ?
are you sure that the cover will always be used ?
Joomlack Webmaster and Developer
Please Log in or Create an account to join the conversation.
8 years 10 months ago #34761
by Echowan
Replied by Echowan on topic Template Creator for Wodpress - Develompent course
No im not sure.
I added this code in your custom css area. It was just a suggestion. Maybe a option in the WP menu ?
I added this code in your custom css area. It was just a suggestion. Maybe a option in the WP menu ?

Please Log in or Create an account to join the conversation.
8 years 10 months ago #34762
by ced1870
Joomlack Webmaster and Developer
Replied by ced1870 on topic Template Creator for Wodpress - Develompent course
I will check if I can add this as option directly for the background
Joomlack Webmaster and Developer
The following user(s) said Thank You: Echowan
Please Log in or Create an account to join the conversation.
Time to create page: 0.239 seconds