Tagged: blog layout
-
AuthorPosts
-
April 19, 2019 at 3:27 am #1092539
Hey Kriesi Team,
A few blog issues:
1) How can I remove the Likes on the bottom of the blog pages. The “Show Likes” button is unchecked, but it’s still visible.
2) I want to show the category hierarchy in the sidebar (I have the box checked, but it doesn’t seem to do anything). I have two main categories (Project Type and Stone Type) and I want the subcategories to be indented (and/or highlighted some how) and the main categories to be un-clickable. Is this possible?
3) How do I show most recent posts at the bottom of each blog post?
4) On the main Blog page, I want 2 columns with the date showing. I also want all photos to have square corners (not round).
http://new.legacytops.com/blog/ vs. https://kriesi.at/themes/enfold/blog/blog-grid/Thanks again for all your awesome support! In case no one’s told you lately, you rock!
P.S. I think you’d get less new threads if it was easier to search theme issues.
April 22, 2019 at 1:12 am #1093171Hey allyson3,
#1: The share like button doesn’t look like it is from Enfold. It looks like a plugin “sharedaddy” please try disabling your plugins.
#2: Please try this code in the General Styling > Quick CSS field or in the WordPress > Customize > Additional CSS field:#top .widget ul.children { padding-left: 20px !important; } #top .widget li.cat-item.cat-item-37 > a, #top .widget li.cat-item.cat-item-42 > a { pointer-events: none !important; }
#3: for the recent posts it looks like you are using the Advanced Layout Builder, so please try this shortcode
#4: for square corrners please try this css:.avia-content-slider .slide-image { border-radius: 0px !important; }
To have your posts in two columns, please try this css:
#top.blog .slide-entry.av_one_third { width: 47% !important; }
Please ensure you clear your browser cache.
Best regards,
MikeMay 2, 2019 at 7:52 pm #1096563You guys are so awesome!
A few more things:
1) I want to make the Design Tools & Resource title two lines so it takes up less space in the main tab area.
When I add a <br /> tag, the word Resources shows up way down the screen. How can I fix that?On the main Blog page: http://new.legacytops.com/blog/
2) How can I remove the word “Categories” from the sidebar?
3) Can I make “Project Type” and “Stone Type” bold?
4) Can I add a return space (white space) between the last item in Project Type and the word Stone Type?
5) I’d prefer the sidebar on the left. When I do that, the link words justify right. How do I justify left?
6) I want to remove the dates from showing up under the post title.On the Blog Page: http://new.legacytops.com/calacatta-classique-quartz/
6) How can I add more space above the Share buttons on every page automatically?
And last, but not least, when I decrease the width of my browser window, the tab menu overlaps the logo AND the hamburger menu doesn’t show up. How can I fix that?
Thanks in advance for all your help!
May 2, 2019 at 11:04 pm #1096607And one more… how do I change the URL to include /blog/ to the articles?
May 2, 2019 at 11:24 pm #1096636Hi,
Please refer to the following:
https://www.wpbeginner.com/wp-tutorials/how-to-create-custom-permalinks-in-wordpress/
Best regards,
Jordan ShannonMay 3, 2019 at 6:46 pm #1096986Hey guys, I decided to use the Portfolio feature instead of the Blog, so disregard the above post.
However, I still need the following:
1) I want to make the Design Tools & Resource title two lines so it takes up less space in the main tab area.
When I add a <br /> tag, the word Resources shows up way down the screen. How can I fix that?2) On the Blog Page: http://new.legacytops.com/calacatta-classique-quartz/
How can I add more space above the Share buttons on every page automatically?3) When I decrease the width of my browser window, the tab menu overlaps the logo AND the hamburger menu doesn’t show up. How can I fix that?
4) Is there a way to program the portfolio sort links in a certain order? i.e. I want them to be as follows:
All / Bathrooms / Kitchens / Hearths / Outdoor Grills / Granite / Marble / Quartzite / Soapstone / Quartz / Green & RecycledThanks in advance for all your help!
May 4, 2019 at 12:11 am #1097038Hi,
1: The Design Tools & Resource is this a menu item thst only says Design Tools right now?
2: Your link to the blog page is leading to a 404, so I can’t see your “share buttons” but I believe this will help if you try this code in the General Styling > Quick CSS field or in the WordPress > Customize > Additional CSS field:.av-share-box { margin-top: 60px !important; }
3: Please try this code in the General Styling > Quick CSS field or in the WordPress > Customize > Additional CSS field:
#advanced_menu_toggle, #advanced_menu_hide { color: #a64e06 !important; } @media only screen and (max-width: 1229px) { .container #advanced_menu_toggle, #advanced_menu_hide { display: block !important; } }
4: please try this solution
Best regards,
MikeMay 6, 2019 at 3:26 pm #1097707Thanks Mike,
1) Yes, I’ve re-added the return tag so you can see the issue.
2) Sorry, that’s because I decided to use Portfolio Pages instead of the Blog (now called Projects).
Code doesn’t work.
3) Code removes menu completely. Any other suggestions?
4) I uploaded the plugin, but can’t get it to work.
P.S. I also want to show the same sort menu on all Portfolio Pages, if possible.May 8, 2019 at 10:59 pm #1098671Hey Enfold Team,
Can anyone help with the above issues?
Thanks in advance!
May 9, 2019 at 12:33 am #1098683Hi,
Sorry for the late reply,
1: Please try this css to fix your “line break” in the menu item:#menu-item-1767 span.avia-menu-text { line-height: 14px !important; display: block !important; margin-top: 60px !important; content: ""; }
Please adjust the “line height” & “margin-top” to suit, but this looked good on my screen.
2: I looked at your new page legacytops.com/projects/ and didn’t see the expected see “share buttons” but perhaps we are you mean these, Please see the screenshot in Private Content area.
In such case please try this css:.jetpack-social-widget-list { margin-top: 20px !important; }
please adjust to suit.
Best regards,
MikeMay 10, 2019 at 6:16 pm #1099375Thanks Mike,
Still looking for help on these since above suggestions didn’t work…
3) When I decrease the width of my browser window, the tab menu overlaps the logo AND the hamburger menu doesn’t show up. How can I fix that?
4) Is there a way to program the Portfolio sort links in a certain order? i.e. I want them to be as follows:
All / Bathrooms / Kitchens / Hearths / Outdoor Grills / Granite / Marble / Quartzite / Soapstone / Quartz / Green & Recycled
(i.e. Project Types first, followed by Stone Types)I also want this menu to show up automatically on every Portfolio page.
Thanks!
May 11, 2019 at 5:24 am #1099482Hi,
3: It looks like your burger menu is getting the css of “color: #ffffff;” which is making it not visible.
It also looks like you are using v3.8.4, I recommend updating to v4.5.7
4: I believe you will find this corrected if you update to the latest version.Best regards,
MikeMay 14, 2019 at 5:03 pm #1100686Hey y’all…
Two more things…
1) I now want to remove the Related Entries at the bottom of the Portfolio pages (I don’t like how the layout looks). I’ve unchecked everything I can find, but I’m guessing I have some css coding that needs to be removed. Can one of you kindly check?
2) I also need to figure out how to add space between the first and second row of portfolio photos OR remove the spacing all together.
Again, thank you… you guys are the best!
May 17, 2019 at 4:42 am #1101634Hi,
Thanks for the update.
1.) Looks like you’re using a plugin for the related posts section. You can use this css code to remove that.
#jp-relatedposts { display: none !important; }
2.) This css code should add spaces between or underneath the portfolio items.
#top .no_margin.av_one_third { margin-bottom: 50px; }
If you have any additional questions at this time we kindly ask that you open them up in a separate thread. The longer threads get in the forum, they become more difficult to support as they tend to drift off topic and they also make it troublesome for users trying to search for solutions. Keeping threads relevant to their original inquiry ensures that we can keep better track of what has been resolved and that users can more effectively find answers to similar issues they might be experiencing.
Thanks!
Best regards,
IsmaelMay 19, 2019 at 3:05 pm #1102288Thanks Ismael,
1) I do not have a plugin installed for the related posts, but the code worked.
2) Worked perfectly.
Thanks so much!
May 20, 2019 at 4:44 am #1102363Hi,
Awesome! Glad we could help!
Please take a moment to review our theme and show your support https://themeforest.net/downloads
And don’t forget to bookmark Enfold Documentation for future reference.Thank you for using Enfold.
Best regards,
IsmaelJuly 16, 2020 at 6:33 pm #1231001Hey Enfold Team,
I’d like to change the Project Gallery page to a 2 column layout instead of 3 columns. When I do this, the space below the photos disappears and they touch one another.
Any suggestions would be much appreciated.
P.S. How can I share a screenshot?
July 17, 2020 at 2:01 pm #1231285Hi,
To add a screenshot please try using https://savvyify.com/img/ and pasting the image URL in your post.
Please also try to create a test page using the two columns so we can examine the structure.Best regards,
MikeJuly 17, 2020 at 5:46 pm #1231353Here’s a link to the Test Gallery with 2 columns… https://legacytops.com/test-gallery/
July 19, 2020 at 2:06 am #1231501Hi,
Sorry for the late reply, and thanks for the test page, it looks like your grid is set to no gap in the element and then in your child theme css you are using this to add the right margin:.grid-entry .inner-entry { margin-right: 40px; }
so try adjusting your css to this:
.grid-entry .inner-entry { margin-right: 40px; margin-bottom: 40px; }
Then clear your browser cache and check.
Best regards,
Mike -
AuthorPosts
- You must be logged in to reply to this topic.