Nexxe Theme [Dark/Light]

IPS Themes Nexxe Theme [Dark/Light] 1.1.2.1

No permission to download

renildomarcio

New member
Registered
Joined
Jan 28, 2020
Messages
1
Points
11

Reputation:

;)
JavaScript:
$(document).ready(function () {
    var _0x86ecx1 = document.getElementById('cb-nexxe__social__sticky');
    if (ips.utils.cookie.get('social_list') == '1') {
        _0x86ecx1.classList.remove('social_hidden');
        _0x86ecx1.classList.add('social_show')
    } else {
        if (ips.utils.cookie.get('social_list') == '0') {
            _0x86ecx1.classList.remove('social_show');
            _0x86ecx1.classList.add('social_hidden')
        }
    };
    if (ips.utils.cookie.get('userTheme_color') == 'dark') {
        document.documentElement.classList.remove('theme--light');
        document.documentElement.classList.add('theme--dark')
    } else {
        if (ips.utils.cookie.get('userTheme_color') == 'light') {
            document.documentElement.classList.remove('theme--dark');
            document.documentElement.classList.add('theme--light')
        }
    };
    $('#switch__color').click(function (_0x86ecx2) {
        if (document.documentElement.classList.contains('theme--dark')) {
            document.documentElement.classList.remove('theme--dark');
            document.documentElement.classList.add('theme--light');
            ips.utils.cookie.unset('userTheme_color');
            ips.utils.cookie.set('userTheme_color', 'light', true)
        } else {
            document.documentElement.classList.remove('theme--light');
            document.documentElement.classList.add('theme--dark');
            ips.utils.cookie.unset('userTheme_color');
            ips.utils.cookie.set('userTheme_color', 'dark', true)
        }
    })
});
$(document).ready(function () {
    var _0x86ecx1 = document.getElementById('cb-nexxe__social__sticky');
    $('#cb-nexxe__social__button--switch').click(function (_0x86ecx2) {
        if (_0x86ecx1.classList.contains('social_hidden')) {
            _0x86ecx1.classList.remove('social_hidden');
            _0x86ecx1.classList.add('social_show');
            ips.utils.cookie.unset('social_list');
            ips.utils.cookie.set('social_list', 1, true)
        } else {
            _0x86ecx1.classList.remove('social_show');
            _0x86ecx1.classList.add('social_hidden');
            ips.utils.cookie.unset('social_list');
            ips.utils.cookie.set('social_list', 0, true)
        }
    })
});
$(window).scroll(function () {
    var _0x86ecx3 = $(window).scrollTop();
    var _0x86ecx4 = $('#ipsLayout_header');
    var _0x86ecx5 = _0x86ecx4.offset().top;
    if (_0x86ecx3 > _0x86ecx5) {
        $('.ipsApp').addClass('sticky');
        $('.ipsApp').removeClass('nosticky')
    } else {
        $('.ipsApp').removeClass('sticky');
        $('.ipsApp').addClass('nosticky')
    }
});
jQuery(document).ready(function (_0x86ecx6) {
    document.getElementById('cb-nexxe__bottom__content--menu').insertAdjacentHTML('beforeend', '<span class="cb--nexxe__author--theme" style="display:block !important; visibility: visible; opacity: 1 !important; z-index: 9 !important; position: relative !important;">Theme by <i class="fas fa-heart"></i> <a href="https://codebite.dev" style="display:inline-block !important; visibility: visible; opacity: 1 !important;" data-ipstooltip="" _title="Author theme">CodeBite.dev</a></span>')
});
jQuery(document).ready(function (_0x86ecx6) {
    _0x86ecx6("a[href='#top']").click(function () {
        _0x86ecx6('html, body').animate({
            scrollTop: 0
        }, 'slow');
        return false
    })
})
 
View previous replies…

kostore

New member
Registered
Joined
Jul 3, 2022
Messages
1
Points
1

Reputation:

