-
AuthorPosts
-
November 25, 2019 at 5:47 pm #1159931
I couldn’t find this in a quick search, so I thought I’d ask. Is it possible for me to add categories as menu items at the top of Blog pages? I tried putting it into the field on that page, and nothing happens. Thanks…
November 27, 2019 at 4:12 am #1160555Hey Illingco,
Could you post a link to the page in question please? Also, where exactly are you looking to add the links?
Best regards,
RikardNovember 27, 2019 at 4:38 pm #1160688Link sent. Was thinking of a menu below the title/breadcrumb band, above the posts…
November 27, 2019 at 7:14 pm #1160784Hi Illingco,
Best regards,
VictoriaNovember 27, 2019 at 7:24 pm #1160791Hello…
November 28, 2019 at 2:38 pm #1160986Hi Illingco,
We are from different countries. I am from Ukraine, my teammates are from India, Philipines, Greece, USA and Latvia.
Best regards,
VictoriaDecember 4, 2019 at 8:19 pm #1162719It would be better if you could narrow down where your support may come from, as we have been getting minor attacks from most of those countries and I don’t really want to disable firewalls. Please advise, thanks…
December 5, 2019 at 7:26 am #1162819Hi,
We are located in the countries Victoria listed. We can tag this topic for moderators located in the US or EU if those countries/areas are allowed?
Best regards,
RikardDecember 5, 2019 at 4:07 pm #1163045US is allowed and some EU. Please advise if someone in those areas cannot get in. Thank you.
December 5, 2019 at 4:17 pm #1163052Hey!
I am located in Lithuania however i was blocked as well.
Please go to Enfold theme options > Blog Layout > Blog Layout and choose to use Advanced Layout Builder to create your blog page. Then go to Appearance > Menus and create a new menu and add your categories as menu items and then go to Appearance > Widgets and create a new widget area and add “Navigation Menu” widget to your custom widget area. Finally, edit your blog page and Widget Area element to the top of your page and choose to display your custom widget area :)
Cheers!
YigitDecember 5, 2019 at 7:24 pm #1163134OK, I have done this and see what you are getting at. See link. But, now when I click on a category, it just gives me posts in that category without the grid format I chose on the main page. I’d like to maintain that grid layout throughout. How do I do this? Thanks…
December 5, 2019 at 7:29 pm #1163138Hi,
In that case, please create new pages for your categories and add Blog Posts element in each page and choose to display only corresponding category. Then you can recreate your menu with new category pages and i think that should do it :)
Best regards,
YigitDecember 5, 2019 at 7:34 pm #1163141But then if someone is in a single blog post and clicks a category, won’t it go to the unformatted category page anyway?
December 5, 2019 at 7:36 pm #1163144It also creates a lot more work, especially when adding a category, as I’d then have to manually edit all those pages each time. Essentially, I just want the magazine element portion that shows category links…
December 8, 2019 at 7:39 pm #1163852Hi Illingco,
You can have your category page in the grid by using the code from this thread:
https://kriesi.at/support/topic/category-archive-page-change-layout-to-show-excerpt/#post-459206Best regards,
VictoriaDecember 9, 2019 at 5:25 pm #1164097I think this did it, added as a Snippet to avoid it being deleted on theme updates:
add_filter(‘avf_blog_style’,’avia_change_category_blog_layout’, 10, 2);
function avia_change_category_blog_layout($layout, $context){
if($context == ‘archive’) $layout = ‘blog-grid’;
return $layout;
}Thank you!
However, I still cannot create custom category pages as suggested and get the category links to point to those, correct??
- This reply was modified 5 years ago by Illingco.
-
AuthorPosts
- The topic ‘Customize Blog page’ is closed to new replies.