hahvensa
Forum Replies Created
-
Forum: Plugins
In reply to: [Social Slider Feed] No images found! Try some other hashtag or usernameSame problem. Hashtag stopped working, username works.
Counter suddenly started working and api is now found, so if it was you, big thanks for a quick fix!
Forum: Plugins
In reply to: [BulletProof Security] BPS Blocking cron and wget –spiderHaha, I’m sorry. There was nothing on my security logs anymore, but the problem was I had mistakenly updated my secure.htaccess in BPS htaccess editor and not the current root folder htaccess so removing HEAD and wget from htaccess seemed to help when editing the right htaccess ?? Thanks anyway!
If anyone has the same issue I removed HEAD| from # REQUEST METHODS FILTERED and wget| from # BEGIN BPSQSE BPS QUERY STRING EXPLOITS RewriteConditions.
Thank you!
Hello, I’ve been having same kind of problem after updating the plugin. Never had this before and I’ve been using Black Studio TinyMCE on various sites for a long time because this plugin is great.
So the problem:
I write text on the editor without having “Automatically insert paragraphs” on. I create line breaks (Shift + Enter) and everything is fine even though I switch between Visual/HTML but after I hit Save, visit some other page and then come back, the widget renders line breaks to paragraphs. This does not happen on public site but if I go to edit widget again I have to remove all the extra paragraphs. This is very confusing and creates extra work.After latest update, collapsing of all the line breaks hasn’t happened anymore but there are now extra paragraphs even though automatically inserting paragraphs is off.
This does not happen on normal editor. I have WP 4 and theme called Responsive 1.9.7.4 (by CyberChimps) I’ve tried to disable all other plugins. Didn’t help. But thanks for all the hard work and great plugin!
I can try TinyMCE if it helps.
Forum: Plugins
In reply to: [SS Downloads] Can't see the form at allIt was the firewall that caused cURL timeout, if anyone has this problem.
Forum: Fixing WordPress
In reply to: Very Slow Admin After Update to 3.8.1I did the re-install too, it helped ?? I think i’m going to disable the auto update since it’s not working very well. Thanks for help!
Forum: Fixing WordPress
In reply to: Very Slow Admin After Update to 3.8.1me too! I’ve tried plugins and themes too and contacted my host but no effect.
Forum: Plugins
In reply to: [WP Vegas] Random slide on page load?It’s ok, I was just wondering that maybe there’s something like slide:random that I don’t know about ?? I solved the problem by doing few separate slideshows with different order so I can rotate them and get a different image.
Forum: Plugins
In reply to: [Responsive Lightbox & Gallery] Lightbox not workingFound out what the problem is!
It was a jQuery conflict with my theme. I have enqueued scripts like
wp_enqueue_script( 'modernizr', $template_directory_uri . '/core/js/responsive.js', array( 'jquery' ), '2.6.1', false );
so when I take jquery off, lightbox starts workingI updated my theme and works fine ??
Forum: Plugins
In reply to: [Responsive Lightbox & Gallery] Lightbox not workingprobably a jquery conflict, I can’t seem to get any ohter lightbox work either but I’m not sure is it WP 3.6.1 or something else?
Forum: Plugins
In reply to: [Responsive Lightbox & Gallery] Lightbox not workingI have the same problem, my site uses jquery 1.10.2 and no pretty photo in my theme’s scripts. I have wordpress 3.6.1. It was fine before.
Forum: Plugins
In reply to: [Better WordPress Recent Comments] Number of recent comments shown incorrectI’m having the same problem. General setup comments number has no impact and widget doesn’t allow me to use instances.
Forum: Plugins
In reply to: [Achievements for WordPress] User Achievements Index Not DisplayingHi,
I’m trying to bring the members achievements to profile.php page like Mike, i guess ??Paul: Do you mean to copy the template.php or content-author-achievement.php? And then add the author parameter? I’m doing like this in my profile.php but not manage to get it work.
<?php do_action( 'dpa_template_before_author_achievements' ); ?> <?php if ( dpa_has_progress(array("author"=>’ . $bp->displayed_user->id)) && ! empty( achievements()->achievement_query->posts ) ) : ?> <?php dpa_get_template_part( 'pagination-author-achievements' ); ?> <?php dpa_get_template_part( 'loop-achievements' ); ?> <?php dpa_get_template_part( 'dpa_single_user_achievements' ); ?> <?php else : ?> <?php dpa_get_template_part( 'feedback-no-achievements' ); ?> <?php endif; ?> <?php do_action( 'dpa_template_after_author_achievements' ); ?>
Mike: How did you manage to bring in the defaults? Am I suppose to do it here in profile.php? I’m not sure how to use your code.
Thanks for any help!
Thanks, I’ve seen that tutorial ?? I think changing the WPLANG will help in this case.