Vova
Forum Replies Created
-
Hi @fastfreedriver,
I’m sorry if the documentation isn’t clear, I plan to rework that article in the closest future.
With the Image Carousel shortcode, you can query posts and display their featured images as a sliding gallery. Below is a description of possible values for the
sourceattribute:posts: recent→ will display featured images attached to the recent posts
posts: 1, 2, 3→ will display featured images of posts with IDs 1, 2, and 3
taxonomy: category/1→ will display featured images of posts from the category 1
media: recent→ will display recent media fiels (from the Media Library)
media: 1, 2, 3→ will display attachments (media files) with IDs 1, 2, and 3Forum: Plugins
In reply to: [Shortcodes Ultimate - Content Elements] Button shortcode URLHello Antal,
this is how browsers work. If you’re using an URL like
/example, the browser will display it assiteA.com/exampleonsiteA.comand assiteB.com/exampleonsiteB.com. Just use absolute URLs, like so:https://siteA.com/example.The Button shortcode only displays a styled link (the
<a>tag) and it does nothing with your URL.Hi @catsfoto1se,
unfortunately, there’s no support for
auto/%values and it will never be added. I’m working on a new version of the shortcode, it will have much more settings, including the number of columns.Forum: Plugins
In reply to: [Shortcodes Ultimate - Content Elements] su_slider image dimensionsHi @anchises,
sorry for the late reply. Use Image Carousel shortcode instead of Slider, it doesn’t have this issue.
Forum: Plugins
In reply to: [NSFW] [Shortcodes Ultimate - Content Elements] Posts: invalid template nameToo bad that the change of the template path was not noted in the changelogs, I had to search for a while. – But otherwise it’s a cool plugin.
My bad…
Forum: Plugins
In reply to: [NSFW] [Shortcodes Ultimate - Content Elements] Posts: invalid template nameHi @2zi0 and @ethiopia02,
you should never edit templates within the plugin folder since all your changes will be lost after the plugin update, just like this time. Please read the detailed guide on how to do that properly:
there’s a critical JS error on your page. Please eliminate it to make the lightbox to work.
Forum: Plugins
In reply to: [Shortcodes Ultimate - Content Elements] Undefined variable: top_linkHi Ian and @hastibe,
the issue is already fixed. I will release the updated version soon (about a week, maybe a bit later).
Forum: Plugins
In reply to: [Shortcodes Ultimate - Content Elements] Font-Size buttonHi Dirk,
you can increase the whole button size, including text, using the
sizeoption, like so:[su_button size="6"]Button text[/su_button]Unfortunately, there’s no way to change only text size.
Forum: Plugins
In reply to: [Shortcodes Ultimate - Content Elements] sue-testimonial-textHi @t0m4u,
you can alter the background color using a custom CSS class. Add a CSS class to the messages you want to change, like so:
[su_testimonial] White BG [/su_testimonial] [su_testimonial class="alt"] Alternative BG [/su_testimonial]Then, navigate to Dashboard → Shortcodes → Settings and paste the following snippet into the Custom CSS code field:
.sue-testimonial.alt .sue-testimonial-text { background-color: #fdfdeb; } .sue-testimonial-bordered.alt .sue-testimonial-text:after { border-color: #fdfdeb transparent transparent; }This is what you should get:

Hi @clickingclients,
image_carouselmay use different values depending on how you querying posts/images. Could you post here your shortcode? Also, it would be great if you could add some information like a screenshot of the image editing screen and on what you expect to be displayed.Thank you.
Forum: Plugins
In reply to: [Shortcodes Ultimate - Content Elements] “Dangerous” PHP functionsHi Richard,
this file is used to execute shortcode code. Those functions are used intentionally and that’s why they are safe in this case. Do not worry about it.
Hi @mailstevebyrne,
please try to disable all plugins, except Shortcodes Ultimate and switch theme to any default (Twenty Seventeen etc.).
I tried to reproduce the issue, but symbols are displayed:


Forum: Plugins
In reply to: [Shortcodes Ultimate - Content Elements] Change H2 of postsHello @alienigenas,
unfortunately, this isn’t possible in the current version of the shortcode. I’m working on a new version and it will have this feature.
Hi @geraldmenzel,
use
scroll_offsetoption, like so:[su_spoiler scroll_offset="100"] ... [/su_spoiler]