Forum Replies Created
-
AuthorPosts
-
Psink
Keymasterhello Sian,
I have visit the your site recently and I guess you have managed to solve the issue.
Please let us know if you have any issue related to theme theme
regards,
Psink
Keymasterplease install the plugins I have mentioned earlier and follow this screen record
https://www.awesomescreenshot.com/video/5579702?key=12088940b202733e839f03a186cd52ab
hope this will help you
Psink
Keymasterplease add this CSS in the additional CSS
#posts-slider .author-wrapper { display: none; }
Psink
KeymasterHello Erik
Please follow this screen record
https://www.awesomescreenshot.com/video/5565364?key=2bedaf32529d6c5922f2088fff8b56f5Let us know if incase the link expired
Psink
Keymasteryes, you can do it. for that you need to export three different file
1. widgets file
2. customizer file
3. content fileYou can use widget import/export plugin to export widget data and similarly you can use customizer import/export to export customizer data
-
This reply was modified 3 years, 11 months ago by
Psink.
October 6, 2021 at 11:56 pm in reply to: No preview of image on home page when I make a post #158688Psink
Keymaster@KHAUGHTON, Can you please share your site URL? I guess you have missed to assign category to post or may be in homepage that particular category of the post that you have added is not active on the homepage
Please watch this screen record may be this will help to to understand
https://www.awesomescreenshot.com/video/5530332?key=a7a4b2a8351e6b90457b2a547d99dc54Psink
Keymaster@VLAMOUR, Can you please share your site URL? We will provide you a few lines of CSS code to remove posted date
Psink
KeymasterFollow the screen record to set the footer widgets
https://www.awesomescreenshot.com/video/5513011?key=5dbfcf10fddd4b9331dc87126955eb06Hope this helps
Psink
KeymasterDid you check on the mobile phone? The right and left space of the header banner is reduced than it was before
Psink
KeymasterOh ok, maybe that code belongs to one of the active plugins on your site. There is a way to override it
Please add this code in the additional CSS
#page-site-header { padding: 100px 0 !important; }
this code will override the previous code
Psink
KeymasterI found there is the CSS code in the additional CSS, which is responsible for this issue.
Please remove this code from Additional CSS to avoid padding issue of the header content ( Page title )
body:not(home).page #page-site-header, .single #page-site-header { padding: 100px; background-color: #fe463a; }
and add this CSS to decrease top button padding ( space ), default top-buttom padding is 150px
#page-site-header { padding: 100px 0; }
It’s better to keep the page title. If you still want to rid of
Add this CSS
.single #page-site-header, .page #page-site-header{ display:none; }
-
This reply was modified 3 years, 11 months ago by
Psink.
Psink
KeymasterHELLO,
Thanks for your query. We are going to release a new update. Please update the theme after it gets live
It may take 24 – 48 hrsPsink
Keymasterhello,
Of course site title appears on the header but not in the middle of the page.
Can you please explain in more detail maybe you are trying to tell something else? but not a site title
Psink
KeymasterOh, sorry I thought it’s for a single post page.
here is the new code, to hide the date and category of the posts on the homepage, add this in additional CSS
.home .entry-meta { display:none; }
and this to fixed topbar search design issue
@media screen and (min-width: 1025px){ .main-navigation form.search-form input { padding: 0 10px; padding-left: 60px; } } form.search-form button.search-submit { left: 20px; } @media screen and (max-width: 1024px){ .main-navigation form.search-form input { padding-left: 60px; } }
Your homepage looks something like this – after adding code in additional CSS
https://www.awesomescreenshot.com/image/14425691?key=71260feaffc284d2193103f98bd9b10fPlease let us know if you have any other issues that needs to be fixed
Psink
Keymaster@SUSANNA-FREYMARK, there is the options to hide date and category inside theme customizer. Please follow the screen record
https://www.awesomescreenshot.com/video/5469067?key=6fddb78e8bad0e5f73b5f91cd695a284And can you please confirm is that the parts inside the red circle that you want to hide
https://www.awesomescreenshot.com/image/14378869?key=2fd334b780e855879846ce8aebf58edfIf that’s the one, please add this css in the additional css to hide header image
.single-post #page-site-header { display: none; }
hope this will cover to solve your issue
-
This reply was modified 3 years, 11 months ago by
-
AuthorPosts