Jump to content
thirty bees forum

colorful-ant

Members
  • Posts

    577
  • Joined

  • Last visited

  • Days Won

    10

Posts posted by colorful-ant

  1. On 11/15/2022 at 11:08 PM, bhtoys said:

    I need to change my address in the footer. 

    I've changed it in my custom blocks. Even deleted the old one, and made a new one. 

    Still has old address. Am I missing a spot? My address is correct everywhere else but the footer.
     

    doubt.png.3fb081078619700458ed78b84e020fe7.png

    module blockcontactinfos ?

  2. 1 hour ago, vincentdenkspel said:

    Hi all,

    When people visit my site they are shown the English version.
    I did set the language to Dutch in the backend (See screenshot)
    Can anybody tell me what i'm doing wrong ?

    Best regards,

    Vincent

    Screenshot 2021-11-30 at 22.31.56.png

    or take a look here
    if you have more languages active
    i use 4 languages

    change/disable english

     

    image.thumb.png.0da13939174f9a12ea8aa69aad32a850.png

  3. I had the same problem for 2 days now.
    Now it occurred to me that it wasn't the first time.
    i mainly use firefox.

    simply deleting the cache in the shop and in the browser is not enough.

    firefox -> settings -> cookies and website data -> manage data -> select website and then remove it, after that it worked for me that I was able to log in with my test account / customer account.

    now it works for me again with logging in as a customer.

    chrome browser, no problem on my store. -> i think firefox!!!!

  4. 3 minutes ago, Hjalti said:

    Ich stehe grad mal wieder aufm Schlauch: Wie bekomme ich die Kategorien / Navigation auf die Startseite?

    Kategoriebaum wird nur angezeigt, wenn ich zuvor auf eine Kategorie im Footer Block geklickt habe. 

    schau mal bitte bei den modulen unter "Block Navigationsleiste". dann kannst du es unter den einstellungen anpassen.


    image.thumb.png.abbd7db928ee7d8b9631cad9f1916563.png

  5. themes / panda / category.tpl

    you can delete it

                        <a href="{$link->getCategoryLink($subcategory.id_category, $subcategory.link_rewrite)|escape:'html':'UTF-8'}" title="{$subcategory.name|escape:'html':'UTF-8'}" class="img">
                            {if $subcategory.id_image}
                                {assign var='pro_image' value=$link->getCatImageLink($subcategory.link_rewrite, $subcategory.id_image, 'medium_default')}
                                {if isset($sttheme.retina) && $sttheme.retina}{assign var='pro_image_2x' value=$link->getCatImageLink($subcategory.link_rewrite, $subcategory.id_image, 'medium_default_2x')}{/if}
                                <picture>
                                {if isset($webp) && $webp}
                                <!--[if IE 9]><video style="display: none;"><![endif]-->
                                <source
                                    srcset="{$pro_image|regex_replace:'/\.jpg$/':'.webp'}
                                    {if isset($sttheme.retina) && $sttheme.retina},{$pro_image_2x|regex_replace:'/\.jpg$/':'.webp'} 2x{/if}"
                                    title="{$subcategory.name|escape:'html':'UTF-8'}"
                                    type="image/webp"
                                    >
                                <!--[if IE 9]></video><![endif]-->
                                {/if}
                                <img src="{$pro_image}" {if isset($sttheme.retina) && $sttheme.retina} srcset="{$pro_image_2x} 2x"{/if} alt="Kategorie {$subcategory.name|escape:'html':'UTF-8'}" title="Kategorie {$subcategory.name|escape:'html':'UTF-8'}" width="{$mediumSize.width}" height="{$mediumSize.height}" />
                                </picture>
                            {/if}
                        </a>

     

    or comment out 

    <!--
                        <a href="{$link->getCategoryLink($subcategory.id_category, $subcategory.link_rewrite)|escape:'html':'UTF-8'}" title="{$subcategory.name|escape:'html':'UTF-8'}" class="img">
                            {if $subcategory.id_image}
                                {assign var='pro_image' value=$link->getCatImageLink($subcategory.link_rewrite, $subcategory.id_image, 'medium_default')}
                                {if isset($sttheme.retina) && $sttheme.retina}{assign var='pro_image_2x' value=$link->getCatImageLink($subcategory.link_rewrite, $subcategory.id_image, 'medium_default_2x')}{/if}
                                <picture>
                                {if isset($webp) && $webp}
                                <!--[if IE 9]><video style="display: none;"><![endif]-->
                                <source
                                    srcset="{$pro_image|regex_replace:'/\.jpg$/':'.webp'}
                                    {if isset($sttheme.retina) && $sttheme.retina},{$pro_image_2x|regex_replace:'/\.jpg$/':'.webp'} 2x{/if}"
                                    title="{$subcategory.name|escape:'html':'UTF-8'}"
                                    type="image/webp"
                                    >
                                <!--[if IE 9]></video><![endif]-->
                                {/if}
                                <img src="{$pro_image}" {if isset($sttheme.retina) && $sttheme.retina} srcset="{$pro_image_2x} 2x"{/if} alt="Kategorie {$subcategory.name|escape:'html':'UTF-8'}" title="Kategorie {$subcategory.name|escape:'html':'UTF-8'}" width="{$mediumSize.width}" height="{$mediumSize.height}" />
                                </picture>
                            {/if}
                        </a>
    -->


    EDIT:

    subcategory without image

  6. In my last post, I naturally had various suggestions as a wish. Who wouldn't want one or the other?

    However -> this back office improvement would be an absolute dream:
    I just looked through this topic again, but haven't read anything about the back office menu. Many months ago I saw it here in the forum, but now I haven't found it. If the menu bar is too long, the lower menu items cannot be reached outside of the viewing area. Scrolling etc doesn't work either.

    I'm not sure if this is maybe already marked as a bug somewhere.
     

    image.thumb.png.f3184fd713dd2a3ef9aab13076d6e921.png

    • Like 1
  7. I have so many ideas for new functions / options in the standard. I cannot list all of them. Some of it would be too much. For some improvements there are already suggestions and tips in the forum.
    I know they are only suggestions and not everything can be freeware.
    For some sellers, having as few overrides as possible would be a dream.

    - add hooks -> module html block (very nice module) -> absolute top (before nav-hook); footer-top, footer bottom (sigh -> best to adapt it with the niara theme) -> footer-bottom, the module "Community Theme Configuration" would no longer be needed.

    from the tips
    - date product new
    example:


    - keywords / tags autocomplete (admin product page)
    example:


    - and yes multiple features
    example:


    - Customer service - add predefined messages
    example:


    - Adding a 'sort by sales' option
    example:

     

    • Like 1
×
×
  • Create New...