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?
We created a sceenshot to better understand our idea about row width option. By setting it to default it should stay in boxed layout borders.
Looks like you managed to change logo image, can you confirm?
This grey section at bottom comes from Visual Composer. You can just delete it’s content and this section should disappear.
We can see that there is generated some CSS from Yellow Pencil, which causes this issue. Here in screenshot bellow you can see exact CSS code, which needs to removed/changed. Maybe you can set it for desktop only?