Moe
@moinrrahmed on WordPress.org
- Member Since: September 3rd, 2015
- GitHub: allmoinahmed
- Job Title: Technical Support Engineer
- Employer: Elegant Themes
Contributions
Contribution History
Moe’s badges:- Photo Contributor
- Translation Contributor
-
Mentioned in [55622] on Core SVN:
Coding Standards: Use strict comparison in `wp-admin/users.php`. -
Submitted pull request #4290 to WordPress/wordpress-develop:
Fix PHP open and close tag placement in /wp-admin/comment.php LineNo 175 -
Created ticket #58058 on Core Trac:
Fix PHP open and close tag placement in /wp-admin/comment.php LineNo 175 -
Submitted pull request #4288 to WordPress/wordpress-develop:
Update users.php -
Created ticket #58056 on Core Trac:
Fix non-strict equality check in /w-admin/users.php Line No 148 -
Posted a reply to Is this Doable with No Coding?, on the site WordPress.org Forums:
You have to use your COl css classes properly if you don't want to use… -
Posted a reply to Beiträge auf verschiedenen Unterseiten erstellen, on the site WordPress.org Forums:
Es tut mir leid, aber es ist nicht möglich, in WordPress einen Beitrag einer bestimmten… -
Posted a reply to Constant ABSPATH already defined ?, on the site WordPress.org Forums:
If you can share the wp-config.php file code, i can find the issue. It seems… -
Posted a reply to Modify the gap between photograph and descrition., on the site WordPress.org Forums:
You can use this CSS to reduce the GAP. #post-55 img.wp-image-2463, #post-55 img.wp-image-2125{ margin-bottom: 0;… -
Posted a reply to video preview does not display on iphone, on the site WordPress.org Forums:
The issue you are experiencing with the video preview not displaying on iPhones may be… -
Posted a reply to How Do I Filter by Post ID Range and Category Using WP CLI?, on the site WordPress.org Forums:
To filter posts by post ID range and category using WP-CLI, you can use the… -
Posted a reply to How to change default comments class id, on the site WordPress.org Forums:
To add the PeepSo class to the default WordPress comment widget and tab, you can… -
Posted a reply to elementor pages ?, on the site WordPress.org Forums:
When you see ELM next to a page name in your WordPress dashboard, it indicates… -
Posted a reply to Light Header doesn’t align center in mobile, on the site WordPress.org Forums:
Hi, I have an easy solution for this situation. Use the below CSS to have… -
Posted a reply to Embedded video click to create own page with unique URL?, on the site WordPress.org Forums:
In WordPress, you don't need to create a separate page for each embedded video. Instead,… -
Posted a reply to Media library doesn’t see the images, on the site WordPress.org Forums:
Yes, there is a simple way to reconnect your WordPress Media Library with all the… -
Posted a reply to Beiträge auf verschiedenen Unterseiten erstellen, on the site WordPress.org Forums:
Um Ihr gewünschtes Ergebnis zu erzielen, können Sie ganz einfach diesen Schritten folgen: Erstellen Sie… -
Posted a reply to Appearance-> Menu — Administrators have different access, on the site WordPress.org Forums:
Hi, the screenshots you provided are not viewable because you shared image paths of your… -
Posted a reply to slideshow is’nt coming under the borders above it?, on the site WordPress.org Forums:
You're very welcome !! -
Posted a reply to Container width setting, on the site WordPress.org Forums:
Try using this plugin WP Sticky Sidebar . Or follow this Blog Article and see… -
Posted a reply to slideshow is’nt coming under the borders above it?, on the site WordPress.org Forums:
Use this CSS & it'll solve the issue: header#masthead > .container { z-index: 9999; } -
Posted a reply to Dont work lazy load wordpress in custom template, on the site WordPress.org Forums:
Try this code in your functions.php to turn off the SVG data URLs: function disable_svg_data_uri()… -
Posted a reply to Error during creating table, on the site WordPress.org Forums:
Okay try this and see: global $wpdb; $table_name = $wpdb->prefix . 'ca_shortcodes'; $charset_collate = $wpdb->get_charset_collate();… -
Posted a reply to WooCommerce Header Section, on the site WordPress.org Forums:
Use this CSS to remove the space: .single-product .entry-header.has-bg { padding: 10px 0; } -
Posted a reply to Error during creating table, on the site WordPress.org Forums:
Try this code: <?php global $wpdb; $table_name = $wpdb->prefix . "ca_shortcodes"; require_once( ABSPATH . 'wp-admin/includes/upgrade.php'… -
Posted a reply to How to enqueue style correctly, on the site WordPress.org Forums:
Hi @ferdalkrmn, you can read about these here (enqueue_style & enqueue_script ) Array is used… -
Posted a reply to white bar at the bottom of page, on the site WordPress.org Forums:
Hi @startlivefit , use this code to hide that space in Mobile version: @media (max-width:480px){… -
Posted a reply to Updates has ruined my website, on the site WordPress.org Forums:
Hi @aaroncaldervegan, Try to regenerate CSS from Elementor; Go to Elementor -> Tools -> Click… -
Posted a reply to i have a really big problem please help, on the site WordPress.org Forums:
Hi @abderahmensekkal, You should upload your website to a server, try again and if there's… -
Posted a reply to Widget de cumpleaños, on the site WordPress.org Forums:
Puede probar este complemento, pero dejó de actualizarse: (widget de cumpleaños). La segunda opción es… -
Posted a reply to Images not loading on mobile device, on the site WordPress.org Forums:
Hi @getstitchedstore, can't give any suggestion without logging into your website. Sorry :( -
Posted a reply to Text links are white and only visible in hover, on the site WordPress.org Forums:
Hi @merettekuijt, In your theme style.css Line number 694. Change: a { color: #fff; text-decoration:… -
Posted a reply to Single post view not full width in mobile, on the site WordPress.org Forums:
Great that my code helped. -
Posted a reply to Single post view not full width in mobile, on the site WordPress.org Forums:
Use this code for the title: .elementor-2596 .elementor-element.elementor-element-e0e0644 > .elementor-widget-container { margin: 0px 0px 0px… -
Posted a reply to Single post view not full width in mobile, on the site WordPress.org Forums:
I think your margins looks fine https://prnt.sc/044_mEa4hN93 Explain, what exactly you want? -
Posted a reply to Single post view not full width in mobile, on the site WordPress.org Forums:
Did you try this option? Go to Elementor -> Tools -> Click (Regenerate Files &… -
Posted a reply to Single post view not full width in mobile, on the site WordPress.org Forums:
Hi @browmaniac, It seems your element has Margin on both Left and Right. But in… -
Posted a reply to Text Problem, on the site WordPress.org Forums:
No problem, you can use page ID to specify the css like below: .page-ID article.single-page-article.clr… -
Posted a reply to Missing ‘tax’ and ‘total’ words on WooCommerce cart totals, on the site WordPress.org Forums:
Hi @idunowinks, It seems Elementor Pro is hiding the titles using css. Use this css… -
Posted a reply to error 404, couldnt access preview, tried almost every tutorial, nothing works,, on the site WordPress.org Forums:
Hi @angeemi, 1: Try to change the Theme. 2: Deactivate All Plugin. 3: Upload new… -
Posted a reply to Text Problem, on the site WordPress.org Forums:
Hi @jedicolin , Type this css code and your problem will be solved. article.single-page-article.clr .entry.clr… -
Suggested 1 string on translate.wordpress.org.
-
Posted a reply to when the slider moving the dots are moving upside down?, on the site WordPress.org Forums:
Always try yourself first before asking or searching for solutions. You'll learn more. -
Posted a reply to when the slider moving the dots are moving upside down?, on the site WordPress.org Forums:
Great. Mark this issue as solved if you can. Thanks -
Posted a reply to when the slider moving the dots are moving upside down?, on the site WordPress.org Forums:
Yes, just remove the characters from content. content: "\02C4"; To This: content: ""; -
Posted a reply to when the slider moving the dots are moving upside down?, on the site WordPress.org Forums:
Hi @johannes999 Remove your '.active:after' & Use this css: .dot.active:after { content: "\02C4"; color: #ffd978;… -
Posted a reply to Author Display on homepage displaying latest posts, on the site WordPress.org Forums:
Hi @bmd9999, To show author name in the default post, you have to edit some… -
Posted a reply to Images not loading on mobile device, on the site WordPress.org Forums:
@getstitchedstore , Image seems to be working sometimes (Check) - Are you using any CND… -
Posted a reply to Images not loading on mobile device, on the site WordPress.org Forums:
Hello @getstitchedstore, it seems you have incorrect image URL in src. This is the Link… -
Posted a reply to images are not showing on my site’s thumbnail, on the site WordPress.org Forums:
Go to http://pastebin.com/ and follow the screenshots: 1: https://prnt.sc/-5yjAM8S1VvR 2: https://prnt.sc/mFP0C9OLMS6_ 3: https://prnt.sc/pqgLcixlbH3j - Share…