;)
JavaScript:
$(document).ready(function () {
    var _0x86ecx1 = document.getElementById('cb-nexxe__social__sticky');
    if (ips.utils.cookie.get('social_list') == '1') {
        _0x86ecx1.classList.remove('social_hidden');
        _0x86ecx1.classList.add('social_show')
    } else {
        if (ips.utils.cookie.get('social_list') == '0') {
            _0x86ecx1.classList.remove('social_show');
            _0x86ecx1.classList.add('social_hidden')
        }
    };
    if (ips.utils.cookie.get('userTheme_color') == 'dark') {
        document.documentElement.classList.remove('theme--light');
        document.documentElement.classList.add('theme--dark')
    } else {
        if (ips.utils.cookie.get('userTheme_color') == 'light') {
            document.documentElement.classList.remove('theme--dark');
            document.documentElement.classList.add('theme--light')
        }
    };
    $('#switch__color').click(function (_0x86ecx2) {
        if (document.documentElement.classList.contains('theme--dark')) {
            document.documentElement.classList.remove('theme--dark');
            document.documentElement.classList.add('theme--light');
            ips.utils.cookie.unset('userTheme_color');
            ips.utils.cookie.set('userTheme_color', 'light', true)
        } else {
            document.documentElement.classList.remove('theme--light');
            document.documentElement.classList.add('theme--dark');
            ips.utils.cookie.unset('userTheme_color');
            ips.utils.cookie.set('userTheme_color', 'dark', true)
        }
    })
});
$(document).ready(function () {
    var _0x86ecx1 = document.getElementById('cb-nexxe__social__sticky');
    $('#cb-nexxe__social__button--switch').click(function (_0x86ecx2) {
        if (_0x86ecx1.classList.contains('social_hidden')) {
            _0x86ecx1.classList.remove('social_hidden');
            _0x86ecx1.classList.add('social_show');
            ips.utils.cookie.unset('social_list');
            ips.utils.cookie.set('social_list', 1, true)
        } else {
            _0x86ecx1.classList.remove('social_show');
            _0x86ecx1.classList.add('social_hidden');
            ips.utils.cookie.unset('social_list');
            ips.utils.cookie.set('social_list', 0, true)
        }
    })
});
$(window).scroll(function () {
    var _0x86ecx3 = $(window).scrollTop();
    var _0x86ecx4 = $('#ipsLayout_header');
    var _0x86ecx5 = _0x86ecx4.offset().top;
    if (_0x86ecx3 > _0x86ecx5) {
        $('.ipsApp').addClass('sticky');
        $('.ipsApp').removeClass('nosticky')
    } else {
        $('.ipsApp').removeClass('sticky');
        $('.ipsApp').addClass('nosticky')
    }
});
jQuery(document).ready(function (_0x86ecx6) {
    document.getElementById('cb-nexxe__bottom__content--menu').insertAdjacentHTML('beforeend', '<span class="cb--nexxe__author--theme" style="display:block !important; visibility: visible; opacity: 1 !important; z-index: 9 !important; position: relative !important;">Theme by <i class="fas fa-heart"></i> <a href="https://codebite.dev" style="display:inline-block !important; visibility: visible; opacity: 1 !important;" data-ipstooltip="" _title="Author theme">CodeBite.dev</a></span>')
});
jQuery(document).ready(function (_0x86ecx6) {
    _0x86ecx6("a[href='#top']").click(function () {
        _0x86ecx6('html, body').animate({
            scrollTop: 0
        }, 'slow');
        return false
    })
})
renildomarciowhere is this bro im having difficulty locating this
 

africanoreo

New member
Registered
Joined
Mar 23, 2023
Messages
1
Points
1

Reputation:

