Tagged: 

Viewing 11 posts - 1 through 11 (of 11 total)
  • Author
    Posts
  • #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!

    #402490

    I 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?

    #402862

    Hey!

    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!
    Yigit

    #403128

    Please 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.

    #403461

    Hi!

    Excuse me, what i meant was “Sidebar Blog”, i mixed it “Shop Overview” – http://i.imgur.com/FnoD8wy.png :)

    Best regards,
    Yigit

    #405260

    Thanks 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……

    #405300

    Hi!

    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,
    Yigit

    #818483

    Yigit 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.

    #819771

    Hi,

    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,
    Ismael

    #829811

    Hi,
    Actually my request is grid layout without title and excerpt. Is it possible?

    #829817

    Merhabalar @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

Viewing 11 posts - 1 through 11 (of 11 total)
  • You must be logged in to reply to this topic.