dave_udes
Forum Replies Created
-
Forum: Themes and Templates
In reply to: [Solon] Featured image size and text in posts main pageIt worked.
Thanks for your help.Forum: Themes and Templates
In reply to: [Solon] Featured image size and text in posts main pagePerfect.
I’m back online and will follow your steps from the CPanel.Forum: Themes and Templates
In reply to: [Solon] Featured image size and text in posts main pageMy website:
Forum: Themes and Templates
In reply to: [Solon] Featured image size and text in posts main pageI think I made a huge mistake by adding it in the theme.
I receive this message:
Parse error: syntax error, unexpected end of file in /home/seminaires.01063/public_html/wp-content/themes/solon/functions.php on line 241What can I do to make my Solon template working again?
Here is the code that I guess is at line 241:
function solon_html5shiv() {
echo ‘<!–[if lt IE 9]>’ . “\n”;
echo ‘<script src=”‘ . esc_url( get_template_directory_uri() . ‘/js/html5shiv.js’ ) . ‘”></script>’ . “\n”;
echo ‘<![endif]–>’ . “\n”;
}
add_action( ‘wp_head’, ‘solon_html5shiv’ );
/**
* Custom template tags for this theme.
*/
require get_template_directory() . ‘/inc/template-tags.php’;/**
* Custom functions that act independently of the theme templates.
*/
require get_template_directory() . ‘/inc/extras.php’;/**
* Customizer additions.
*/
require get_template_directory() . ‘/inc/customizer.php’;/**
* Load Jetpack compatibility file.Forum: Themes and Templates
In reply to: [Solon] Full posts on main pageI have a similar question:
Is it possible to reduce the size of the featured images and have more text (about 10 lines) shown in the posts that are on the main page?
Thanks for your help!
Forum: Themes and Templates
In reply to: [Solon] Main title banner colour and title of posts not visibleGreat!
Everything works now. Thanks for your help ??
Forum: Themes and Templates
In reply to: [Solon] Main title banner colour and title of posts not visibleHi,
Thanks for your quick reply.
I added the code at the end of my custom CSS, but no changes were seen:
p {
font-size: 16px; /*Change 16 to whatever size you want*/
}/* Enter Your Custom CSS Here */.slide img:hover,
.entry-thumb img:hover {
-webkit-transform: none;
transform: none;
-ms-transform: none;
}.read-more {
right: -10px;
bottom: -20px;
}.site-header {
background-color: #47a390; /*Change the #1d1d1d to whatever color you like */
}When I added the new background #color for the site-header in the CSS, no changes were seen.
As for my question for my posts’ title?
Presently, I can’t make them visible.Thanks.