Title: xavierve's Replies | WordPress.org

---

# xavierve

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

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

 Search replies:

## Forum Replies Created

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

1 [2](https://wordpress.org/support/users/xavierve/replies/page/2/?output_format=md)
[→](https://wordpress.org/support/users/xavierve/replies/page/2/?output_format=md)

 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Classic Editor] Image width style embeded](https://wordpress.org/support/topic/image-width-style-embeded/)
 *  Thread Starter [xavierve](https://wordpress.org/support/users/xavierve/)
 * (@xavierve)
 * [2 years, 8 months ago](https://wordpress.org/support/topic/image-width-style-embeded/#post-17263319)
 * Hi. Thanks for reply.
 * The classic editor is for an particular author that feels comfortable witthout
   blocks as he just want to write long texts.
 * Your CSS fix it for small screens, thanks!
   I thought it should be fixed with 
   an !important (to overrule the embeded WIDTH style), but it doesn’tActually, 
   TT4 theme just limit container to global (–wp–style–global–content-size 620px
   by default) not to parent 100%
 *     ```wp-block-code
       body .is-layout-constrained > :where(:not(.alignleft):not (.alignright):not(.alignfull)) {
       max-width: var(--wp--style--global--content-size);
       margin-left: auto !important;
       margin-right: auto !important;
       }
       ```
   
 * The problem is now on desktop, FIGURE and IMG are not limited to xxx but to .
   entry-content width. Can add your css fix for small screens and another with 
   an [@media](https://wordpress.org/support/users/media/) , sure, but…
 * I think best solution is fixing the root of the problem: when inserting media
   with caption, a WIDTH on fixed pixels is passed and it shouldnt
 *     ```wp-block-code
       [caption id="attachment_53" align="alignnone" width="1024"]
       ```
   
 * I tried going to HTML Editor to remove such **width=”1024″** but it comes back
   every time I open the VISUAL Editor
 * regards
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Classic Editor] Image width style embeded](https://wordpress.org/support/topic/image-width-style-embeded/)
 *  Thread Starter [xavierve](https://wordpress.org/support/users/xavierve/)
 * (@xavierve)
 * [2 years, 8 months ago](https://wordpress.org/support/topic/image-width-style-embeded/#post-17260153)
 * here is a fix por this old issue, meanwhile they change the coder
 * 1- edit functions.php of yout theme
 * 2- add following line remove the fixed WIDTH pixels
 * add_filter(‘img_caption_shortcode_width’, ‘__return_false’);
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Classic Editor] Image width style embeded](https://wordpress.org/support/topic/image-width-style-embeded/)
 *  Thread Starter [xavierve](https://wordpress.org/support/users/xavierve/)
 * (@xavierve)
 * [2 years, 8 months ago](https://wordpress.org/support/topic/image-width-style-embeded/#post-17257858)
 * if you don’t use captions, in place of FIGURE, it uses only IMG tag, and the 
   WIDTH of FIGURE is not there anymore. Anyway I would like using captions for 
   my photos. So, once again : How to fix this issue of FIGURE width being embeded
   with fixed pixels?
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Easy Image Gallery] Link to large images by default](https://wordpress.org/support/topic/link-to-large-images-by-default/)
 *  Thread Starter [xavierve](https://wordpress.org/support/users/xavierve/)
 * (@xavierve)
 * [5 years, 10 months ago](https://wordpress.org/support/topic/link-to-large-images-by-default/#post-13439426)
 * Hi, thanks for reply
    god to hear, so, waiting for new release!
 * meanwhile, for those that can’t wait, an ugly code to make gallery link allways
   to big sizes images
 * EDIT FILE in INCLUDES/metabox.php ROW #159
    *where it says === ini code === else{
   $checked = null; === end code === *change for === ini code === else { $checked
   = ‘checked=”checked”‘; === end code ===
 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [[CarListings] car-page slideshow image size in thumbs](https://wordpress.org/support/topic/car-page-slideshow-image-size-in-thumbs/)
 *  Thread Starter [xavierve](https://wordpress.org/support/users/xavierve/)
 * (@xavierve)
 * [6 years, 1 month ago](https://wordpress.org/support/topic/car-page-slideshow-image-size-in-thumbs/#post-13064149)
 * sorry newbie fault ! new uploaded images are right resized. sorry agaIN! 🙂
    -  This reply was modified 6 years, 1 month ago by [xavierve](https://wordpress.org/support/users/xavierve/).
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[List category posts] list TIME (beside DATE)](https://wordpress.org/support/topic/list-time-beside-date/)
 *  Thread Starter [xavierve](https://wordpress.org/support/users/xavierve/)
 * (@xavierve)
 * [10 years, 10 months ago](https://wordpress.org/support/topic/list-time-beside-date/#post-6592786)
 * right perfect!
    so, usint date, you can output just time, just date or both of
   them, depending de DATEFORMAT parameters used.
 * THANKS FOR SUPPORT, fer sos groso!
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[List category posts] [catlist currenttags] not working](https://wordpress.org/support/topic/catlist-currenttags-not-working/)
 *  Thread Starter [xavierve](https://wordpress.org/support/users/xavierve/)
 * (@xavierve)
 * [10 years, 11 months ago](https://wordpress.org/support/topic/catlist-currenttags-not-working/#post-6464767)
 * ok fernando, it’s working right perfect !
    thanks for support /gracias Fer, capo!
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[List category posts] After upgrade Posts not showing, only parameters.](https://wordpress.org/support/topic/after-upgrade-posts-not-showing-only-parameters/)
 *  [xavierve](https://wordpress.org/support/users/xavierve/)
 * (@xavierve)
 * [10 years, 12 months ago](https://wordpress.org/support/topic/after-upgrade-posts-not-showing-only-parameters/#post-6463992)
 * just go to PLUGINS and turn ACTIVATE plugin 🙂
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[List category posts] After update the page shows only the parameters](https://wordpress.org/support/topic/after-update-the-page-shows-only-the-parameters/)
 *  [xavierve](https://wordpress.org/support/users/xavierve/)
 * (@xavierve)
 * [10 years, 12 months ago](https://wordpress.org/support/topic/after-update-the-page-shows-only-the-parameters/#post-6463991)
 * yeap, just re-activate the plugin 🙂
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Slideshow Gallery LITE] post_id as a variable?](https://wordpress.org/support/topic/post_id-as-a-variable/)
 *  [xavierve](https://wordpress.org/support/users/xavierve/)
 * (@xavierve)
 * [11 years, 2 months ago](https://wordpress.org/support/topic/post_id-as-a-variable/#post-6135260)
 * Hi Pulpcovers,
    To authomatically get the slideshow of current page, if page 
   is single page or post, just go to single.php (it depends of your theme) and 
   ad the slideshow hardcode
 * <?php
    $pid = get_the_ID(); if (function_exists(‘slideshow’)) { slideshow(true,
   false, $pid, array()); } ?>
 * tell me if you got it working 🙂
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Slideshow Gallery LITE] post_id as a variable?](https://wordpress.org/support/topic/post_id-as-a-variable/)
 *  [xavierve](https://wordpress.org/support/users/xavierve/)
 * (@xavierve)
 * [11 years, 2 months ago](https://wordpress.org/support/topic/post_id-as-a-variable/#post-6135255)
 * Hi there, thanks for this great plugin… a very brillant idea for making things
   usefull
 * it would be great if I could add the PHP code into single.php in order to show
   slideshow of current post -if it has images-
    ` <?php // if (function_exists('
   slideshow')) { slideshow($output = true, $gallery_id = false, $post_id = false,
   $params = array()); } ?>
 * is it there a doc page for PHP ?
 * thanks in advance!
 *   Forum: [Reviews](https://wordpress.org/support/forum/reviews/)
    In reply to:
   [Nice theme but theme home page layout incorrect](https://wordpress.org/support/topic/nice-theme-but-theme-home-page-layout-incorrect/)
 *  [xavierve](https://wordpress.org/support/users/xavierve/)
 * (@xavierve)
 * [11 years, 2 months ago](https://wordpress.org/support/topic/nice-theme-but-theme-home-page-layout-incorrect/#post-7966532)
 * would be nice any reply of support for this good comment… (ring ring .. cyberchimps
   team calling…)
 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [[Spacious] How can a change the font](https://wordpress.org/support/topic/how-can-a-change-the-font/)
 *  [xavierve](https://wordpress.org/support/users/xavierve/)
 * (@xavierve)
 * [11 years, 6 months ago](https://wordpress.org/support/topic/how-can-a-change-the-font/#post-5745630)
 * so, would you share your experience?
    🙂
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[WP Gallery Custom Links] Caption as no-follow link ?](https://wordpress.org/support/topic/caption-as-no-follow-link/)
 *  [xavierve](https://wordpress.org/support/users/xavierve/)
 * (@xavierve)
 * [11 years, 6 months ago](https://wordpress.org/support/topic/caption-as-no-follow-link/#post-5029355)
 * hi, thanks for your fast and sincere answer.
    I understand that is not for everybody
   feature.
 * Anyway I have an small and nice solution.
 * *** HACK TO SHORTCODE NOFOLLOW ***
    1) EDIT wp-gallery-custom-links.php in plugin’s
   folder ADDING this on row #264
 *     ```
       if( isset( $attr['open_all_in_new_window_no_follow'] ) && strtolower( trim( $attr['open_all_in_new_window_no_follow'] ) ) === 'true' ) {
       				$target = '_blank" rel="nofollow';
       			}
       ```
   
 * 2) SHORTCODE ON WP PAGE/POST EDIT (TEXT VIEW)
    example [gallery ids="23,20,201,199"
   open_all_in_new_window_no_follow="true"]
 * works like a charm
    hope this help somebody
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[WP Gallery Custom Links] Caption as no-follow link ?](https://wordpress.org/support/topic/caption-as-no-follow-link/)
 *  [xavierve](https://wordpress.org/support/users/xavierve/)
 * (@xavierve)
 * [11 years, 6 months ago](https://wordpress.org/support/topic/caption-as-no-follow-link/#post-5029352)
 * a bad solution I found right now is hardcoding
    wp-gallery-custom-links.php in
   plugin’s folder at row #417 says `$output = preg_replace( $needle, 'href="' .
   $custom_link . '"', $output );` changed to `$output = preg_replace( $needle, '
   href="' . $custom_link . '" rel="nofollow"', $output );`
 * but would be great to allow to ADD OR NOT the `rel="nofollow"` through UI or 
   shortcode.
 * thanks again

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

1 [2](https://wordpress.org/support/users/xavierve/replies/page/2/?output_format=md)
[→](https://wordpress.org/support/users/xavierve/replies/page/2/?output_format=md)