Title: Junaid Raza's Replies | WordPress.org

---

# Junaid Raza

  [  ](https://wordpress.org/support/users/junaidraza/)

 *   [Profile](https://wordpress.org/support/users/junaidraza/)
 *   [Topics Started](https://wordpress.org/support/users/junaidraza/topics/)
 *   [Replies Created](https://wordpress.org/support/users/junaidraza/replies/)
 *   [Reviews Written](https://wordpress.org/support/users/junaidraza/reviews/)
 *   [Topics Replied To](https://wordpress.org/support/users/junaidraza/replied-to/)
 *   [Engagements](https://wordpress.org/support/users/junaidraza/engagements/)
 *   [Favorites](https://wordpress.org/support/users/junaidraza/favorites/)

 Search replies:

## Forum Replies Created

Viewing 15 replies - 1 through 15 (of 62 total)

1 [2](https://wordpress.org/support/users/junaidraza/replies/page/2/?output_format=md)
[3](https://wordpress.org/support/users/junaidraza/replies/page/3/?output_format=md)
[4](https://wordpress.org/support/users/junaidraza/replies/page/4/?output_format=md)
[5](https://wordpress.org/support/users/junaidraza/replies/page/5/?output_format=md)
[→](https://wordpress.org/support/users/junaidraza/replies/page/2/?output_format=md)

 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [unexpected ‘echo’ (T_ECHO), expecting function (T_FUNCTION)](https://wordpress.org/support/topic/unexpected-echo-t_echo-expecting-function-t_function/)
 *  Thread Starter [Junaid Raza](https://wordpress.org/support/users/junaidraza/)
 * (@junaidraza)
 * [9 years, 6 months ago](https://wordpress.org/support/topic/unexpected-echo-t_echo-expecting-function-t_function/#post-8803272)
 * thank you for your reply, i am creating theme in my localhost and experiencing
   this error.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Theme Check] Missing a text-domain](https://wordpress.org/support/topic/missing-a-text-domain-2/)
 *  Thread Starter [Junaid Raza](https://wordpress.org/support/users/junaidraza/)
 * (@junaidraza)
 * [9 years, 11 months ago](https://wordpress.org/support/topic/missing-a-text-domain-2/#post-8166980)
 * do we have to create separate plugin for custom post type or there is any alternative
   available to insert custom post type in WP theme?
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Theme Check] Missing a text-domain](https://wordpress.org/support/topic/missing-a-text-domain-2/)
 *  Thread Starter [Junaid Raza](https://wordpress.org/support/users/junaidraza/)
 * (@junaidraza)
 * [9 years, 11 months ago](https://wordpress.org/support/topic/missing-a-text-domain-2/#post-8164431)
 * Rest all issues have been resolved now looking for assistance with following 
   issue only
 * “The theme uses the add_shortcode() function. Custom post-content shortcodes 
   are plugin-territory functionality.”
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Theme Check] Missing a text-domain](https://wordpress.org/support/topic/missing-a-text-domain-2/)
 *  Thread Starter [Junaid Raza](https://wordpress.org/support/users/junaidraza/)
 * (@junaidraza)
 * [9 years, 11 months ago](https://wordpress.org/support/topic/missing-a-text-domain-2/#post-8164039)
 * we were able to fix this text-domain error
 *     ```
       <?php
   
       				$estimated_text = WC()->customer->is_customer_outside_base() && ! WC()->customer->has_calculated_shipping()
       					? sprintf( ' ' . __( ' (taxes estimated for %s)', 'theme-name' ), WC()->countries->estimated_for_prefix() . __( WC()->countries->countries[ WC()->countries->get_base_country() ], 'country', 'theme-name' ) )
       					: '';
   
       				printf( __( 'Note: Shipping and taxes are estimated%s and will be updated during checkout based on your billing and shipping information.', 'theme-name' ), $estimated_text );
   
       			?>
       ```
   
 * though still seeking for help for other two
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [theme not working since wordpress 4.6 update](https://wordpress.org/support/topic/theme-not-working-since-wordpress-46-update/)
 *  [Junaid Raza](https://wordpress.org/support/users/junaidraza/)
 * (@junaidraza)
 * [9 years, 12 months ago](https://wordpress.org/support/topic/theme-not-working-since-wordpress-46-update/#post-7687181)
 * [@mark](https://wordpress.org/support/users/mark/): changing permission to 777
   could be very insecure.. that is true but i told him to revert back to the permission
   the way it was after installing and activating theme!
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [theme not working since wordpress 4.6 update](https://wordpress.org/support/topic/theme-not-working-since-wordpress-46-update/)
 *  [Junaid Raza](https://wordpress.org/support/users/junaidraza/)
 * (@junaidraza)
 * [9 years, 12 months ago](https://wordpress.org/support/topic/theme-not-working-since-wordpress-46-update/#post-7687179)
 * try changing permissions
 * chmod 777 Your_wordpress_root_folder/wp-content
    chmod 777 Your_wordpress_root_folder/
   wp-content/themes
 * upload and activate theme
 * be assured to chmod permission the it was after installing and activating theme
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [http error while uploading zip file](https://wordpress.org/support/topic/http-error-while-uploading-zip-file/)
 *  Thread Starter [Junaid Raza](https://wordpress.org/support/users/junaidraza/)
 * (@junaidraza)
 * [9 years, 12 months ago](https://wordpress.org/support/topic/http-error-while-uploading-zip-file/#post-7682958)
 * HI clayton,
 * thanks for your time though!
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [http error while uploading zip file](https://wordpress.org/support/topic/http-error-while-uploading-zip-file/)
 *  Thread Starter [Junaid Raza](https://wordpress.org/support/users/junaidraza/)
 * (@junaidraza)
 * [9 years, 12 months ago](https://wordpress.org/support/topic/http-error-while-uploading-zip-file/#post-7682956)
 * HI clayton,
 * Nope not at all
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [http error while uploading zip file](https://wordpress.org/support/topic/http-error-while-uploading-zip-file/)
 *  Thread Starter [Junaid Raza](https://wordpress.org/support/users/junaidraza/)
 * (@junaidraza)
 * [9 years, 12 months ago](https://wordpress.org/support/topic/http-error-while-uploading-zip-file/#post-7682954)
 * Hi Clayton
 * error log is empty i do have access to it..
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [http error while uploading zip file](https://wordpress.org/support/topic/http-error-while-uploading-zip-file/)
 *  Thread Starter [Junaid Raza](https://wordpress.org/support/users/junaidraza/)
 * (@junaidraza)
 * [9 years, 12 months ago](https://wordpress.org/support/topic/http-error-while-uploading-zip-file/#post-7682952)
 * HI Clayton,
 * Thanks for your reply, i have tried almost everything, disabling plugins, using
   default theme, turning on wordpress for debugging in wp-config.php, nothing seem
   to be working..
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [theme not working since wordpress 4.6 update](https://wordpress.org/support/topic/theme-not-working-since-wordpress-46-update/)
 *  [Junaid Raza](https://wordpress.org/support/users/junaidraza/)
 * (@junaidraza)
 * [9 years, 12 months ago](https://wordpress.org/support/topic/theme-not-working-since-wordpress-46-update/#post-7687108)
 * are you using default WordPress theme or other?
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [Sticky menu on the left](https://wordpress.org/support/topic/sticky-menu-on-the-left/)
 *  [Junaid Raza](https://wordpress.org/support/users/junaidraza/)
 * (@junaidraza)
 * [9 years, 12 months ago](https://wordpress.org/support/topic/sticky-menu-on-the-left/#post-7687106)
 * Hi Pierre,
 * as i can see you already have vertical menu on the left side and it seems to 
   be working fine!
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [http error while uploading zip file](https://wordpress.org/support/topic/http-error-while-uploading-zip-file/)
 *  Thread Starter [Junaid Raza](https://wordpress.org/support/users/junaidraza/)
 * (@junaidraza)
 * [9 years, 12 months ago](https://wordpress.org/support/topic/http-error-while-uploading-zip-file/#post-7682947)
 * Hi Clayton,
 * The exact error message is “http error”
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [Remove my name from the blog posts](https://wordpress.org/support/topic/remove-my-name-from-the-blog-posts/)
 *  [Junaid Raza](https://wordpress.org/support/users/junaidraza/)
 * (@junaidraza)
 * [9 years, 12 months ago](https://wordpress.org/support/topic/remove-my-name-from-the-blog-posts/#post-7686154)
 * Post the URL of your blog i will let you know simple way to do this using CSS
   code!
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [http error while uploading zip file](https://wordpress.org/support/topic/http-error-while-uploading-zip-file/)
 *  Thread Starter [Junaid Raza](https://wordpress.org/support/users/junaidraza/)
 * (@junaidraza)
 * [9 years, 12 months ago](https://wordpress.org/support/topic/http-error-while-uploading-zip-file/#post-7682918)
 * Hi John,
 * Thank you for stopping by and posting suggestion but unfortunately it doesn’t
   work for me.. do you have any other suggestion ?

Viewing 15 replies - 1 through 15 (of 62 total)

1 [2](https://wordpress.org/support/users/junaidraza/replies/page/2/?output_format=md)
[3](https://wordpress.org/support/users/junaidraza/replies/page/3/?output_format=md)
[4](https://wordpress.org/support/users/junaidraza/replies/page/4/?output_format=md)
[5](https://wordpress.org/support/users/junaidraza/replies/page/5/?output_format=md)
[→](https://wordpress.org/support/users/junaidraza/replies/page/2/?output_format=md)