john2gr
Forum Replies Created
-
Forum: Plugins
In reply to: [Lightbox with PhotoSwipe] Lightbox icon issues with WP Dark ModeAwesome, it works great now Arno. Thanks ??
Just wanted to add that I’ve rolled back to version 1.6.0, and everything is working fine. I’m not getting these errors anymore (even when Cache Enabler clears the cache. Also note that there was a very high Server Load whenever those errors were happening). So yeah, something in the latest version is causing this issue. Here are the Cache Enabler settings (not using any custom functions).
Forum: Plugins
In reply to: [AMP] How to direct “Leave Comment” to “Exit Mobile”Here is the right code. It appears that all you have to do is add the noamphtml rel to the existing code.
<a rel="noamphtml" href="<?php echo esc_url( $comments_link_url ); ?>">
Forum: Plugins
In reply to: [AMP] How to direct “Leave Comment” to “Exit Mobile”From the looks of it, you have to replace this in the meta-comments-link
<a href="<?php echo esc_url( $comments_link_url ); ?>">
However, this code does not work.
<a rel="?noamp=mobile" href="%s">
This code also does not work.
<a rel="noamphtml" href="%s">
- This reply was modified 4 years, 2 months ago by john2gr.
- This reply was modified 4 years, 2 months ago by john2gr.
- This reply was modified 4 years, 2 months ago by john2gr.
- This reply was modified 4 years, 2 months ago by john2gr.
- This reply was modified 4 years, 2 months ago by john2gr.
- This reply was modified 4 years, 2 months ago by john2gr.
Forum: Plugins
In reply to: [Simple Lightbox] The plugin stopped working after upgrading to WordPress 5.6Same here, the plugin is not working after upgrading to WordPress 5.6.
After some searching, it appears that this (the browser to “remember” what the user selected) is possible via localStorage. Can you help on how we can add the code? Theoretically, this should do the trick, right? Where should we place it though?
Here is the reference code: https://codepen.io/rishi111/pen/vYLQrxb
const darkMode = () => {
bodyEl.classList.toggle(‘wp_dark_mode_active’)
}
darkMediaQuery.addEventListener (‘click’, () => {
// Get the value of the “dark” item from the local storage on every click
setDarkMode = localStorage.getItem(‘wp_dark_mode_active’);if(setDarkMode !== “on”) {
darkMode();
// Set the value of the itwm to “on” when dark mode is on
setDarkMode = localStorage.setItem(‘wp_dark_mode_active’, ‘on’);
} else {
darkMode();
// Set the value of the item to “null” when dark mode if off
setDarkMode = localStorage.setItem(‘wp_dark_mode_active’, null);
}
});// Get the value of the “dark” item from the local storage
let setDarkMode = localStorage.getItem(‘wp_dark_mode_active’);// Check dark mode is on or off on page reload
if(setDarkMode === ‘on’) {
darkMode();
}Is there any way to make/force the browser to remember the option that the user has selected? In all other plugins the browser remembers when/if a user has selected the Dark Mode and shows it to them when they re-open the browser. We don’t want to force it to everyone as some prefer the Light/Default Mode.
Same issue here, search does no longer work. Please fix it.
Forum: Plugins
In reply to: [YouTube Embed] Plans for supporting Lazy Load?Personally I prefer YouTube Embed so if you can optimize its Lazy Load, it will be awesome ??
Forum: Plugins
In reply to: [YouTube Embed] Plans for supporting Lazy Load?Don’t know. All I know is that we’re getting way better scores with WP YouTube Lyte than with YouTube Embed.
Forum: Plugins
In reply to: [YouTube Embed] Plans for supporting Lazy Load?Yeap, I’ve tried it but the Google Pagespeed Insights results are not that great compared to WP YouTube Lyte :/
Apparently this has nothing to do with the plugin. It appears to be an issue with Yoast SEO.
Hi Chris,
The “RSS” appears to be working fine now (I deleted the previous one and created a new). The other sections use “web location”, that’s why they are messed up. This has nothing to do with the plugin (and I don’t even know when Google will fix it, if ever).
BTW, when I click a story from the RSS section, it creates a custom page and does not link directly to the website. Is there any way to force the RSS to link to the website? (I’m using the default options. “Rendering preference: website or AMP” and “Generate articles directly from feed”).
It was up to date because I pressed the refresh button of the RSS Feed from the Google Publisher Dashboard.
As an example, we’ve published a new article right now but we won’t press the refresh button on the Google Publisher Dashboard. As you can see, the plugin does not update the Google News page and the article is not showing up. RSS Feed is working as our Discord bot (which uses the RSS Feed) has shared the story.
All of the missing modules are optional.
Warning The optional module, exif, is not installed, or has been disabled.
Warning The optional module, fileinfo, is not installed, or has been disabled.
Warning The optional module, mbstring, is not installed, or has been disabled.
Warning The optional module, imagick, is not installed, or has been disabled.
Warning The optional module, intl, is not installed, or has been disabled.Here is also the Site Health Info
### wp-core ### version: 5.4.1 site_language: en_US user_language: en_US timezone: Europe/Athens permalink: /%category%/%postname%/ https_status: true user_registration: 0 default_comment_status: open multisite: false user_count: 39 dotorg_communication: true ### wp-paths-sizes ### wordpress_path: /home/dsogami1/public_html wordpress_size: 259.16 MB (271746416 bytes) uploads_path: /home/dsogami1/public_html/wp-content/uploads uploads_size: 27.01 GB (29004473515 bytes) themes_path: /home/dsogami1/public_html/wp-content/themes themes_size: 5.52 MB (5792442 bytes) plugins_path: /home/dsogami1/public_html/wp-content/plugins plugins_size: 64.59 MB (67726640 bytes) database_size: 1.11 GB (1194350237 bytes) total_size: 28.45 GB (30544089250 bytes) ### wp-dropins (1) ### advanced-cache.php: true ### wp-active-theme ### name: Twenty Fourteen/twentyfourteen-child-php7 (twentyfourteen-child-php7) version: 2.7 author: the WordPress team author_website: https://www.ads-software.com/ parent_theme: none theme_features: editor-style, editor-styles, wp-block-styles, responsive-embeds, editor-color-palette, automatic-feed-links, post-thumbnails, menus, html5, post-formats, custom-background, featured-content, customize-selective-refresh-widgets, custom-header, widgets theme_path: /home/dsogami1/public_html/wp-content/themes/twentyfourteen-child-php7 ### wp-themes-inactive (3) ### Twenty Fourteen: version: 2.8, author: the WordPress team Twenty Nineteen: version: 1.5, author: the WordPress team Twenty Twenty: version: 1.3, author: the WordPress team ### wp-plugins-active (25) ### Ad Blocker Notify Lite: version: 2.4.0, author: Admiral AMP: version: 1.5.3, author: AMP Project Contributors AMP Disable SSR: version: 0.3, author: Weston Ruter, Google Async JavaScript: version: 2.20.03.01, author: Frank Goossens (futtta) Author Bio Box: version: 3.3.1, author: claudiosanches Autoptimize: version: 2.7.2, author: Frank Goossens (futtta) Cache Enabler: version: 1.3.5, author: KeyCDN Classic Editor: version: 1.5, author: WordPress Contributors Click-Fraud Monitoring Premium: version: 1.8.6, author: Rene Hermenau Cloudflare: version: 3.4.1, author: John Wineman, Furkan Yilmaz, Junade Ali (Cloudflare Team) Compress JPEG & PNG images: version: 3.2.1, author: TinyPNG Disqus Conditional Load: version: 11.0.1, author: Joel James Extended Tags Widget: version: 1.2.6, author: Zourbuth Force HTTPS: version: 1.2.0, author: LittleBizzy GN Publisher: version: 1.0.7, author: Chris Andrews Google Analytics for WordPress by MonsterInsights: version: 7.10.4, author: MonsterInsights Google XML Sitemaps: version: 4.1.0, author: Arne Brachhold Public Post Preview: version: 2.9.0, author: Dominik Schilling Sassy Social Share: version: 3.3.10, author: Team Heateor WordPress Popular Posts: version: 5.1.0, author: Hector Cabrera wp-jquery-lightbox: version: 1.4.8.1, author: Ulf Benjaminsson WP Simple Insert: version: 1.1.3, author: Bhaskar Kandiyal WP User Avatar: version: 2.2.6, author: ProfilePress Yoast SEO Premium: version: 14.1, author: Team Yoast YouTube Embed: version: 5.1.1, author: dartiss ### wp-plugins-inactive (5) ### Advanced Cron Manager: version: 2.3.10, author: BracketSpace Greg's High Performance SEO: version: 1.7.1, author: Greg Mulhauser Hyper Cache: version: 3.3.9, author: Stefano Lissa WP-Optimize - Clean, Compress, Cache: version: 3.0.19, author: David Anderson, Ruhani Rabin, Team Updraft WP Rollback: version: 1.7.0, author: Impress.org ### wp-media ### image_editor: WP_Image_Editor_GD imagick_module_version: Not available imagemagick_version: Not available gd_version: bundled (2.1.0 compatible) ghostscript_version: 9.25 ### wp-server ### server_architecture: Linux 3.10.0-957.10.1.el7.x86_64 x86_64 httpd_software: Apache php_version: 7.4.5 64bit php_sapi: cgi-fcgi max_input_variables: 1000 time_limit: 30 memory_limit: 256M max_input_time: 60 upload_max_size: 2M php_post_max_size: 8M curl_version: 7.70.0 OpenSSL/1.1.1g suhosin: false imagick_availability: false htaccess_extra_rules: true ### wp-database ### extension: mysqli server_version: 5.7.30 client_version: mysqlnd 7.4.5 ### wp-constants ### WP_HOME: undefined WP_SITEURL: undefined WP_CONTENT_DIR: /home/dsogami1/public_html/wp-content WP_PLUGIN_DIR: /home/dsogami1/public_html/wp-content/plugins WP_MAX_MEMORY_LIMIT: 256M WP_DEBUG: false WP_DEBUG_DISPLAY: true WP_DEBUG_LOG: false SCRIPT_DEBUG: false WP_CACHE: true CONCATENATE_SCRIPTS: undefined COMPRESS_SCRIPTS: undefined COMPRESS_CSS: undefined WP_LOCAL_DEV: undefined DB_CHARSET: utf8 DB_COLLATE: undefined ### wp-filesystem ### wordpress: writable wp-content: writable uploads: writable plugins: writable themes: writable ### amp_wp ### amp_mode_enabled: reader amp_templates_enabled: post, page, attachment amp_serve_all_templates: This option does not apply to Reader mode. amp_css_transient_caching_disabled: false amp_css_transient_caching_threshold: 5000 transients per day amp_css_transient_caching_sampling_range: 14 days amp_css_transient_caching_transient_count: 320 amp_css_transient_caching_time_series: 20200510: 126 20200511: 204 20200512: 217 20200513: 230 20200514: 250 20200515: 257 20200516: 265 20200517: 271 20200518: 276 20200519: 285 20200520: 297