Hi. Since the update of Simple Pull Quote to version 1.6 a few days ago, our site now gets the message “Failed to load pluginurl:..content/plugins/simple-pull-quote/tinymce/langs/en.js” when we create a new post.
]]>Started seeing this message in the editor window after an update: “Failed to load pluginurl:..content/plugins/simple-pull-quote/tinymce/langs/en.js”
I checked and found that there was a single js file in the tinymce folder (called editor_plugin.js). I created the langs folder, copied this file into it and renamed it to en.js, and all is well now.
]]>Failed to load plugin url: https://example.com/wp-content/plugins/simple-pull-quote/tinymce/langs/en.js
I am getting this error after installing this plugin with new WordPress version 5.2.2.
please help to solve this.
I am looking to make the font bigger and change to another font family for the pullquote on this page
ALL OF THESE WORK BELOW With the EXCEPTION of Font-size and font-family. I am a wordpress newbie and would love your help! Thank you
body .simplePullQuote {
border-top: 3px #4a8689 solid;
border-bottom: 3px #4a8689 solid; color: #4a8689;font-style: italic;width: 275px; font-size:20px; font-family:”Libre Baskerville”;}
Can you make an option to copy the text into the pull quote instead of actually moving it? There are times the box is not perfectly aligned with the preceding text so moving the sentence into the box breaks the continuity of the reading. I would like to highlight certain parts of the article but I also would like to keep the original text where it is normally located.
]]>I’m trying to increase the width of the pull quote. I’m no expert in css but will give it a go if its easy enough to do.
Thanks, Dave
Hi there,
First of all thanks for this plugin, I find it pretty useful.
Wonder if there exists a filter we can use to override the pullquote HTML markup? For instance, I would like my pullquotes to come out like this:
<div class="pullquote"><div class="pullquote__text">The pull quote text...</div><div>
Is this currently possible with some type of filter?
]]>Since upgrading to WordPress 4.7.3 this plugins breaks WP’s rich text editor (TinyMCE). When examining the problem I noticed the plugin tries to load a resource from a wrong path resulting in a Javascript error. This is the path the plugin is trying to load:
https://mydomain.com/wp-content/plugins/simple-pull-quote/tinymce/langs/en.js?wp-mce-4403-20160901
Disabling the plugin fixes the problem. This problem is not theme related because the bug only surfaces in the back-end of WP.
]]>Hello,
Whenever I pull quote, it has bottom margin 20 px because the quote is considered paragraph <p>. It leaves too much blank space within the quote box. How can I eliminate this margin effectively?
Thanks in advance!
Mateusz
Hello,
Thank you for this great plugin !
The design is very elegant and it’s easy to use.
I’d like to use the bit.ly short link for posting the quote on twitter ?
What should I do ?
Thank you !
]]>The plugin no longer works well as before. You do not see the colors of background and lacks the initial quote. How can I fix? This is the site.
Thanks
]]>This plugin does a good job of displaying the quote, but it’s not supposed to remove the quote from the blog post, though. This isn’t what pullquote means. We just used it for the first time today and had to repeat the sentence in the post that we used for the pull quote because this plugin literally removes the quote to put it into a pullquote. It should keep it where it is AND feature it as a pullquote, as well.
]]>Hi there,
I know you said you’d follow up on this with another user, but I’d love if you could allow for an option to float this either left or right.
I thought I might be able to do it by adding a class parameter (?) to [pullquote] but that didn’t work ??
Or is there another way perhaps?
Thanks in advance
]]>Is it possible to close the quote at the end of the text?
Thanks!
]]>Hi, is there an easy way to add share icons to the pull quote?
I’m using another plugin called “Inline Tweet Sharer” and I managed to add a twitter icon to the pullquote. But I also would like to add a share for a Facebook.
This would be a great add-on for the plugin.
Thanks
]]>Does this plugin create quotes that work well on mobile phones, ie. smartphones? Thanks
]]>When I use this plugin, the code that is inserted is the same as the default wordpress “built in’ code. So instead of getting your animated version of a pull quote, it just does the default one.
]]>I can’t get the font size to change. Have tried different variables, but it always looks the same size….
body .simplePullQuote {
color: gray;
border-top: 4px #621b66 solid;
border-bottom: 4px #621b66 solid;
float:right;
font-size:x-large;
font-weight:bold;
padding: 14px;
}
I think this plugin was forked in 2013 here:
https://github.com/aaroncampbell/pull-quotes
and then that code was probably forked here:
https://github.com/FindingSimple/simple-pull-quotes/commits/master/simple-pull-quotes.php
None of these other plugins are in the WP plugin repository, but they have made a number of improvements that might be worth adopting.
]]>Hey Toby,
Really nice plugin. Is there any chance you could change how CSS file is being loaded, from adding ‘<link …. >’ to wp_head to using wp_enqueue_style?
All that needs to be done is to disable this:
function my_css() {
echo '<link type="text/css" rel="stylesheet" href="' . plugins_url( 'css/simple-pull-quote.css', __FILE__ ) . '" />' . "\n";
}
add_action('wp_head', 'my_css');
with this:
function simple_pull_quotes_css() {
wp_enqueue_style( 'simple-pull-quotes', plugins_url( 'css/simple-pull-quote.css', __FILE__ ) );
}
add_action( 'wp_enqueue_scripts', 'simple_pull_quotes_css' );
Barely anything changes for visitors, but gives theme developers a chance to disable that CSS file.
]]>Hi
I’m having an issue using Simple PullQuote with Plugin Organizer. What I’d like to do is use the global settings in Plugin Organizer to stop Simple PullQuote loading on every page, and then enable it for the specific posts that use pull quotes. But it doesn’t work.
Does this matter? Does Simple PullQuote only load on the pages that use it? Thanks.
Thanks for a useful plugin though.
]]>Please outline the steps for installing Simple Pull Quote into a text widget. I know this is not difficult, but I can’t find the instructions for this anywhere.
]]>When modifying the CSS I can customize some items, but there are some that won’t change, even if I append !important.
First, I tried modifying the simple-pull-quote/css/simple-pull-quote.css file, and it let me modify width, float,and background-color. However, it won’t let me change font-size, font-weight or color, even after append !important to all of them.
I tried at my child theme’s css file, and at the father theme’s css, but to no avail.
This is the code as modified:
.simplePullQuote{
width:90%;
float:center;
background-color:#FFFFFF !important;
font-size:18px !important;
font-weight:bold !important;
color:#818181 !important;
border-top:3px #F16E2D solid;
border-bottom:3px #FFFFFF solid;
background: top left no-repeat url("../images/quote.png");
text-indent:10px;
padding:6px;
margin:10px 0px 10px 10px;
-webkit-box-shadow: 7px 7px 8px #818181;
-moz-box-shadow: 7px 7px 8px #818181;
-moz-box-shadow: 6px 6px 7px 0px #818181 !important;
-webkit-box-shadow: 6px 6px 7px 0px #818181 !important;
box-shadow: 6px 6px 7px 0px #818181 !important;}
]]>
I’ve installed the plugin and the button appears on my post editors tool bar. I highlight text I want to add to the pull quote and it places the tags around that text. When I hit “preview” the text appears unformatted in the post (it looks like all the other text in the post). It doesn’t appear to do anything to the text that’s selected.
Any ideas what might be happening?
]]>The CSS needs the “normal” box-shadow declaration after the two provided for it to work in FF Mac, i.e. something like:
-moz-box-shadow: 6px 6px 7px 0px #818181 !important;
-webkit-box-shadow: 6px 6px 7px 0px #818181 !important;
box-shadow: 6px 6px 7px 0px #818181 !important;
]]>
Loving this plugin – but, I find I can’t override the CSS by simply adding an alternatively styled “simplePullQuote” class in my child theme’s style.css – I have to change the plugin’s css (which would break on every update). Any idea why this is? Thanks.
]]>Is there any way to change the background color and font/color of the pull quote?
]]>Hi Toby
I’m running latest WP and plugin versions, and use Chrome on Win7.
I have recently installed a Javascript error-checking extension to Chrome, and just noticed this error in my WP-Admin –
ReferenceError: edButtons is not defined [https://.../wp-content/plugins/simple-pull-quote/simple-pull-quote.js?ver=3.6.1:1]
It doesn’t seem to be causing any other symptoms or problems though – anything to worry about ? Clash with another plugin ?
]]>WordPress 3.6 support? Safe to update?
]]>