Tagged: blog format
-
AuthorPosts
-
February 25, 2015 at 6:58 pm #402286
How or where do I make overall changes to the blog format? For example
1. my domain.com/blog currently has a bar running across the screen below the site header, which says “Archive for category: Blog”. How do I get rid of that?
2. How/where do I format the contents of the right sidebar in all my blog posts?
3. domain.com/blog currently displays far too many posts in one page. How do I control that?
etc
Thank you!
February 26, 2015 at 7:50 am #402490I don’t know whether to wait for a reply.
Under blog layout, it says
“You can either chose a predefined layout or build your own blog layout with the advanced layout editor”
But how? I’ve found several threads from the past two years, with people confused about how to use ALB to do blog layout, and I now I’m totally confused.
I’m trying to create a page called Blog, with the permalink domain.com/blog. This seems impossible. When I try to make the permalink domain.com/blog, it won’t allow me, and turns it into domain.com/blog-2 or domain.com/blog-3.
Please, how do I format my blog?
February 26, 2015 at 6:17 pm #402862Hey!
1- Please add following code to Quick CSS in Enfold theme options under General Styling tab
.archive .title_container { display: none!important; }
2- Please go to Appearance > Widgets and add widgets to your Blog Overview widget area
3- Please go to Enfold theme options > Blog Layout and choose “Use the advance layout editor to build your own blog layout (simply edit the page you have chosen in Enfold->Theme Options as a blog page)” as blog style and create your blog page like creating any other page. Then you can choose how many posts to display from the element you use to display your posts.Cheers!
YigitFebruary 27, 2015 at 3:20 am #403128Please go to Appearance > Widgets and add widgets to your Blog Overview widget area
I can’t see any Blog Overview widget area.
In fact I just googled the phrase “Blog Overview widget area” and the only result for the entire internet is your message, so I have no idea what you mean.
February 27, 2015 at 3:49 pm #403461Hi!
Excuse me, what i meant was “Sidebar Blog”, i mixed it “Shop Overview” – http://i.imgur.com/FnoD8wy.png :)
Best regards,
YigitMarch 3, 2015 at 5:27 pm #405260Thanks for the suggestions Yigit. I slowly figured out some basic things:
1. The title bar can be hidden for each post with Title Bar Settings while editing the post.
2. The sidebar can be customized by creating new menus and adding them to custom sidebars; then the appropriate sidebar, like the title bar, can be chosen while editing posts, in Sidebar Setting.
3. The number of posts shown under domain.com/blog can be fixed by creating a page “blog”, then using ALB to add an element “Blog Posts”, within which the number of posts can be set.
There may be cleverer ways to do all these things, but they seem to work. I’m learning……
March 3, 2015 at 6:24 pm #405300Hi!
These are actually the correct ways of doing them. You are learning pretty fast :) If you have any other questions or issues please feel free and let us know.
Regards,
YigitJuly 10, 2017 at 12:06 am #818483Yigit selamlar,
Bir kategoriye tıkladığımda çıkan blog sayfasının yapısını kendim oluşturmak istiyorum. Örneğin başlıksız ve içeriksiz “grid” olsun istiyorum.
Enfold Theme Options->”Blog layout”da “use the advance layout editor to build your own blog layout…” seçeneğini seçiyorum.Theme Options->”And where do you want to display the Blog?”da herhangi bir sayfa seçmiyorum.
Böyle bir durumda oluşturduğum kategorilerden birine tıkladığım da çıkan sayfayı değiştiremiyorum.
Bir sayfa oluşturup “And where do you want to display the Blog?” kısmında bu sayfayı seçip sayfaya bu şekilde element ekleyerek oluşturmaya çalıştım ancak sonuç yine başarısız oldu. Kategorilerden birine tıkladığımda oluşturduğum sayda yapısı çıkmıyor.
Yardımcı olabilirsen sevinirim.
July 12, 2017 at 4:57 am #819771Hi,
Please add the following filter in the functions.php file to set the archive pages to grid layout.
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; }
Best regards,
IsmaelJuly 25, 2017 at 9:39 pm #829811Hi,
Actually my request is grid layout without title and excerpt. Is it possible?July 25, 2017 at 9:52 pm #829817Merhabalar @emreburakonat
1- Lutfen bu gonderiye goz atip – http://kriesi.at/documentation/enfold/change-archive-categorytag-blog-style/ kategori sayfalarinin stillerini degistirin.
2- Lutfen assagidaki kodu Enfold theme options > General Styling > Quick CSS alanina ekleyin
.archive.category .slide-content { display: none!important; }
Baska her hangi bir sorunuz oldugu zamanda Enfold alt forumu altindan yeni konu baslatsaniz cok daha iyi olur – https://kriesi.at/support/forum/enfold/#new-post. Bu sayede arkadaslar beni haberdar eder, karisiklik olmasini engellemis oluruz :)
Cheers!
Yigit -
AuthorPosts
- You must be logged in to reply to this topic.