alikit
Forum Replies Created
-
Forum: Plugins
In reply to: [Simple Local Avatars] Add alt to imageHello,
In the SEO Analyze Tool (Image ALT Attributes section).
Forum: Plugins
In reply to: [Simple Local Avatars] Add alt to imageHello
First of all thanks for your useful plugin.
I have the same problem with the plugin. In the RankMath SEO tool plugin there’s 3 errors related to images without alt. All of my images have alt text in the media library but I don’t know why it’s shows this error yet. Help me please.Error listed:
Some images on your page have no alt attribute. (3) <img alt="" src="h.../uploads/2021/02/irpt--96x96.png" srcset=".../uploads/2021/02/irpt--192x192.png 2x" class="avatar avatar-96 photo" height="96" width="96" loading="lazy"> <img alt="" src="https://secure.gravatar.com/avatar/4b9ec6af010165843bc4ceb49ced212c?s=96&d=mm&r=g" srcset="https://secure.gravatar.com/avatar/4b9ec6af010165843bc4ceb49ced212c?s=192&d=mm&r=g 2x" class="avatar avatar-96 photo" height="96" width="96" loading="lazy"> <img alt="" src=".../uploads/2021/02/irpt--96x96.png" srcset=".../uploads/2021/02/irpt--192x192.png 2x" class="avatar avatar-96 photo" height="96" width="96" loading="lazy">
Thanks and regards.
Forum: Plugins
In reply to: [WPFront Scroll Top] Put a alt text for images loading by pluginYes! That’s it! Thank you, I already did and solved the problem.
Thanks and best regards.
Forum: Plugins
In reply to: [WPFront Scroll Top] Put a alt text for images loading by pluginNo! I didn’t mention that it is in Admin page. The reported issue is in the front page (home page) that your images are showing but you didn’t define any alt text for them. It’s not SEO friendly. Please easily put alt text for your images in the plugin code.
Thanks and regards.
Hello,
Thank you, it still didn’t solve! Hoping you don’t forget does it!
Please minify the CSS file in …/plugins/gallery-videos/CSS/ts-vgallery-block.css
Hope to see your updated plugin with this change soon.Thanks again and regards.`
Forum: Plugins
In reply to: [WPFront Scroll Top] Put a alt text for images loading by pluginHello,
You should use alt where you set images codes and probably when you call them in your plugin codes. Otherwise, there is no option to put ALT for your plugin images because the images are not showing in media library that being possible to put an ALT for them!
Thanks and regards.
Forum: Plugins
In reply to: [WPFront Scroll Top] Put a alt text for images loading by pluginHello,
Thanks for your reply but still in the Rank math SEO tool exist an error:
Some images on your page have no alt attribute.
…/plugins/wpfront-scroll-top/images/icons/108.png” alt=””>Please check it again, thanks and regards.
Forum: Plugins
In reply to: [Loading Page with Loading Screen] Edit codes (minify)Ok, probably Rank Math can’t verify it correctly.
If think all is correct it should be Ok, but as I confirmed in another compilers also there is a bit difference after compiling, like I sent.
Thanks for your efforts and regards.
Thank you, wish all the best, for you too.
Best regards.
Forum: Plugins
In reply to: [Loading Page with Loading Screen] Edit codes (minify)I just clear all cache data from my browser and test it again, it still appear following error in Rank Math SEO analyze tool:
Some CSS files don’t seem to be minified.
…/plugins/loading-page/loading-screens/logo/loading-logo.js?ver=free-1.0.81Current JS file code:
var cp_loadingpage=cp_loadingpage||{};cp_loadingpage.graphics=cp_loadingpage.graphics||{}; cp_loadingpage.graphics.logo={created:!1,attr:{percentage:0},create:function(a){a.backgroundColor=a.backgroundColor||"#000000";a.foregroundColor=a.foregroundColor||"#FFFFFF";this.blink=this.grayscale=0;this.attr.foreground=a.foregroundColor;var b={width:"100%",height:"100%",backgroundColor:a.backgroundColor,position:"fixed",zIndex:666999,top:0,left:0};a.backgroundImage&&(b.backgroundImage="url("+a.backgroundImage+")",b["background-repeat"]=a.backgroundRepeat,b["background-position"]="center center", "no-repeat"==b["background-repeat"].toLowerCase()&&"undefined"!==typeof a.fullscreen&&1==1*a.fullscreen&&(b["background-attachment"]="fixed",b["-webkit-background-size"]="contain",b["-moz-background-size"]="contain",b["-o-background-size"]="contain",b["background-size"]="contain"));this.attr.overlay=jQuery("<div class='lp-screen'></div>").css(b).appendTo("html");a.text&&(this.attr.text=jQuery("<div class='lp-screen-text'></div>").text("0%").css({lineHeight:"40px",height:"40px",width:"100px",position:"absolute", fontSize:"30px",top:this.attr.overlay.height()/2,left:this.attr.overlay.width()/2-50,textAlign:"center",color:a.foregroundColor}).appendTo(this.attr.overlay));"undefined"==typeof a.lp_ls||"undefined"==typeof a.lp_ls.logo||"undefined"==typeof a.lp_ls.logo.image||/^\s*$/.test(a.lp_ls.logo.image)||(this.grayscale="undefined"==typeof a.lp_ls.logo.grayscale||1*a.lp_ls.logo.grayscale,this.blink="undefined"==typeof a.lp_ls.logo.blink||1*a.lp_ls.logo.blink,b=jQuery('<span style="width:120px;position: fixed;top: 50%;left: 50%;transform: translate(-50%, -50%);display: inline-block;"></span>'), a=jQuery.trim(a.lp_ls.logo.image),a=jQuery('<img id="lp_ls_img" src="'+a+'" style="cursor:pointer;width:120px;'+(this.grayscale?"-webkit-filter:grayscale(100%);filter:grayscale(100%);":"")+'" class="'+(this.blink?"lp_blink":"")+'" />'),a.on("click",cp_loadingpage.destroyLoader),b.append(a).appendTo(this.attr.overlay),this.attr.text&&b.append(this.attr.text.css({position:"relative",top:"auto",left:"auto",width:"100%","margin-top":"20px"})));this.set(0);this.created=!0},set:function(a){this.attr.percentage= a;this.attr.text&&this.attr.text.text(Math.ceil(a)+"%");this.grayscale&&jQuery("#lp_ls_img").css({"-webkit-filter":"grayscale("+(100-a)+"%)",filter:"grayscale("+(100-a)+"%)"})},complete:function(a){a();var b=this;this.attr.overlay.fadeOut(1500,function(){b.attr.overlay.remove()})}};
I think it should be change to:
var cp_loadingpage=cp_loadingpage||{};cp_loadingpage.graphics=cp_loadingpage.graphics||{};cp_loadingpage.graphics.logo={created:!1,attr:{percentage:0},create:function(a){a.backgroundColor=a.backgroundColor||"#000000";a.foregroundColor=a.foregroundColor||"#FFFFFF";this.blink=this.grayscale=0;this.attr.foreground=a.foregroundColor;var b={width:"100%",height:"100%",backgroundColor:a.backgroundColor,position:"fixed",zIndex:666999,top:0,left:0};a.backgroundImage&&(b.backgroundImage="url("+a.backgroundImage+")",b["background-repeat"]=a.backgroundRepeat,b["background-position"]="center center","no-repeat"==b["background-repeat"].toLowerCase()&&"undefined"!==typeof a.fullscreen&&1==1*a.fullscreen&&(b["background-attachment"]="fixed",b["-webkit-background-size"]="contain",b["-moz-background-size"]="contain",b["-o-background-size"]="contain",b["background-size"]="contain"));this.attr.overlay=jQuery("<div class='lp-screen'></div>").css(b).appendTo("html");a.text&&(this.attr.text=jQuery("<div class='lp-screen-text'></div>").text("0%").css({lineHeight:"40px",height:"40px",width:"100px",position:"absolute",fontSize:"30px",top:this.attr.overlay.height()/2,left:this.attr.overlay.width()/2-50,textAlign:"center",color:a.foregroundColor}).appendTo(this.attr.overlay));"undefined"==typeof a.lp_ls||"undefined"==typeof a.lp_ls.logo||"undefined"==typeof a.lp_ls.logo.image||/^\s*$/.test(a.lp_ls.logo.image)||(this.grayscale="undefined"==typeof a.lp_ls.logo.grayscale||1*a.lp_ls.logo.grayscale,this.blink="undefined"==typeof a.lp_ls.logo.blink||1*a.lp_ls.logo.blink,b=jQuery('<span style="width:120px;position: fixed;top: 50%;left: 50%;transform: translate(-50%, -50%);display: inline-block;"></span>'),a=jQuery.trim(a.lp_ls.logo.image),a=jQuery('<img id="lp_ls_img" src="'+a+'" style="cursor:pointer;width:120px;'+(this.grayscale?"-webkit-filter:grayscale(100%);filter:grayscale(100%);":"")+'" class="'+(this.blink?"lp_blink":"")+'" />'),a.on("click",cp_loadingpage.destroyLoader),b.append(a).appendTo(this.attr.overlay),this.attr.text&&b.append(this.attr.text.css({position:"relative",top:"auto",left:"auto",width:"100%","margin-top":"20px"})));this.set(0);this.created=!0},set:function(a){this.attr.percentage=a;this.attr.text&&this.attr.text.text(Math.ceil(a)+"%");this.grayscale&&jQuery("#lp_ls_img").css({"-webkit-filter":"grayscale("+(100-a)+"%)",filter:"grayscale("+(100-a)+"%)"})},complete:function(a){a();var b=this;this.attr.overlay.fadeOut(1500,function(){b.attr.overlay.remove()})}}
Please verify it again, thanks and regards.
Forum: Plugins
In reply to: [Loading Page with Loading Screen] Edit codes (minify)Hello,
Thanks but still seems to be a JS file without minifying, please check it again.
Root: loading-page/loading-screens/logo/loading-logo.js?ver=free-1.0.81Thanks and regards.
Forum: Plugins
In reply to: [Search in Place] Minify Javascript and CSSHello,
Well done! Thanks for your quick support.
Best regards.
Forum: Plugins
In reply to: [Search in Place] Minify Javascript and CSSThanks for your attention, wish all the best.
Best regards.
Forum: Fixing WordPress
In reply to: Admin sub-menu item doesn’t show on mouse hover after upgrade to 5.8Thanks for your explantation.
Yes, we still need to use Windows XP, and there are some difficulties to use it nowaday.
About the plugin, it will be great if we could have some plugin like that, I don’t know if I have to do something for or not but if you see something to solve this problem in the future, please let us know.
We are using WordPress v5.7.4 which is still working on Windows XP without any problem.
Hope that our discussion being useful for another WordPress users and we wish you all the best with health.
Thanks again and regards.
Forum: Fixing WordPress
In reply to: Admin sub-menu item doesn’t show on mouse hover after upgrade to 5.8Hello again,
Thank you,
After spending time some hours, I found that the issue is in old version browsers (like Chrome, Firefox,…), as we still need to use Windows XP and they are not running with the last versions.
Do you know any method to edit some core files (in WP version >= 5.8) to working without problem in the older browsers?