6 questions
Score of 1
2 answers
66 views
how to customize URL in Wordpress 4.8
I have a simple question. I do not know how to add custom url in my latest version of wordpress today.
In the following snap.
The top menu is the one that i want to customize. Inspecting it and ...
Score of 0
1 answer
137 views
text widget wordpress 4.8
The new Text Widget in WordPress 4.8 is stripping out code.
For example, if the following code is placed in the widget via the Text editor:
<ul>
<li><a href="#" class="location"><...
Score of 4
2 answers
4861 views
Disable admin bar is not working in wordpress 4.8
I have tried with add_filter('show_admin_bar', '__return_false');
in wordpress 4.8 version and its not hiding the admin bar.
Help me with a solution.
Score of 4
1 answer
156 views
Tab not working after upgrade Wordpress 4.8
the tab below on article page edit stops working after upgrade to WP 4.8
I get this js error in console:
Any idea to solve this?
Thank you
Score of 0
2 answers
2229 views
Wordpress 4.8 - ReferenceError: Can't find variable: wp
After updating to Wordpress 4.8 widgets stop working, I mean the textarea inside has disappeared and I read the following error in console:
ReferenceError: Can't find variable: wp
Global Code — ...
Score of 0
1 answer
145 views
wordpress 4.8 high cpu usage
recently I updated wordprees to latest version 4.8. but I found there is a high cpu usage in backend that the page load, drafting and publishing took a lot of time. but the frontend is ok. I searched ...