galamarco

Also edit fields in first post and submit site URL and a temp super user login for staff http://prntscr.com/11fi0gy I will have a look if its something can be tweaked from our end.

As requested kindly submit the site information sometime its light conflict, as i shared if something is from our side we will fix it on your site.

I created a user account for your technical support and updated the information in the first post as required

Best regards,
Marco

    galamarco
    Hi
    Add this code in custom css of your template the style is override by the Yotheme

    .product-item-details .row {margin-left:inherit;}

    About the icon, give me some time to check it. appears the font awesome is missing so there is issue.
    I will update you soon on the font solution.
    Submit the FTP details in edit fields as well, it may required for icon fix.

    galamarco
    Hi
    The issue is fixed on your site. I called the font file in /components/com_jamegafilter/assets/asset.php

    <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css" />

    Also the issue has been reported to development team to add this fix in upcoming updates.
    http://prntscr.com/11hk0a2

    Regards

    Thanks for your support.

    I added the line in the template css and the margins have improved.
    Now remains one problem of overlapping the text in the layout bar (in mobile layout). (see Attachment).
    How can I fix it?

    Finally how can I translate "Sort By", "Items" and "Select some option"?
    What are these Constants called to override the language?

    Best regards
    Marco

      galamarco
      Hi
      may i know which mobile device you are getting the overlapping issue.
      For mobile the view should be like this : http://prntscr.com/11i97xw

      PS : For other new topic questions kindly open a new thread, it also helps other members to get the same solutions.

      Thanks for understanding.

        galamarco
        Hi
        Thanks for giving correct info. Appear this to be a tablet view. I am not using the same device
        Try this code

        @media(max-width:1092px) and (min-width:570px) {.products-toolbar .orderby-displaynumber .toolbar-amount {
            left: 70%;
            }}
        @media (max-width: 568px){
        .ja-megafilter-wrap .orderby-displaynumber #toolbar-amount {
            display: none;
        }}

        Clear Joomla and browser cache to see the changes on site.

        Regards

        ok, this code solve the problem.

        Finally how can I translate "Sort By", "Items" and "Select some option"?
        What are these Constants called to override the language?

          galamarco

          Ninja PS : For other new topic questions kindly open a new thread, it also helps other members to get the same solutions.
          Please open a new topic for each new different request.

          Thanks!

          Ninja locked the discussion.
          Write a Reply...
          You need to Login to view replies.