Dozent.IS
Forum Replies Created
-
Forum: Plugins
In reply to: [WP Shortcodes Plugin — Shortcodes Ultimate] YouTube vs YouTube advancedif you wish more options on showing a video use youtube_advanced, like
– loop to play video again and again
– show/prevent video player controls and progress bar
– prevent full screen
– show related videos of your own channel when pausing a video
– individual playlist with a list of video(-IDs)
– and some moreForum: Plugins
In reply to: [WP Shortcodes Plugin — Shortcodes Ultimate] New shorcode [code]i like it!
would like to use sth like [su_code style=”…” theme=”cobalt” numbering=”off” linewrap”on”]Forum: Plugins
In reply to: [WP Shortcodes Plugin — Shortcodes Ultimate] How to increase font size?Just put this into Custom CSS of Shortcodes (Open “Shortcode/Settings” in your backend of WP)
.su-spoiler-title { font-weight: bold; font-size: 18px; }
Forum: Plugins
In reply to: [WP Shortcodes Plugin — Shortcodes Ultimate] Shortcode not workingYou should contact the devs of table ninja.
I’m using the plugin “tablepress” and I do not have such problems thereForum: Plugins
In reply to: [WP Shortcodes Plugin — Shortcodes Ultimate] How to add two box in same lineI’ve used su_note instead of su_box if it’s okay for you
[su_row] [su_column size="1/2" center="no" class="colfix"] [su_note note_color="#00FF00" text_color="#ffffff" radius="0"]Left Box green[/su_note] [/su_column] [su_column size="1/2" center="no" class="colfix"] [su_note note_color="#FF0000" text_color="#ffffff" radius="0"]right Box red[/su_note] [/su_column] [/su_row]
Additional you should paste this CSS-Code into Shortcode/Settings/Custom CSS
This will remove the margin between the two colums.su-row .su-column.colfix { margin: 0 0 0 0%; } .su-column-size-1-2.colfix { width: 50%; }
- This reply was modified 5 years, 10 months ago by Dozent.IS.
Forum: Plugins
In reply to: [WP Shortcodes Plugin — Shortcodes Ultimate] Tabs with content post insideThis should help (su_tabs/su_tab in combination with Shortcode su_posts)
Individually change in su_posts the option id=”1″ to id=”your selected post/page-id”[su_tabs vertical="yes"] [su_tab title="Post Content #1" disabled="no" anchor="" url="" target="blank" class=""] [su_posts template="templates/single-post.php" id="1" ignore_sticky_posts="yes"] [/su_tab] [su_tab title="Post Content #2" disabled="no" anchor="" url="" target="blank" class=""] [su_posts template="templates/single-post.php" id="5"? ignore_sticky_posts="yes"] [/su_tab] [su_tab title="Post Content #3" disabled="no" anchor="" url="" target="blank" class=""] [su_posts template="templates/single-post.php" id="7" ignore_sticky_posts="yes"] [/su_tab] [/su_tabs]
Forum: Plugins
In reply to: [WP Shortcodes Plugin — Shortcodes Ultimate] Position a buttonJust align the text right where the shortcode stands
<p style="text-align: right;">[su_button url="#" style="flat" size="9" radius="0" icon="icon: location-arrow"class=""]Button right[/su_button]</p>
- This reply was modified 5 years, 10 months ago by Dozent.IS.
Forum: Plugins
In reply to: [WP Shortcodes Plugin — Shortcodes Ultimate] Table Size to 50% widthQuick solution.
Just put your table in a centered 50% (1/2) column[su_row] [su_column size="1/2" center="yes" class=""] [su_table] yout table html [/su_table] [/su_column] [/su_row]
You are welcome ?? and thanks for your quick fix and your great support here (since V5.0)!!
I found another or new issue with “Sibling”
STR:
1) Page structure
Page Info
——Subpage A
——Subpage B
——Subpage C [defined as Blog Page !!!]
2) place a widget with su_sibling and you will notice that it doesn’t work on subpage CAppendix (questions)
1) su_video no longer works for almost two years (probably prohibited by browser? flv?)
2) su_youtube: attribute theme – option dark/light theme no effect!
3) su_csv_table: since last year the upload of csv-files is not allowed by default into WP media manager. Could you give permissions by shortcode plugin?