;)
JavaScript:
$(document).ready(function () {
    var _0x86ecx1 = document.getElementById('cb-nexxe__social__sticky');
    if (ips.utils.cookie.get('social_list') == '1') {
        _0x86ecx1.classList.remove('social_hidden');
        _0x86ecx1.classList.add('social_show')
    } else {
        if (ips.utils.cookie.get('social_list') == '0') {
            _0x86ecx1.classList.remove('social_show');
            _0x86ecx1.classList.add('social_hidden')
        }
    };
    if (ips.utils.cookie.get('userTheme_color') == 'dark') {
        document.documentElement.classList.remove('theme--light');
        document.documentElement.classList.add('theme--dark')
    } else {
        if (ips.utils.cookie.get('userTheme_color') == 'light') {
            document.documentElement.classList.remove('theme--dark');
            document.documentElement.classList.add('theme--light')
        }
    };
    $('#switch__color').click(function (_0x86ecx2) {
        if (document.documentElement.classList.contains('theme--dark')) {
            document.documentElement.classList.remove('theme--dark');
            document.documentElement.classList.add('theme--light');
            ips.utils.cookie.unset('userTheme_color');
            ips.utils.cookie.set('userTheme_color', 'light', true)
        } else {
            document.documentElement.classList.remove('theme--light');
            document.documentElement.classList.add('theme--dark');
            ips.utils.cookie.unset('userTheme_color');
            ips.utils.cookie.set('userTheme_color', 'dark', true)
        }
    })
});
$(document).ready(function () {
    var _0x86ecx1 = document.getElementById('cb-nexxe__social__sticky');
    $('#cb-nexxe__social__button--switch').click(function (_0x86ecx2) {
        if (_0x86ecx1.classList.contains('social_hidden')) {
            _0x86ecx1.classList.remove('social_hidden');
            _0x86ecx1.classList.add('social_show');
            ips.utils.cookie.unset('social_list');
            ips.utils.cookie.set('social_list', 1, true)
        } else {
            _0x86ecx1.classList.remove('social_show');
            _0x86ecx1.classList.add('social_hidden');
            ips.utils.cookie.unset('social_list');
            ips.utils.cookie.set('social_list', 0, true)
        }
    })
});
$(window).scroll(function () {
    var _0x86ecx3 = $(window).scrollTop();
    var _0x86ecx4 = $('#ipsLayout_header');
    var _0x86ecx5 = _0x86ecx4.offset().top;
    if (_0x86ecx3 > _0x86ecx5) {
        $('.ipsApp').addClass('sticky');
        $('.ipsApp').removeClass('nosticky')
    } else {
        $('.ipsApp').removeClass('sticky');
        $('.ipsApp').addClass('nosticky')
    }
});
jQuery(document).ready(function (_0x86ecx6) {
    document.getElementById('cb-nexxe__bottom__content--menu').insertAdjacentHTML('beforeend', '<span class="cb--nexxe__author--theme" style="display:block !important; visibility: visible; opacity: 1 !important; z-index: 9 !important; position: relative !important;">Theme by <i class="fas fa-heart"></i> <a href="https://codebite.dev" style="display:inline-block !important; visibility: visible; opacity: 1 !important;" data-ipstooltip="" _title="Author theme">CodeBite.dev</a></span>')
});
jQuery(document).ready(function (_0x86ecx6) {
    _0x86ecx6("a[href='#top']").click(function () {
        _0x86ecx6('html, body').animate({
            scrollTop: 0
        }, 'slow');
        return false
    })
})
renildomarciowhere is this file located?
 

r00t

Member
Registered
Joined
Jul 3, 2022
Messages
7
Points
13

Reputation:

;)
JavaScript:
$(document).ready(function () {
    var _0x86ecx1 = document.getElementById('cb-nexxe__social__sticky');
    if (ips.utils.cookie.get('social_list') == '1') {
        _0x86ecx1.classList.remove('social_hidden');
        _0x86ecx1.classList.add('social_show')
    } else {
        if (ips.utils.cookie.get('social_list') == '0') {
            _0x86ecx1.classList.remove('social_show');
            _0x86ecx1.classList.add('social_hidden')
        }
    };
    if (ips.utils.cookie.get('userTheme_color') == 'dark') {
        document.documentElement.classList.remove('theme--light');
        document.documentElement.classList.add('theme--dark')
    } else {
        if (ips.utils.cookie.get('userTheme_color') == 'light') {
            document.documentElement.classList.remove('theme--dark');
            document.documentElement.classList.add('theme--light')
        }
    };
    $('#switch__color').click(function (_0x86ecx2) {
        if (document.documentElement.classList.contains('theme--dark')) {
            document.documentElement.classList.remove('theme--dark');
            document.documentElement.classList.add('theme--light');
            ips.utils.cookie.unset('userTheme_color');
            ips.utils.cookie.set('userTheme_color', 'light', true)
        } else {
            document.documentElement.classList.remove('theme--light');
            document.documentElement.classList.add('theme--dark');
            ips.utils.cookie.unset('userTheme_color');
            ips.utils.cookie.set('userTheme_color', 'dark', true)
        }
    })
});
$(document).ready(function () {
    var _0x86ecx1 = document.getElementById('cb-nexxe__social__sticky');
    $('#cb-nexxe__social__button--switch').click(function (_0x86ecx2) {
        if (_0x86ecx1.classList.contains('social_hidden')) {
            _0x86ecx1.classList.remove('social_hidden');
            _0x86ecx1.classList.add('social_show');
            ips.utils.cookie.unset('social_list');
            ips.utils.cookie.set('social_list', 1, true)
        } else {
            _0x86ecx1.classList.remove('social_show');
            _0x86ecx1.classList.add('social_hidden');
            ips.utils.cookie.unset('social_list');
            ips.utils.cookie.set('social_list', 0, true)
        }
    })
});
$(window).scroll(function () {
    var _0x86ecx3 = $(window).scrollTop();
    var _0x86ecx4 = $('#ipsLayout_header');
    var _0x86ecx5 = _0x86ecx4.offset().top;
    if (_0x86ecx3 > _0x86ecx5) {
        $('.ipsApp').addClass('sticky');
        $('.ipsApp').removeClass('nosticky')
    } else {
        $('.ipsApp').removeClass('sticky');
        $('.ipsApp').addClass('nosticky')
    }
});
jQuery(document).ready(function (_0x86ecx6) {
    document.getElementById('cb-nexxe__bottom__content--menu').insertAdjacentHTML('beforeend', '<span class="cb--nexxe__author--theme" style="display:block !important; visibility: visible; opacity: 1 !important; z-index: 9 !important; position: relative !important;">Theme by <i class="fas fa-heart"></i> <a href="https://codebite.dev" style="display:inline-block !important; visibility: visible; opacity: 1 !important;" data-ipstooltip="" _title="Author theme">CodeBite.dev</a></span>')
});
jQuery(document).ready(function (_0x86ecx6) {
    _0x86ecx6("a[href='#top']").click(function () {
        _0x86ecx6('html, body').animate({
            scrollTop: 0
        }, 'slow');
        return false
    })
})
renildomarcioYou do not explain what file this part of code is in, not what it is used for. If it's edited, or is it where to edit... something? In the end. lol.
 

