shazdeh
@shazdeh on WordPress.org and Slack
- Member Since: October 6th, 2009
- Website: shazdeh.me
Contribution History
shazdeh’s badges:- Core Contributor Core Contributor
- Theme Developer Theme Developer
- Plugin Developer Plugin Developer
- 
										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…2 weeks 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…2 weeks 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…2 months ago 
- 
										Committed [2094575] to Plugins Trac: 
 uploading new version5 months ago 
- 
										Committed [2094574] to Plugins Trac: 
 uploading new version5 months ago 
- 
										Committed [2094573] to Plugins Trac: 
 remove old version5 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…6 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"]6 months 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…7 months 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…7 months 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…7 months 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…8 months 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(…8 months ago 
- 
										Committed [2040884] to Plugins Trac: 
 uploading new version8 months ago 
- 
										Committed [2040883] to Plugins Trac: 
 uploading new version8 months ago 
- 
										Committed [2040881] to Plugins Trac: 
 remove old version8 months 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…8 months 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…8 months 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…9 months 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…9 months 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…9 months 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…9 months 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…9 months ago 
- 
										Committed [2023925] to Plugins Trac: 
 uploading new screenshots9 months ago 
- 
										Committed [2023924] to Plugins Trac: 
 uploading new screenshots9 months ago 
- 
										Committed [2023923] to Plugins Trac: 
 remove old screenshot9 months ago 
- 
										Committed [2023922] to Plugins Trac: 
 uploading new version9 months 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…11 months 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…11 months 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…11 months ago 
- 
										Posted a reply to nt, on the site WordPress.org Forums: 
 Um?11 months 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…11 months 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…11 months 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…11 months ago 
- 
										Posted a reply to edit shortcode, on the site WordPress.org Forums: 
 Hi, Can you please describe what is the issue exactly?12 months 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…12 months 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…12 months 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:…12 months 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' )…12 months 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.1 year 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…1 year 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…1 year ago 
- 
										Posted a reply to It does not work. No information how to use it…, on the site WordPress.org Forums: 
 The problem is [widget] (the shortcode you're using) doesn't mean anything. What widget should be…1 year ago 
- 
										Posted a reply to wp_list_sort issue with cases, on the site WordPress.org Forums: 
 Thank you for the solution, I have solved this on my end however was wondering…1 year ago 
- 
										Created a topic, wp_list_sort issue with cases, on the site WordPress.org Forums: 
 wp_list_sort() is fantastic, so easy to sort anything.…1 year ago 
- 
										Posted a reply to It does not work. No information how to use it…, on the site WordPress.org Forums: 
 You have to go to Appearance > Widgets (see: https://codex.wordpress.org/Appearance_Widgets_Screen) and add your widgets there.…1 year ago 
- 
										Posted a reply to Plugin adds rogue p tags and br tags, on the site WordPress.org Forums: 
 Some time ago, WP used to run autop functionality after running shortcodes which would cause…1 year ago 
- 
										Posted a reply to Plugin adds rogue p tags and br tags, on the site WordPress.org Forums: 
 Hi! Those are not added by the plugin, most likely they are the product of…1 year ago 
Developer
- 
										
											Administrative ShortcodesActive Installs: 70+ 
- 
										
											Aparat EmbedActive Installs: 90+ 
- 
										
											Background PatternsActive Installs: 300+ 
- 
										
											Blogroll PagerActive Installs: 30+ 
- 
										
											BootstrapActive Installs: 700+ 
- 
										
											Color ManagerActive Installs: 100+ 
- 
										
											Conditional Tags ShortcodeActive Installs: 300+ 
- 
										
											Content WidgetActive Installs: 1,000+ 
- 
										
											Crazy PillsActive Installs: 700+ 
- 
										
											Custom Category TemplatesActive Installs: 2,000+ 
- 
										
											Custom Taxonomy TemplatesActive Installs: 100+ 
- 
										
											Dropdown Navigation MenusActive Installs: 40+ 
- 
										
											Gantry Export and Import OptionsActive Installs: 200+ 
- 
										
											Header Image SliderActive Installs: 2,000+ 
- 
										
											Menu Item Visibility ControlActive Installs: 10,000+ 
- 
										
											No Google FontsActive Installs: Less than 10 
- 
										
											PopPopActive Installs: 200+ 
- 
										
											Query ShortcodeActive Installs: 100+ 
- 
										
											RokGallery Background SlideshowActive Installs: Less than 10 
- 
										
											SafeCodeActive Installs: 100+ 
- 
										
											Snippets PlusActive Installs: Less than 10 
- 
										
											The Gallery ShortcodeActive Installs: 60+ 
- 
										
											Theme LogicActive Installs: Less than 10 
- 
										
											TwentyTen OptionsActive Installs: 40+ 
- 
										
											قالبگر بلاگفاActive Installs: 40+ 
- 
										
											Widget ShortcodeActive Installs: 90,000+ 
- 
										
											Widgets in ColumnsActive Installs: 1,000+ 
- 
										
											WooCommerce Rial CurrencyActive Installs: 20+ 
- 
										
											WordPress News TickerActive Installs: 500+ 
- 
										
											WPMU Allow All ThemesActive Installs: Less than 10 
- 
										
											WPMU Database ResetActive Installs: 10+ 
Contributor
- 
										
											Custom Query ShortcodeActive Installs: 70+ 
- 
										 
 Harmony 2.0Active Installs: 100+ 



 
			 
                 
										 
										 
										 
										