Viewing 5 posts - 16 through 20 (of 20 total)
  • Author
    Posts
  • Nazario A Friend
    #530280

    @ rclpris,

    <blockquote>After adjusting all above, Facebook and Google Module and Side-bar-2 display have error again… </blockquote>
    I just fixed for you. You can see i added this rule into file: /templates/ja_fixel/css/themes/blue/template.css

    .t3-sidebar .t3-module {
    padding-left: 10px;
    }
    .t3-sidebar .t3-module .module-inner {
    padding-left: 0;
    }

    Question 9
    Because you assigned Login Form, Search and Newsletter module to the sidebar-2 position on all page that the categories will not show as you wish. You need to unassign these module for the Shop menu item. Now, this page is working fine.

    Question 6
    Maybe this error comes from your customization process. Could you tell me know your customization process to create “relatedarticle” position in the details ?

    <blockquote>How to remove the grey layer/set background color?</blockquote>
    I added this rule into file: /templates/ja_fixel/css/themes/blue/template.css

    body, .fixel-grid, #fixel-placeholder {
    background: transparent;
    }

    And modify this code:

    .fixel-grid .item-video-wrap .item-image a img {
    position: absolute;
    left: 0;
    top: 50% !important;
    -webkit-transform: translate(0,-50%);
    -moz-transform: translate(0,-50%);
    -ms-transform: translate(0,-50%);
    -o-transform: translate(0,-50%);
    transform: translate(0,-50%);
    width: 100%;
    height: 100%;
    }

    <blockquote>In MOBILE view, how to make the Menu button background white?
    Also, the social link background turn grey instead of white while scrolling down. Color is correct at the top. How to make it white?</blockquote>

    Please add this rule into file: /templates/ja_fixel/css/themes/blue/template.css

    .t3-mainnav .navbar .btn-navbar {
    background: #FFFFFF
    border-color: #FFFFFF
    }

    The social link background is OK. http://prntscr.com/38n8dz

    Hope this is clear and helpful to you.


    1. 3
    rclpris Friend
    #530792

    <em>@Nazario A 420933 wrote:</em><blockquote>
    Question 6
    Maybe this error comes from your customization process. Could you tell me know your customization process to create “relatedarticle” position in the details ?
    </blockquote>

    I follow this post to add the new position
    http://www.joomlart.com/forums/topic/how-to-create-new-module-position-updated/
    I created the relatedarticle position as described in Post#5, and set the module position to relatedarticle
    In templatesja_fixeletclayoutdefault.ini, insert
    [PHP][relatedarticle]
    position=”relatedarticle”[/PHP]
    templatesja_fixeltemplateDetails.xml, insert
    [PHP]<positions>
    <position>relatedarticle</position>
    </positions>[/PHP]

    rclpris Friend
    #530953

    <em>@Nazario A 420933 wrote:</em><blockquote>
    The social link background is OK. http://prntscr.com/38n8dz

    Hope this is clear and helpful to you.</blockquote>

    If you just scroll down a bit, the background is grey.

    Nazario A Friend
    #531110

    @ rclpris,

    <blockquote>If you just scroll down a bit, the background is grey.</blockquote>

    I just checked your site and see as in this image. It seems you solved this problem.

    Regarding the questions 6, I need a bit more time to detect the root of issue. I will get back to you as soon as possible. Appreciate your patience on this.

    rclpris Friend
    #531153

    @ Nazario A,

    Errors occur on tags function. I have pm you. Please check and help. Thanks

Viewing 5 posts - 16 through 20 (of 20 total)

This topic contains 20 replies, has 2 voices, and was last updated by  rclpris 10 years, 6 months ago.

We moved to new unified forum. Please post all new support queries in our New Forum