Support Offline: Mon - Fri / 08:00am - 05:00pm (GMT +7)
Your Time: Our Time:

file Third rows image don't appear

More
8 years 9 months ago #5900 by GDragon
Hi Maverix,
Thanks for your reply!
I don't use ad block on my browser. However I see problem now after save cookie. I'll check and feedback to you asap!

Best regards,
--GD--

Please Log in or Create an account to join the conversation.

More
8 years 9 months ago - 8 years 9 months ago #5901 by Almerico Manganella

longdt wrote: Hi Maverix,
Thanks for your reply!
I don't use ad block on my browser. However I see problem now after save cookie. I'll check and feedback to you asap!


Thank aspect is important to me because the site is on-line and a lot of users I reported the problem

The strange thing is that it happens only in 1366 resolution :ohmy:
Last edit: 8 years 9 months ago by Almerico Manganella.

Please Log in or Create an account to join the conversation.

More
8 years 9 months ago #5902 by GDragon
Hi Maverix,
Can you check it now?

Best regards,
--GD--
The following user(s) said Thank You: Almerico Manganella

Please Log in or Create an account to join the conversation.

More
8 years 9 months ago - 8 years 9 months ago #5904 by Almerico Manganella
Fine work it but image don't center now if can fix this it's perfect ;)

Last edit: 8 years 9 months ago by Almerico Manganella.

Please Log in or Create an account to join the conversation.

More
8 years 9 months ago #5908 by GDragon
Hi Maverix,
It's a special bugs happen only on your site. I added some custom css you can see it at back-end options!
Hope this help!

Best regards,
--GD--

Please Log in or Create an account to join the conversation.

More
8 years 9 months ago #5909 by Almerico Manganella

longdt wrote: Hi Maverix,
It's a special bugs happen only on your site. I added some custom css you can see it at back-end options!
Hope this help!


Before it's center :unsure:

Please Log in or Create an account to join the conversation.

More
8 years 9 months ago #5910 by Almerico Manganella
Come on guys help me please, can i fix this, it's horrible now

Please Log in or Create an account to join the conversation.

More
8 years 9 months ago - 8 years 9 months ago #5911 by Almerico Manganella
Unbelievable I waited 48 hours and at the end I have not solved anything. I waited for hours at a time to receive an answer to my every question. Honestly I am disappointed
Last edit: 8 years 9 months ago by Almerico Manganella.

Please Log in or Create an account to join the conversation.

More
8 years 9 months ago #5923 by GDragon
Hi Maverix,
Thanks for your feedback and thanks for your patient!
It's a very strange bugs on your site. I can't see any warning about this bugs on your site. So I custom the code of our module on your site to fixed this problem:
Step 1: Go to path {root}/modules/mod_jux_metro_contents/assets/css then open file metrojs.css
Step 2: Go to line 550 then add this code
background-size: cover;
  background-position: 50% 50%;
  background-repeat: no-repeat;
Step 3: Go to path {root}/modules/mod_jux_metro_contents/tmpl/ then open file default_xxx.php (in your case is image)
Step 4: Change the code from
<div class="imgLiquidFill imgLiquid">
                                <img src="<?php echo Juri::base().$items_final[$k-1]->image; ?>" alt="<?php echo $items_final[$k-1]->title; ?>">
                            </div>
                            <div class="imgLiquidFill imgLiquid">
                                <img src="<?php echo Juri::base().$items_final[$k-1]->imageback; ?>" class="<?php echo $items_final[$k-1]->title; ?>">
                            </div>
to
<div class="imgLiquidFill imgLiquid" style="background-image: url(<?php echo Juri::base().$items_final[$k-1]->image; ?>);">                            
</div>
<div class="imgLiquidFill imgLiquid" style="background-image: url(<?php echo Juri::base().$items_final[$k-1]->imageback; ?>);">
</div>
on line 168, 201, 234, 267
Step 5: Go to line 332 to 334 then delete this code:
jQuery(document).ready(function() {
                        jQuery(".imgLiquid").imgLiquid();
                    });
Hope this help!

Best regards,
--GD--

Please Log in or Create an account to join the conversation.

More
8 years 9 months ago #5929 by Almerico Manganella
Unfortunately it does not work, do not worry I will use only two lines if the next update will use 3 rows if you fix
thanks

Please Log in or Create an account to join the conversation.

Moderators: Jackie
Time to create page: 0.037 seconds
Powered by Kunena Forum