In that page you just need to press “Install” and demo will be downloaded/installed automatically.
These demo files are located on our servers.
Please try this CSS snippet bellow and please let us know if it is working (you can place it here – Admin Dashboard -> Appearance -> Theme Settings -> Custom Code -> CSS Code).
body.page-id-419 .sh-header.sh-sticky-header {
position: relative!important;
}Nice to hear that. 🙂
We can give you a custom CSS snippet to do that.
You just need to choose your icon from this list: http://simplelineicons.com/
Oh, then you can use our other demo installation method under Appearance > Import Demo Data and let us know if that works. 🙂
Just to verify your issue – you want to crop these square images yourself?
Let us know, if you have other questions. 🙂
Nice to hear that. 🙂
Hi there,
It could happen, because there is some folder/file permissions issues in wp-content folder.
You can see this tutorial to solve this issue.
Best regards,
Shufflehound team
Oh, then it could be because PHP file upload limit is too low (like 2MB and our theme ZIP file is about 3MB).
You can either increase PHP upload limit or upload theme files via FTP connection.
Nice to hear that you figured it out. 🙂
Nice to hear that. 🙂
Looks like it could be due to Google Maps API key issue.
Please see this topic – https://stackoverflow.com/questions/35288250/google-maps-javascript-api-referernotallowedmaperror and let us know if by following it’s solutions you managed to fix this issue.
We did some testing and changed a few options, can you confirm that the issue is fixed? 🙂
About your questions:
a., d. You can use this CSS snippets bellow (you can place it here – Admin Dashboard -> Appearance -> Theme Settings -> Custom Code -> CSS Code ):
.post-meta img {
display: none;
}
body.category .content-container.sh-page-layout-full {
padding: 60px 0;
}
b., c. There is an option for that under Admin Dashboard -> Appearance -> Theme Settings -> Blog > Post Settings
Hopefully it helps. 🙂
Nice to hear that. 🙂
Then maybe that is Jetpack plugin, which fully rewrites our content.
At the moment it is hard to help you, because these image sizes are calculated dynamically by JavaScript and we can’t give you a simple CSS snippet, which would set it at full width.
Yes, thank you for these details.
About your questions:
– “Where I can create a blog post, check off a box for its category”
Here is a simple tutorial on how it works
– “Have categories in the menu that show all the blog posts for each particular category”
This will be a little more difficult. Simplest way to do that would be:
Hopefully it helps.
Looks like it is a bug, we will add this issue to our to-do list and inspect it further. We will let you know when there will be any news about this issue.
Hi there,
@nciarapica solution will remove pencil icon.
About alignment you can use this CSS snippet bellow and adjust px number to size what suites your website (you can place it here – Admin Dashboard -> Appearance -> Theme Settings -> Custom Code -> CSS Code )
.blog-slider-content {
max-width: 1260px;
}Thank you for letting us know, that the issue is solved. 🙂
Solution for this topic
About content alignment you can try this CSS snippet bellow (you can place it here – Admin Dashboard -> Appearance -> Theme Settings -> Custom Code -> CSS Code ) and let us know if it works:
.blog-slider-content {
max-width: 1260px;
}About pencil issue, can you confirm that you solved it?