Title: benvoide's Replies | WordPress.org

---

# benvoide

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

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

 Search replies:

## Forum Replies Created

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

 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [Make a logo bigger for mobile](https://wordpress.org/support/topic/make-a-logo-bigger-for-mobile/)
 *  [benvoide](https://wordpress.org/support/users/benvoide/)
 * (@benvoide)
 * [4 years, 7 months ago](https://wordpress.org/support/topic/make-a-logo-bigger-for-mobile/#post-15020167)
 * Hello [@juan4520](https://wordpress.org/support/users/juan4520/),
    I think the`
   max-width` is exactly the problem. Since you applied that property, the image
   will not expand beyond its container and, because you are also using `height:
   auto;` then the image will try to fit (and look) as good as possible inside the
   container.
 * If you set the image to `max-width: none;` then you will be able to handle the
   size of the image without those restrictions, but I think this is not the goal
   you want to achieve. My suggestion on this is to handle the size of the logo 
   in the image source directly (maybe [using a conditional one for mobile devices](https://developer.wordpress.org/reference/functions/wp_is_mobile/))
   and then print it at full size.
 * I hope this helps.
    Sincerely.
    -  This reply was modified 4 years, 7 months ago by [benvoide](https://wordpress.org/support/users/benvoide/).
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [Featured images not showing correctly](https://wordpress.org/support/topic/featured-images-not-showing-correctly-3/)
 *  [benvoide](https://wordpress.org/support/users/benvoide/)
 * (@benvoide)
 * [5 years, 1 month ago](https://wordpress.org/support/topic/featured-images-not-showing-correctly-3/#post-14420763)
 * Hi again [@nic727](https://wordpress.org/support/users/nic727/),
    is it `$post-
   >ID` bringing the expected ID for each post? Could you print in some way the 
   full content of `$f_image`, so we can check what is bringing? Perhaps you can
   do something like:
 * 1. Add in your code, after `$f_image definition`, the following block of code-
   > [https://0bin.net/paste/yecKXRmf#xeGLVkvbvdpmBnwif+yGCWHZNS0fQZfMMdSCqYfGTit](https://0bin.net/paste/yecKXRmf#xeGLVkvbvdpmBnwif+yGCWHZNS0fQZfMMdSCqYfGTit)
   
   2. Use the browser inspector to check this block of code and analyze the results.
   We are expecting some kind of array.
 * Thanks,
    regards.
    -  This reply was modified 5 years, 1 month ago by [benvoide](https://wordpress.org/support/users/benvoide/).
    -  This reply was modified 5 years, 1 month ago by [benvoide](https://wordpress.org/support/users/benvoide/).
    -  This reply was modified 5 years, 1 month ago by [benvoide](https://wordpress.org/support/users/benvoide/).
    -  This reply was modified 5 years, 1 month ago by [benvoide](https://wordpress.org/support/users/benvoide/).
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [Cannot access Installed Plug In page](https://wordpress.org/support/topic/cannot-access-installed-plug-in-page/)
 *  [benvoide](https://wordpress.org/support/users/benvoide/)
 * (@benvoide)
 * [5 years, 1 month ago](https://wordpress.org/support/topic/cannot-access-installed-plug-in-page/#post-14418570)
 * Hey [@gemdris](https://wordpress.org/support/users/gemdris/),
    if you are unable
   to access the WP admin page, my advice is to disable all plugins by renaming 
   them via FTP (or any file manager) to something like “_plugin”. Then you should
   be able to access WP admin again and continue debugging your issue.
 * Regards.
 *   Forum: [Everything else WordPress](https://wordpress.org/support/forum/miscellaneous/)
   
   In reply to: [One image in thumbnail share](https://wordpress.org/support/topic/one-image-in-thumbnail-share/)
 *  [benvoide](https://wordpress.org/support/users/benvoide/)
 * (@benvoide)
 * [5 years, 1 month ago](https://wordpress.org/support/topic/one-image-in-thumbnail-share/#post-14418563)
 * Hey Ben,
    it seems you are talking about OG properties. Please, take a look at
   [this guide](https://www.wpbeginner.com/wp-themes/how-to-add-facebook-open-graph-meta-data-in-wordpress-themes/).
 * Regards.
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [Featured images not showing correctly](https://wordpress.org/support/topic/featured-images-not-showing-correctly-3/)
 *  [benvoide](https://wordpress.org/support/users/benvoide/)
 * (@benvoide)
 * [5 years, 1 month ago](https://wordpress.org/support/topic/featured-images-not-showing-correctly-3/#post-14418559)
 * Hi [@nic727](https://wordpress.org/support/users/nic727/),
    could you provide
   a PROD URL or something where I can check in real-time?
 * I noticed a small thing, I do not think this solves the issue but… who knows.
   You are missing a semicolon here -> [http://i.imgur.com/cglIyjT.png](http://i.imgur.com/cglIyjT.png)
 * Thanks,
    regards.
    -  This reply was modified 5 years, 1 month ago by [benvoide](https://wordpress.org/support/users/benvoide/).

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