hello,
your theme is very functional and clear, but I got a problem with bad transparency on menu i.e while scrolling, which makes confusing all in my opinion. is there some CSS hack I could use? none seems to work until now.
Example:
https://imgur.com/gallery/LaBqV3e
Thanks!
]]>Hi.
Thank you for the simplicity of your theme (less is more). ??
Now, i just wanted to know how I could change the font (everywhere: header, title and text) in order to have a font close to Quicksand for exemple.
Thank you.
Best Regards.
Anne
I am having a problem with white lines. It is not related to the image itself, as the lines also appear above text containers as well.
Please help!
]]>I have followed the instructions in www.ads-software.com Codex for Child Themes and have not been able to create a Simplent Child theme that loads all the styles included in the original theme.
Here is the CSS file I’ve created:
/*
Theme Name: Simplent Child
Theme URI: https://opensources.davy.us/wp-content/themes/simplent-child/
Description: Simplent Child theme, based on Simplent theme.
Author: Abdul Rafay
Author URI: https://abdulrafay.me/
Template: simplent
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Tags: blog, custom background, custom colors, custom header, custom menu, editor style, featured images, flexible header, one column, post formats, right sidebar, rtl language support, sticky post, threaded comments, translation ready, two columns
Text Domain: simplent-child
*/
And here is the PHP file I have created:
<?php
function my_theme_enqueue_styles() {
$parent_style = 'simplent-style'; // This is 'simplent-style' for the Simplent theme.
wp_enqueue_style( $parent_style, get_template_directory_uri() . '/style.css' );
wp_enqueue_style( 'child-style',
get_stylesheet_directory_uri() . '/style.css',
array( $parent_style ),
wp_get_theme()->get('Version')
);
}
add_action( 'wp_enqueue_scripts', 'my_theme_enqueue_styles' );
?>
Am I missing something?
]]>Hi Basic question here, but is this theme mobile optimized? If so, does it have the hamburger menu?
Thanks!
WPD
]]>How can I show the full post content on the home page, instead of just the excerpt?
Is this a WordPress feature or should the theme support the feature?
In the second case, is it currently possible to do that with Simplent?
Thank you
]]>Dear Abdul,
Is it possible to increase the logo size? Now it appears that the theme restrains the size to 210px.
What I have to do to increase about 50% of the width?
Thank you!
Marco Andrei
Hallo i wanted to adjust the width of the contentpage but could not find any options to do it. I could not find the variable to change it should look similar to this:
.content-wrapper {
background-color: transparent !important;
}
.page-wrap{
padding: 100px 0 0px;
clear: both;
margin-top: 80px;
}
@media only screen and (max-width:1024px) {
.page-wrap{
padding: 50px 0 0px;
clear: both;
margin-top: 80px;
}
}
Dear Abdul,
I think some terms are not prepared to be translated yet, as you can see in this image: https://imgur.com/a/Qiltl
Note that the word “BY” is not available to translate.
Could you review this in the next version? Thank you!
Saúde!
Marco Andrei
Dear Abdul,
Is it possible to add one more option to show YouTube icon in the top menu?
Thanks for your attention!
Saúde,
Marco Andrei
how to translate the theme?I have save the .mo file in the languages document.
]]>Hi!
Thanks for your theme. It’s light and simple. Perfect.
I was trying to make a post https://tp-old.webkpd.com/en/2018/01/16/35/
But on a main page I see this https://tp-old.webkpd.com/en/
No formating, nothing else https://prntscr.com/i4uq2v
Do you have any ideas how to fix that?
Alexey
]]>