thumbnail_width not working in wordpress most popular post plugin
thumbnail_width not working in wordpress most popular post plugin
thumbnail_width not working in wordpress most popular post plugin
Can you please try clearing out your cache and cookies using the guide below? http://en.support.wordpress.com/browser-issues/#clear-your-cache-and-cookies Also, please make sure your browser is updated to the most recent version: http://browsehappy.com Then, finally try testing on browsers like Google Chrome and Firefox. Also can you check if copying works in Text Mode or not ? Update : … Read more
This cannot be fixed from the WordPress side, it requires changes from the Google Translate team to work with WordPress’ block editor. Only Google can do that. If you need to translate the content of a post it can’t be done from inside the editor using a browser extension unless that browser extension was specifically … Read more
That’s easy. You have the following CSS rule: a.themify_lightbox, .module-image a, .module-gallery a, .gallery-icon, .themify_lightboxed_images .post a, .themify_lightboxed_images .type-page a, .themify_lightboxed_images .type-highlight a, .themify_lightboxed_images .type-slider a { pointer-events: none; cursor: default; } This rule applies because body has a class themify_lightboxed_images. pointer-events: none; is the last thing you want on your links. This basically means … Read more
You’re misinterpreting the is_admin() function. It’s not a tag to check whether or not the user is an admin, it’s a template tag to check if you’re on an admin page. From the Codex: This Conditional Tag checks if the Dashboard or the administration panel is being displayed. This is a boolean function, meaning it … Read more
Plugins with Network: true in their header cannot be seen, activated or deactivated in sub sites. The reason is simple: You need super admin rights to do something with them, and their settings section (if there are any) are visible in wp-admin/network/ only. Even if you are the super admin and on a sub site … Read more
This might be caused by the mod_pagespeed Apache module. You should talk to your hoster to disable this.
javascript errors on mobile browser, not on desktop
This is a bug between TinyMCE and WebKit based browsers. This is due to the fact that the style parameter is interpreted as a html attribute (ie img style=”float: right”). If you go to Text mode and copy and paste all will be fine. As long as you stay away of naming your shortcodes parameters … Read more
WordPress templates bug