Home Forums Basel support forum 4 question

4 question

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #11460

    wantons
    Participant

    Hello!

    1. I want to use one column footer, but when i create my footer and add the footer codes to html block and put the html block shortcode in footer section, the paddings and margins are not showing correctly in different devices …
    so my question is, can i add my footer codes direclty to footer section? ( and not make a html block )

    2. which one is better for my site speed – load time? html block or add code directly?

    3. as you know, the woocoommerce 2.7 and 3 will release soon. do you think basel version 3.0 ok with these woocommerce updates? cause i made a lot of changes in my theme stye ..

    4. my website menu have a problem in ie browser
    screenshot: http://uupload.ir/files/s7g_e3r4tr5.jpg
    if user make ie browser window a little smaller than full screen, this problem will happen ( it is not in basel original demo, so i think its rtl version problem )
    online demo: http://www.kenvuccy.com

    Thanks.

    #11467

    Artem Temos
    Keymaster

    Hello,

    1. Yes, you can create your footer with Text widget and paste your code there. Not necessary to create an HTML Block if you don’t want to use Visual Composer.

    2. Doesn’t matter at all or the difference is tiny small.

    3. We will release the update in the day when WooCommerce 3.0 will be release to ensure compatibility.

    4. Try to add the following code snippet to the Custom CSS area in Theme Settings to fix this issue.

    .rtl .mobile-nav {
    	direction: rtl;
    }

    Regards

    #11496

    wantons
    Participant

    Thanks for your response

    1. you mean if i want to use visual composer, i must use html block?
    i used a visual composer code in footer section ( without html block ) and it works correctly!

    2. can i know which one is faster? the website speed is really important in my project

    Thanks.

    #11501

    Artem Temos
    Keymaster

    Actually, there is no difference if you use HTML Block or not.

Viewing 4 posts - 1 through 4 (of 4 total)