shazdeh
@shazdeh on WordPress.org and Slack
- Member Since: October 6th, 2009
- Website: shazdeh.me
Contribution History
shazdeh’s badges:- Core Contributor
- Plugin Developer
- Theme Developer
-
Posted a reply to Update to 1.2.1 breaks wp-admin, on the site WordPress.org Forums:
@aneises That's good to know, thanks! About adding earlier versions to wp.org, definitely. For future…2 months ago
-
Posted a reply to Update to 1.2.1 breaks wp-admin, on the site WordPress.org Forums:
That is weird. I just tried the latest release, backend and frontend are all fine.…2 months ago
-
Posted a reply to Filter disappears after applying, on the site WordPress.org Forums:
@etcbaitulquran Please see: https://wordpress.org/support/topic/update-to-1-2-1-break-wp-admin/#post-135003852 months ago
-
Posted a reply to Update to 1.2.1 breaks wp-admin, on the site WordPress.org Forums:
Hi! Our sincere apologies for this issue. It was caused by an issue in our…2 months ago
-
Posted a reply to Plugin not working, on the site WordPress.org Forums:
Hi! I just checked with WP 5.5.1, the shortcode field is showing up below widgets…3 months ago
-
Posted a reply to Center a widget, on the site WordPress.org Forums:
Hi, You need CSS code to do that. However that depends on your theme. The…4 months ago
-
Posted a reply to Update Failed: The update cannot be installed because we will be unable to copy, on the site WordPress.org Forums:
Hi, File permissions are a server issue, you need to contact your web hosting provider…4 months ago
-
Posted a reply to There are no options for this widget. Shortcode: Please save this first., on the site WordPress.org Forums:
Hi! So the reason the plugin does that is, when you drop a widget it…4 months ago
-
Posted a reply to Multisite Installation, on the site WordPress.org Forums:
Hi! Yes, it works on multisite. You can even network-activate the plugin so it would…5 months ago
-
Posted a reply to Urgent Help Needed – Fatal Error, on the site WordPress.org Forums:
Hi! The problem is in one of your menu items you have this condition: memb_is_loggedin()…5 months ago
-
Posted a reply to Display problem, on the site WordPress.org Forums:
This is also not related to this plugin. "What" the widgets display is entirely in…6 months ago
-
Committed [2312465] to Plugins Trac:
uploading new version6 months ago
-
Committed [2312464] to Plugins Trac:
removing old version6 months ago
-
Posted a reply to Repeated Error notices when widget moved from sidebar to Inactive widgets, on the site WordPress.org Forums:
Hi! You can move the widget to the Widget Shortcode area, this area doesn't show…6 months ago
-
Posted a reply to Visual editor, hide toolbar in frontend, on the site WordPress.org Forums:
I'm a bit conflicted by this, I personally prefer plugins that are "in the background"…6 months ago
-
Posted a reply to Problem with update from 0.3.7 to 0.3.9, on the site WordPress.org Forums:
Hi! This is very strange, I'd think if this was caused by compatibility issues with…6 months ago
-
Posted a reply to Display problem, on the site WordPress.org Forums:
This is more related to your theme than this plugin; nonetheless, you could use: .product-categories…7 months ago
-
Posted a reply to Compatiblity With paidmembershipspro?, on the site WordPress.org Forums:
Sure, you only need to know what function names should you use in order to…7 months ago
-
Committed [2297437] to Plugins Trac:
uploading new version7 months ago
-
Committed [2297436] to Plugins Trac:
uploading new version7 months ago
-
Committed [2297435] to Plugins Trac:
remove old version7 months ago
-
Posted a reply to Class missing, on the site WordPress.org Forums:
Hi! Apologies for late response. I just pushed an update to fix this issue. Please…7 months ago
-
Committed [2297429] to Plugins Trac:
uploading new version7 months ago
-
Committed [2297428] to Plugins Trac:
uploading new version7 months ago
-
Committed [2297427] to Plugins Trac:
uploading new version7 months ago
-
Committed [2297426] to Plugins Trac:
uploading new version7 months ago
-
Committed [2297425] to Plugins Trac:
remove old version7 months ago
-
Posted a reply to Compatiblity With paidmembershipspro?, on the site WordPress.org Forums:
Hi! Should be compatible; what's the issue you're having?7 months ago
-
Posted a reply to PHP Fatal error – Urgent help required, on the site WordPress.org Forums:
Hi! The issue is caused by the theme (betheme/functions/theme-mega-menu.php). If update is available please update…8 months ago
-
Posted a reply to is it safe is it plugin?, on the site WordPress.org Forums:
But that's not where the error is originating from. Your theme is changing WP core's…8 months ago
-
Posted a reply to is it safe is it plugin?, on the site WordPress.org Forums:
Thank you for including the error report. The issue is caused by your theme, specifically…8 months ago
-
Posted a reply to Plugin showing as abandoned, on the site WordPress.org Forums:
A bit of a late reply :) The plugin has been updated. Please do let…8 months ago
-
Posted a reply to is it safe is it plugin?, on the site WordPress.org Forums:
Plugin has been updated, please do let me know if you encounter any issues with…8 months ago
-
Created a new ticket, #49148, in Core Trac:
ini_set calls cause error on Ajax requests11 months ago
-
Posted a reply to Shortcode not displayed, on the site WordPress.org Forums:
Hi, It might be when using the shortcode, the widget is there in the page…1 year ago
-
Posted a reply to Shortcode not displayed, on the site WordPress.org Forums:
Hi, Do you see the shortcode itself show up in the page or nothing at…1 year ago
-
Posted a reply to Where we have to add the code ??, on the site WordPress.org Forums:
In your template file. For example, duplicate archive.php file from your theme and rename the…1 year ago
-
Posted a reply to Show menu item only administrator, on the site WordPress.org Forums:
Might be better to use: current_user_can( 'manage_options' ) Only admins can "manage options", so the…2 years ago
-
Posted a reply to Avoid duplicate element ID?, on the site WordPress.org Forums:
You can use the container_id parameter to change the id attribute, eg: [widget id="text-1" container_id="my-custom-widget"]2 years ago
-
Posted a reply to Hide menu item by country, on the site WordPress.org Forums:
Sure, although you need additional plugins as neither WordPress nor PHP have builtin functionality to…2 years ago
-
Posted a reply to Show Menu item only for posts of certain category, on the site WordPress.org Forums:
Hi! Yes. You need to use the is_page() conditional tag (see: https://codex.wordpress.org/Conditional_Tags) to check if…2 years ago
-
Posted a reply to Disable Link But Don’t Hide?, on the site WordPress.org Forums:
You can achieve this however it's a bit more work. You can have two sets…2 years ago
-
Posted a reply to Expire date, on the site WordPress.org Forums:
Sorry what do you mean? You only need to plop in your desired dates in…2 years ago
-
Posted a reply to Expire date, on the site WordPress.org Forums:
Sure, you can use the strtotime() PHP function (docs: http://php.net/manual/en/function.strtotime.php) to check dates, see: strtotime(…2 years ago
-
Posted a reply to How to work?, on the site WordPress.org Forums:
You can use ! is_page() function to hide the menu item on specific pages, so…2 years ago
-
Posted a reply to How to work?, on the site WordPress.org Forums:
Under Appearance > Menus, edit a menu item (screenshot: https://ps.w.org/menu-items-visibility-control/assets/screenshot-1.png?rev=617205), the Visibility field should be…2 years ago
-
Posted a reply to Hide Menu according to Groups/Roles, on the site WordPress.org Forums:
Hi, For that you basically need two menu items. One that is supposed to show…2 years ago
-
Posted a reply to woocommerce cart issue, on the site WordPress.org Forums:
Hi! That snippet should go inside the Visibility field for whichever menu item you wish…2 years ago
-
Posted a reply to WordPress customizer disappear when activated, on the site WordPress.org Forums:
Hi! Sorry for the late reply. Is this still an issue? If so, what theme…2 years ago
-
Posted a reply to Show to logged in users and hide to specific memberships, on the site WordPress.org Forums:
I did not know MemberPress had featured the plugin on their documentation, and even made…2 years ago
Developer
-
Administrative Shortcodes
Active Installs: 40+
-
Aparat Embed
Active Installs: 70+
-
Background Patterns
Active Installs: 200+
-
Blogroll Pager
Active Installs: 20+
-
Bootstrap
Active Installs: 500+
-
Color Manager
Active Installs: 100+
-
Conditional Tags Shortcode
Active Installs: 300+
-
Content Widget
Active Installs: 1,000+
-
Crazy Pills
Active Installs: 500+
-
Custom Category Templates
Active Installs: 1,000+
-
Custom Taxonomy Templates
Active Installs: 100+
-
Dropdown Navigation Menus
Active Installs: 20+
-
Gantry Export and Import Options
Active Installs: 100+
-
Header Image Slider
Active Installs: 2,000+
-
Menu Item Visibility Control
Active Installs: 10,000+
-
No Google Fonts
Active Installs: Less than 10
-
PopPop
Active Installs: 200+
-
Query Shortcode
Active Installs: 80+
-
RokGallery Background Slideshow
Active Installs: Less than 10
-
SafeCode
Active Installs: 100+
-
Snippets Plus
Active Installs: Less than 10
-
The Gallery Shortcode
Active Installs: 40+
-
Theme Logic
Active Installs: Less than 10
-
TwentyTen Options
Active Installs: 30+
-
قالبگر بلاگفا
Active Installs: 30+
-
Widget Shortcode
Active Installs: 90,000+
-
Widgets in Columns
Active Installs: 900+
-
WooCommerce Rial Currency
Active Installs: 10+
-
WordPress News Ticker
Active Installs: 300+
-
WPMU Allow All Themes
Active Installs: Less than 10
-
WPMU Database Reset
Active Installs: Less than 10
Contributor
-
Custom Query Shortcode
Active Installs: 50+
-
Harmony 2.0Active Installs: 100+