palmaross
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Can’t copy a block in ChromeYes, the problem is in the Malwarebytes plugin! I also faced this problem and after disabling the Malwarebytes plugin the issue was fixed!
- This reply was modified 2 years, 3 months ago by palmaross.
Forum: Plugins
In reply to: [GlotPress] Can’t acess pluginYes. Interesting. Before I tried 10 or 15 times without success. And just now it finally worked. Magia!
Forum: Plugins
In reply to: [mqTranslate] Detect the language of the browserCurrently I fixed this bug for myself this way:
in the file mqtranslate_core.php line 99:
if ($ q_config ['detect_browser_language'] && $ q_config ['url_info'] ['redirect'] &&! isset ($ _COOKIE ['qtrans_cookie_test']) && $ q_config ['url_info'] ['language'] == $ q_config ['default_language']) {
I removed
&&! isset ($ _COOKIE ['qtrans_cookie_test'])
:if ($ q_config ['detect_browser_language'] && $ q_config ['url_info'] ['redirect'] && $ q_config ['url_info'] ['language'] == $ q_config ['default_language']) {
Checkbox “Hide URL language information for default language” in this case must be checked.
Now everything works fine (tested thoroughly, no pitfalls detected), but I still have doubts about
!isset ($ _COOKIE ['qtrans_cookie_test'])
– if it has importance for something?Forum: Plugins
In reply to: [mqTranslate] mqTranslate and WordPress 3.9mqTranslate 2.6.2.1 doesn’t fix problem with visual editor
Forum: Plugins
In reply to: [mqTranslate] mqTranslate and WordPress 3.9I have same issue (described by Alex) with visual editor. I deactivated all plugins but mqTranslate, and yet I have described problem with visual editor in visual mode. In the text mode I can resize window with second “quote”… but going back to visual mode window is collapsed again.
Also with activated mqTranslate doesn’t work full-screen mode of editor!
I use default Twentythirteen theme.
Forum: Plugins
In reply to: [WP Inline Edit] [Plugin: WP Inline Edit] doesn't workI think it’s not the title…
I checked it on my test website – turning off all plugins, but WP Inline Edit still doesn’t work.
I changed the Theme to Twenty Eleven – plug-in works for title, but not for content!
I invite you to my test website for see what’s matter… (you can do everything you want!)
https://rumap.rumapping.ru
Login: admin
Password: Test2012Here you can download wp-config.php and .htaccess:
https://rumap.rumapping.ru/WP.rarForum: Plugins
In reply to: [WP Inline Edit] [Plugin: WP Inline Edit] doesn't workWith deactivated Super Cache plugin no luck too…
Forum: Plugins
In reply to: [WP Inline Edit] [Plugin: WP Inline Edit] doesn't workI have deactivated following plugins:
– BulletProof Security
– CSS Cache Buster
– Exec-PHP
– FeatureMe
– Share Buttons by Lockerz / AddToAny
– Simple Tags
– TinyMCE Advanced
– WP No External LinksNo luck…
Forum: Plugins
In reply to: [WP Inline Edit] [Plugin: WP Inline Edit] doesn't workMy Theme:
DynaBlue (https://www.webdesignlessons.com/dynablue-wordpress-theme/)
Activated plugins:
All in One SEO Pack
Antispam Bee
BulletProof Security
cforms
CodeStyling Localization
CSS Cache Buster
Dagon Design Sitemap Generator
Dynamic Widgets
Exclude or include Pages, Tags, Posts & Categories
Exec-PHP
FeatureMe
FeedBurner FeedSmith
Google XML Sitemaps
Jetpack Lite
Maintenance Mode
No Self Pings
Page Links To
Random Text
Search Meter
Share Buttons by Lockerz / AddToAny
Simple:Press (Forum)
Simple Tags
Subscribe To Comments
Theme My Login
TinyMCE Advanced
WordPress Database Backup
Wordpress Download Monitor
WP-PageNavi
WP-Polls
WP Comment Quicktags Plus
WP No External Links
WP Super CacheForum: Plugins
In reply to: [WP Inline Edit] [Plugin: WP Inline Edit] doesn't workHi, Ayush
the title/content has no changed to editable content area.
And I noticed that things:
1. Your plugin works for me when I have ONLY ONE paragraph.
With more than one paragraph it stop working.2. If I have only one paragraph, my post is wrapped with plugin’s tags
<span class="wpined-con" rel="1833" style="display: inline; "> ...post... </span>
If I have more than one paragraph, then my post is wrapped with
<span class="wpined-con" rel="1833"> ...post... </span>
and plugin does nothing…
(just in case: I have plugin TinyMCE Advanced enabled)
Gracias,
now I can activate it!
it seems everything work fine…