shazdeh
@shazdeh on WordPress.org and Slack
- Member Since: October 6th, 2009
- Website: shazdeh.me
Contribution History
shazdeh’s badges:- Core Contributor Core Contributor
- Plugin Developer Plugin Developer
- Theme Developer Theme Developer
-
Committed [2285279] to Plugins Trac:
updating new version2 weeks ago
-
Committed [2285278] to Plugins Trac:
updating new version2 weeks ago
-
Committed [2285277] to Plugins Trac:
remove old version2 weeks 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…2 weeks ago
-
Committed [2285273] to Plugins Trac:
uploading new version2 weeks ago
-
Committed [2285272] to Plugins Trac:
uploading new version2 weeks ago
-
Committed [2285271] to Plugins Trac:
uploading new version2 weeks ago
-
Committed [2285270] to Plugins Trac:
remove old version2 weeks 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…2 weeks 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…2 weeks 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…2 weeks 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…2 weeks ago
-
Committed [2282668] to Plugins Trac:
uploading new version2 weeks ago
-
Committed [2282667] to Plugins Trac:
uploading new version2 weeks ago
-
Committed [2282666] to Plugins Trac:
uploading new version2 weeks ago
-
Created a new ticket, #49148, in Core Trac:
ini_set calls cause error on Ajax requests4 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…7 months 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…7 months 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…8 months 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…12 months 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"]1 year 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…1 year 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…1 year 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…1 year 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…1 year 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(…1 year 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…1 year 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…1 year 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…1 year 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…1 year 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…1 year 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…1 year ago
-
Posted a reply to Block Editor support, on the site WordPress.org Forums:
Hi! The plugin has been updated with Gutenberg compatibility, please give it a go! Thank…1 year ago
-
Posted a reply to Block Editor support, on the site WordPress.org Forums:
Definitely :) I haven't had to change to dig into the Gutenberg API yet, but…1 year ago
-
Posted a reply to Edit Shortcode ID, on the site WordPress.org Forums:
Hi, The ID is unique to each widget on your website, thus the plugin uses…1 year ago
-
Posted a reply to And operator not work !!, on the site WordPress.org Forums:
Do you mean to hide the menu if user is on a particular category or…1 year ago
-
Posted a reply to nt, on the site WordPress.org Forums:
Um?1 year ago
-
Posted a reply to Add Menu Item to Future Posts, on the site WordPress.org Forums:
because WP needs it. See the codex: https://codex.wordpress.org/Function_Reference/has_term. You have to specify the taxonomy as…1 year ago
-
Posted a reply to Can this be used for timed menu?, on the site WordPress.org Forums:
The date function described above can also be used to get the time, if you…1 year ago
-
Posted a reply to Add Menu Item to Future Posts, on the site WordPress.org Forums:
In single post pages (#) the whole page is technically "in the loop", so you…1 year ago
-
Posted a reply to edit shortcode, on the site WordPress.org Forums:
Hi, Can you please describe what is the issue exactly?1 year ago
-
Posted a reply to Can this be used for timed menu?, on the site WordPress.org Forums:
No limit is set by the plugin or WordPress, however it might be your server…1 year ago
-
Posted a reply to Can this be used for timed menu?, on the site WordPress.org Forums:
Seeing as you added "Problem solved" edit on your post, might I ask is the…1 year ago
-
Posted a reply to Restrict menu visibility by IP addresses, on the site WordPress.org Forums:
Hi! Going by the snippet you have provided, in the Logic field you can put:…1 year ago
-
Posted a reply to Can this be used for timed menu?, on the site WordPress.org Forums:
Sure, you can use the date function in PHP (docs: http://php.net/manual/en/function.date.php), eg: date( 'm' )…1 year ago
-
Posted a reply to Main manu entry doesn’t desappear from sight, on the site WordPress.org Forums:
If you want to permanently disable the menu item you can simply use: false As…1 year ago
-
Posted a reply to Main manu entry doesn’t desappear from sight, on the site WordPress.org Forums:
I see you're using is_home(), note that with the way WP works, that function does…1 year ago
-
Posted a reply to Main manu entry doesn’t desappear from sight, on the site WordPress.org Forums:
You can upload to imgur.com and paste the link here.2 years ago
-
Posted a reply to Main manu entry doesn’t desappear from sight, on the site WordPress.org Forums:
Hi! I see the menu item you're referring to. Can you please go to Appearance…2 years ago
-
Posted a reply to How to add CSS parameter to the shortcode?, on the site WordPress.org Forums:
Hi! The parameter container_class is correct. It might be the CSS selector is invalid? If…2 years ago
Developer
-
Administrative Shortcodes
Active Installs: 60+
-
Aparat Embed
Active Installs: 90+
-
Background Patterns
Active Installs: 300+
-
Blogroll Pager
Active Installs: 30+
-
Bootstrap
Active Installs: 700+
-
Color Manager
Active Installs: 100+
-
Conditional Tags Shortcode
Active Installs: 300+
-
Content Widget
Active Installs: 1,000+
-
Crazy Pills
Active Installs: 600+
-
Custom Category Templates
Active Installs: 2,000+
-
Custom Taxonomy Templates
Active Installs: 100+
-
Dropdown Navigation Menus
Active Installs: 30+
-
Gantry Export and Import Options
Active Installs: 200+
-
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: 100+
-
RokGallery Background Slideshow
Active Installs: Less than 10
-
SafeCode
Active Installs: 100+
-
Snippets Plus
Active Installs: Less than 10
-
The Gallery Shortcode
Active Installs: 50+
-
Theme Logic
Active Installs: Less than 10
-
TwentyTen Options
Active Installs: 40+
-
قالبگر بلاگفا
Active Installs: 20+
-
Widget Shortcode
Active Installs: 90,000+
-
Widgets in Columns
Active Installs: 1,000+
-
WooCommerce Rial Currency
Active Installs: 10+
-
WordPress News Ticker
Active Installs: 400+
-
WPMU Allow All Themes
Active Installs: Less than 10
-
WPMU Database Reset
Active Installs: 10+
Contributor
-
Custom Query Shortcode
Active Installs: 50+
-
Harmony 2.0Active Installs: 100+