/assets/css/smpl-shortcodes.css
wp-content/plugins/smpl-shortcodes/assets/sass/smpl-shortcodes.scss line: 455
I don’t know if this plugin is being developed any more however if it is, dev should not be invading user space CSS.
ul.tabs class name it’s too generic, if using bootstrap 4 tabs it totally breaks them, you should rename it to some smpl-tabs or whatever, I had to fork this and made custom changes for it.
Wish is still being developed, if not I may want to fork it and put it on github as well, that way devs will be able to do PRs.
]]>Hello,
When I hover over images on carousel they disappear/go blank. Is there a way to fix this? Please advise.
Thanks for your help!
]]>I posted this message to the wrong plugin forum. Sorry for that!
]]>If I go to Components > Buttons to add a button to a page, is there any way to center that button within its section? Even if I align the shortcode text center and/or add a text-align:center CSS style to the paragraph around the button shortcode, the button on the page aligns left within that particular element.
I would like for the Simple Shortcodes button to be able to be centered within a particular element (column, paragraph, div, etc). How can I do that?
]]>shortcode to specify the width of 50px but the page displays a thumbnail 150px – the value for a blog thumbnails set in the settings – media
]]>Hi, I noticed a problem on my website https://www.blissfulyogini.com/how-to-nail-your-nauli/
Where we recently went full HTTPS and youtube videos were not being displayed.
I figured out that the shortcode was generating youtube links with HTTP not HTTPS
I have already updated my plugin on my website, but would you consider defaulting youtube links to HTTPS rather than HTTP so that they will display on all websites?
Thank you!
]]>Activating this plugin causes the editor to not enable. It’s just a non-clickable white box. I’ve deactivated all plugins, switched themes, re-enabled this plugin only, checked permissions, re-upped the core files. Any ideas would be appreciated. Thanks in advance.
]]>Hello,
I’m using Synapse 3.1.7 & smpl-shortcodes on the latest WordPress and I run several sites with 100% SSL/TLS. Unfortunately, I’m seeing some links generated by the theme that are http only. This causes an error on the site for Firefox and other browsers as it list the site as having “insecure” content. My entire site is SSL/TLS and it is set globally in General settings.
Example is:
https://www.example.com.com/wp-content/plugins/smpl-shortcodes/assets/images/underlay.png
Any ideas on this?
]]>I get this error when i use button with no a http but tel: link
Was work good, but right now stop working why?
]]>I noticed the shortcode [works] when used is blocking jetpacks sharing icons from showing. Is anyone else experiencing this issue?
]]>I would like to be able to use multiple paragraphs in toggled sections, but thus far it looks like the toggle shortcode strips out the paragraph formatting and makes all text in line. I’ve tried adjusting margin/padding via CSS but with no luck.
Is there any way I could successfully use multiple paragraphs of text within one toggle?
]]>Hello,
FYI, your plugin is responsible for the following issue on StackOverflow:
https://stackoverflow.com/questions/32771586/wordpress-shortcode-auto-p-issue/32779616
Thank you,
Michael
Hi,
at first, thank you for great plugin.
It is possible to add columns shortcode which will be displayed under Insert Shortcode -> Columns?
Thanks
]]>Hi all,
When moving this plugin from a windows wamp development setup to a full production linux server there was an issue with the visual editor not loading.
FIX: I resolved this issue by replacing the wp-load.php loading code at the top of these 2 files.
REPLACE
// Setup path to WordPres
$absolute_path = __FILE__;
$path_to_wp = explode( 'wp-content', $absolute_path );
$wp_url = $path_to_wp[0];
// Access WordPress
require_once( $wp_url.'wp-load.php' );
WITH THIS CODE
// Setup path to WordPress and Access WordPress
$parse_uri = explode( 'wp-content', $_SERVER['SCRIPT_FILENAME'] );
require_once( $parse_uri[0] . 'wp-load.php' );
]]>
Hi,
I’m using simple shortcodes together with the Fashionista theme. I don’t seem to be able to have a H code with an link in it.
With this code, I only get “sample heading”
[symple_heading style=”line none” title=”Beeld: Elica Afzuigkap Seashell, https://www.elica.com” type=”h5″ font_size=”8px” text_align=”left” margin_top=”-10″ margin_bottom=”0″ color=”undefined” icon_left=”” icon_right=””]
HOw can I add a link to a Header?
Kindest regards,
monique
Hello,
[latest cols=”4″ type=”post” num=”10″ thumbs=”true” excerpt=”false” length=”55″ date=”false” cat=”3″ orderby=”date” order=”DESC” offset=”0″]
setting next page. I want to display 20 products, 10 per page.
How do?
]]>On a product page, +/- buttons next to cart were improperly shown due to a code in this plugin:
button, input[type=”submit”], input[type=”reset”], input[type=”button”], .button a, .button.medium a {
padding: 0.5em 1em !important;
font-size: 1em !important;
line-height: 1em !important;
margin-bottom: 0px !important;
In smpl-shortcodes.css:1. The main culprit is padding 1em, when I delete 1, +/- buttons go back to normal. Of course disabling this plugin gets rid of the issue as well.
Since this plugin is no longer updated although other plugins evolve strongly, I prefer to disable it.
]]>If I activate your plugin it breaks the tiled galleries generated by https://www.takebarcelona/tessapowerpack/ which is kinda a fork of Slim Jetpack which in turn is Jetpack without WP.com
So I’m wondering why apparently https://pacura.ru/wp-content/plugins/smpl-shortcodes/assets/css/smpl-shortcodes.css breaks the tiled galleries. Besides why is this css file loaded on all pages even if no shortcodes are used on them?
Thanks for looking into this ??
]]>The button does not show up anymore in the editor of WordPress 4.0, so it unusable now, how to fix? Thanks! Love this plugin!
]]>The Simple Shortcode remove all <p> tags from my posts. Disable plugin resolve it.
]]>Receiving the following errors after activating:
Strict Standards: Redefining already defined constructor for class MB_SimpleShortcodes in \wp-content\plugins\simple-shortcodes\simple_shortcodes.php on line 77
Notice: has_cap was called with an argument that is deprecated since version 2.0! Usage of user levels by plugins and themes is deprecated. Use roles and capabilities instead. in \wp-includes\functions.php on line 3318
The plugin generated 891 characters of unexpected output during activation. If you notice “headers already sent” messages, problems with syndication feeds or other issues, try deactivating or removing this plugin.
I don’t know who’s bad but as I’ve installed this plugin my other plugin (wp-instagram-bank) went wrong. Probably there could be problem with commas and quotes sign. If I deactivate this plugin the other one works again… Could you solve this somehow? Thank you
]]>Hi,
Love this idea and it looks great and is super easy to insert but I’m having trouble adding a callout from the components menu.
When I select that it be aligned right the rest of the text of the page doesn’t wrap around it–there is a blank gap to the left.
Suggestions on the easiest way to fix this would be greatly appreciated.
Regards,
Brian
I’ve installed the plugin with skeleton theme. When I activate the plugin, my youtube videos using jetpack shortcodes get turned into rickroll videos. If I deactivate the simple shortcodes plugin, my videos return.
]]>Quit this plugin enabled, the ads show the Google AdSense code.
Disabled the plugin, the ads are showing correctly.
When attempting to install this plugin on a windows server it causes an internal server error.
Any ideas why and how I can fix?
]]>Hi,
the smpl-shortcodes.css seems to overrride the “normal” css file that I use for my child-theme. I can make changes to the first one but with any new plugin update I have to correct it again. Am I missing something or how can I make this more “easy”?
thanx in advance
]]>Firstly really useful plugin! I mostly use it for adding columns and other interactive components from the editor and usually works great…
…but, discovered today that your [two_fifths]
(and [two_fifth]
also) shortcode doesn’t map to the css. Regardless of the option it always translates it to:
<div class="two_fifths">
but in your css you only have:
.two_fifth {
width:37.6%
}
]]>
Is there a way to left a toogle initially open?
Thanks!
]]>