PRHG Posted January 3 Share Posted January 3 Hi, can someone help me how to fix my site? Here is an inspo: https://staceyromberg.com/insights/ Link to comment
Web_Solutions Posted January 4 Share Posted January 4 4 hours ago, PRHG said: Hi, can someone help me how to fix my site? Here is an inspo: https://staceyromberg.com/insights/ What is your website URL? If my comments are useful, please like and mark my solution as answer. It will encourage me. Thanks MD Rofik Website Designer and Digital Marketer ☕Am I helpful? Want to offer me a coffee? ✉ Send me a message if needed any help. I'll try to reply as soon as possible. Link to comment
PRHG Posted January 4 Author Share Posted January 4 hello @Web_Solutions, it's www.lawhg.net Link to comment
BartelsCreativeCo Posted January 4 Share Posted January 4 On 1/3/2024 at 2:13 PM, PRHG said: Hi, can someone help me how to fix my site? Here is an inspo: https://staceyromberg.com/insights/ Hey there! First make sure your blog style is set to Masonry—if you're using images, make sure their position is set to be at the top. Then adjust your spacing between objects using the tools in the blog summary editor. Next add this code: .summary-item { /* Creates space around the content */ padding: 15px; /* Makes rounded corners */ border-radius: 10px; /* Adds a black drop-shadow at 20% opacity-adjust values to your liking */ box-shadow: 0 0 20px 5px rgba(0, 0, 0, 0.2); } Let me know if this gets you closer to where you want to be! Best, Logan Link to comment
PRHG Posted January 6 Author Share Posted January 6 Hi @BartelsCreativeCo! Thank you for this. But would it be possible to change the theme of the Blog part only? Link to comment
BartelsCreativeCo Posted January 6 Share Posted January 6 3 hours ago, PRHG said: Hi @BartelsCreativeCo! Thank you for this. But would it be possible to change the theme of the Blog part only? Hey there! I'm not sure I understand what you mean by "changing the theme". Do you mean have the code I provided only work on that blog summary page? Can you please elaborate? Thanks! Link to comment
PRHG Posted January 9 Author Share Posted January 9 On 1/5/2024 at 7:53 PM, BartelsCreativeCo said: Hey there! I'm not sure I understand what you mean by "changing the theme". Do you mean have the code I provided only work on that blog summary page? Can you please elaborate? Thanks! Hi @BartelsCreativeCo, I am using a different theme. It's not masonry. With that, do I have to change the whole website's theme? Or can I just apply the theme on the blog summary page? Link to comment
BartelsCreativeCo Posted January 10 Share Posted January 10 12 hours ago, PRHG said: Hi @BartelsCreativeCo, I am using a different theme. It's not masonry. With that, do I have to change the whole website's theme? Or can I just apply the theme on the blog summary page? Oh my bad, you're working in 7.0 and not 7.1. "Masonry" isn't a theme, it's a layout option in 7.1 for blog pages. For 7.0 you are generally limited to a Grid layouts (which you are using) or a List layout. I'm sure you can correct this with css, but I'm unaware how; however, you can imitate this via a use of Index pages and summary blocks. So essentially you're moving your actual "Blog" collection page to the unlinked section so it doesn't appear in navigation. Then you will create a new page/index page in the linked section which will appear in navigation. On this page you will ad a Summary block that you assign to your Blog Collection content. Summary Blocks allow for a lot more design flexibility. Rather than type out everything here, I've found a video tutorial that explains how to set this up: The video doesn't show you how to style content in the manner you're looking for, but if it's important for you to have staggered posts, then this is a good step since the Summary Block should allow you to use a Masonry layout. Once you've implemented that, I or the forum community can advise on code to create the drop shadows and rounded corners. Hope this helps! Link to comment
PRHG Posted January 11 Author Share Posted January 11 On 1/9/2024 at 9:40 PM, BartelsCreativeCo said: Oh my bad, you're working in 7.0 and not 7.1. "Masonry" isn't a theme, it's a layout option in 7.1 for blog pages. For 7.0 you are generally limited to a Grid layouts (which you are using) or a List layout. I'm sure you can correct this with css, but I'm unaware how; however, you can imitate this via a use of Index pages and summary blocks. So essentially you're moving your actual "Blog" collection page to the unlinked section so it doesn't appear in navigation. Then you will create a new page/index page in the linked section which will appear in navigation. On this page you will ad a Summary block that you assign to your Blog Collection content. Summary Blocks allow for a lot more design flexibility. Rather than type out everything here, I've found a video tutorial that explains how to set this up: The video doesn't show you how to style content in the manner you're looking for, but if it's important for you to have staggered posts, then this is a good step since the Summary Block should allow you to use a Masonry layout. Once you've implemented that, I or the forum community can advise on code to create the drop shadows and rounded corners. Hope this helps! I just found out that I can update now to 7.1! I'll explore and check if I can use the code. thank you! BartelsCreativeCo 1 Link to comment
BartelsCreativeCo Posted January 11 Share Posted January 11 1 hour ago, PRHG said: I just found out that I can update now to 7.1! I'll explore and check if I can use the code. thank you! Great! Once you update, you'll be able to create a blog page and then change the style under the section settings. See screenshots below. As you'll see there are way more options for blog organization. Link to comment
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment