Nexxe Theme [Dark/Light]

IPS Themes Nexxe Theme [Dark/Light] 1.1.2.1

No permission to download

lasotre

New member
Registered
Joined
May 23, 2021
Messages
1
Points
1

Reputation:

How to remove the copy right in this theme?

here the tutorial.

1632118930974.jpg


Remove the highlighted.
you can check mine HEHEHE

here : http://m.solocoders.info/

I hope it's helpful
 

focuslinks

Member
Registered
Joined
Aug 12, 2021
Messages
11
Points
13

Reputation:

barrybrennan

Collaborate
Collaborate
Registered
Joined
Nov 14, 2020
Messages
38
Points
243

Reputation:

fanson

Member
Registered
Joined
Feb 16, 2022
Messages
22
Points
3

Reputation:

Nexxe Theme [Dark/Light] 1.1.1.5 please :)

 

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…

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.
 

Barosanu

Member
Registered
Joined
Mar 11, 2022
Messages
11
Points
13

Reputation:

Guys Please Tell me how it's Possible to Remove this Copyright From Footer? While time ago i remove but i cant find place to remove code

Thank you Community once Again 😍
 

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.
 

TIMR

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

Reputation:

I realized they fixed the search issue in v 1.1.2.0 release. Could we get that? Thanks!
 
Top