Okay
  Public Ticket #1812583
Customizing FieldBlockCategories and SmartBlog
Closed

Comments

  • Humberto started the conversation

    Hello Guys! 

    Your template is awesome! I like it a lot!

    I am not using dummy/demo content for building my site... and as you probable know, we not always want the exact HomePage Demo, but a combination of them. I want a combination of Demo 1 & Demo 2.

    I figured how to manage the location of some modules editing the index.tpl file of the theme, but in the case of FieldBlockCategorie I dont see where to customize how is shown in the website, the same for the Blog. 

    By default the module FieldBlockCategorie shows 2 rows and many columns depending of how many categories we have chosen; and in the case of the Blog Modules, he shows 3 columns, each column for a post. 

    I want to show just 1 row of categories (100% width), exactly as the Demo2... and the BlogModule just present 2 columns... Exactly as the Demo2, with the Testimony section in the right.

    In the documentation of the theme, is written that we can set "the numbers" of columns in the FieldBlockCategories, and how to editing the rows?

    Thanks a lot for your time. 

    *The site is in maintenance mode. Thats why I dont show it to you.


  •  1,588
    Criss replied

    Hi Humberto ,

    Thank you very much for your feedback!

    Please provide me FTP credentials and Back Office access of your site.

    We will check it and help you asap!

    Best Regards,
    Criss - FieldThemes

  • Humberto replied

    FieldBlockCategories Module - Techo Theme:

    I needed understand the module code to figure out how was working...
    * Problem solved: I edited the fieldblockcategories.tpl near line  18, the value was "2", I changed to "1" to show just one "item-inner" (row)

    {assign var="y" value="1"}

    * The number of columns was edited at the end of the same module tpl code. Near line 64 showed 

    itemsCustom: [ [0, 1], [320, 1], [480, 1], [600, 1], [992, 2], [1200, 2] ],

    Changed to: 

    itemsCustom: [ [0, 1], [320, 1], [480, 1], [600, 2], [992, 3], [1200, 3] ],

    **Posted here for others to enhance the module as they wish...

  •  1,588
    Criss replied

    Hi Humberto ,

    Yes, Tks you so much.

    Have a nice day!

    Best Regards,
    Criss - FieldThemes