monchib
Forum Replies Created
-
Forum: Themes and Templates
In reply to: [Customizr] Customizr and UPMEHi, here I am to bother you again ??
As you well know, that code was working perfectly. I even addedadd_filter('tc_smooth_scroll', 'disable_smoothscroll_in_member_list'); function disable_smoothscroll_in_member_list($bool){ return $bool && ! is_page('member_list'); }
which is working great.
Unfortunately now in the backend page of events managing, some tabs won’t open anymore.
If I want to use that code to filter those pages to, how can I do?
When I am on that page the address to add a new event is
https://lnx.scuoladelportare.it/site/wp-admin/admin.php?page=eme-new_event
and to edit an existing one is
https://lnx.scuoladelportare.it/site/wp-admin/admin.php?page=events-manager&eme_admin_action=edit_event&event_id=4
I tried to put “eme-new_event” as page name in the code you gave me with no success.
Is it possible or should I surrender?
If you need and want, I grant you admin permission again.
Thanks a lotForum: Themes and Templates
In reply to: [Customizr] Customizr and UPMEignore that post, I pasted a wrong code ??
Now I pasted the code you gave me and re-enabled the scroll feature and everything is working.
THANK YOUForum: Themes and Templates
In reply to: [Customizr] Customizr and UPMEWow, I appreciate it a lot!
Thank you so much!
Is there anything I can do for you?
Thanks again!Forum: Themes and Templates
In reply to: [Customizr] Customizr and UPMEi make your user admin just to try.
Forum: Themes and Templates
In reply to: [Customizr] Customizr and UPMEI’ve checked and spoken with the plugin support. the error I get is this one
TypeError: a(…).offset(…) is undefined
https://lnx.scuoladelportare.it/site/wp-content/themes/customizr/inc/js/tc-scripts.min.js
Line 1You can try to register here lnx.scuoladelportare.it/site/register
and then edit your profile here: lnx.scuoladelportare.it/site/profile/xxxx
xxxx is your usernameThanks
Forum: Themes and Templates
In reply to: [Customizr] Customizr and UPMElnx.scuoladelportare.it/site
ThanksForum: Themes and Templates
In reply to: [Customizr] Customizr and UPMEP.s.
The tab uses slideDown to open. I’m not an expert but I think is Jquery or js
Hope that can be useful.