Plugin GDPR Cookies
on :January 27, 2022, 11:50 pm #591
Good evening , I also have a problem with the gdpr cookies plugin, namely I installed it and after I log in to my account with user and password at Your data it displays the page title and in the upper left corner where the site name is the word "Custom" can someone help me from where this word can be changed to something else, thank you and I am waiting for your feedback.
Re: Plugin GDPR Cookies
on :January 28, 2022, 7:13 am #595
That can be the name of the route that comes from Osclass.
Re: Plugin GDPR Cookies
on :January 29, 2022, 11:09 am #597
What theme do you use? You can check the theme files in the file user-custom.php.
Re: Plugin GDPR Cookies
on :January 29, 2022, 3:20 pm #598
I use the sigma theme and in the user-custom file I have these lines:
<?php
/*
* Copyright 2014 Osclass
* Copyright 2021 Osclass by OsclassPoint.com
*
* Osclass maintained & developed by OsclassPoint.com
* You may not use this file except in compliance with the License.
* You may download copy of Osclass at
*
* https://osclass-classifieds.com/download
*
* Do not edit or add to this file if you wish to upgrade Osclass to newer
* versions in the future. Software is distributed on an "AS IS" basis, without
* warranties or conditions of any kind, either express or implied. Do not remove
* this NOTICE section as it contains license information and copyrights.
*/
// meta tag robots
osc_add_hook('header','sigma_nofollow_construct');
sigma_add_body_class('user user-custom');
osc_add_hook('before-main','sidebar');
function sidebar(){
osc_current_web_theme_path('user-sidebar.php');
}
osc_current_web_theme_path('header.php') ;
osc_render_file();
osc_current_web_theme_path('footer.php');
?>
Re: Plugin GDPR Cookies
on :January 30, 2022, 10:39 am #600
From that code, I can't figure it out. Activate another theme and see if you have the same text. If not is from that theme. Attach an image with the text to see where is displayed.
Re: Plugin GDPR Cookies
on :January 30, 2022, 11:55 am #601
Re: Plugin GDPR Cookies
on :January 30, 2022, 12:03 pm #602
That is from the permalink. So can be from Oclass permalink structure, or a plugin if you use a plugin.
And is referring to the custom route that is loaded when a plugin creates a page on the user dashboard.
Re: Plugin GDPR Cookies
on :January 30, 2022, 12:06 pm #603
Well, it's from the GDPR cookies module downloaded from your official website, and how can this problem be solved so that that Custom word can be changed to something else?
Re: Plugin GDPR Cookies
on :January 30, 2022, 12:24 pm #606
Please stick with your topic on do not post on multiple topics. That is the name of the custom route, it is loaded on all plugins that create a page. That word did not come from the plugin itself, is generated by Osclass or another Breadcrumb plugin if you use one.
You can search in plugin files and you will see that you will not find that word.
Re: Plugin GDPR Cookies
on :January 30, 2022, 12:48 pm #607
I want to contradict you that I found that word Custom but it is from the slider not from the breadcrumb and from the title of the page: <span class = "c_text"> <? php if (osc_get_preference ('custom_text', 'gdpr_cookie') == "") {?> <? php _e ('Custom', 'gdpr_cookie'); ?>