Milad Jafari
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Audio Player Problem in IOSThank for the reply ,
I did the test with all plugins off and default wordpress theme, and the problem still exist .I think the problem is related to server side . also I’m using cloudflare that can be a player in this problem .
Because when i use external url/resrouce for Audio Player , its works well , but when i choose media from my wordpress media library problem appeared .
and also consider this that the problem appears just in IOS browser apps.any idea ?
Forum: Plugins
In reply to: [Inline Related Posts] Exclude specific tagsHope to see this feature in the next version .
anyway , your plugin is awesome ,
Thank youOk.
Thanks for your Well designed plugin , its best in the market .- This reply was modified 4 years, 7 months ago by Milad Jafari.
Forum: Plugins
In reply to: [WooCommerce] Duplicate Sub-category URL IssueHi
I have a Confusion about this topic ,and its made me a bad situation and headache ,
someone please clear this for me .as @flynnr mentioned , If i Have a product in Category-A and Subcategory-B we have tow form of URL’s :
First Form is : site-address/shop/Category-A/Subcategory-B
And second form is : site-address/shop/Subcategory-B
now here is my confusion :
Is this a real duplication and is it really bad for SEO or this is just a myth ?
Is Search engine crawler really find the second form of the URL if i never mention this url in my web site ?If this is bad for SEO , should i prevent use subcategories at all , if i don’t want to use custom codes in my wordpress site ?
any help will be appreciated , thanks in adavance
Forum: Plugins
In reply to: [Widget Context] widget on category and subcategoriesyes i want to display it on specific categories with all subcategories and all child posts.
my category slug is something like this :
example.com/news/post-title
Forum: Plugins
In reply to: [Top 10 - WordPress Popular posts by WebberZone] View counter Valuewhere can i get the plugin views meta key ?
Forum: Plugins
In reply to: [Posts in Sidebar] conflict with display widget pluginThank you.
seems there is another conflict in my wordpress .Forum: Themes and Templates
In reply to: [Storefront] Can’t Remove Storefront breadcrumbscool! nobody wants to help me in this topic ?? where is the wordpress support ?
Forum: Themes and Templates
In reply to: [Storefront] Remove breadcrumbs from StorefrontHi Corbett @cenders
i posted a new thread about this but no ones answer me there .
i’ve heard wordpress has good support but i can’t feel this .
this is the link of my thread:
https://www.ads-software.com/support/topic/cant-remove-storefront-breadcrumbs/yes i want to preposition it and i did it , but first its need to remove it from current position and its not working with remove_action .
finally i removed it by commeting this line on storefront-woocommerce-template-hooks.php :
add_action( 'storefront_content_top', 'woocommerce_breadcrumb', 10 );
but its not safe and i will lose this change on theme update .
- This reply was modified 8 years ago by Milad Jafari.
- This reply was modified 8 years ago by Milad Jafari.
- This reply was modified 8 years ago by Milad Jafari.
Forum: Themes and Templates
In reply to: [Storefront] Remove breadcrumbs from StorefrontHi
I have the same problem and your solution does not work for me .
i want to reposition storefront breadcrumbs
its already hooked in storefront_content_top
i added this line to my function.php but its not working :remove_action( ‘storefront_content_top’, ‘woocommerce_breadcrumb’, 10);
anybody know why ?
Forum: Plugins
In reply to: [Contextual Related Posts] disbale on woocommerce productsure , here you are :
- This reply was modified 8 years, 4 months ago by Milad Jafari.
- This reply was modified 8 years, 4 months ago by Milad Jafari.
Forum: Plugins
In reply to: [Contextual Related Posts] disbale on woocommerce productI selected product option from Exclusion settings but still i have the plugin in the bottom of the product page .
Hello!
I have the same problem in Version 4.0.9.
I added a mobile filed on billing tab.
the filed is appear on the checkout page , but i cant see this field on order edit page on admin panel.
sometimes i add some orders manually from admin panel and i cant see this field on add new order.I found a solution by adding this line to “class-wc-meta-box-order-data.php” :
'mobile' => array( 'label' => __( 'Mobile', 'woocommerce' ), ),
but it will be removed after woocommerce update.
i tried to using add_action but it wasn’t successful.in fact i mean Add validation to required fields before submit button function triggered.
Forum: Plugins
In reply to: [Ajax Pagination and Infinite Scroll] 404 on Product number increaseaddress sent to [email protected]
sorry website is in RTL language , but you can test the function .