Title: ProPatel's Replies | WordPress.org

---

# ProPatel

  [  ](https://wordpress.org/support/users/propatel/)

 *   [Profile](https://wordpress.org/support/users/propatel/)
 *   [Topics Started](https://wordpress.org/support/users/propatel/topics/)
 *   [Replies Created](https://wordpress.org/support/users/propatel/replies/)
 *   [Reviews Written](https://wordpress.org/support/users/propatel/reviews/)
 *   [Topics Replied To](https://wordpress.org/support/users/propatel/replied-to/)
 *   [Engagements](https://wordpress.org/support/users/propatel/engagements/)
 *   [Favorites](https://wordpress.org/support/users/propatel/favorites/)

 Search replies:

## Forum Replies Created

Viewing 15 replies - 1 through 15 (of 15 total)

 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [Wp Dashboard issue. bad eyesight, change white](https://wordpress.org/support/topic/wp-dashboard-issue-bad-eyesight-change-white/)
 *  [ProPatel](https://wordpress.org/support/users/propatel/)
 * (@propatel)
 * [5 years, 3 months ago](https://wordpress.org/support/topic/wp-dashboard-issue-bad-eyesight-change-white/#post-13927365)
 * Did you try to change the user interface from users ?
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [Ordering Pages in Bravada](https://wordpress.org/support/topic/ordering-pages-in-bravada/)
 *  [ProPatel](https://wordpress.org/support/users/propatel/)
 * (@propatel)
 * [5 years, 3 months ago](https://wordpress.org/support/topic/ordering-pages-in-bravada/#post-13927360)
 * change the publish date it will re ordered
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [The image block and image size](https://wordpress.org/support/topic/the-image-block-and-image-size/)
 *  [ProPatel](https://wordpress.org/support/users/propatel/)
 * (@propatel)
 * [5 years, 3 months ago](https://wordpress.org/support/topic/the-image-block-and-image-size/#post-13927353)
 * Say I use the resize feature of the image block to shrink the image.
    **** Does
   this resize slow my page loading.
 * **ans.** an image size is saved in library so it will load resized image.
 * ——————————–
 * Say I used “thumbnail.
    **** Would the page take longer to load as the image 
   needs to be shrunk.
 * **ans.** an image size is saved in library so it will load resized image.
 * —————
 * When I show these images using an image block, by default it suggests showing
   the “thumbnail”. As my image is already small, I have been changing this to “
   full size”.
    **** Does this show the 573×300 pixel image?
 * …………….
    you can define medium, large and small size in your media library by 
   going
 * Setting > Media >
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [CSS to stop featured images showing on pages](https://wordpress.org/support/topic/css-to-stop-featured-images-showing-on-pages/)
 *  [ProPatel](https://wordpress.org/support/users/propatel/)
 * (@propatel)
 * [5 years, 3 months ago](https://wordpress.org/support/topic/css-to-stop-featured-images-showing-on-pages/#post-13926084)
 * write this code in Appearance > Customizer > Custom CSS
 *     ```
       .featured-image{
       display:none;
       }
       ```
   
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [UpdraftPlus plugin has left my site in maintenance mode](https://wordpress.org/support/topic/updraftplus-plugin-has-left-my-site-in-maintenance-mode/)
 *  [ProPatel](https://wordpress.org/support/users/propatel/)
 * (@propatel)
 * [5 years, 3 months ago](https://wordpress.org/support/topic/updraftplus-plugin-has-left-my-site-in-maintenance-mode/#post-13926075)
 * try to delete the file .maintenance from the root e.g. (public_html) or themes
   folder
 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [[Neve] Neve Theme for](https://wordpress.org/support/topic/neve-theme-for/)
 *  [ProPatel](https://wordpress.org/support/users/propatel/)
 * (@propatel)
 * [5 years, 3 months ago](https://wordpress.org/support/topic/neve-theme-for/#post-13926054)
 * Sometimes this issue come because of space in PHP start tag of controller facing
   same issue just removed whitespace in:
 *     ```
       <?php 
       namespace App\Http\Controllers\Auth;
       ```
   
 * **removing the space resolved my error**
 * if you are the developer then try this in the file on
    `public_html/wp-content/
   themes/neve/header-footer-grid/functions-template.php on line 12`
 * for more read this [stack overflow](https://stackoverflow.com/questions/21433086/fatal-error-namespace-declaration-statement-has-to-be-the-very-first-statement)
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Slide Anything - Responsive Content / HTML Slider and Carousel] Need to define own classes](https://wordpress.org/support/topic/need-to-define-own-classes/)
 *  Thread Starter [ProPatel](https://wordpress.org/support/users/propatel/)
 * (@propatel)
 * [6 years, 6 months ago](https://wordpress.org/support/topic/need-to-define-own-classes/#post-12093366)
 * i mean to say that suppose the slider automatically started in jquery $(‘etc’).
   owl({});
    i want to destroy that slider and need to write my own jquery also 
   one more thing
 * can i add my own classes like i created a slider and output a shortcode.
 * now owl carousel made some div
    <div class=”owl”> <slide 1 > </div>
 * i want that slider to be destroyed and need to write my own class when we go 
   to documentation of owl carousel they have tons of options
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [I need to resize ALL product images: SMUSHED.](https://wordpress.org/support/topic/i-need-to-resize-all-product-images-smushed/)
 *  [ProPatel](https://wordpress.org/support/users/propatel/)
 * (@propatel)
 * [6 years, 7 months ago](https://wordpress.org/support/topic/i-need-to-resize-all-product-images-smushed/#post-11971062)
 * Doesn’t matter what size your theme have. The woocommerce gives you the facility
   to have your own image sizes.
 * If your images are squared like 800×800 or 1200×1200 and you want squared images
   then set the image sizes as you want like full size 1200×1200, thumbnail 600×
   600 small thumbnail 150×150 that’s your choice.
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [I need to resize ALL product images: SMUSHED.](https://wordpress.org/support/topic/i-need-to-resize-all-product-images-smushed/)
 *  [ProPatel](https://wordpress.org/support/users/propatel/)
 * (@propatel)
 * [6 years, 7 months ago](https://wordpress.org/support/topic/i-need-to-resize-all-product-images-smushed/#post-11969052)
 * first go to your woocommerce setting and set the image sizes you want by going
   to
    woocommerce > media > setting image sizes you want
 * then use regenerate thumbnails to regenerate your images
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [how find code in template](https://wordpress.org/support/topic/how-find-code-in-template/)
 *  [ProPatel](https://wordpress.org/support/users/propatel/)
 * (@propatel)
 * [6 years, 7 months ago](https://wordpress.org/support/topic/how-find-code-in-template/#post-11968761)
 * Once you logged in to your admin panel in the left black sidebar you can see 
   there is
    setting > reading
 * first tell me one thing what are u using ?
    wordpress.com or install new wordpress
   website
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [How to remove an unknown JS file from wp_head()](https://wordpress.org/support/topic/how-to-remove-an-unknown-js-file-from-wp_head/)
 *  [ProPatel](https://wordpress.org/support/users/propatel/)
 * (@propatel)
 * [6 years, 7 months ago](https://wordpress.org/support/topic/how-to-remove-an-unknown-js-file-from-wp_head/#post-11967758)
 * which is your website ?
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [Migrate WordPress to fresh installation xampp](https://wordpress.org/support/topic/migrate-wordpress-to-fresh-installation-xampp/)
 *  [ProPatel](https://wordpress.org/support/users/propatel/)
 * (@propatel)
 * [6 years, 7 months ago](https://wordpress.org/support/topic/migrate-wordpress-to-fresh-installation-xampp/#post-11967470)
 * just copy the folder where your website is and backup the database which as attached
   to it. Next time you install xampp copy the folder and import database it will
   start working again.
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [I need to resize ALL product images: SMUSHED.](https://wordpress.org/support/topic/i-need-to-resize-all-product-images-smushed/)
 *  [ProPatel](https://wordpress.org/support/users/propatel/)
 * (@propatel)
 * [6 years, 7 months ago](https://wordpress.org/support/topic/i-need-to-resize-all-product-images-smushed/#post-11967118)
 * Go to your woocommerce setting and see for media there
    that will be the original
   size your setting cropped. Go to your theme image and see for full size image.
   put the numbers in pixel in your woocommerce setting. same way for thumbnail 
   and other images.
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [How to remove an unknown JS file from wp_head()](https://wordpress.org/support/topic/how-to-remove-an-unknown-js-file-from-wp_head/)
 *  [ProPatel](https://wordpress.org/support/users/propatel/)
 * (@propatel)
 * [6 years, 7 months ago](https://wordpress.org/support/topic/how-to-remove-an-unknown-js-file-from-wp_head/#post-11967013)
 * [https://codex.wordpress.org/Function_Reference/wp_dequeue_script](https://codex.wordpress.org/Function_Reference/wp_dequeue_script)
   
   is if for dequeue the script if it has no id and it is hardcoded then go to your
   header.php file and check for that if not then go to footer.php hopefully the
   file which is hard coded will be there.
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [how find code in template](https://wordpress.org/support/topic/how-find-code-in-template/)
 *  [ProPatel](https://wordpress.org/support/users/propatel/)
 * (@propatel)
 * [6 years, 7 months ago](https://wordpress.org/support/topic/how-find-code-in-template/#post-11966991)
 * [@hmmodern](https://wordpress.org/support/users/hmmodern/) here is your solutions
    - Go to your wp-admin
    - in the left bar go to setting > reading
    - 3rd or 4th option is homepage. see if there is any page selected
    - See the title and go to pages > search for that title
    - you can edit homepage or index from there

Viewing 15 replies - 1 through 15 (of 15 total)