Junaid Raza
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: unexpected ‘echo’ (T_ECHO), expecting function (T_FUNCTION)thank you for your reply, i am creating theme in my localhost and experiencing this error.
Forum: Plugins
In reply to: [Theme Check] Missing a text-domaindo 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
In reply to: [Theme Check] Missing a text-domainRest 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
In reply to: [Theme Check] Missing a text-domainwe 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
In reply to: theme not working since wordpress 4.6 update@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
In reply to: theme not working since wordpress 4.6 updatetry changing permissions
chmod 777 Your_wordpress_root_folder/wp-content
chmod 777 Your_wordpress_root_folder/wp-content/themesupload and activate theme
be assured to chmod permission the it was after installing and activating theme
Forum: Fixing WordPress
In reply to: http error while uploading zip fileHI clayton,
thanks for your time though!
Forum: Fixing WordPress
In reply to: http error while uploading zip fileHI clayton,
Nope not at all
Forum: Fixing WordPress
In reply to: http error while uploading zip fileHi Clayton
error log is empty i do have access to it..
Forum: Fixing WordPress
In reply to: http error while uploading zip fileHI 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
In reply to: theme not working since wordpress 4.6 updateare you using default WordPress theme or other?
Forum: Fixing WordPress
In reply to: Sticky menu on the leftHi Pierre,
as i can see you already have vertical menu on the left side and it seems to be working fine!
Forum: Fixing WordPress
In reply to: http error while uploading zip fileHi Clayton,
The exact error message is “http error”
Forum: Fixing WordPress
In reply to: Remove my name from the blog postsPost the URL of your blog i will let you know simple way to do this using CSS code!
Forum: Fixing WordPress
In reply to: http error while uploading zip fileHi John,
Thank you for stopping by and posting suggestion but unfortunately it doesn’t work for me.. do you have any other suggestion ?