kuasha42
Forum Replies Created
-
Heey nevermind. Changing line 361 to not check for <!–nextpage–>’s existence did it for me.
if ( in_array( $the_post->post_type, $this->post_types ) && ! (bool) get_post_meta( $the_post->ID, $this->meta_key_disable_autopaging, true ) ) {
At least for my use case where only first couple of pages need to be broken up. A word count mismatch of ~50 won’t be a deal breaker for me. ??
Thanks for creating awesome plugin and documenting the code like a boss!
Forum: Plugins
In reply to: Widget Logic Conditional for bbPressI’m also fighting for it and found it.
https://premium.wpmudev.org/forums/topic/bbpress-202-conditional-tags-for-widget-logic-sidebars-and-marketpress
I’m going to test it now.It worked before but not anymore after 3.4 i think. i know pretty much about configuration and sure i didn’t do any mistake. problem is same/
sorry mistakenly commented ??
Please Provide your site URL.
any idea how to implement an smiley button :O?
Write a plugin for jWYSIWYG. ??
https://github.com/akzhan/jwysiwygIt seems the problem is with WYSIWYG. It can be fixed. I have to manage some time in order to fix it.
I’ll try to fix it in the next release. This problem is within “comment-reply.js” of WordPress Includes I think.
My ETA was wrong! I’ve sent an update… ??
Waiting for update
I’m working on this. ??
Today I’ve added support for buddypress group forum posts & replies + buddypress messege. Is there any other area left in BuddyPress?? I don’t know much of buddypress ??
It’s time fr bbPress now!
The ETA of next release is around 2 days.
Thank you fr your support guys.
There is no class or id for text inside iframe. only <p> taq. I think forum-wp4.css of your site has a rule like this :
p {font-size:12px}
Thats causing the problem. As this plugin loads after everything, it eill get styles from every loaded stylesheets.
By the way, it will be useful to provide URL. and 12px isn’t so big!
?? I can give full access to test installation if needed…
Thanks for your kind word. I’ll let you know if I need. ??
Can you provide us with non-optimized JS and CSS files?
If you need I’ll provide them. ??
Thank you.
Os shit! I forgot to enable images. ?? It’ll be available in next release. until then use the following method.
1. Open wp-includes/kses.php2. Locate the following line:
$allowedtags = array (‘a’ => array (‘href’ => array (), ‘title’ => array ()), ‘abbr’ => array (‘title’ => array ()), ‘acronym’ => array (‘title’ => array ()), ‘b’ => array (), ‘blockquote’ => array (‘cite’ => array ()),
3. Change that line to read like so:
$allowedtags = array (‘a’ => array (‘href’ => array (), ‘title’ => array ()), ‘abbr’ => array (‘title’ => array ()), ‘acronym’ => array (‘title’ => array ()), ‘b’ => array (), ‘blockquote’ => array (‘cite’ => array ()), ‘img’ => array (‘alt’ => array (), ‘align’ => array (), ‘border’ => array (), ‘height’ => array (), ‘hspace’ => array (), ‘longdesc’ => array (), ‘vspace’ => array (), ‘src’ => array ()),
4. Save the changed file, and upload.
Hope it will work.
your otherr question isn’t clear. please be a bit more descriptive!
You are using too much plugin… I think any other plugin is making conflict with RTEFC. Because I’m using this plugin with Contact form 7. Please be patient because it might take a bit time.
You have to at least keep a single symbol in input field or else it will not work in any way.
I couldn’t think that it would be useful to you guys, as I’d for my own site & then suddenly decided to release it as a plugin.
If you want some feature, I will try to make ti available in the next release.
Thank you for your request.
But problem is I’ve no bbpress or buddypress site. It seems I need to make them first ??