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

file Customizing of Jux News Wall

More
8 years 8 months ago #6533 by Andreas
Hello,

I've used JUX News Wall and wanted to customize this module further on several pages.
e.g. enlarge the pop-window, make it broader and higher or set max-widths for some pop-windows, but unfortunately I can't found the right css-classes to change the important settings.

The so far website can be found under the following URL:
www.die-bildmischer.de

Could you please announce me the relevant css-classes for customizing the pop-window?

THX so much.
br
Jack_White

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

More
8 years 8 months ago #6656 by GDragon
Hi Jack_White,
Thanks for contacting us and choosing our product!
Sorry for late response because have a stranger problem with your topic and now I have just can access it!
About your problem to customize news wall you can do it by following steps:
Step 1: Go to path {root}/module/mod_jux_news_wall/tmpl
Step 2: Open file default.php if you use joomla or Defaut/default.php if you use K2
Step 3: You will see class lightboxContainer and you can customize content to display in lightbox here
Step 4: to change style for lightbox you can find it in assets/css folder file nivo-lightbox.css or in nivolightbox/default.css
Hope this help!

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

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

More
8 years 7 months ago #7210 by Andreas
THX again for your help, it's really appreciated!.

Just one further issue.
At the moment JUX News Wall Version 1.1.1 is installed with my Joomla 3.4.3 CMS, but unfortunately on mobile devices like iPhone or iPad with the latest iOS, it's not possible anymore to open the pop-up-windows by clicking on the grid elements. Nothing happens.

Do you think it's necessary to uprade to the latest version of JUX News Wall 1.2.1 to correct this problem or is there a different problem?
How can I update to this version?

Thx again for your help.
Jack_White

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

More
8 years 7 months ago #7293 by GDragon
HI Jack_White,
Thanks for your reply!
We'll check and upgrade new version in 1-2 day anymore
So please wait!

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

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

More
8 years 7 months ago #7361 by Andreas
Hello,

sorry for bothering you again, but do you think the update you have told me will be published the next days to correct the issue with the mobile devices?
Because the deadline for finishing my website is coming closer.

THX.
Jack_White

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

More
8 years 7 months ago #7395 by GDragon
Hi Jack_White,
Thanks for your feedback!
You can fix this problem by following steps:
Step 1: go to path {root}/modules/mod_jux_news_wall/tmpl then open file defaut.php and
to to path {root}/modules/mod_jux_news_wall/tmpl/Default if you use K2
Step 2: Go to line 200 then change script to:
<?php if($params->get('filter-gray') == "1") : ?>
<script>
    !function($){
        // Fix on iOS
        var user_agent = navigator.userAgent.toLowerCase(); // detect the user agent
        var ios_devices = user_agent.match(/(iphone|ipod|ipad)/) ? true : false;
        // console.log(ios_devices);

        /*
        * Hover Gray
        */
        if(ios_devices != true){
            $("#news-itemList-<?php echo $module->id; ?> .wall-item").mouseenter(
                function () {
                    $('.wall-item').addClass('filter-gray');
                    $(this).removeClass('filter-gray');
                }
            );

            // Leave hover items
            $('#news-itemList-<?php echo $module->id; ?>').mouseleave(
                function () {
                    $('.wall-item').removeClass('filter-gray');
                }
            );
        }
        
    }(jQuery);
</script>
<?php endif; ?>
Hope this help!

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

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

More
8 years 7 months ago #7430 by Andreas
Hello,

thank you for your detailed help!

Unfortunately I think I made a mistake:
I wanted to update my version of News Wall 1.1.1 to the latest version 1.2.1 and add the code you've transmitted.
So I updated by installing the new version once again, but now no instance of the module is working on my website.

Do you have an idea how to fix it or do I have to re-install the page from my backup?
The so far website can be found under the following URL:
www.die-bildmischer.de

THX for your help again.
Jack_White

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

More
8 years 7 months ago #7438 by Andreas
Hello,

luckily I was able to "repair" the module "News Wall 1.2.1" and it's running well at the moment.
Next step will be to add your submitted code from 2 days ago.

But just one issue still remains unfortunately:
it's not working properly with the latest version of Firefox 40.
With all different browsers the greyscale function works perfectly, but with Firefox the pictures are not greyed out and I have no idea how to fix this issue again.

THX for your help again.
Jack_White

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

More
8 years 7 months ago #7452 by GDragon
Hi jack,
Thanks for your reply!
Let's try to fix it by go to .../mod_jux_news_wall/assets/css then open file style.css
Step 2: Go to line 107 then delete this code:
filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter ….3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale");
Hope this help!

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

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

More
8 years 7 months ago #7545 by Andreas
Thanks a lot, now the grayscaling is working fine also with Firefox 40!

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

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