Title: Laura's Replies | WordPress.org

---

# Laura

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

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

 Search replies:

## Forum Replies Created

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

 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Photonic Gallery & Lightbox for Flickr, SmugMug & Others] Google Photos returns 401 after Authentication Successful](https://wordpress.org/support/topic/google-photos-returns-401-after-authentication-successful/)
 *  Thread Starter [Laura](https://wordpress.org/support/users/napbuf/)
 * (@napbuf)
 * [6 years, 1 month ago](https://wordpress.org/support/topic/google-photos-returns-401-after-authentication-successful/#post-12843167)
 * Yes I did that first… I was reading your reply on the other thread and it all
   makes sense now 🙂 I’m glad you found the error & the fixing.
 * I confirm I just tried deactivating & deleting 2.34 and reinstalled 2.43, and
   everything woks with the latest version. Thanks!
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Photonic Gallery & Lightbox for Flickr, SmugMug & Others] Google Photos returns 401 after Authentication Successful](https://wordpress.org/support/topic/google-photos-returns-401-after-authentication-successful/)
 *  Thread Starter [Laura](https://wordpress.org/support/users/napbuf/)
 * (@napbuf)
 * [6 years, 1 month ago](https://wordpress.org/support/topic/google-photos-returns-401-after-authentication-successful/#post-12841915)
 * Ok, I will keep an eye on your responses. Thanks again
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Photonic Gallery & Lightbox for Flickr, SmugMug & Others] Google Photos returns 401 after Authentication Successful](https://wordpress.org/support/topic/google-photos-returns-401-after-authentication-successful/)
 *  Thread Starter [Laura](https://wordpress.org/support/users/napbuf/)
 * (@napbuf)
 * [6 years, 1 month ago](https://wordpress.org/support/topic/google-photos-returns-401-after-authentication-successful/#post-12841878)
 * Thanks for your suggestions. I’ve been playing with DNS and trying to grant https
   access, but none of the changes I tried fixed it… Then I went through some other
   replies you posted on other threads and tried to use a previous plugin version(
   2.34 instead of 2.43), and the previous version made the magic!
    I am using php
   5.6, because I use a VM from google cloud and cannot upgrade to any posterior
   version (not at least with the configuration I am working with, I already tried
   it).
 * Thank you again for your quick response 🙂
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Photonic Gallery & Lightbox for Flickr, SmugMug & Others] Google Photos returns 401 after Authentication Successful](https://wordpress.org/support/topic/google-photos-returns-401-after-authentication-successful/)
 *  Thread Starter [Laura](https://wordpress.org/support/users/napbuf/)
 * (@napbuf)
 * [6 years, 1 month ago](https://wordpress.org/support/topic/google-photos-returns-401-after-authentication-successful/#post-12834389)
 * Ok, this is the link (you need to put the password to see the post: TestPhotonicPlugin)
 * [http://lauraroundthe.world/test-photonic-plugin/](http://lauraroundthe.world/test-photonic-plugin/)
 * This is what it says…
 * Request is missing required authentication credential. Expected OAuth 2 access
   token, login cookie or other valid authentication credential. See [https://developers.google.com/identity/sign-in/web/devconsole-project](https://developers.google.com/identity/sign-in/web/devconsole-project).
 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [[ColorMag] Slider Moves All Elements and Displays Images Weird](https://wordpress.org/support/topic/slider-moves-all-elements-and-displays-images-weird/)
 *  [Laura](https://wordpress.org/support/users/napbuf/)
 * (@napbuf)
 * [10 years, 5 months ago](https://wordpress.org/support/topic/slider-moves-all-elements-and-displays-images-weird/page/2/#post-6272600)
 * Hello Stacy, widgets.php is in “/inc/widgets/” folder. You need to have access
   to your host.
 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [[ColorMag] Theme shows only 3 categories](https://wordpress.org/support/topic/theme-shows-only-3-categories/)
 *  [Laura](https://wordpress.org/support/users/napbuf/)
 * (@napbuf)
 * [10 years, 6 months ago](https://wordpress.org/support/topic/theme-shows-only-3-categories/#post-6505951)
 * Ok, I found out how to enable it bu adding: ‘hide_empty’ => 0 as a parameter 
   in every wp_dropdown_categories call (on widgets.php file), but this doesn’t 
   select the subcategories, so you can see the empty categories but nothing comes
   out.
 * I ended up adding all categories and subcategories as you suggested.
    Many thanks!!
   🙂
 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [[ColorMag] Slider Moves All Elements and Displays Images Weird](https://wordpress.org/support/topic/slider-moves-all-elements-and-displays-images-weird/)
 *  [Laura](https://wordpress.org/support/users/napbuf/)
 * (@napbuf)
 * [10 years, 7 months ago](https://wordpress.org/support/topic/slider-moves-all-elements-and-displays-images-weird/#post-6272595)
 * Hello, I’ve found a better workaround.
 * In widgets.php, line 572 you add <image_wrap> before the image:
    `$image .= '
   <image_wrap><a href="'...`
 * Afterwards, modify style.css to include the image in the wrapper, and make the
   wrapper to have a fix aspect ratio.
 *     ```
       .widget_featured_slider image_wrap
       {
         display: block;
         width: 100%;
         position: relative;
         height: 0;
         padding: 56.25% 0 0 0;
         overflow: hidden;
       }
   
       .widget_featured_slider img {
         position: absolute;
         display: block;
         max-width: 100%;
         max-height: 100%;
         left: 0;
         right: 0;
         top: 0;
         bottom: 0;
         margin: auto;
         Object-fit: cover;
       }
       ```
   
 * The aspect ratio will be the same (change padding % to adjust the ratio) and 
   the image be adjusted automatically to cover the wrapper element. It’s responsive,
   so it works for any size (mobile or if you add the slider in the right panel).
 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [[ColorMag] Theme shows only 3 categories](https://wordpress.org/support/topic/theme-shows-only-3-categories/)
 *  [Laura](https://wordpress.org/support/users/napbuf/)
 * (@napbuf)
 * [10 years, 7 months ago](https://wordpress.org/support/topic/theme-shows-only-3-categories/#post-6505944)
 * One more thing: What is strange is that I can see this behaviour when I work 
   with the widgets (from ColorMag), but not on the menus. If I add a generic category
   on a menu, it will show all posts included in the subcategories (as expected).
   BUt I cannot see this behaviour with widgets.
 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [[ColorMag] Theme shows only 3 categories](https://wordpress.org/support/topic/theme-shows-only-3-categories/)
 *  [Laura](https://wordpress.org/support/users/napbuf/)
 * (@napbuf)
 * [10 years, 7 months ago](https://wordpress.org/support/topic/theme-shows-only-3-categories/#post-6505943)
 * Hi I just found out that the categories which have no posts are hidden.
    Actually
   I am having some problems with this…
 * Let’s say I have the following category/sub-categories structure:
    1.TRAVELS 
   1.1UK 1.1.1London 1.1.2Liverpool 1.2France … 2.SPORTS 3.MEALS …
 * If, for example, the post is related to London, I add it ONLY in “London” category.
   
   This means the category “TRAVELS” will have 0 posts, but the sub-categories related
   to this one will contain posts.
 * I was trying to use the widgets from ColorMag to create “Highlighted Posts” filtered
   by Category, and due to the fact that empty categories are not shown, I cannot
   create a “highlighted posts” widget with all TRAVELS posts.
 * One workaround is to include the posts in categories and subcategories, for example:“
   TRAVELS”, “UK” and “London”, but it would be much easier to tag it only on a 
   subcategory and consider all the posts included in a subcategory to be part of
   the main category, isn’t it? That’s how it usually works…
 * Any suggestion on that? Many thanks!!
 *   Forum: [Reviews](https://wordpress.org/support/forum/reviews/)
    In reply to:
   [[Featured Image from URL (FIFU)] It's great, thanks!!](https://wordpress.org/support/topic/its-great-thanks-1/)
 *  Thread Starter [Laura](https://wordpress.org/support/users/napbuf/)
 * (@napbuf)
 * [10 years, 7 months ago](https://wordpress.org/support/topic/its-great-thanks-1/#post-8025198)
 * Hello,
    I found a workaround for that: The other plugin was using `wp_get_attachment_image`
   to get the thumbnail for a specific post. This is not compatible with your plugin,
   as you set the thumbnail_id= -1 for external featured images. Instead, I have
   changed the other plugin the get the image url from the new meta key: `$img_url
   = get_post_meta(get_the_ID(), 'fifu_image_url', true);`
 * Great plugin again, thank you 🙂
 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [[ColorMag] Slider Moves All Elements and Displays Images Weird](https://wordpress.org/support/topic/slider-moves-all-elements-and-displays-images-weird/)
 *  [Laura](https://wordpress.org/support/users/napbuf/)
 * (@napbuf)
 * [10 years, 7 months ago](https://wordpress.org/support/topic/slider-moves-all-elements-and-displays-images-weird/#post-6272591)
 * Hey! thanks for this suggestion, but this cuts also the post title. And when 
   resizing the explorer window or using the mobile version, it doesn’t do the trick…
   
   do you have any idea of how to “crop” the image instead of the “wrapper” so the
   title is not affected?
 * Many thanks for your suggestions!!!
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Photo Express for Google] Captions don't display](https://wordpress.org/support/topic/captions-dont-display/)
 *  [Laura](https://wordpress.org/support/users/napbuf/)
 * (@napbuf)
 * [10 years, 8 months ago](https://wordpress.org/support/topic/captions-dont-display/#post-6290979)
 * I have the same problem. I can see the caption with a mouse hover, but cannot
   see the caption below the thumbnail, even if I enable “Show the caption under
   thumbnail image”.
    It happens when I try to insert Albums or single pictures.
 * I am using WordPress 4.3.1, plugin version 0.3.2
 * This is the code generated when setting:
    – Single image thumbnail size = Proportionally–
   Single video thumbnail size = Proportionally – Show the caption under thumbnail
   image = Selected – Show the caption by mouse hover tip = Selected – Image alignment
   = None (the rest is not selected)
 * [peg-image
    src=”[http://image_path/IMG.jpg&#8221](http://image_path/IMG.jpg&#8221);
   href=”[https://picasaweb.google.com/user/algum#some_number&#8221](https://picasaweb.google.com/user/algum#some_number&#8221);
   caption=”Some Caption” type=”image” alt=”IMG.jpg” image_size=”2048×1365″ peg_caption
   =”1″ peg_parse_caption=”false” peg_img_align=”none” peg_auto_clear=”false” peg_featured_tag
   =”false” ]
 * Any idea why I cannot see the caption under the thumbnail?
    Also, I cannot see
   the captions in the PhotoSwipe view. Already mentioned in: [https://wordpress.org/support/topic/photo-captions-missing-from-photoswipe-view?replies=1](https://wordpress.org/support/topic/photo-captions-missing-from-photoswipe-view?replies=1)
 * Many thanks for your effort, the plugin is awasome!! 🙂

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