compex

Member
Registered
Joined
Apr 29, 2022
Messages
7
Points
13

Reputation:

nexxee.jpg

How to fix search bar issue.
 

TIMR

New member
Registered
Joined
Sep 24, 2021
Messages
3
Points
11

Reputation:

nexxee.jpg

How to fix search bar issue.
compexHave also been looking for a fix for this issue. I haven't had the time to go through all of the site templates to find where it's located. If you or anyone else finds the fix before I do, please let me know. Otherwise, I will come back and reply once I have fixed it myself.
 

rellukegameing

New member
Registered
Joined
Dec 1, 2022
Messages
1
Points
1

Reputation:

Have also been looking for a fix for this issue. I haven't had the time to go through all of the site templates to find where it's located. If you or anyone else finds the fix before I do, please let me know. Otherwise, I will come back and reply once I have fixed it myself.
TIMRsame issue for me.
 

virtualme

New member
Registered
Joined
May 7, 2023
Messages
1
Points
1

Reputation:

love it Thank you
good
Update to 1.1.1.6 Please
 

Hong98

Member
Registered
Joined
May 28, 2023
Messages
6
Points
3

Reputation:

I have changed the copyright name ;)
1685212151764.png
 

JhonDev85

New member
Registered
Joined
Feb 4, 2023
Messages
2
Points
3

Reputation:

koschei

New member
Registered
Joined
Jun 21, 2023
Messages
4
Points
3

Reputation:

View previous replies…

Hong98

Member
Registered
Joined
May 28, 2023
Messages
6
Points
3

Reputation:

How you did please explain
koschei1.File coppyright in
\resources\core\global\_nexxe\nexxe__js.js
2.Use Javascript Decryption this file in mode "JS Obfuscator"
Copy text js to Decrypt
3.Now you can edit text
4.Encrypt text using JavaScript Obfuscator Tool
Then copy text to file nexxe__js.js
Save!!!
 

koschei

New member
Registered
Joined
Jun 21, 2023
Messages
4
Points
3

Reputation:

1.File coppyright in
\resources\core\global\_nexxe\nexxe__js.js
2.Use Javascript Decryption this file in mode "JS Obfuscator"
Copy text js to Decrypt
3.Now you can edit text
4.Encrypt text using JavaScript Obfuscator Tool
Then copy text to file nexxe__js.js
Save!!!
Hong98
Screenshot_20230629-182621_Chrome.jpg

How to change this orange color to something else, I tried front end colors but not working
 

Barosanu

Member
Registered
Joined
Mar 11, 2022
Messages
11
Points
13

Reputation:

How to change/remove the copyright name?
 

Hong98

Member
Registered
Joined
May 28, 2023
Messages
6
Points
3

Reputation:

Change/Remove Copyright by Me
Screenshot 2023-05-28 012250.png

1.File coppyright in
\resources\core\global\_nexxe\nexxe__js.js
2.Use Javascript Decryption this file in mode JS Obfuscator
Copy text js to Decrypt
3.Now you can edit text
4.Encrypt text using JavaScript Obfuscator Tool
Then copy text to file nexxe__js.js
Save!!!
 

adv1453

New member
Registered
Joined
Nov 1, 2019
Messages
2
Points
13

Reputation:

Change/Remove Copyright by Me
View attachment 35508
1.File coppyright in
\resources\core\global\_nexxe\nexxe__js.js
2.Use Javascript Decryption this file in mode JS Obfuscator
Copy text js to Decrypt
3.Now you can edit text
4.Encrypt text using JavaScript Obfuscator Tool
Then copy text to file nexxe__js.js
Save!!!
Hong98I cant find this folder \resources\core\global\_nexxe\nexxe__js.js

How can I find it from ftp?
 
Top