Do we have the possibility to add a js file using “wp_enqueue_script” only if a custom shortcode is added on the page? I use the pro version and I have created a custom shortcode.
]]>Hi
Could you create a shortcode attribute for ‘su_qrcode’ that can sanitize the URL in the data attribute?
This shortcode:
[su_qrcode data=”https://feedback.hiberniacollege.com/survey/live-event?eventid=%5Bid%5D&source=qr” size=”200″ align=”center” background=”#ffffff”]
Renders on a smartphone like this:
‘https://feedback.hiberniacollege.com/survey/live-event?eventid=222&source=qr‘
Note the ‘amp;’ instead of &.
I am rendering the shortcode using Formidable Forms.
Thanks
John
]]>Hello, I love your plugin and I am using it for years.
Now I face the problem, that the custom CSS does not work: it does not change the text size of the title of a spolier, no matter which parameter (pt, em, px and size) I am changing, it stays stubbornly stable and small in the same size.
I am not a coder. ??
.su-spoiler.my-custom-spoiler > .su-spoiler-title {
/* Text Size */
font-size: 48px;
}
This is the code you offered in the plugin. I put it into the custom css settings of the plugin and “played” with the parameters. With no effect, unfortunately.
Even adding the
!important
to it did not change anything.
Is there anything wrong with it?
(I certainly cleared the browser cache and the website cache each time I changed something)
Thanks for a hint what is to change.
Best wishes
Hi there… Is it possible to combine the box and columns shortcodes? I want to place an image ad in the left column and text in the right column.
Thanks!
]]>At https://New-Energy-Declaration.net, right below “Founding Signatories,” I used the su_slider shortcode to place a slider with 9 photo images that was working for many years until recently. Now, the slides no longer auto-animate and, worse, clicking the arrow keys won’t change the slide! It remains stuck only on the 1st slide.
The shortcode I was always using for this, still on the page above, is –
[su_slider source=”media: 717,769,714,821,713,719,725,770,716″ limit=”13″ width=”650″ height=”200″ link=”custom” title=”no” pagination=”no” responsive=”no” centered=”no”]
This site runs an older version of WordPress, to maintain compatibility with a petitions plugin no longer updated. Recently, I upgraded Shortcodes Ultimate to the latest version. Checking, I saw that the slider is no longer working, though possible some other update caused the problem.
For testing purposes, I just created this page – https://new-energy-declaration.net/alt-front/ – where I implemented this new “Images Carousel” shortcode, which I understand should be used with the current version of Shortcodes Ultimate –
[su_image_carousel source=”media: 717,769,714,821,713,719,725,770,716″ limit=”20″ slides_style=”default” controls_style=”dark” crop=”none” columns=”1″ adaptive=”yes” spacing=”no” align=”center” max_width=”none” captions=”no” arrows=”yes” dots=”yes” link=”none” target=”blank” autoplay=”3″ speed=”medium” image_size=”full” outline=”yes” random=”no”]
Unfortunately, something about the shortcode above causes the page not to render at all!
Any idea how I can get images carousel working again? I’m willing to “go Pro” if needed to get the slider to work but, from the docs, looks like image carousels also work in the free version.
]]>Hi,
I’ve been using Shortcodes Ultimate for many many years on so many different websites. Just wanted to thank you for being consistently amazing with a free little plugin that does so much, and so well.
Now my question:
I’d like to use custom icons in buttons and am wondering if it’s possible to do this using SU — like I would do to customize a woocommerce page (for example) – copying the php file over into a new folder within the theme directory (so that when it comes time to update the plugin, the icon or custom page doesn’t disappear).
Except in this case I would port over the icons to my theme folder and then replace the ones or add new ones?
Please advise, thank you!
Beatty
]]>Hi, how can I add <h1> to the title of su_spoiler? Thanks!
]]>Hi, I am using the su_box shortcode, but would like to set specific boxes to have their width less than it currently is, which is the full width.
I’ve experimented with the additional css, but things like width: 50% aren’t working. Any suggestions would be appreciated, thank you.
]]>Hello everyone
This is my first time using Ultimate Shortcode, and maybe I’m just making a small mistake.
[su_video url=”https://mecker-ecke.com/wp-content/uploads/public/SKODA-abklatschen.mp4″ poster=”https://mecker-ecke.com/wp-content/uploads/2024/06/ANTIFA-NeinDanke.jpg” title=”SKODA Abklatschen” width=”400″ height=”400″]
All links are accessible!
Thanks for support, Klaus Wilde
]]>Good morning, I’m using the SPOILER function.
I found the documentation here:
https://getshortcodes.com/docs/accordion/
The “fancy” style works, but others don’t. From Wood on down he always performs the same style.
Then, another thing, I wanted to know how I can enlarge the FONT of the writing.
Thank you
]]>Dear Shortcodes Ultimate Team,
I’m writing to inquire about the renewal process for the Shortcodes Ultimate multi-site license.
I’m considering purchasing a license to create QR codes for multiple websites. While reviewing the pricing details, I noticed the following breakdown:
My question is: after the first year, will the renewal cost be the full annual price of $390.00, or will the multi-site license discount continue to apply?
I appreciate your clarification on this matter to ensure my understanding of the pricing structure.
Thank you for your time and assistance.
]]>I’d like to style the Heading shortcode with a different font, control its size, and select background color and font color.
I also would like to display one (1) image as a hero picture on my homepage, which would link back to the homepage when clicked.
Are these functions available in the Premium version? I could not find that information.
Thanks!
]]>It’s so easy to create a Button, thank you. Now I need to increase the size of the word “SUBSCRIBE” but can’t figure out where to do it. Appreciate your help!
]]>Hi,
I’m trying to a get a lightbox shortcode working with a the below string in my functions.php file:
add_filter( 'woocommerce_attribute_label', 'custom_attribute_label', 10, 3 );
function custom_attribute_label( $label, $name, $product ) {
$taxonomy = 'pa_'.$name;
if( $taxonomy == 'pa_size' )
$label .= '<div class="custom-label">' . __('MY TEXT', 'woocommerce') . '</div>';
return $label;
}
The idea being that next to the ‘MY TEXT’ it would say ‘MORE INFO’ and if you click on that that lightbox would pop up with a sizing diagram.
I can see on the SU docs, that shortcodes can be used in template files here: https://getshortcodes.com/docs/using-shortcodes-in-template-files/
Would it be something like this (using the example lightbox shortcode from the site?
$content = ‘Click here to open lightbox with an image’;
$my_shortcode = ‘[su_lightbox type=”image” src=”https://placekitten.com/720/480″%5D’ . $content . ‘[/su_lightbox]’;
echo do_shortcode( $my_shortcode );
And if so, but where do I need to add that into the code string to allow the lightbox shortcode to work?
TIA
Nick
]]>How can i show postings in 2 columns on my frontpage. In other words…. i write postings and show them on my fronpage. But i want to show the latest 6 postings devided in 2 columns…..
Thanks for any help!!
]]>I have a new website I’m working on which is on maintenance mode but I can provide the link to the theme I’m using if that will help. My theme uses a fixed header background. I’m trying to find out if there’s a way to stop the page from jumping up when opening the text within the spoiler shortcode? I wonder if my site visitors will be confused of what happened to the text when opening the spoiler text because the page seems to go up and the text isn’t immediately onscreen. In order to see the text, you have to scroll down. I use the spoiler shortcode on another site and it doesn’t do that so I’m realizing it must be my theme and the fact it has a fixed header background. What are my options on changing the way the text opens? Is there a way to expand onscreen instead of disappearing downward and forcing me to scroll down to view the spoiler text? I tried to include the accordion shortcode to wrap multiple spoilers to see if that will help but it doesn’t.
]]>Hello.
Is the shortcode for Blurred text/images availiable ?
]]>My main site still has Version 5.13.2
I created 2 test sites with a mirror of my main site and upgraded to Version 7.1.6
Now there is an excessive whitespace gap beneath all of my image carousels throughout my website.
The problem is:
<div class="flickity-viewport" style="height: 823.115px; touch-action: pan-y;"><div class="flickity-slider" style="left: 0px; transform: translateX(0%);">
(Flickity isn’t present in the old version (‘main site’) that is still working, and adjusting the flickity-viewport height in the ‘browser > inspect’ fixes it (temporarily for me only) in the new test sites (with the updated version), but I don’t know what to put where to override this style permanently, or know if it’s a “flickity” or “shortcodes ultimate” bug)
To replicate:
Shortcodes Ultimate > Image carousel
Images Source > Media Library > 1 or more images
Link to Lightbox
(In case it’s somehow relevant, the other settings I generally use but it varies across the site: Style = Photo, Controls = Dark, Crop = Do not crop, Columns = 1 or 2, Adaptive = Yes, Spacing = Yes, Alignment = Center, Max Width = none, Captions = no, Arrows = Yes, Dots = Yes, Link to = Lightbox, Links Target = New, Autoplay = 0, Speed = Fast, Images Size = Original, Outline = Yes, Random order = No)
All images on my main site (5.13.2) are fine, but all images on my 2 test sites (7.1.6) have this extra extra excessive whitespace beneath every image carousel (and I’ve used this everywhere throughout my site to make use of the lightbox feature).
Does someone have a solution? Perhaps a css-override to that height? (note: I don’t know how). It seems many people may not of used this for single images like I have, and therefore it hasn’t been picked up until now?
]]>Hi, I found that the short codes from SyntaxHighlighter Evolved is not workable between shortcodes from Shortcodes Ultimate,
[su_spoiler title="EXAMPLE TITLE" style="fancy" icon="arrow" open="yes"]
[shell]
EXAMPLE SHELL CODE
[/shell]
[/su_spoiler]
]]>
7.1.3 adds
</p> <p>
around su_box titles that have other html in them, and doesn’t render the HTML tags purposely placed in the title tag either.
7.1.4 and later versions do not fix the issue.
I’ve come across an issue when using the plugin AutomaticCSS in Bricks Builder: if Shortcodes Ultimate is active, there’s a display glitch in the auto BEM feature of ACSS. Would it be possible to configure the plugin not to run in the Bricks admin area?
]]>Hi Team
When using this plugin, I’m seeing images load first, and then it goes into carousel element.
This will lead to a CLS issue on my prod site. Could you suggest how can I overcome this issue, so that the carousel loads with height that doesn’t get changed after full page load.
Sample video: https://www.transfernow.net/dl/20240505UhbrdWny
]]>Hi Team
Thanks for this awesome plugin!
I’m trying to use Image caousel, and have tried going through the entire documentation on your website.
I’m trying to show 1 full element and half of other image, so users know that they have to swipe/slide. Could you suggest which setting can help achieve this? So some minor code change that can achieve this?
Current: https://ibb.co/smpJ39Q
Expected: https://ibb.co/hH37064
]]>Hello,
The “Add shortcode” tab (above the toolbar) is not displayed for users with the “Editor” role.
How do I display this tab for all users?
]]>Hi,
I would like all post images on my blog’s home page, embedded with the shortcode [su_post…] to be resized to the same size.
Is there a way to do it?
]]>Just a FYI, so that this can be fixed in next release:
[23-Apr-2024 04:51:35 UTC] PHP Deprecated: Creation of dynamic property Shortcodes_Ultimate_Extra_Settings::$license_key_api_url is deprecated in /…/wp-content/plugins/shortcodes-ultimate-extra/admin/class-shortcodes-ultimate-extra-settings.php on line 108
]]>The latest update changed the appearance of the tabs. I have always had the HTML code <strong> to bold a portion of the Title in the Tabs. After the new update now the HTML Tags appear instead of the bolded font. Please advise.
]]>Quote shortcode shows <span class=”su-quote-cite”>…</span> around the citation on the published page.
This looks like a plugin bug, as even the Shortcodes Ultimate example on their page, https://getshortcodes.com/docs/quote/, shows this problem.
]]>Здравствуйте! Это окно, похоже, нельзя перевести, на translate.www.ads-software.com нет нужных строк.
]]>We are getting the following errors when we sign in to our admin area. We do not get these errors all the time, just occasionally. It seems to be pointing to an issue with Shortcodes. Any suggestions?
Warning: Undefined property: stdClass::$slug in /home/fog123/public_html/wp-content/plugins/shortcodes-ultimate/freemius/includes/class-fs-garbage-collector.php on line 65
Warning: Undefined property: stdClass::$slug in /home/fog123/public_html/wp-content/plugins/shortcodes-ultimate/freemius/includes/class-fs-garbage-collector.php on line 65
Warning: Undefined property: stdClass::$slug in /home/fog123/public_html/wp-content/plugins/shortcodes-ultimate/freemius/includes/class-fs-garbage-collector.php on line 65
Warning: Cannot modify header information – headers already sent by (output started at /home/fog123/public_html/wp-content/plugins/shortcodes-ultimate/freemius/includes/class-fs-garbage-collector.php:65) in /home/fog123/public_html/wp-admin/includes/misc.php on line 1439
Warning: Cannot modify header information – headers already sent by (output started at /home/fog123/public_html/wp-content/plugins/shortcodes-ultimate/freemius/includes/class-fs-garbage-collector.php:65) in /home/fog123/public_html/wp-includes/functions.php on line 7096
Warning: Cannot modify header information – headers already sent by (output started at /home/fog123/public_html/wp-content/plugins/shortcodes-ultimate/freemius/includes/class-fs-garbage-collector.php:65) in /home/fog123/public_html/wp-admin/admin-header.php on line 9
]]>