Jump to content
thirty bees forum

zen

Members
  • Posts

    431
  • Joined

  • Last visited

  • Days Won

    60

Posts posted by zen

  1. 7 hours ago, Theo said:

    Once it's been refined a bit - should it not be included in TB for Niara as default / out the box? 

    I vote yes 👍

    Nice to hear that 🙂

    ==> I just added a Google font selector with the 15 more popular fonts, just a beta version but it works... just that if is gonna be used in production it is better to look into the Niara theme and remove the call to the Ralway font if not needed anymore. The google font file used is easy to upgrade, it is coming from Gfont API https://developers.google.com/fonts/docs/developer_api?apix_params={"sort"%3A"popularity"} and I just kept the first 15 listed fonts.

     

    preview001.jpg.aa1caa6002c36c1844f5e7a90ad83c6e.jpg

    Next version will show visual renders of the fonts in real time, I hope 🙂

    and taking care of font weights as well as italic or others variants.

    • Thanks 1
  2. I understand, so the best is to modify this files :

    \admin007\themes\default\template\controllers\themes\helpers\options\options.tpl

    and also \classes\Theme.php

    in order to show the button for the module..

    But I really hope to have only one module at the end, so for Theme community  I suggest to upgrade/modify the themeconfigurator module accordingly to the needs and for Niara starts to integrate this new module : thememaster.

    The advanced settings page is again another place for theme settings, but as it is "advanced" maybe keep it like this is OK.

     

  3. 41 minutes ago, SLiCK_303 said:

    It would be nice if this module would save different setups for different themes.  At least the two community themes...

    For Now I just wanted to target Niara theme, making it able to modify also the Community Theme is pssible but will be much more complicated.

    When you talk about different setups, is it like demos or color/setting Pack that can be installed in a click ?

  4. 1 hour ago, MichaelEZ said:

    Hello,

    so I´v this problem with shipping, We are using this system :

    WEIGHT : 
    0.001 - 0.1 kg = free  
    0.1kg - 1kg  = X €

    < 1kg = X €
     

    When someone add  "free shipping"  item to shopping cart (it works), but when another item without free shipping ( with wegiht set to 1 for example)  is added then shipping is no longer free. I woud like to change it to stay free.

    So you want all orders to be with free shipping ? It's not so clear, please describe more your issue.

  5. I tested it with few installs so far and I got to the point that is was not about version installed of TB or the module but in fact it's du to URL index not correct I guess.

    Please try to click on the Back Office Module configuration the following button : "build URL index" and "build attribute index"

    Clear smarty cache and try again, it should work good on your install.

     

    • Like 1
  6. 1 hour ago, DKO said:

    Hi,

    When filtering using blocklayered, the URL changes responding to changes made in the filter, e.g. https://front.thirtybees.com/tea#/exclusive_buy-no

    But when I'm trying to enter the page through this URL, the filtering is not applied.

    Any clues?

    Nice catch, that was not the behaviour before.. we could use link with the filters within... have to look into that

  7. 52 minutes ago, datakick said:

    Notice on line 255 in file /Users/tyruk/sites/thirtybees/modules/thememaster/thememaster.php --> [8] Undefined property: thememaster::$_html

    Thank you for this report: so I added

    private $_html = '';

     

    52 minutes ago, datakick said:
    • <div id="slogan"> is rendered inside <head>, it should be inside <body>

    Right, I better use another hook like Banner

     

    52 minutes ago, datakick said:
    • You should not save Show blockcategories footer block and similar to configuration table, but derive current settings based on module hook. Right now, when I click not to show it, it correctly unhook blockcategories from footer. But I can go to modules and reset blockcategories module --> it once again shows in footer block, but your module claims it does not. Just a small glitch

    Yes.. That is a crucial point.. in fact I would like to have at term only one module to control all aspects of the theme.. instead of multiple modules.

    For this particular module there is no SHOW button [YES / NO] in native module, only number of column to show in footer, I'll have to test it and use the same var I guess, If it is what you thought about ?

     

     

    I updated the module archive in First post with the corrections (except last point).

     

  8. Hello,

    here is a module under devellopment that target the Niara theme for custom settings.

    Please test it, report bugs or any ideas to improve it, together we can make a great tool for everybody that can manage from BO major changes in theme settings.

    For Now it does include :

    4 Tabs : General - Header - Footer - Colors

    General

    • Home page content
    • Container full width mode
    • Sticky Menu on Scroll
    • Google Font Selector

    Header

    • Header text in top of page
    • Header text font weight (light, normal, bold, bolder)
    • Header text alignment in top of page (left align, centered, right align)

    Footer

    • Show blocknewsletter footer block : Yes / No
    • Show blockcategories footer block : Yes / No
    • Show blockcms footer block : Yes / No
    • Show myaccount footer block : Yes / No
    • Copyright footer text:  textarea

    Colors

    • Theme settings - Colors - General
    1.   Body background color
    • Theme settings - Colors - Header
    1.   Top page Slogan text color
    2.   Top page Slogan background color
    3.   Header Navbar background color
    4.   Header background color
    • Theme settings - Colors - Content
    1.   Main page content background color
    • Theme settings - Colors - Footer
    1.   Footer background color
    2.   Footer text color
    3.   Footer title color
    4.   Footer links color
    5.   Footer links hover color

     

    Remember that is only a beta version.. it does not include sass files and rebuild function, it just add more CSS on top of the one used in theme, mostly without "!important" needed.

     

     

    GitHub repo here : https://github.com/Zengraph/thememaster/

     

     

    thememaster.zip

    • Like 2
    • Thanks 3
  9. 5 hours ago, SLiCK_303 said:

    @zen, please make a new topic for your thememaster module, as you've highjacked this thread, and your module deserves it's own topic.

    I'll have several questions for you about your module once you make your new topic

    Yes.. you are right, I'll start a thread for this module and work on it with the help of people who like to test or have New ideas.

  10. 29 minutes ago, lovelygifts said:

    Much appreciated and you've feedback so I'm happy to trust. I've certainly no idea how to do this product combination fix anyway. 

    This was not about combinations in fact it was the images Types/ sizes settings that needed a fix... each image sizes were assigned to all types : products, categories, etc.. I put it in order and regenerate pic for categories.

  11. On 10/5/2019 at 2:34 PM, Traumflug said:

    It's better to change it to just "home". Then this module works for other themes as well.

    That's right and the best way to fix it properly !!

     

    16 minutes ago, musicmaster said:

    There is another point. It is one of the core principles of Prestashop that everything still works when you delete .htaccess. And that helps greatly when solving problems.

    That principle is left here. For that reason I consider it dirty programming.

    I never tried Presta without .htaccess, but if you setup "home" as a an image type (after blog module modified) it will work I guess.

  12. 7 minutes ago, Joint Systems said:

    What about PHP-FPM should that be on or off?

    PHP FPM  is usefull to run different version of php for different websites on a server, for example one with php5.5 and another one with php7.2 with apache or nginx running.

    • Like 1
×
×
  • Create New...