Evotec
Forum Replies Created
-
Thank you
I understand it’s based on my plugin – but this plugin is available in WordPress Gallery. Anyone can install it. Once installed, and used with your plugin – things go bad. So i wonder who should be the one delivering compatibility between 2 plugins – you or git guy ??
Of course you may left it always to the users – but at the end of the day it will just trigger more issues like this.
Yes, works great. Will you be updating your plugin with this code as a way to support it for others?
Removed additional CSS. Thank you.
Hi @abidhasan112,
Thank you for your response.
It seems to fix the inline code blocks, but at the same time bullet points are missing, but also nested bullet points are completely annihilated. Compare 0.0.8 from one page to another and you can notice things going bonkers.
I can’t really really go and change markdown pages and their structure, so the “display” has to work properly – or it simply won’t work.
Przemek
Forum: Plugins
In reply to: [AMP for WP - Accelerated Mobile Pages] Settings Options Not Clickable?That’s what I meant. The post you checked is POST (on AMP). It shows tags properly to some extent. Now if you check pages (PAGE not POST)
https://evotec.xyz/hub/scripts/pswriteexcel-powershell-module/amp/
You will notice that the pre tags are not really working (at least not the same way they do on POST page).
Code on post:
Code on pages:
My other problem is:
And original looks like this:
Still, the main problem is that I am unable to do any configuration which disallows me to disable anything. That’s how the options look like:
I can’t click anything.
- This reply was modified 5 years, 10 months ago by Evotec.
Forum: Plugins
In reply to: [AMP for WP - Accelerated Mobile Pages] Settings Options Not Clickable?Since I can’t configure plugin at all some pages look very ugly
https://evotec.xyz/hub/amp/
https://evotec.xyz/hub/scripts/pssharedgoods-powershell-module/amp/
https://evotec.xyz/hub/scripts/pswriteexcel-powershell-module/amp/And it also seems that pre tag is treated differently for pages and posts.
https://evotec.xyz/powershell-single-psm1-file-versus-multi-file-modules/amp/
Same EnlighterJS plugin, but totally different output.
Forum: Plugins
In reply to: [AMP for WP - Accelerated Mobile Pages] Settings Options Not Clickable?I have no such plugin.
My plugins:
Accelerated Mobile Pages v0.9.97.23
Classic Editor v1.3
Composium – WP Bakery Page Builder Extensions Addon v5.4.0
Download Manager v2.9.85
Enlighter – Customizable Syntax Highlighter v3.8.1
Glue for Yoast SEO & AMP v0.4.3
Google Analytics for WordPress by MonsterInsights v7.3.3
Mytory Markdown v1.6.4
NextScripts: SNAP Pro Upgrade Helper v1.5.9
NextScripts: Social Networks Auto-Poster v4.2.8
OnePress Image Elevator v2.6.2
Pretty Links Blogger Edition v2.1.7
Reduce Bounce Rate v4.3.1
Search & Replace v3.1.2
SEO Redirection Premium v2.24
Ultimate Addons for WPBakery Page Builder v3.17.1
UpdraftPlus – Backup/Restore v2.16.1.24
Visual Composer Clipboard v4.1.1
Visual Composer Extensions All In One v3.4.8.4
Wordfence Security v7.1.18
WPBakery Page Builder v5.6
WPML CMS Nav v1.4.24
WPML Media v2.4.1
WPML Multilingual CMS v4.1.3
WPML Sticky Links v1.4.5
WPML String Translation v2.9.1
WPML Translation Management v2.7.2
WP Rocket v3.2.3.1
Yoast SEO v9.3Forum: Plugins
In reply to: [AMP for WP - Accelerated Mobile Pages] Settings Options Not Clickable?I have an even worse problem. No option works.
And errors show like that:
VM655:1 Uncaught TypeError: $ is not a function
at HTMLDocument.eval (eval at <anonymous> (admin.php?page=amp_options&tab=1:1), <anonymous>:1:43)
at i (load-scripts.php,qc=0,aload,P5B,P5D=jquery-core,,jquery-migrate,,utils,,jquery-ui-core,,jquery-ui-widget,,jquery-ui-mouse,,jquery-ui-sortable,,jquery-ui-position,,wp-pointe,aload,P5B,P5D=r,,jquery-ui-resizable,,jquery-ui-draggable,,jquery-ui-button,,jquery-ui-dialog,,underscore,,backbone,,wp-util,,moxiejs,,plupload,aver=4.9.9.pagespeed.jm.gIrWIYEDku.js:1)
at Object.fireWith [as resolveWith] (load-scripts.php,qc=0,aload,P5B,P5D=jquery-core,,jquery-migrate,,utils,,jquery-ui-core,,jquery-ui-widget,,jquery-ui-mouse,,jquery-ui-sortable,,jquery-ui-position,,wp-pointe,aload,P5B,P5D=r,,jquery-ui-resizable,,jquery-ui-draggable,,jquery-ui-button,,jquery-ui-dialog,,underscore,,backbone,,wp-util,,moxiejs,,plupload,aver=4.9.9.pagespeed.jm.gIrWIYEDku.js:1)
at Function.ready (load-scripts.php,qc=0,aload,P5B,P5D=jquery-core,,jquery-migrate,,utils,,jquery-ui-core,,jquery-ui-widget,,jquery-ui-mouse,,jquery-ui-sortable,,jquery-ui-position,,wp-pointe,aload,P5B,P5D=r,,jquery-ui-resizable,,jquery-ui-draggable,,jquery-ui-button,,jquery-ui-dialog,,underscore,,backbone,,wp-util,,moxiejs,,plupload,aver=4.9.9.pagespeed.jm.gIrWIYEDku.js:1)
at HTMLDocument.K (load-scripts.php,qc=0,aload,P5B,P5D=jquery-core,,jquery-migrate,,utils,,jquery-ui-core,,jquery-ui-widget,,jquery-ui-mouse,,jquery-ui-sortable,,jquery-ui-position,,wp-pointe,aload,P5B,P5D=r,,jquery-ui-resizable,,jquery-ui-draggable,,jquery-ui-button,,jquery-ui-dialog,,underscore,,backbone,,wp-util,,moxiejs,,plupload,aver=4.9.9.pagespeed.jm.gIrWIYEDku.js:1)Forum: Plugins
In reply to: [Reduce Bounce Rate] Not workingI’m seeing similar thing on my website https://evotec.xyz I do have proper settings set thou
Forum: Fixing WordPress
In reply to: PHP Memory Limit is Overridden in BackendType:
find -type f -print0 | xargs -0 grep -l “memory_limit”To find files that overwrite the memory limit
It seems that admin.php in wp-admin folder is using wp_max_memory_limit. If you don’t have it set it uses 256. So you can have wp_memory_limit to 2056, php.ini set to 2056 for memory_limit but still get 256 overridden in wp-admin (while the site itself having 2056.
define(‘WP_MEMORY_LIMIT’, ‘2056M’);
define(‘WP_MAX_MEMORY_LIMIT’, ‘2056M’);So just make sure both are the same or even higher for wp_max_memory and you should be fine. Sorry for late answer but just hit the same issue.
Forum: Plugins
In reply to: [Download Manager] Bug – Mixed Content on SSLI see same problem. I’ve forced wordpress to SSL/HTTPS and right on Dashboard it shows mixed content problem pointing to https://cdn.wpdownloadmanager.com. Please release update with fix.
Forum: Plugins
In reply to: [Download Manager] Download /download page is pointing to 404?Any update regarding this? I would like to know whether it’s a problem of free version and pro version will solve it or it’s something entirely else.
While I have listed downlods on my page https://evotec.pl/downloads not everything is great with it.
Forum: Plugins
In reply to: [Download Manager] Download /download page is pointing to 404?Duplicate*
Forum: Plugins
In reply to: [Download Manager] Download Link in Footer?That works. But will I have to remove this every time plugin gets updated?