Profiles

  • Member Since: November 1st, 2011
  • Find me on:
  • Created a topic, Where does echo output if it is written inside callback function of plugin?, on the site WordPress.org Forums:
    Where does echo output if it is written inside callbac…

  • Posted a reply to How can I check if jquery is included?, on the site WordPress.org Forums:
    I have created another new page. There I can see jquery.js. Could not understand what…

  • Created a topic, Why do I get “Updating failed. The response is not a valid JSON response.”, on the site WordPress.org Forums:
    Why do I get "Updating failed. The response is not a v…

  • Posted a reply to Is jquery disabled for new pages?, on the site WordPress.org Forums:
    @sterndata , I think, no code is adding jquery for home page.

  • Posted a reply to Is jquery disabled for new pages?, on the site WordPress.org Forums:
    Theme codes: //header.php <!DOCTYPE html> <html <?php language_attributes(); ?>> <head> <?php wp_head(); ?> </head> <body>…

  • Posted a reply to Is jquery disabled for new pages?, on the site WordPress.org Forums:
    When I browse http://localhost/wordpress > "View Page Source" I see jquery there. Why is this?

  • Posted a reply to Is jquery disabled for new pages?, on the site WordPress.org Forums:
    I am expecting like this: <script type='text/javascript' src='http://localhost/wordpress/wp-includes/js/jquery/jquery.min.js?ver=3.5.1' id='jquery-core-js'></script>

  • Created a topic, Is jquery disabled for new pages?, on the site WordPress.org Forums:
    Is jquery disabled for new pages? I have created page …

  • Posted a reply to How can I check if jquery is included?, on the site WordPress.org Forums:
    From "View Page Source" of a page I do not see jquery there. Why?

  • Created a topic, How can I check if jquery is included?, on the site WordPress.org Forums:
    How can I check if jquery is included? I have this in …

  • Posted a reply to How can I remove horizontal scrollbar in wordpress with css?, on the site WordPress.org Forums:
    Four columns with four posts is being shown in home page with admin logged in.…

  • Posted a reply to How can I remove horizontal scrollbar in wordpress with css?, on the site WordPress.org Forums:
    Please look at the previous link. I have added some posts.

  • Posted a reply to How can I remove horizontal scrollbar in wordpress with css?, on the site WordPress.org Forums:
    Without "row" class, how will I put four columns in one row?

  • Posted a reply to How can I remove horizontal scrollbar in wordpress with css?, on the site WordPress.org Forums:
    Will you check the link: https://dev-food00.pantheonsite.io/ ?

  • Posted a reply to How can I remove horizontal scrollbar in wordpress with css?, on the site WordPress.org Forums:
    Why do margin:0; padding:0; not work? Is there any other way without html {overflow-x: hidden;}?

  • Created a topic, How can I remove horizontal scrollbar in wordpress with css?, on the site WordPress.org Forums:
    html, body { margin: 0px; padding: 0px; wi…

  • Created a topic, When do we need to make new plugins?, on the site WordPress.org Forums:
    Hi, When do we need to make new plugins? Why do we ne…