divjotsingh_440
Forum Replies Created
-
Forum: Themes and Templates
In reply to: [Klean] Change size of site logoHello,
Can you please share the URL of the site toobserve the problem.Forum: Themes and Templates
In reply to: [Klean] Bring "Recent Posts" up a bit?Hello,
Currently, for css changes, you need to install a custom css plugin. An integrated custom css box is being introduced in the next update.So, for now, you need to add the following code to custom css-
.header-image { height: 90vh !important; }
Forum: Themes and Templates
In reply to: [Klean] Missing User greeting bar at the top on the pageHello,
Can you please share the URL of your website so that I can take a look at the issue.Forum: Themes and Templates
In reply to: [Klean] Social IconsHello Jess,
Currently, only font awesome icons can be used.
Including some other icons requires a decent amount of coding.It can be considered in future updates…
Forum: Themes and Templates
In reply to: [Klean] social icons and home pageRegarding the E-Mail, in the E-Mail field of customizer, you need to put the URL of a page in which you have your contact details.
Regarding the “No Image Available” issue, you need to set the featured image in the “Edit Post” screen at the bottom right corner.
The two widgets are of two different fields. One is of sidebar and the other is of footer.
Hope these explanations have helped….
Forum: Themes and Templates
In reply to: [Klean] Changing size and color of social iconsHello kiaroskuro,
You need to add a custom css plugin first.
After adding, you need to add the following code to custom css-#social-icons span { font-size: 20px; //Changes the size of the icons } #social-icons span i.fa-circle { color: #abc; //Changes the black color of the icons }
Forum: Themes and Templates
In reply to: [Klean] social icons and home pageHello,
can you share the URL of your site?Forum: Themes and Templates
In reply to: [Klean] A few changesI advise you to wait for the update.
Forum: Themes and Templates
In reply to: [Klean] A few changesThe update will be available within a week.
Regarding the menu bar, you don’t need to do anything else. Just paste the code in a custom css plugin and it should work.
The page-titles are an integral part of the structure of the post and it could sometimes mess up the layout of the theme.
Forum: Themes and Templates
In reply to: [Klean] recent posts container at homeHello Frank,
You will be needing a custom css plugin.
Just install the plugin and add the following code-#page { display: none !important; }
It should hide everything else except the header contents.
Divjot
Forum: Themes and Templates
In reply to: [Simpel] Header widgetHello Oliver,
The theme currently does not have a slider.
It can be added in the future updates.Meanwhile, you can search for plugins which can help you achieve your objective.
Divjot
Forum: Themes and Templates
In reply to: [Klean] A few changesHello,
For the image of the house. It is currently not possible in the theme.
An update of the theme is on the way with an added feature to upload a logo. Using the logo, you can place the house on the left above the social icons.Regarding the page titles, although it is not recommended not displaying the page and post titles, but here’s the code to hide the titles-
h1.entry-title, h1#page-title { display: none !important; }
Install a custom css plugin and place the code in the plugin. It should hide the titles.
About the menu size, this is the following code-
#main-navigation { font-size: 16px !important; }
It should increase the size of the navigation-bar text.
Forum: Themes and Templates
In reply to: [Klean] How can I change the color of Recent Post TitlesHello,
Bojan seems to have got it spot on.
The recommended method to do do any changes in a theme is using a child theme.Currently, there is no convenient way to add CSS code to the theme without installing any plugins.
This feature will be added in the future updates to the theme.Thank you for using and liking the theme….
Forum: Themes and Templates
In reply to: [Simpel] blank after installHello everyone,
The last error seems to be due to a piece of code in the theme.
It will surely be rectified in the next update.Not sure about the rest of them, they seem to be generated due to some plugin.
Forum: Themes and Templates
In reply to: [Simpel] Simpel Theme: possible error on WordPress 4.0Hello Brian,
Yes it seems it is an error in the theme.
it will surely be resolved in the next update.