Vova
Forum Replies Created
-
Hi @bragish,
this lightbox is created by a third-party plugin, not by Shortcodes Ultimate. Try to disable any lightbox-related plugins and re-test.
Forum: Plugins
In reply to: [Shortcodes Ultimate - Content Elements] Custom title in all the galleryHi @misstest,
unfortunately, this isn’t possible in the current version of the shortcode.
Forum: Plugins
In reply to: [Shortcodes Ultimate - Content Elements] Change icon color in accordion titleHi @stonytown40,
the following article has a solution:
https://getshortcodes.com/docs/customizing-the-spoiler-shortcode-appearance/
Forum: Plugins
In reply to: [Shortcodes Ultimate - Content Elements] Scroll Bars on Tabbed pagesHi Morris,
I’m not sure the other users will need this.
You can easily create scrollable containers yourself by just wrapping your content with the following markup:
<div style="max-height: 300px; overflow-y: auto;"> ... scrollable content goes here ... </div>See how it works: https://codepen.io/gndev/pen/WNQJgzb
Hello @cafyon,
first, the plugin does not support multi-anchor navigation. You can’t add an anchor inside of the second tab (which is hidden) and navigate to it from anywhere, no matter from the other page or from the same.
The plugin doesn’t watch if an anchor is added to the browser address bar to reveal any tabs/spoilers that have this anchor.
The difference between URLs with the
/and without it is expected behavior because those are two different URLs for your browser.You can only link directly to a spoiler or a tab, but not inside it unless it’s visible after page load.
This isn’t a feature and it won’t be added, because this feature is too complex.
Forum: Plugins
In reply to: [Shortcodes Ultimate - Content Elements] Border of Table insivisibleHi @faessi,
thanks, but I can’t see any tables in your code.
Also, could you post here the URL of your page?
Thank you.
Forum: Plugins
In reply to: [Shortcodes Ultimate - Content Elements] Border of Table insivisibleHi @faessi ,
Please post your shortcode here.
Hello Barbara,
Do you have any additional information? That file doesn’t have any insecure code and I just cannot imagine how it can be “hacked”.
Forum: Plugins
In reply to: [Shortcodes Ultimate - Content Elements] Scroll Bars on Tabbed pagesHi Morris,
unfortunately, there’s no such option.
Forum: Plugins
In reply to: [Shortcodes Ultimate - Content Elements] Fatal error in one post with GalleryHi @thesupercargo,
will be fixed in the closest update, in a week or less.
Forum: Plugins
In reply to: [Shortcodes Ultimate - Content Elements] Make Image Carousel biggerHi @acs609,
there’s no height/width parameter. First, you should remove unnecessary blocks from your page. They are making the carousel smaller. Then, try changing the crop factor, like so:
[su_image_carousel crop="3:4"]Do you plan to add these same options to the gallery?
Yes, I will add a new shortcode similar to the Image Carousel that will have all the options you (and me) like about it. This task requires a lot of time, so I don’t know when it will be done.
Forum: Plugins
In reply to: [Shortcodes Ultimate - Content Elements] Image Carousel – Load Random Image?Hi @tjdyo,
this will be possible after the closest update, in a week or less.
You’ll need to do add a custom CSS class to your shortcode and add the following snippet to the
functions.phpfile:add_filter( 'su/get_gallery_slides_query', function( $query, $source, $atts ) { if ( ! isset( $atts['class'] ) || strpos( $atts['class'], 'random-image' ) === false ) { return $query; } $query['ignore_sticky_posts'] = true; $query['orderby'] = 'rand'; return $query; }, 10, 3 );And this is the example of what CSS class you should add:
[su_image_carousel class="random-image"]You can donate by purchasing any of the premium add-ons here.
Hi @emirandah,
first, try adding
adaptive="no"to your carousels. This will disable collapsing on mobile devices. Example:[su_image_carousel adaptive="no" ...other options...][su_custom_gallery]can display captions. It can display captions all the time OR on mouse hover.[su_custom_gallery title="always"] [su_custom_gallery title="hover"] [su_custom_gallery title="never"]The thing is that the gallery is using text for captions not from the Caption field, but from the Title:
Forum: Plugins
In reply to: [NSFW] [Shortcodes Ultimate - Content Elements] Подозрение на уязвимостьЗдравствуйте.
Не совсем понимаю в чем заключается уязвимость. Боты ходят по всем сайтам, в этом их прямое назначение.