Shovan
Forum Replies Created
-
Forum: Reviews
In reply to: [Redirection] Export/ImportIs there a way to export?
Forum: Fixing WordPress
In reply to: Visual editor not working in version 4.5.3@dgracey thanks this trick worked.
Have you resolved this issue? If you have can you post the solution?
Thanks ??
Forum: Plugins
In reply to: [BadgeOS] Userpro ConflictI remember reading this in another page (When I find the the link I will post here)
It might be due to not having specific php resource extension turned on..?When i turned off all plugins and themes, the error disappeared.. but it appeared after using the webpage for 30 min or so. Could it be that the server is using more resource and wordpress in specific wp admin ajax is not being able to handle the issue?
Would you know of turning on any specific php extension would help resolve this?
Forum: Plugins
In reply to: [BadgeOS] Userpro ConflictWP_DEBUG was false.
When I turned it on I noticed following error logs
On User pro profile page
Notice: Undefined index: label in /srv/wp-content/plugins/userpro/functions/fields-functions.php on line 713 Notice: Undefined index: label in /srv/wp-content/plugins/userpro/functions/fields-functions.php on line 713
On the console log of edit profile page
Error in jQuery.ajax while submitting a form:SyntaxError: Unexpected token <
Forum: Plugins
In reply to: [BadgeOS] Userpro ConflictThe issue is back again :/
I have compleated removed BadgeOS at this point.
Forum: Plugins
In reply to: [BadgeOS] Userpro ConflictI had to disable all plugins all themes. Then activated them all and it magically worked ??
Forum: Plugins
In reply to: [BadgeOS] Userpro ConflictHi I have the same error
“Error in jQuery.ajax while submitting a form:Internal Server Error”
I had badge os enable, I disabled it and it still shows error.
Forum: Plugins
In reply to: [BadgeOS] Permalink not workingWhen I removed permalink from the setting it works. eg: ?level=10-login
Currently my permalink is set to /%category%/%postname%/
Thanks
Forum: Fixing WordPress
In reply to: Create Sub Pages for Custom Post Type InstanceI just came across this article, see if it helps and please post your thoughts
https://www.placementedge.com/blog/create-post-sub-pages/
Thanks
Forum: Fixing WordPress
In reply to: Create Sub Pages for Custom Post Type InstanceHave you figured this out? I am looking for similar solution.
I have the same issue
ERROR: ipRefererBlocked
Forum: Hacks
In reply to: Display Specific category and number of postI found it
<?php $catPost = query_posts( 'cat=4,15,159&posts_per_page=5' ); //change this foreach ($catPost as $post) : setup_postdata($post); ?>
Thanks Once-I-Was-A-Developer works great just changed it to
const SHOW_SLIDER_TO = "editor";
Forum: Plugins
In reply to: [OptionTree] How to use option treeThanks it works perfect
<?php echo ot_get_option( 'id_text_area' ); ?>